# ZETTLR DEFAULTS FILE # ==================== # Conversion: Markdown --> LaTeX document # More info: https://pandoc.org/MANUAL.html reader: markdown-latex_macros writer: latex self-contained: true variables: # Sets the size of the document's pages. papersize: a4 # 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 # The following are equivalent to # - \usepackage[euler-digits,euler-hat-accent]{eulervm} fontfamily: eulervm fontfamilyoptions: - euler-digits - euler-hat-accent fontsize: 12pt geometry: margin=1in indent: false header-includes: - \usepackage{LatexColors.incl} - \usepackage{newpxtext} - \usepackage{tikz} - \usepackage{tikz-cd} - \usepackage{pgflibraryarrows} - \usetikzlibrary{matrix} - \usetikzlibrary{arrows.meta} - \usetikzlibrary{arrows} - \usetikzlibrary{decorations.pathmorphing} - \usepackage{nicematrix} - \newtheorem*{thm*}{Theorem} - \newtheorem*{lem*}{Lemma} - \newtheorem*{prop*}{Proposition} - \newtheorem*{cor*}{Corollary} - \newtheorem*{fact*}{Fact} - | \newcommand{\asterism}{ \smash{ \raisebox{-.5ex}{ \setlength{\tabcolsep}{-.5pt} \begin{tabular}{@{}cc@{}} \multicolumn2c*\\[-2ex]*&* \end{tabular} } } } - | \providecommand{\subtitle}[1]{ \usepackage{titling} \posttitle{ \par\large#1\end{center}} } # use more-header-includes: in Zettlr markdown include-before-body: [] include-after-body: [] include-in-header: [] bibliography: [] filters: - type: citeproc file-scope: false top-level-division: default wrap: none columns: 78 dpi: 300 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 template: C:/Users/fleng/mytexmf/tex/latex/templates/template.tex