initiale Übernahme
This commit is contained in:
37
07_Zettlr/Pandoc/THS Article XeLaTeX PDF.yaml
Normal file
37
07_Zettlr/Pandoc/THS Article XeLaTeX PDF.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
# 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
|
||||
# Further variables are documented here: https://pandoc.org/MANUAL.html#variables-for-latex
|
||||
documentclass: scrartcl
|
||||
|
||||
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: false # Include a table of contents?
|
||||
toc-depth: 2 # 2 means to only include headings level 1 and 2 in the ToC
|
||||
number-sections: false
|
||||
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
|
||||
Reference in New Issue
Block a user