Releases: Wandmalfarbe/pandoc-latex-template
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
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)
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.latex
anddefault.beamer
.For easy integration of upstream changes, the Eisvogel template has also been split and resides in the
foldertemplate-multi-file
template-multi-file/eisvogel.latex
corresponds todefault.latex
template-multi-file/eisvogel.beamer
corresponds 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 (
.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)
- 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-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)
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
andCJKmonofont
for XeLaTeX.CJKsansfont
andCJKmonofont
will be set
for XeLaTeX only ifCJKmainfont
is also provided (#328, Yudong Jin).
- Add
- 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).
Eisvogel (Version 2.2.0)
- Merge changes from the pandoc default LaTeX template (as of 2023-01-13, 909ced5).
- This change adds support for pandoc 3.
Eisvogel (Version 2.1.0)
- 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.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 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
logo
totitlepage-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).
Eisvogel (Version 2.0.0)
This release includes breaking changes.
-
Merged changes from the pandoc default LaTeX template.
-
Fix broken travis build by modifying the
--resource-path
When specifying the resource path via
--resource-path
the template will be searched there since pandoc 2.9.2.1.
To fix the broken travis build (Could not find data file templates/eisvogel.latex
) the current working directory.
is included in the resource path for pandoc to find the template again.For more information visit the pandoc issue jgm/pandoc#6618.
-
Rename template to
eisvogel.latex
after release (#182). There is no need for renaming the template file after the download.This is a breaking change because there will be no file
eisvogel.latex
in the released artifacts anymore. -
Option
logo-width
has no hard coded unitpt
anymore (#221).The width of the logo can be specified with various units e.g.
pt
,in
,mm
.This is a breaking change because a previously specified
logo-width
without a unit needs a unit now. If there is no unit LaTeX will emit an errorIllegal unit of measure (pt inserted)
and no document will be created.The default value for
logo-width
has also changed from100pt
to35mm
.