alexpovel / latex-cookbook

A comprehensive LaTeX template with examples for theses, books and more, employing the 'latest and greatest' (UTF8, glossaries, fonts, ...). The PDF artifact is built using CI/CD, with a Python testing framework.
MIT License
223 stars 20 forks source link

Compilation fails with Undefined Control Sequence \glsxtr@r #4

Closed alexpovel closed 2 years ago

alexpovel commented 2 years ago

Original issue (2021-10-18): https://collaborating.tuhh.de/alex/latex-cookbook/-/issues/11

A user ran into this error: the following error stops compilation:

! Undefined control sequence.
l.52 \glsxtr@r

An *.aux file is mentioned in the error message as well.

alexpovel commented 2 years ago

An auxiliary file got corrupted in an unsuccessful run and simply needs to be deleted. Do this manually or using latexmk -c. For the latter, see here or the official docs.