- Merge changes from the pandoc default LaTeX template (as of 2022-11-19, 144bf90ab9).
- Restructure the examples. Any example folder now contains at least the following files:
document.md: the Markdown document to convert to a PDFdocument.pdf: the resulting PDF documentbuild.sh: a shell script to convert the documentdocument.mdwith pandoc. This script might call pandoc with additional arguments (e.g. filters or template variables).preview.png: a PNG image of the resulting PDF document intended as a quick preview
- Use the Koma-Script package
scrlayer-scrpagefor the headers and footers instead of the packagefancyhdr(#174, khaveesh). - Correct the examples and documentation (#239, mprobson), (#261, supcik).
- Exclude title page from page count (#230, shmalebx9).
- Make code-block-font-size not affect inline listings (#229, LudvigHz).
- Rename the Eisvogel template variable
logototitlepage-logo.logois already used by beamer, and one might want to use both
formats (beamer and latex) without the logo appearing as a
background image on beamer slides.
- Add an example for a table of contents (#283).