#!/usr/bin/env zsh gup -u literature.bibtex cat >$1 <<'EOF' --- include-before: - |- \pagenumbering{gobble} \pagestyle{empty} - \input{./cover.tex} - \input{./title.tex} - \cleardoublepage - |- \pagenumbering{roman} \pagestyle{plain} - \input{./abstract.tex} - \cleardoublepage - |- \setcounter{tocdepth}{3} \tableofcontents include-after: - \cleardoublepage - |- \pagenumbering{gobble} \pagestyle{empty} - \input{./org.tex} lang: de-de link-citations: true bibliography: literature.bibtex numbersections: true biblatexoptions: - style=alphabetic - citestyle=alphabetic has-frontmatter: true biblio-heading: bibintoc classoption: - twoside ... EOF