-
Notifications
You must be signed in to change notification settings - Fork 0
/
LuaTeX-Chem-PDF.yaml
executable file
·65 lines (65 loc) · 1.68 KB
/
LuaTeX-Chem-PDF.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# ZETTLR DEFAULTS FILE
# ====================
# Conversion: Markdown --> PDF (requires TeX suite to be installed)
# More info: https://pandoc.org/MANUAL.html
reader: markdown
writer: pdf
self-contained: true
variables:
documentclass: article
classoption: twoside
# Sets the size of the document's pages.
papersize: letter # Possible values: a0-a6, b0-b6, c0-c6,b0j, letter, executive, legal
# Further variables are documented here: https://pandoc.org/MANUAL.html#variables-for-latex
fontsize: 12pt
#fontfamily: tgpagella # for pdflatex
mainfont: "TeX Gyre Pagella" # for XeLaTeX/LuaLaTeX specifically
#mainfontfallback: # if characters don't exit in the default font
#- "Computer Modern Roman"
#- "Computer Modern Math"
#- "Times New Roman"
margin-left: 0.75in
margin-right: 0.75in
margin-top: 0.75in
margin-bottom: 0.75in
header-includes:
- \usepackage{mhchem}
- \usepackage{gensymb}
# Link colors
linkcolor: Purple
urlcolor: Blue
filecolor: Purple
citecolor: Blue
metadata-files: []
include-before-body: []
include-after-body: []
include-in-header: []
bibliography: []
filters:
- type: citeproc
top-level-division: default
pdf-engine: lualatex # Change this if you want to use a different engine, e.g. pdflatex
dpi: 300
toc: false # Include a table of contents?
toc-depth: 3 # 2 means to only include headings level 1 and 2 in the ToC
number-sections: true
number-offset:
- 0
- 0
- 0
- 0
- 0
- 0
shift-heading-level-by: -1
section-divs: true
identifier-prefix: ''
title-prefix: ''
eol: lf
strip-comments: false
indented-code-classes: []
ascii: false
default-image-extension: .jpg
highlight-style: pygments
tab-stop: 4
preserve-tabs: false
fail-if-warnings: false