I came here because I ran into a problem which I can not solve properly. I also could not find anything in the web.
As you can see in my example I use hyperref together with glossaries (and pdflatex):
Code: Select all
\documentclass[a4paper,12pt,]{scrbook}
\usepackage[pdftex]{hyperref}
\usepackage{glossaries}
\newcommand{\dF}{\texorpdfstring{\gls{dF}}{Gamma}}
\makeglossaries
\begin{document}
\newglossaryentry{dF}{name = \ensuremath{\Gamma_{\mathrm{Spin}}}, description = blablabla}
\printglossaries
text text text $\dF^{\|} dfdf $
\end{document}
Code: Select all
$\Gamma_{\mathrm{Spin}} \, ^{\|}$
Is there solution or workaround for my problem?
Thanks biaaas!