% This file is embedded in glossaries-extra-manual.pdf % Example 48 The short-sc-long abbreviation style % Label: "ex:abbrvstyleshort-sc-long" % arara: pdflatex % arara: pdfcrop \documentclass[11pt]{article} \pagestyle{empty} \usepackage[T1]{fontenc} \usepackage[colorlinks]{hyperref} \usepackage{glossaries-extra} \setabbreviationstyle{short-sc-long} \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}