I'd greatly appreciate any help with this issue.
With this minimal example:
Code: Select all
\documentclass[11pt,a4paper]{report}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,francais]{babel}
\begin{document}
Hello world \cite{toto}
\bibliographystyle{chicago}
\bibliography{Biblio}
\end{document}
Code: Select all
@article{toto,
author = {tata},
title = {tonton},
journal = {titi},
year = {2013},
}
Code: Select all
! Undefined control sequence.
\b@toto ->\@safe@activesfalse \citeauthoryear
{tata}{tata}{2013}
l.14 \cite{toto}
! Undefined control sequence.
<argument> \protect \citeauthoryear
{tata}{tata}{2013}
l.3 ...ect\citeauthoryear{tata}{tata}{2013}]{toto}
plain
, apalike
, ...), there are no errors anymore.Thank you in advance for your precious help.