summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/glossaries-extra/glossaries-extra-manual-examples/glossaries-extra-manual-example065.tex
blob: 6aafaeb75b444bb7ea143cf6b3674e470f0f4d31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% This file is embedded in glossaries-extra-manual.pdf
% Example 65 The long-hyphen-noshort-noreg abbreviation style
% Label: "ex:abbrvstylelong-hyphen-noshort-noreg"
% arara: pdflatex
% arara: pdfcrop
\documentclass[11pt]{article}
\pagestyle{empty}
\usepackage[T1]{fontenc}
\usepackage[colorlinks]{hyperref}
\usepackage{glossaries-extra}
\glssetcategoryattributes{abbreviation}{markwords,markshortwords}{true}
\setabbreviationstyle{long-hyphen-noshort-noreg}
\newabbreviation{ex}{SHRT FM}{long form} 
\begin{document}
First: \gls{ex}[-insert]. Next: \gls{ex}[-insert].
Full: \glsxtrfull{ex}[-insert]. First plural: \glspl[prereset]{ex}[-insert].
\printunsrtglossaries 
\end{document}