LateX fails with new Zotero Update

Report ID: 1898748356

Hello everyone,

this morning Zotero updated automatically to Version 6.0.22. Since then, I cannot run my LateX editor (TeXworks) without getting the following error in the console:

! LaTeX Error: Command \k unavailable in encoding OT1.

See the LaTeX manual or LaTeX Companion for explanation.
Type H for immediate help.
...

l.1112 ...heading=bibnumbered, title={References}]

?




I am exporting my bibliography from Zotero as BibLateX and bind in into TeXworks as follows:

\documentclass[ngerman,english,cdfont=false,cdgeometry=restricted]{tudscrreprt}
\usepackage[backend=bibtex, citestyle=authoryear, bibstyle=authoryear, minnames=1, maxnames=2, maxbibnames=99, giveninits=true, isbn=false, date=year,]{biblatex}
\DeclareCiteCommand{\parencite}[\mkbibbrackets]
{\usebibmacro{prenote}}%
{\usebibmacro{citeindex}%
\usebibmacro{cite}}
{\multicitedelim}
{\usebibmacro{postnote}}

\DeclareNameAlias{sortname}{last-first}
\DeclareNameAlias{default}{last-first}

\addbibresource{bibliography2}
\parindent0cm


\begin{document}
...
\printbibliography[heading=bibnumbered, title={References}]
\end{document}


What can I do that the referencing is working again?
Sign In or Register to comment.