When running BibLaTeX and the IEEE style, my document fails to finish typesetting completely. This used to work with versions of BibLaTeX and BibLaTeX IEEE under TexLive 2012. The error message is:
! Undefined control sequence.
<argument> \usebibmacro {cite:dump}\cbx@tempa
\usebibmacro {cite:init}\ifnam...
My Setup is:
Tex Live 2013
Biber v1.7
BibLaTeX v2.7a (2013-07-14)
BibLaTeX-IEEE v1.1i (2013-06-13)
A MWE LaTeX file is:
\documentclass{article}
\usepackage[backend=biber,natbib=true,style=ieee]{biblatex}
\ExecuteBibliographyOptions{maxnames=2,minnames=1,url=false, doi=true}
\bibliography{./biblio.bib}
\begin{document}
Introduced in \citet{Diffie1976ndc} public key encryption has been taught, and used.
\printbibliography
\end{document}
A BibTeX file is:
@ARTICLE{Diffie1976ndc,
author = {Diffie, W. and Hellman, M.},
title = {{New Directions in Cryptography}},
year = 1976,
volume = 22,
number = 6,
month = nov,
pages = {644--654},
issn = {0018-9448},
doi = {10.1109/TIT.1976.1055638},
url =
{http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1055638},
journal = {IEEE Transactions on Information Theory}
}
When running BibLaTeX and the IEEE style, my document fails to finish typesetting completely. This used to work with versions of BibLaTeX and BibLaTeX IEEE under TexLive 2012. The error message is:
My Setup is:
A MWE LaTeX file is:
A BibTeX file is: