-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtemplate.yml
68 lines (68 loc) · 1.36 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
56
57
58
59
60
61
62
63
64
65
66
67
68
jtex: v1
title: arXiv (Two Column)
description: A two column arXiv compatible template
version: 1.0.0
license: CC-BY-4.0
thumbnail: ./thumbnail.png
authors:
- name: Brenhin Keller
github: https://github.com/brenhinkeller
affiliations:
- Dartmouth College
tags:
- paper
- two-column
- preprint
- arxiv
- bioarxiv
- eartharxiv
source: https://github.com/brenhinkeller/preprint-template.tex
parts:
- id: abstract
required: true
description: >
Keep it short — abstracts longer than 1920 characters will not be
accepted; abridge your abstract if necessary
max_chars: 1920
- id: acknowledgments
description: >-
Free form acknowledgments section will be include at the end of the
article
doc:
- id: title
required: true
- id: authors
required: true
- id: keywords
required: true
- id: bibliography
options:
- id: link
type: string
description: >
Include a link back to the article on curvenote.com. This link will be
placed inline at the end of all content, before the bibliography section.
files:
- template.tex
- preprint.sty
packages:
- amsthm
- authblk
- background
- fancyhdr
- fontenc
- geometry
- hyperref
- inputenc
- lineno
- lipsum
- natbib
- newfloat
- preprint
- scalerel
- sidecap
- tikz
- times
- titlesec
- txfonts
- xcolor