tudapub error maketitle
Since the latest update, I am receiving the following error:
> LaTeX template: The instance 'listblock-0' of type 'block' is unknown.
MWE:
```tex
\DocumentMetadata{
pdfstandard=a-2b,
pdfversion=1.7,
lang=en,
}
\documentclass[
english,
accentcolor=9c,
ruledheaders=section,
class=report,
thesis={type=bachelor},
fontsize=11pt,
parskip=half-,
custommargins=true,
marginpar=false,
]{tudapub}
\title{TUDaThesis -- Theses using TU Darmstadt's CI}
\subtitle{\LaTeX{} im Corporate Design der TU Darmstadt}
\author{Marei Peischl}
\reviewer{Reviewer 1 \and Reviewer 2 \and …}
\department{ce}
\institute{Institute}
\group{Group}
\submissiondate{\today}
\examdate{\today}
\begin{document}
\maketitle
\end{document}
``
0 条评论