"Harry Schmidt" <[EMAIL PROTECTED]> writes:

> In the following minimal example only the preview for the first $A$ is
> rendered:
>
> \documentclass{revtex4}
> \begin{document}
> $A$
> \cite{a:b_c,x.2003}
> $A$
> \begin{thebibliography}{2}
> \bibitem{a:b_c} asdf
> \bibitem{x.2003} defg
> \end{thebibliography}
> \end{document}
>
>   I think this has to do with the document class.  Changing revtex4
> to article will remove the problem.

Not really.  Please complain to the author of natbib.sty.  He uses
\edef (not even [EMAIL PROTECTED]) on \mbox.  It is more or less pure
luck that this does not break with the default \mbox command.  If he
were to use [EMAIL PROTECTED] instead, this would be no problem with
preview.sty.

I might figure out a working fix involving eTeX (where available), but
this should really be fixed in natbib.sty.  Using \edef instead of
[EMAIL PROTECTED] on LaTeX macros is plainly a bug and very wrong.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


_______________________________________________
bug-auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to