I am using Miktex and compiling a paper with pdflatex, and I have a strange error with bibtex : when I compile my bibliography with the bibliography style "plain", everything works fine. However, when I use some other style (such as "authordate1"), I get an undefined control sequence error for each item of my bibliography:
!Undefined control sequence
<argument> \protect \citename
...
I know that I have the authordate1 style in my Miktex installation (the file authordate1.bst is in the folder MiKTeX 2.6\bibtex\bst\beebe).
When I click on the error, it opens a .bbl file and indicates the error on the following line:
Code: Select all
\bibitem[\protect\citename{Makhoul {\em et~al.\ }\relax, }2004]{Nephr03}
Makhoul, B., De~La~Taille, A., Vordos, D., Salomon, L., Sebe, P., Audet, J.~F.,
Ruiz, L., Hoznek, A., Antiphon, P., Cicco, A., Yiou, R., Chopin, D., \&
Abbou, C.~C. 2004.
\newblock {{L}aparoscopic radical nephrectomy for {T}1 renal cancer: the gold
standard? {A} comparison of laparoscopic vs open nephrectomy}.
\newblock {\em Bju int}, {\bf 93}(1), 67--70.
\newblock Comparative Study.
Thanks in advance for any help