* emacs user (2008-06-03) writes:
> when using natbib, \citep{} and \citep[]{} are nicely highlighted.
> but \citep[][]{} which is a legitimate form is not highlighted.
Are you sure you have an up-to-date version of font-latex.el? The
following file is displayed fine here.
\documentclass{article}
\usepackage{natbib}
\begin{document}
\citep[see][chap.~2]{jones:99}
\bibliography{test}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
Here is a screenshot:
<<inline: Screenshot.png>>
-- Ralf
_______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
