Public bug reported:

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.

** Affects: texlive-base (Ubuntu)
     Importance: Undecided
         Status: New

** Attachment added: "q.log"
   https://bugs.launchpad.net/bugs/1223849/+attachment/3815149/+files/q.log

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to texlive-base in Ubuntu.
https://bugs.launchpad.net/bugs/1223849

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

Status in “texlive-base” package in Ubuntu:
  New

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/1223849/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to