You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 PDF
document.pdf: the resulting PDF document
build.sh: a shell script to convert the document document.md with 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-scrpage for the headers and footers instead of the package fancyhdr (#174, khaveesh).
Fix a header and footer bug when using oneside introduced by the migration to scrlayer-scrpage (#248, ret2src).
Restore pagestyle plain for chapters (#275). Headers and footers are removed from chapter pages, as it has been before the migration to scrlayer-scrpage.
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 logo to titlepage-logo.
logo is 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.