summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/glossaries/samples/sampleaccsupp.tex
blob: e094af25b46a4c39099b2a7cb29c97133a52960a (plain)
1
2
3
4
5
6
7
8
9
10
\documentclass{article}

\usepackage{glossaries-accsupp}

 % Replacement text is stored in symbol
\newglossaryentry{dr}{name=Dr,description={},symbol={Doctor}}

\begin{document}
\gls{dr}~Jones.
\end{document}