-
Notifications
You must be signed in to change notification settings - Fork 2
/
template.yml
55 lines (53 loc) · 1.21 KB
/
template.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
jtex: v1
title: Plain LaTeX
description: A minimal template that only uses vanilla LaTeX commands and environments
version: 1.0.0
license: CC-BY-4.0
thumbnail: ./thumbnail.png
authors:
- name: Steve Purves
github: curvenote
twitter: curvenote
affiliations:
- Curvenote
tags:
- article
- paper
- vanilla
parts:
- id: abstract
description: >
An abstract is a short summary of your research paper or report. A good
abstract will prepare readers for
the detailed information to follow, communicate the essence of the article
and help readers take away and
remember key points.
doc:
- id: title
required: true
- id: authors
required: true
- id: date
- id: bibliography
options:
- id: link
type: string
title: Footnote Link
description: >
This will add a footnote containing a link back to online version of your
article
- id: logo
type: boolean
default: true
title: Curvenote Logo
description: >
This will add a clickable Curvenote logo after the abstract with a link
back to your article on Curvenote
files:
- template.tex
- curvenote.png
packages:
- datetime
- graphicx
- hyperref
- natbib