-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_metadata.yml
46 lines (41 loc) · 900 Bytes
/
_metadata.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
---
title: "Pandoc manuscript starter kit"
institute:
- uXyz: Department of X, University of Y, Address Z
author:
- Author NumberOne:
institute: [uXyz]
- Author NumberTwo:
institute: [uXyz]
date: \today{}
# customize figure and table citations
# default is fig. X or (Fig. X at beginning of sentence)
cref: true
colorlinks: true
linkReferences: true
nameInLink: true
figPrefix:
- "Fig."
- "Figs."
tblPrefix:
- "Table"
- "Tables"
eqnPrefix:
- "Eq."
- "Eqs."
geometry: margin=1in
header-includes:
- \usepackage{setspace}
- \doublespacing
- \usepackage{lineno}
- \linenumbers
- \usepackage{cleveref}
- \usepackage{pdflscape}
- \newcommand{\blscape}{\begin{landscape}}
- \newcommand{\elscape}{\end{landscape}}
- \usepackage{caption}
- \usepackage{booktabs}
- \usepackage{siunitx}
- \sisetup{range-phrase=--}
- \sisetup{range-units=single}
---