This release includes breaking changes.
-
Merged changes from the pandoc default LaTeX template.
-
Fix broken travis build by modifying the
--resource-pathWhen specifying the resource path via
--resource-paththe 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.latexafter 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.latexin the released artifacts anymore. -
Option
logo-widthhas no hard coded unitptanymore (#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-widthwithout 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-widthhas also changed from100ptto35mm.