-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLaTeX-chem.yaml
executable file
·61 lines (61 loc) · 1.28 KB
/
LaTeX-chem.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
# ZETTLR DEFAULTS FILE
# ====================
# Conversion: Markdown --> LaTeX document
# More info: https://pandoc.org/MANUAL.html
reader: markdown
writer: latex
self-contained: false
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
maergin-left: 0.75in
margin-right: 0.75in
margin-top: 0.75in
margin-bottom: 0.75in
header-includes:
- \usepackage{tgpagella}
- \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
wrap: none
columns: 78
dpi: 72
toc: false
toc-depth: 2
number-sections: false
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