Releases: Wandmalfarbe/pandoc-latex-template
Eisvogel (Version 3.3.0)
- 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
- This resolves an incompatibility between Eisvogel and pandoc >= 3.8.2.1 because of the introduction of
Eisvogel (Version 3.2.1)
- docs: add three examples for changing the document font
font-emoji-noto-color-emoji: renders emojis with Noto Color Emojifont-emoji-openmoji: renders emojis with OpenMojifont-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(RGB40, 40, 40). Now all the headings (\chapter,\part,\subsubsection, etc.) are changed, even when usingbook: true.
Eisvogel (Version 3.2.0)
Eisvogel (Version 3.1.0)
- 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
twosidefor a two-sided document (#412) - docs: add example
columnsfor a two column document (#411) - docs: remove unneeded package
ulemfrom 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)
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 intodefault.latexanddefault.beamer.For easy integration of upstream changes, the Eisvogel template has also been split and resides in the
foldertemplate-multi-filetemplate-multi-file/eisvogel.latexcorresponds todefault.latextemplate-multi-file/eisvogel.beamercorresponds todefault.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 (
.zipand.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)
- Merge changes from the pandoc default LaTeX template from version 3.4 (7e8aafa).
Eisvogel (Version 2.4.2)
Eisvogel (Version 2.4.1)
- Merge changes from the pandoc default LaTeX template from Version 3.1.7 (as of 2023-08-31, 8a5b381).
Eisvogel (Version 2.4.0)
- 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 optionfloat-placement-figureis 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)
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
CJKsansfontandCJKmonofontfor XeLaTeX.CJKsansfontandCJKmonofontwill be set
for XeLaTeX only ifCJKmainfontis also provided (#328, Yudong Jin).
- Add
- Add documentation in the README on how to use the
pandoc/extradocker image (#319, damien clochard). - Fix wrong literate of characters
èandÈin listings. The characterèwas wrongly
converted toéandÈtoÉ(#324, damien clochard).