tud-cd / tudscr

TUD-Script
Other
105 stars 22 forks source link

Package geometry Error #78

Closed rene-schoene closed 2 years ago

rene-schoene commented 2 years ago

After updating to a newer version of TexLive, the tudscr package seems to be broken. I'm getting the following error message when building with latexmk -pdf

1: section
1: chapter
1: chapter
1: section

! Package geometry Error: \loadgeometry: name `' undefined.

See the geometry package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.11 \begin{document}

for the MWE:

\documentclass[english]{tudscrreprt}
\iftutex
  \usepackage{fontspec}
\else
  \usepackage[T1]{fontenc}
  \usepackage[ngerman=ngerman-x-latest]{hyphsubst}
\fi
\usepackage{babel}
\usepackage{isodate}

\begin{document}

\maketitle

\end{document}

Setting the option cdgeometry=false (which I though could helped) did not change the behaviour.

Strangely, when "ignoring" the error (by pressing Enter multiple times, or entering q for batch mode), a document is built. However, this workaround is neither nice nor viable for CI build processes.

mrpiggi commented 2 years ago

There will be a hotfix release till the end of this week

mrpiggi commented 2 years ago

fixed with 13e9f3207534f6de31e2f0ef6a75f242e8e799f2