I´m currently working on a large document where the following error occurs when I include more than 255 references:
(./paper.aux
! Bad character code (256).
<to be read again>
\relax
l.582 \global \chardef \firstnote@num256\relax
The respective part in paper.aux looks like:
...
\bibcite{schaefer:94a}{{256}{1994}{{Sch{\"a}fer et~al.}}{{Sch{\"a}fer, Huber,
and Ahlrichs}}}
\global \chardef \firstnote@num256\relax
\newlabel{LastBibItem}{{256}{23}{}{}{}}
\citation{finley:98b}
...
I´m using revtex4 document class with pdfeTeX, Version 3.141592-1.21a-2.2.
\documentclass[twocolumn,preprintnumbers,amsmath,amssymb,a4paper]{revtex4}
The funny thing is when I just ignore the error and keep on compiling everything looks ok. The 256th reference appears where it is supposed to and I don´t see any noticeable problems. I´ve no idea where the error comes from. There is actually no information in the web. All I could find was that it is maybe some kind of dimension problem in Latex.
Any idea where that comes from and how to work around? I would appreciate every idea or comment.
THX!