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?
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?
-
adamsmithNothing in Zotero changed -- have you tried https://tex.stackexchange.com/a/392210/31980 ?
-
PaulSeiOh well, thanks for the hint! Now it is working well.