if hyperref is loaded before glossaries then the subscript size is not adapted

Bug #1223849 reported by Jaakov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
texlive-base (Ubuntu)
New
Undecided
Unassigned

Bug Description

Consider the texlive distribution version 2012.20120611-4.

How to reproduce:

1. Create a file q.tex with the following contents:

\documentclass{article}
\usepackage{hyperref}
\usepackage[style=long3colheader]{glossaries}
\newglossaryentry{N}{name={N}, description={N}}
\begin{document}
$\gls{N}_{\gls{N}}$
\end{document}

2. Run
latex q.tex
dvips -o q.ps q.dvi

3. Run
xdvi q.dvi &
gv q.ps &

4. Observe that both occurencies of N are generated same size, which is incorrect.

The log is attached.

When \usepackage{hyperref} is commented out, the second occurence of N is generated smaller, the way it should be for the lower index.

Loading hyperref after glossaries produces right font size at the cost of functionaility. Namely, the hyperlinks from the text items to the glossary are gone then.

Thanks!
Jaakov.

Revision history for this message
Jaakov (jaakov-deactivatedaccount) wrote :
Revision history for this message
Jaakov (jaakov-deactivatedaccount) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.