pdfo / paper

0 stars 2 forks source link

Prevent line breaking for the first occurrence of a glossary entry #38

Closed ragonneau closed 1 year ago

ragonneau commented 1 year ago

Hi @zaikunzhang,

To prevent line breaking for the first occurrence of a glossary entry between the long and the short definitions, you may add

\renewcommand*{\glsfirstlongdefaultfont}[1]{#1\nolinebreak}

directly below the call to \glsdisablehyper in the preamble.

Regards, Tom.