pep-dortmund / toolbox-workshop

Materialien zum PeP et al. Toolbox-Workshop
http://toolbox.pep-dortmund.org
Other
26 stars 6 forks source link

2020 template babel #233

Closed chrbeckm closed 4 years ago

maxnoe commented 4 years ago

In meinem aktuellen TL 2020 funktioniert das auch.

chrbeckm commented 4 years ago
Package biblatex Warning: Language 'nil' not supported.
(biblatex)                Using dummy definitions on input line 11.

! Package etoolbox Error: Toggle 'blx@lang@captions@english' undefined.

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

l.11 \begin{document}

Das ist meine Fehlermeldung ohne die Ă„nderungen.

maxnoe commented 4 years ago

Ich habe gerade nochmal geupdated und das funktioniert.

maxnoe commented 4 years ago

Ah, moment. Das template failed. Ein kleines test dokument nicht:

\documentclass{scrartcl}

\usepackage{fontspec}
\usepackage[main=ngerman]{babel}

\begin{document}
  Hallo Welt.
\end{document}

Also liegt der eigentliche Fehler wo anders.

maxnoe commented 4 years ago

Der Fehler kommt erst beim laden von biblatex.

Related: https://tex.stackexchange.com/questions/562068/cannot-use-polyglossia-babel-with-biblatex-in-luatex-etoolbox-toggle-undefined

maxnoe commented 4 years ago

See #234

maxnoe commented 4 years ago

Checking the documentation again, it is recommended not to use main but to give the main language of the document as the last option. I don't really like this, as explicit is better than implicit, but that's what the documentation says.

Can you add a comment on that to the LaTeX slides and fix the order of the languages in packages.tex?

Then we can merge

maxnoe commented 4 years ago

nice, thanks!