-
-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No hyperlink from acronyms to List of Abbreviations #102
Comments
This diagnosis seems to be correct. scientific-thesis-template/config.tex Line 701 in 398d325
scientific-thesis-template/config.tex Line 94 in 398d325
A fix might be as simple as moving glossaries to below hyperref, as has previously been done with |
Moving glossaries to below hyperref didn't help solving the problem. acronyms with \gls still dont link to the List of Abbreviations. By linking I mean that the displayed acronym isnt a link, which sends me to the to the List of Abbreviations by clicking on it |
It used to work. Please help by using git bisect to find the commit where it stopped working. That would really help to fix the issue. With "latexmk" that shouldn't be an issue. However, it will certainly take more than 30 minutes to do. |
I figured out a way myself to make this work. To fix this problem, you have to move not only glossaries, but line 84-105 to below hyperref. Those are the lines:
|
Could you please file a PR or reopen the issue? TYIA!
Am Fr., 11. Jan. 2019, 20:41 hat TYueksel <notifications@github.com>
geschrieben:
… I figured out a way myself to make this work. To fix this problem, you
have to move not only glossaries, but line 84-105 to below hyperref. Those
are the lines:
\usepackage{ragged2e}
\usepackage{scrwfile}
\usepackage[acronym,indexonlyfirst,nomain]{glossaries}
\ifdeutsch
\renewcommand*{\acronymname}{Abkürzungsverzeichnis}
\else
\renewcommand*{\acronymname}{List of Abbreviations}
\fi
\renewcommand*{\glsgroupskip}{}
\makenoidxglossaries
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#102 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABTafovj3GibQ3exkAmo3mL5DvT-lt-Tks5vCOjMgaJpZM4Z6Yue>
.
|
There are no hyperlinks from acronyms to the List of Abbreviations.
In the begginers guide for the glossaries package is stated:
I think this is not the case...
The text was updated successfully, but these errors were encountered: