1

Please consider the following MWE:

\documentclass{minimal}

\usepackage[backend=biber,bibstyle=ieee-alphabetic]{biblatex}
\usepackage{hyperref}

\begin{filecontents}{bibliography.bib}
  @book{tst,
        author = {Smith, John},
        title = {\(\pm\) On the run},
        year = {2010}
  }
\end{filecontents}

\addbibresource{bibliography.bib}
\nocite{*}
\begin{document}
\printbibliography
\end{document}

I'm having trouble compiling the previous source. The Error messages state something about missing { while this is clearly not the case. However, if I remove the bibstyle setting I can compile without any problems. Since I need to use this particular style this is not an options. Does someone know how to fix the math related issue?

0 Answers0