Closed qirtaiba closed 4 months ago
Solved this in a roundabout way. The line that was causing the problem was language = {en-AU}
. To fix it I had to add these lines to my preamble:
\usepackage{polyglossia}
\setdefaultlanguage[variant=australian]{english}
And I also had to install the texlive-xetex
package and switch from pdflatex to xetex in LyX's Fonts document settings.
Hi, I'm trying to use this package to write a book. For now there's only one file in my bibliography. When I try to insert it into my LyX document, I get this error (five times):
I'm using:
Here is my LaTeX preamble:
Here's the generated bibliography:
Any suggestions on how to debug this? Thanks!