E.g.:
Code: Select all
@gd {SNMP,
word = {SNMP},
definition = {something, something.}
}
Code: Select all
@gd {snmp,
word = {Simple Network Management Protocol (SNMP)},
definition = {something, something.}
}
Code: Select all
@gd {snmp,
word = {Simple Network Management Protocol},
short = {SNMP},
definition = {something, something.}
}
If this actually is a restriction of gloss it's very unpractical, since the identifier can't contain spaces (as I understand it). Please say I'm missing something

Edit: btw: a glossary entry is correctly created in all cases (using "\printgloss{./glossary}")
Edit2: nevermind, I found the answer after 2 minutes of googling

The solution, if anyone should be interested, was adding the line
Code: Select all
\renewcommand{\glosslinkborder}{0 0 0}