summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/glossaries/samples/sampleaccsupp.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-03-05 16:48:05 +0000
committerKarl Berry <karl@freefriends.org>2009-03-05 16:48:05 +0000
commitee0a8f0a1356961de5774c1001ae13f270da85ba (patch)
treede39142787ad1a1d41d089845e2dd899961c5ce7 /Master/texmf-dist/doc/latex/glossaries/samples/sampleaccsupp.tex
parent76576609315cae4d1822d8acba81734a87651975 (diff)
glossaries 1.19 (3mar09)
git-svn-id: svn://tug.org/texlive/trunk@12314 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/samples/sampleaccsupp.tex')
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/samples/sampleaccsupp.tex10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleaccsupp.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleaccsupp.tex
new file mode 100644
index 00000000000..e094af25b46
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleaccsupp.tex
@@ -0,0 +1,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}