ntnu-tex / beamerthementnu

A LaTeX beamer theme for presentations in the NTNU corporate design
https://github.com/ntnu-tex/beamerthementnu/blob/master/ntnu-beamer-documentation.pdf
54 stars 41 forks source link

Compilation fails when adding biblatex in the package list #3

Closed anates closed 7 years ago

anates commented 7 years ago

Adding \usepackage{biblatex} results in the following log file errors:

! Undefined control sequence. \blx@checkencoding ...@bibencoding '}}\ifboolexpr {togl {blx@safeinputenc} a... l.17 \begin{document}

The control sequence at the end of the top line of your error message was never \def'ed. If you have misspelled it (e.g., \hobx'), typeI' and the correct spelling (e.g., `I\hbox'). Otherwise just continue, and I'll forget about whatever was undefined.

! Argument of \@firstoftwo has an extra }.

\par l.17 \begin{document} I've run across a `}' that doesn't seem to match anything. For example, `\def\a#1{...}' and `\a}' would produce this error. If you simply proceed now, the `\par' that I've just inserted will cause me to report a runaway argument that might be the root of the problem. But if your `}' was spurious, just type `2' and it will go away. Runaway argument? ! Paragraph ended before \@firstoftwo was complete. \par l.17 \begin{document} I suspect you've forgotten a `}', causing me to apply this control sequence to too much text. How can we recover? My plan is to forget the whole thing and hope for the best. ! Argument of \@secondoftwo has an extra }. \par l.17 \begin{document} I've run across a `}' that doesn't seem to match anything. For example, `\def\a#1{...}' and `\a}' would produce this error. If you simply proceed now, the `\par' that I've just inserted will cause me to report a runaway argument that might be the root of the problem. But if your `}' was spurious, just type `2' and it will go away. Runaway argument? ! Paragraph ended before \@secondoftwo was complete. \par l.17 \begin{document} I suspect you've forgotten a `}', causing me to apply this control sequence to too much text. How can we recover? My plan is to forget the whole thing and hope for the best. Done in the small example file. How can this be fixed?
anates commented 7 years ago

Fixed, added pull request.