In a previous topic it was found out that my problem statement was too specific (by defining the hyperlink via the glossary package), so I hope it is correct to start a new topic with the real problem:
The hyperref package works fine in subscripts if the document is compiled using PDFLaTeX. However, the subscripts layout is reset when compiling with LaTeX, as can be seen using the following minimal example: (thank you nlct)
Code: Select all
\documentclass{article}
\usepackage[colorlinks]{hyperref}
\begin{document}
$a_{\hyperlink{target}{u}}\qquad a_{u}$
\end{document}
Does anyone see a way that the LaTeX result can be made to look the same as the one produced by PDFLaTeX? Any help would be very much appreciated!
Best regards
Martin