-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpanhan.yaml
51 lines (46 loc) · 1.39 KB
/
panhan.yaml
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
presets:
default:
output_format: html
metadata:
author: Dominic Thorn
email: [email protected]
urlcolor: NavyBlue
pandoc_args:
from: markdown+pipe_tables+shortcut_reference_links+spaced_reference_links
standalone: true
#data_dir: null
markdown:
output_format: markdown
journal:
output_format: pdf
pandoc_args:
citeproc: true
# from: https://github.com/citation-style-language/styles/blob/master/apa.csl
csl: /home/domvwt/.pandoc/csl/apa.csl
number-sections: true
template: eisvogel
metadata:
titlepage: true
toc: true
lof: true
lot: true
toc-own-page: true
reference-section-title: References
urlcolor: NavyBlue
linkcolor: NavyBlue
header-includes:
- \usepackage{longtable}\setlength{\LTleft}{1em}
filters:
abstract-to-meta.lua: true
include-files.lua: true
pagebreak.lua: true
short-captions.lua: true
pandoc-fignos: true
pandoc-tablenos: true
blog:
output_format: html
wordcount:
filters:
wordcount.lua: true
include-files.lua: false
pandoc_path: null