[OS X TeX] Re: speaking of microtype
RS
w.m.l at gmx.net
Sun Jul 22 10:52:40 EDT 2007
John Vokey <vokey at ...> writes:
> Anybody have any idea why microtype chokes on bib references with
> special chars (e.g., {\"o}) in them. The bbl is generated by
> apacite
That's a bug in apacite. It runs \edef on the labels where it should use
\protected at edef. Near the end of the definition of \@@cite, it should be:
\else%
% else: hyperref-compatibility option off
% (code dating from theapa.sty)
\protected at edef\B at my@dummy{\csname b@\@citeb\@extra at b@citeb\endcsname}%
\ifx\@citeP\B at my@dummy%
\@ifauthorsequalc at de
\else%
\@ifauthorsunequalc at de
\fi%
% define previous citation-author as current
%
\protected at edef\@citeP{\csname b@\@citeb\@extra at b@citeb\endcsname}%
%
\fi
With this code, the accentfix option, which fixes some symptoms of this bug, is
also superfluous.
Regards,
Robert
------------------------- Helpful Info -------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
List Reminders & Etiquette: http://www.esm.psu.edu/mac-tex/list/
More information about the MacOSX-TeX
mailing list