40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
# 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:
|
|
# Sets the size of the document's pages.
|
|
papersize: a5 # Possible values: a0-a6, b0-b6, c0-c6,b0j, letter, executive, legal
|
|
documentclass: scrbook
|
|
classoption:
|
|
- twoside
|
|
|
|
# Further variables are documented here: https://pandoc.org/MANUAL.html#variables-for-latex
|
|
metadata-files: []
|
|
include-before-body: []
|
|
include-after-body: []
|
|
include-in-header: []
|
|
bibliography: []
|
|
filters:
|
|
- type: citeproc
|
|
pdf-engine: xelatex # Change this if you want to use a different engine, e.g. pdflatex
|
|
dpi: 72
|
|
toc: true # Include a table of contents?
|
|
toc-depth: 3 # 2 means to only include headings level 1 and 2 in the ToC
|
|
number-sections: true
|
|
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
|