-
Notifications
You must be signed in to change notification settings - Fork 0
/
pdf.yaml
15 lines (15 loc) · 793 Bytes
/
pdf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
cite-method: citeproc # citeproc, natbib, or biblatex
citeproc: true
file-scope: false # Parse each file individually before combining for multifile documents. This will allow footnotes in different files with the same identifiers to work as expected. If this option is set, footnotes and links will not work across files.
from: markdown
highlight-style: pygments
input-files: [abstract.md, thesis.md]
log-file: log/pdf.log.json
output-file: output/SeniorThesis.pdf
pdf-engine: tectonic # wkhtmltopdf, weasyprint, prince, pdflatex, lualatex, xelatex, latexmk, pdfroff, context
reference-location: block # block, section, or document
resource-path: [template]
standalone: true
to: pdf
top-level-division: chapter # part, chapter, section, or default:
verbosity: ERROR # ERROR, WARNING, or INFO