0
votes
1answer
53 views

Wrong Reference in glossary - difference shown pagenumber and reference location

As in this previous Link Problem I reproduced the error. First, this is my code: \documentclass{scrartcl} \usepackage[utf8]{inputenc} \usepackage[ bookmarks, bookmarksnumbered, ...
2
votes
1answer
45 views

Latex glossaries: Hyperref/Link only the first occurance of an entry in each section?

By default, the glossaries package creates a link to the glossary for each occurance of an entry (e.g. each time I use \gls{entry}). With the links visualized (e.g. using hyperref colorlinks). This ...
1
vote
0answers
63 views

glossaries vs hyperref conflict [closed]

I'm writing my thesis and I'm having some trouble with the package glossaries and some strange conflict with hyperref package. If I load hyperref before glossaries in order to have links I cannot ...
5
votes
1answer
51 views

Suppress link in first use of glossary entry

I'm trying to disable links in the first use of glossary entries. I've seen a number of questions asked regarding the formatting of first uses, e.g. here and here, and another question dealing with ...
0
votes
0answers
32 views

Changing the link name of a glossary entry [closed]

I am writing a book with the hyperref and glossaries packages. In the PDF, when I move my mouse over a glossary entry in the text, a small box appears that says "go to page xx". I would like to change ...
1
vote
1answer
35 views

gls style latex

I'm using glossary in latex and I wonder if or how can I change the style of the word-hyperlink to an entry which created via \gls{glossary-item}? I've tried it via \newenvironment{*style changes ...
11
votes
1answer
111 views

Create a register of persons with references

To Create a register of persons with biblatex seems to be much more complicate then i expected. How can i create nice a register of persons semiautomatic with \ref? Lets assume i have 20 persons ...
6
votes
1answer
173 views

One way links to glossaries

Is there any way to have hyperlinks to the glossaries/acronyms (using glossaries package) in only one direction? What I want is a link to the page where an acronym is used, in the list of acronyms. ...
1
vote
0answers
149 views

How to create glossary entry with link to glossary and appearance in footnote? [closed]

I want each "first-time-used" glossary entry to appear in the footnote with its description and each "used" entry (the short term) being linked to the entry with its description in the glossary. ...
6
votes
1answer
141 views

Displaying & highlighting glossary entries that are not defined yet?

In my document I use the glossariespackage. When referencing terms, that do not exist in the glossary (yet) the term is simply not displayed. Which IMHO forces a quite complex workflow. Is there ...
0
votes
0answers
181 views

Wrong referencing for glossary/acronyms when on same page [closed]

I just recently noticed that when I have glossaries and acronyms on the same page the referencing isn't working correctly, meaning: when clicking on a reference, it jumps to the wrong place. ...
6
votes
3answers
530 views

Page number of glossary while using hyperref

I want to reference the glossary in the text. The solution given to this question on this website works for me. But adding \usepackage{hyperref} before \usepackage{glossaries} makes it not work ...
3
votes
3answers
203 views

Correct spacing of indices after hyperref or glossaries commands

I get different spacing in math mode when using some sort of command on a variable and an index. The text below gives what I think is correct spacing (between the variable 'M' and its index): $M_1 ...
3
votes
1answer
313 views

Suppress \gls links on one glossary only

I want to use \gls* automatically when invoking the \gls command. This should be done for one glossary (type=tech) only and globally. Not working: \glsdisablehyper does not work at the define ...
3
votes
1answer
266 views

glossary / acronym ; list of pages / locations : ignore the actual list of acronyms

I use the glossaries package with the acronym option. When I create the list of acronyms, I have a list of locations (per entry): pages, and/or subsections. The problem is that each (used) entry has ...
3
votes
2answers
344 views

Some glossary (acronym) entries without location (but still with links)

In my master thesis, I have a lots of acronyms. Some of them I use very frequently, while others just once or twice. Some of them I have a "main" definition, most don't have one. (Main definition is ...
8
votes
1answer
528 views

Glossary link's color

How can I change the color of glossary links when using glossaries along with hyperref? I just want to change glossary link colors not all links.
4
votes
1answer
601 views

Hyperref links generated by Glossaries pointing to wrong page

In a long document I have two title pages and want to start the page numbering from one on the first non-title page. Thus I use \addtocounter{page}{-2} at the begin of the document. Pages before the ...
2
votes
2answers
125 views

Why do line-broken glossary entries contaminate “marginpar”s with cross-referencability?

The following MWE shows the effect of a line-broken glossary entry on an adjacent marginpar, as opposed to a non-line-breaking glossary entry. Why does line-brokenness contaminate the marginpar? ...
2
votes
1answer
688 views

Links to glossary items broken

I'm currently writing a large document, and I have two glossaries, one for acronyms, and one for a normal glossary. I have hyperref setup so that the glossary entries in the main text have links to ...
6
votes
1answer
399 views

Disable hyperlinks in some entries for glossaries

I am using the glossaries package a lot in my thesis. There are some entries which appear very frequently throughout the whole document. I would like to disable hyperlinking for these entries but keep ...
0
votes
1answer
574 views

How to get correct glossary links with frontmatter pages?

I'm using the glossaries and hyperref packages, and my document has 10 or so pages of frontmatter, in roman numerals. All the links in the glossary have the correct page numbers, but when you click ...