Skip to content

Releases: Wandmalfarbe/pandoc-latex-template

Eisvogel (Version 3.3.0)

22 Nov 15:08

Choose a tag to compare

  • feat: merge changes from the pandoc default LaTeX template from version 3.8.2.1 (8baa07f).
    • This resolves an incompatibility between Eisvogel and pandoc >= 3.8.2.1 because of the introduction of \newcounter{none} in jgm/pandoc#11201

Eisvogel (Version 3.2.1)

20 Sep 10:55

Choose a tag to compare

  • docs: add three examples for changing the document font
    • font-emoji-noto-color-emoji: renders emojis with Noto Color Emoji
    • font-emoji-openmoji: renders emojis with OpenMoji
    • font-unicode-font-fallback: renders missing glyphs with various Noto fonts
  • ci: install luatex for rendering examples with --pdf-engine lualatex
  • ci: allow (optional) example document creation with Java
  • fix: apply consistent heading colors. Previously, only the first-level heading color (\section) was changed to #282828 (RGB 40, 40, 40). Now all the headings (\chapter, \part, \subsubsection, etc.) are changed, even when using book: true.

Eisvogel (Version 3.2.0)

26 Apr 17:30

Choose a tag to compare

  • feat: merge changes from the pandoc default LaTeX template from version 3.6.4 (f365e85).
  • feat: Allow watermarking the pages with a specific text (#397, danielleberre)
  • docs: fix hyph-utf8 link README.md (#423, danielburgmann)

Eisvogel (Version 3.1.0)

18 Jan 19:00

Choose a tag to compare

  • feat: Merge changes from the pandoc default LaTeX template from version 3.6 (f1c01b0).
  • feat: Merge changes from the pandoc default LaTeX template from version 3.6.1 (b033aa1).
  • docs: add example twoside for a two-sided document (#412)
  • docs: add example columns for a two column document (#411)
  • docs: remove unneeded package ulem from the section Required LaTeX Packages in the README and from ci
  • docs: fix typos and convert links to HTTPS (#400, deining)
  • chore: update copyright year in LICENSE
  • ci: bump GitHub action workflows to avoid deprecation warnings (#401, deining)
  • fix: correct link to commit 2a6268d in CHANGELOG.md

Eisvogel (Version 3.0.0)

11 Jan 12:16

Choose a tag to compare

This release contains breaking changes.

  • Merge changes from the pandoc default LaTeX template from version 3.5 (1cbd2d1).

    Since commit 2a6268d the default pandoc template has been split into
    multiple files (partials). The default LaTeX template has also been split into default.latex and default.beamer.

    For easy integration of upstream changes, the Eisvogel template has also been split and resides in the
    folder template-multi-file

    • template-multi-file/eisvogel.latex corresponds to default.latex
    • template-multi-file/eisvogel.beamer corresponds to default.beamer

    Upon release of the Eisvogel template, standalone (one-file) versions are created for LaTeX and Beamer. Refer to the readme section Eisvogel versions for more information.

  • The released compressed archives (.zip and .tar.gz) always contain a root folder that is named after the template and the version number e.g. Eisvogel-3.0.0.

  • The single file version of the template (eisvogel.tex) is no longer part of this repository.

Eisvogel (Version 2.5.0)

03 Oct 12:38

Choose a tag to compare

  • Merge changes from the pandoc default LaTeX template from version 3.4 (7e8aafa).

Eisvogel (Version 2.4.2)

25 Nov 14:20

Choose a tag to compare

  • Merge changes from the pandoc default LaTeX template from version 3.1.9 (f7d8b62).
  • Merge changes from the pandoc default LaTeX template from version 3.1.8 (2d42e04) (#364, David Mehren).
  • Add fix for table-use-row-colors which previously stopped working (#301, Chris Fenner).

Eisvogel (Version 2.4.1)

06 Sep 08:37

Choose a tag to compare

  • Merge changes from the pandoc default LaTeX template from Version 3.1.7 (as of 2023-08-31, 8a5b381).

Eisvogel (Version 2.4.0)

17 Apr 14:00

Choose a tag to compare

  • Merge changes from the pandoc default LaTeX template (as of 2023-03-29, a5159c2).
  • Fix placement of float figures (tables, images, etc.). Float figures should now appear
    exactly where they are included. The option float-placement-figure is also restored.
  • Remove Travis CI build
  • Fix wrong font sizes on the title page. The problem went away on its own, likely because
    of an updated LaTeX package.

Eisvogel (Version 2.3.0)

13 Mar 17:54

Choose a tag to compare

Note
The Eisvogel template is now available in the Docker image pandoc/extra!
For more information, refer to the documentation in the Readme or the documentation on docker hub.

  • Merge changes from the pandoc default LaTeX template (as of 2023-03-10, 9b04036).
    • Add CJKsansfont and CJKmonofont for XeLaTeX. CJKsansfont and CJKmonofont will be set
      for XeLaTeX only if CJKmainfont is also provided (#328, Yudong Jin).
  • Add documentation in the README on how to use the pandoc/extra docker image (#319, damien clochard).
  • Fix wrong literate of characters è and È in listings. The character è was wrongly
    converted to é and È to É (#324, damien clochard).