summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/glossaries/samples/sampleSort.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/glossaries/samples/sampleSort.tex')
-rw-r--r--macros/latex/contrib/glossaries/samples/sampleSort.tex8
1 files changed, 6 insertions, 2 deletions
diff --git a/macros/latex/contrib/glossaries/samples/sampleSort.tex b/macros/latex/contrib/glossaries/samples/sampleSort.tex
index 960dc22f0f..e55ff77cd0 100644
--- a/macros/latex/contrib/glossaries/samples/sampleSort.tex
+++ b/macros/latex/contrib/glossaries/samples/sampleSort.tex
@@ -4,6 +4,8 @@
% arara: makeglossaries
% arara: pdflatex: { synctex: on }
% arara: pdflatex: { synctex: on }
+%
+%http://mirrors.ctan.org/macros/latex/contrib/glossaries/glossaries-user.html#sampleSort
\documentclass{report}
% If you want to add babel to this document, you may have to
@@ -44,8 +46,8 @@ text={\emptyset},
description={The empty set}}
\newglossaryentry{not:card}{type=notation,
-name={$|\mathcal{S}|$},
-text={|\mathcal{S}|},
+name={$\mid\mathcal{S}\mid$},
+text={\mid\mathcal{S}\mid},
description={cardinality of $\mathcal{S}$}}
% Main glossary definitions
@@ -58,6 +60,8 @@ description={The number of elements in the specified set}}
% Acronym definitions
+\setacronymstyle{long-short}
+
\newacronym{zfc}{ZFC}{Zermelo-Fraenkel set theory}
\newacronym{ad}{AD}{axiom of determinacy}