github Wandmalfarbe/pandoc-latex-template v2.0.0
Eisvogel (Version 2.0.0)

latest releases: v3.5.1, v3.5.0, v3.4.0...
5 years ago

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 unit pt 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 error Illegal unit of measure (pt inserted) and no document will be created.

    The default value for logo-width has also changed from 100pt to 35mm.

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

NewReleases is sending notifications on new releases.