summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/glossaries/samples/sample.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/glossaries/samples/sample.tex')
-rw-r--r--macros/latex/contrib/glossaries/samples/sample.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/latex/contrib/glossaries/samples/sample.tex b/macros/latex/contrib/glossaries/samples/sample.tex
index 9478e16f2e..eca1464585 100644
--- a/macros/latex/contrib/glossaries/samples/sample.tex
+++ b/macros/latex/contrib/glossaries/samples/sample.tex
@@ -32,7 +32,7 @@ parent={glossary}}
\newglossaryentry{pagelist}{name=page list,
% description value has to be enclosed in braces
% because it contains commas
-description={a list of individual pages or page ranges
+description={a list of individual pages or page ranges
(e.g.\ 1,2,4,7-9)}}
\newglossaryentry{mtrx}{name=matrix,
@@ -52,7 +52,7 @@ distinct section of a piece of writing.
Beginning on new, usually indented, line}
-% entry with two types of plural. Set the plural form to the
+% entry with two types of plural. Set the plural form to the
% form most likely to be used. If you want to use a different
% plural, you will need to explicity specify it in \glslink
\newglossaryentry{cow}{name=cow,
@@ -91,7 +91,7 @@ parent=bravo}
% accidentally introducing unwanted space as leading and trailing
% spaces within the braces aren't stripped. For example,
% text={ spurious space } will result in extra space appearing
-% when the entry is referenced.
+% when the entry is referenced.
\newglossaryentry{spuriousspace}{%
name={space, spurious},
text={spurious space},
@@ -139,7 +139,7 @@ Be careful about \glspl{spuriousspace} appearing in your code.
Plurals are assumed to have the letter s appended, but if this is
not the case, as in \glspl{mtrx}, then you need to specify the
plural when you define the entry. If a term may have multiple
-plurals (for example \glspl{cow}/\glslink{cow}{kine}) then
+plurals (for example \glspl{cow}/\glslink{cow}{kine}) then
define the entry with the plural form most likely to be used and
explicitly specify the alternative form using \verb|\glslink|
(e.g.\ \glslink{cow}{kine})