github Wandmalfarbe/pandoc-latex-template v2.1.0
Eisvogel (Version 2.1.0)

latest releases: v3.5.1, v3.5.0, v3.4.0...
3 years ago
  • 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.
  • Add an example for a table of contents (#283).

Don't miss a new pandoc-latex-template release

NewReleases is sending notifications on new releases.