Closed Noxdor closed 6 months ago
When I comment out \faculty
I am successfully generating a title page.
Alright, I figured it out. the issue is not \faculty
but \enquote
which depends on the csquotes
package. Adding this package with \usepackage
resolves the error. I was thrown off because the original template I used was a lot bigger than what I posted and something else was causing an error, which I understand now was the following code:
\ifpdftex{
\usepackage[ngerman=ngerman-x-latest]{hyphsubst}
}{}
Commenting that out and leaving the rest of the template as is leads to a successful compilation.
I am working with the tudscr package and template for the first time and unfortunately I can not get it to work. I reduced the template now as far as I could and my current and hopefully only issue is that the
\faculty
control sequence is undefined. This error only appears when I call the\maketitle
control sequence. This is my setup:Any idea if I might be missing a package or am using an outdated template?