~nxg/showlabels#1: 
Showlabels 1.9 breaks bibitem

it seems that in the latest release of the showlabels package the command \showlabels{bibitem} breaks the output of bibliographic tags containing accented symbols, see MWE attached, and the difference commenting out \showlabels{bibitem} makes.

(From Michael Levitin, by email to Norman)

MWE:

\documentclass{article}
\usepackage{showlabels}
\showlabels{bibitem}
\usepackage[colorlinks,allcolors=blue]{hyperref}
\begin{document}

We will use \cite{Pol54}

\begin{thebibliography}{999999}
\bibitem[P{\'o}lya]{Pol54} G. P\'{o}lya, \emph{Mathematics and plausible reasoning}, in two volumes, Princeton University Press, Princeton, N. J., 1954.
\end{thebibliography}
\end{document}
Status
RESOLVED FIXED
Submitter
~nxg
Assigned to
Submitted
2 years ago
Updated
2 years ago
Labels
No labels applied.

~nxg assigned ~nxg 2 years ago

~nxg 2 years ago

I've been able to reproduce this, and I think I can see where the problem was introduced, between v1.8 and 1.9.

~nxg REPORTED FIXED 2 years ago

Fixed in revision 027a5da3c827, and released in v1.9.1

Evan Aad referenced this from #3 1 year, 10 months ago

Register here or Log in to comment, or comment via email.