summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/glossaries/samples
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-06-14 22:31:40 +0000
committerKarl Berry <karl@freefriends.org>2010-06-14 22:31:40 +0000
commitb3f1741ccbe6dede2fc5cc309815e40728c0330f (patch)
treee9c7d2ffc516d8fff6defbf3b85205078e1701f9 /Master/texmf-dist/doc/latex/glossaries/samples
parentfa2a29ef6564da92ff9b4caede3dd5456dd48eb6 (diff)
glossaries 2.06 (14jun10)
git-svn-id: svn://tug.org/texlive/trunk@18975 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/samples')
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/samples/database1.tex2
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/samples/minimalgls.tex10
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/samples/sample-custom-acronym.tex74
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/samples/sample.tex16
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/samples/sampleAcr.tex2
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/samples/sampleAcrDesc.tex6
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/samples/sampleDesc.tex3
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/samples/sampleEq.tex12
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/samples/sampleEqPg.tex22
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/samples/sampleNtn.tex9
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/samples/sampleacronyms.tex3
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/samples/sampleutf8.tex5
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/samples/samplexdy-mc.xdy111
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/samples/samplexdy.tex18
14 files changed, 176 insertions, 117 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/database1.tex b/Master/texmf-dist/doc/latex/glossaries/samples/database1.tex
index ab557f81460..f9ecc9a420f 100644
--- a/Master/texmf-dist/doc/latex/glossaries/samples/database1.tex
+++ b/Master/texmf-dist/doc/latex/glossaries/samples/database1.tex
@@ -11,7 +11,7 @@ description={A list of values identified by a numeric value}}
description={Pertaining to numbers represented in base 2}}
\newglossaryentry{comment}{name=comment,
-description={A remark that doesn't affect the meaning of the
+description={A remark that doesn't affect the meaning of the
code}}
\newglossaryentry{global}{name=global,
diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/minimalgls.tex b/Master/texmf-dist/doc/latex/glossaries/samples/minimalgls.tex
index f8ba9ff12ae..db5a04d7f77 100644
--- a/Master/texmf-dist/doc/latex/glossaries/samples/minimalgls.tex
+++ b/Master/texmf-dist/doc/latex/glossaries/samples/minimalgls.tex
@@ -1,5 +1,5 @@
- % This is a minimal file for testing and debugging
- % the glossaries package. Change the class file as
+ % This is a minimal file for testing and debugging
+ % the glossaries package. Change the class file as
% desired, and add the relevant package options to
% both the class file and the glossaries package.
% Change the sample glossary entry and acronym if
@@ -7,7 +7,7 @@
% glossary, add in the relevant \newglossary command
% and a sample entry.
%
- % Only add extra packages or commands if they
+ % Only add extra packages or commands if they
% contribute to whatever problem you are trying to
% test.
%
@@ -32,9 +32,7 @@
\newglossaryentry{sample}{name={sample},
description={a sample entry}}
-% This contrived acronym has non-standard plural forms.
-% These are specified in the optional argument.
-\newacronym[\glsshortpluralkey=cas,\glslongpluralkey=contrived
+\newacronym[\glsshortpluralkey=cas,\glslongpluralkey=contrived
acronyms]{aca}{aca}{a contrived acronym}
\begin{document}
diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-custom-acronym.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-custom-acronym.tex
new file mode 100644
index 00000000000..bd63d817500
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-custom-acronym.tex
@@ -0,0 +1,74 @@
+\documentclass{report}
+
+\usepackage[colorlinks]{hyperref}
+\usepackage[acronym, % create list of acronyms
+ nomain, % don't need main glossary for this example
+ style=tree, % need a style that displays the symbol
+ hyperfirst=false,% don't hyperlink first use
+ sanitize=none % switch off sanitization as description
+ % will be used in the main text
+ ]{glossaries}
+
+\makeglossaries
+
+ % This is a sample file to illustrate how to define a custom
+ % acronym. This example defines the acronym so that on first use
+ % it displays the short form in the text and places the long form
+ % and its description in a footnote. In the main body of the
+ % document the short form will be displayed in small caps, but in
+ % the list of acronyms the short form is displayed in normal
+ % capitals. To ensure this, the short form should be written in
+ % lower case when the acronym is defined, and \MakeUppercase is
+ % used when it's displayed in the list of acronyms.
+
+ % In the list of acronyms, the long form is used as the name, the
+ % short form is used as the symbol and the user supplies the
+ % description when defining the acronym.
+
+\renewcommand*{\CustomAcronymFields}{%
+ name={\the\glslongtok},%
+ symbol={\MakeUppercase{\the\glsshorttok}},%
+ text={\textsc{\the\glsshorttok}},%
+ plural={\textsc{\the\glsshorttok}\noexpand\acrpluralsuffix}%
+}
+
+\renewcommand*{\SetCustomDisplayStyle}[1]{%
+ % ##1 corresponds to the 'first' key
+ % ##2 corresponds to the 'description' key
+ % ##3 corresponds to the 'symbol' key
+ % ##4 is the inserted text given by the final optional argument to
+ % commands like \gls
+ % The short form can be obtained via \glsentryuseri{\glslabel}
+ % The plural short form can be obtained via
+ % \glsentryuserii{\glslabel}
+ % The long form can be obtained via \glsentryuseriii{\glslabel}
+ % The plural long form can be obtained via
+ % \glsentryuseriv{\glslabel}
+ \defglsdisplayfirst[#1]{##1##4\protect\footnote{%
+ \glsentryuseriii{\glslabel}: ##2}}%
+ % ##1 corresponds to the 'text' key
+ % the rest as above
+ \defglsdisplay[#1]{##1##4}%
+}
+
+ % Now set the custom acronym style (to override the default style)
+\SetCustomStyle
+
+ % Now define the acronyms (must be done after setting the custom
+ % style)
+
+\newacronym[description={set of tags for use in developing hypertext
+documents}]{html}{html}{Hyper Text Markup Language}
+
+\newacronym[description={language used to describe the layout of a
+document written in a markup language}]{css}{css}{Cascading Style
+Sheet}
+
+\begin{document}
+
+\gls{css}. \gls{html}.
+
+\gls{css}. \gls{html}.
+
+\printglossaries
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample.tex
index 75fa56bf5c3..bfea39f9672 100644
--- a/Master/texmf-dist/doc/latex/glossaries/samples/sample.tex
+++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample.tex
@@ -26,7 +26,7 @@ description=A scripting language}
\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,
@@ -37,10 +37,10 @@ plural=matrices}
% entry with a paragraph break in the description
\newglossaryentry{par}{name=paragraph,
-description={distinct section of piece of
+description={distinct section of piece of
writing.\glspar 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,
@@ -84,7 +84,7 @@ description={large seal}}
\pagenumbering{arabic}
A \gls{glossarylist} is a very useful addition to any
-technical document, although a \gls{glossarycol} can
+technical document, although a \gls{glossarycol} can
also simply be a collection of glosses, which is
another thing entirely. Some documents have
multiple \glspl{glossarylist}.
@@ -93,9 +93,9 @@ Once you have run your document through \LaTeX, you
will then need to run the \texttt{.glo} file through
\texttt{makeindex}. You will need to set the output
file so that it creates a \texttt{.gls} file instead
-of an \texttt{.ind} file, and change the name of
+of an \texttt{.ind} file, and change the name of
the log file so that it doesn't overwrite the index
-log file (if you have an index for your document).
+log file (if you have an index for your document).
Rather than having to remember all the command line
switches, you can call the \gls{Perl} script
\texttt{makeglossaries} which provides a convenient
@@ -109,13 +109,13 @@ must be used, e.g.\ in the description of \gls{pagelist}.
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|.
\Glspl{seal} and \glspl{sealion} have regular plural forms.
\Gls{bravo} is a homograph, but the plural forms are spelt
-differently. The plural of \gls{bravo1}, a cry of approval,
+differently. The plural of \gls{bravo1}, a cry of approval,
is \glspl{bravo1}, whereas the plural of \gls{bravo2}, a hired
ruffian or killer, is \glspl{bravo2}.
diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcr.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcr.tex
index 02531ff49a0..3addc9d8a47 100644
--- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcr.tex
+++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcr.tex
@@ -34,7 +34,7 @@ the so called ``kernel trick''. Plural: \glspl{ksvm}.
\glsresetall
Possessive: \gls{ksvm}['s].
-Make the glossary entry number bold for this
+Make the glossary entry number bold for this
one \gls[format=hyperbf]{svm}.
\chapter{Another chapter}
diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcrDesc.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcrDesc.tex
index 415a58b63e7..3ff8cd0ad83 100644
--- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcrDesc.tex
+++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcrDesc.tex
@@ -10,7 +10,7 @@
\makeglossaries
-\newacronym[description={Statistical pattern recognition
+\newacronym[description={Statistical pattern recognition
technique~\protect\cite{svm}}, % acronym's description
name={Support vector machine (svm)}% change the default way of displaying the entry name in the list of acronyms
]{svm}{svm}{support vector machine}
@@ -18,7 +18,7 @@ name={Support vector machine (svm)}% change the default way of displaying the en
\newacronym[description={Statistical pattern recognition technique
using the ``kernel trick'' (see also \glshyperlink[SVM]{svm})},% acronym's description
name={Kernel support vector machine (ksvm)}% change the default way of displaying the entry name in the list of acronyms
-]{ksvm}{ksvm}{kernel
+]{ksvm}{ksvm}{kernel
support vector machine}
\begin{document}
@@ -45,7 +45,7 @@ a link: \glsentrydesc{ksvm}.
\glsresetall
Possessive: \gls{ksvm}['s].
-Make the glossary entry number bold for this
+Make the glossary entry number bold for this
one \gls[format=hyperbf]{svm}.
\begin{thebibliography}{1}
diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleDesc.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleDesc.tex
index 47c639cb9c7..8802d88d1b9 100644
--- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleDesc.tex
+++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleDesc.tex
@@ -1,4 +1,3 @@
-% See also sampleAcrDesc.tex
\documentclass[a4paper]{report}
\usepackage[colorlinks,plainpages=false]{hyperref}
@@ -54,7 +53,7 @@ the so called ``kernel trick''.
\glsresetall
Possessive: \gls{ksvm}['s].
-Make the glossary entry number bold for this
+Make the glossary entry number bold for this
one \gls[format=hyperbf]{svm}.
\begin{thebibliography}{1}
diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleEq.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleEq.tex
index e9ebc9cf811..d7f43bc7952 100644
--- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleEq.tex
+++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleEq.tex
@@ -91,8 +91,8 @@ description=Catalan's constant,sort=G}
This is a sample document illustrating the use of the \textsf{glossaries}
package. The functions here have been taken from ``Tables of
Integrals, Series, and Products'' by I.S.~Gradshteyn and I.M~Ryzhik.
-The glossary is a list of special functions, so
-the equation number has been used rather than the page number. This
+The glossary is a list of special functions, so
+the equation number has been used rather than the page number. This
can be done using the \texttt{counter=equation} package
option.
\end{abstract}
@@ -105,7 +105,7 @@ option.
\gls{Gamma} = \int_{0}^{\infty}e^{-t}t^{z-1}\,dt
\end{equation}
-\verb|\ensuremath| is only required here if using
+\verb|\ensuremath| is only required here if using
hyperlinks.
\begin{equation}
\glslink{Gamma}{\ensuremath{\Gamma(x+1)}} = x\Gamma(x)
@@ -178,7 +178,7 @@ Alternatively:
\section{Laguerre polynomials}
\begin{equation}
-L_n^{\alpha} (x) = \frac{1}{n!}e^x x^{-\alpha}
+L_n^{\alpha} (x) = \frac{1}{n!}e^x x^{-\alpha}
\frac{d^n}{dx^n}(e^{-x}x^{n+\alpha})
\end{equation}
@@ -186,8 +186,8 @@ L_n^{\alpha} (x) = \frac{1}{n!}e^x x^{-\alpha}
Bessel functions $Z_\nu$ are solutions of
\begin{equation}
-\frac{d^2\glslink{Znu}{Z_\nu}}{dz^2}
-+ \frac{1}{z}\,\frac{dZ_\nu}{dz} +
+\frac{d^2\glslink{Znu}{Z_\nu}}{dz^2}
++ \frac{1}{z}\,\frac{dZ_\nu}{dz} +
\left( 1-\frac{\nu^2}{z^2}Z_\nu = 0 \right)
\end{equation}
diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleEqPg.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleEqPg.tex
index 1ec5c196775..c29175f5416 100644
--- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleEqPg.tex
+++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleEqPg.tex
@@ -128,15 +128,15 @@ This is a sample document illustrating the use of the \textsf{glossaries}
package. The functions here have been taken from ``Tables of
Integrals, Series, and Products'' by I.S.~Gradshteyn and I.M~Ryzhik.
-The glossary lists both page numbers and equation numbers.
+The glossary lists both page numbers and equation numbers.
Since the majority of the entries use the equation number,
\texttt{counter=equation} was used as a package option.
Note that this example will only work where the
-page number and equation number compositor is the same. So
-it won't work if, say, the page numbers are of the form
-2-4 and the equation numbers are of the form 4.6.
-As most of the glossary entries should have an italic
-format, it is easiest to set the default format to
+page number and equation number compositor is the same. So
+it won't work if, say, the page numbers are of the form
+2-4 and the equation numbers are of the form 4.6.
+As most of the glossary entries should have an italic
+format, it is easiest to set the default format to
italic.
\end{abstract}
@@ -147,7 +147,7 @@ italic.
\chapter{Gamma Functions}
-The \glslink[format=hyperbf,counter=page]{Gamma}{gamma function} is
+The \glslink[format=hyperbf,counter=page]{Gamma}{gamma function} is
defined as
\begin{equation}
\gls{Gamma} = \int_{0}^{\infty}e^{-t}t^{z-1}\,dt
@@ -168,7 +168,7 @@ defined as
\newpage
\begin{equation}
-\glslink{Gamma}{\ensuremath{\Gamma(\alpha)}} =
+\glslink{Gamma}{\ensuremath{\Gamma(\alpha)}} =
\Gamma(\alpha, x) + \gamma(\alpha, x)
\end{equation}
@@ -224,7 +224,7 @@ Alternatively:
\chapter{Laguerre polynomials}
\begin{equation}
-\gls{Lna} = \frac{1}{n!}e^x x^{-\alpha}
+\gls{Lna} = \frac{1}{n!}e^x x^{-\alpha}
\frac{d^n}{dx^n}(e^{-x}x^{n+\alpha})
\end{equation}
@@ -232,7 +232,7 @@ Alternatively:
Bessel functions $Z_\nu(z)$ are solutions of
\begin{equation}
-\frac{d^2\glslink{Znu}{Z_\nu}}{dz^2} + \frac{1}{z}\,\frac{dZ_\nu}{dz} +
+\frac{d^2\glslink{Znu}{Z_\nu}}{dz^2} + \frac{1}{z}\,\frac{dZ_\nu}{dz} +
\left(
1-\frac{\nu^2}{z^2}Z_\nu = 0
\right)
@@ -269,7 +269,7 @@ Bessel functions $Z_\nu(z)$ are solutions of
\chapter{Elliptical Integral of the First Kind}
\begin{equation}
-\gls{Fpk} = \int_0^\phi
+\gls{Fpk} = \int_0^\phi
\frac{d\alpha}{\sqrt{1-k^2\sin^2\alpha}}
\end{equation}
diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleNtn.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleNtn.tex
index 63fa4c202bd..9901c7ab61d 100644
--- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleNtn.tex
+++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleNtn.tex
@@ -50,12 +50,11 @@ description={The number of elements in the specified set}}
\pagenumbering{Alph}
This is a sample document illustrating the use of the
\textsf{glossaries} package. In this example, a new glossary type
-called \texttt{notation} is defined, so that the document can have a
+called \texttt{notation} is defined, so that the document can have a
separate glossary of terms and index of notation. The index of notation
doesn't have associated numbers.
\end{abstract}
-
\pagenumbering{roman}
\tableofcontents
@@ -64,13 +63,13 @@ doesn't have associated numbers.
\chapter{Introduction}
\pagenumbering{arabic}
-\glslink{gls:set}{Sets}
-are denoted by a caligraphic font
+\glslink{gls:set}{Sets}
+are denoted by a caligraphic font
e.g.\ \gls{not:set}.
Let \gls[format=hyperit]{not:U} denote the universal set.
-The \gls{gls:card} of a set $\mathcal{S}$ is denoted
+The \gls{gls:card} of a set $\mathcal{S}$ is denoted
\gls{not:card}.
\chapter{Another Chapter}
diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleacronyms.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleacronyms.tex
index c01c479cc49..bd6219b8519 100644
--- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleacronyms.tex
+++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleacronyms.tex
@@ -6,21 +6,18 @@
\makeglossaries
-% Main glossary is a list of calculus acronyms
\renewcommand{\glossaryname}{Calculus Acronyms}
\newacronym[type=main]{vc}{VC}{Vector Calculus}
\newacronym[type=main]{ftoc}{FTOC}{Fundamental Theorem of Calculus}
-% "acronym" glossary is a list of computer related acronyms
\renewcommand{\acronymname}{Computer Acronyms}
\newacronym{kb}{kb}{KiloBit}
\newacronym{kB}{kB}{KiloByte}
-% "acronym2" glossary is a list of statistical acronyms
\newacronym[type=acronym2]{svm}{SVM}{Support Vector Machine}
diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleutf8.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleutf8.tex
index a134e1a5162..7f885e678b2 100644
--- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleutf8.tex
+++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleutf8.tex
@@ -6,9 +6,6 @@
\makeglossaries
-% Note that because the é is the first letter of the
-% name, it needs to be grouped or it will cause a
-% problem for \makefirstuc due to expansion issues.
\newglossaryentry{elite}{name={{é}lite},
description={select group or class}}
@@ -21,8 +18,6 @@ description=large deer}
\newglossaryentry{mannerly}{name=mannerly,
description=polite}
-% The œ is not the first letter, so it doesn't need to
-% be grouped.
\newglossaryentry{manoeuvre}{name={manœuvre},
description=planned and controlled movement}
diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy-mc.xdy b/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy-mc.xdy
index 318205d8ffc..7c8d2b9e484 100644
--- a/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy-mc.xdy
+++ b/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy-mc.xdy
@@ -440,8 +440,6 @@
; user defined alphabets
-
-
; location class definitions
(define-location-class "roman-page-numbers"
@@ -462,7 +460,7 @@
; user defined location classes
(define-location-class "Numberstring"
- (:sep "\protect \Numberstringnum {" "arabic-numbers" :sep "}"))
+ (:sep "\protect \Numberstringnum {" "arabic-numbers" :sep "}"))
; define cross-reference class
@@ -478,14 +476,14 @@
"alpha-page-numbers"
"Roman-page-numbers"
"Alpha-page-numbers"
- "Appendix-page-numbers"
+ "Appendix-page-numbers"
"see" ))
; define the glossary markup
(markup-index
- :open "\glossarysection[\glossarytoctitle]{\glossarytitle}\glossarypreamble~n\begin{theglossary}\glossaryheader~n"
- :close "~n\end{theglossary}~n\glossarypostamble~n"
+ :open "\glossarysection[\glossarytoctitle]{\glossarytitle}\glossarypreamble~n\begin{theglossary}\glossaryheader~n"
+ :close "~n\end{theglossary}~n\glossarypostamble~n"
:tree)
(markup-letter-group-list :sep "\glsgroupskip~n")
(markup-indexentry :open "~n" :depth 0)
@@ -496,75 +494,74 @@
; define format to use for locations
-
-(markup-locref :open "~n\setentrycounter{page}\glsnumberformat{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\glsnumberformat{"
+ :close "}"
:attr "glsnumberformat")
-(markup-locref :open "~n\setentrycounter{page}\textrm{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\textrm{"
+ :close "}"
:attr "textrm")
-(markup-locref :open "~n\setentrycounter{page}\textsf{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\textsf{"
+ :close "}"
:attr "textsf")
-(markup-locref :open "~n\setentrycounter{page}\texttt{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\texttt{"
+ :close "}"
:attr "texttt")
-(markup-locref :open "~n\setentrycounter{page}\textbf{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\textbf{"
+ :close "}"
:attr "textbf")
-(markup-locref :open "~n\setentrycounter{page}\textmd{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\textmd{"
+ :close "}"
:attr "textmd")
-(markup-locref :open "~n\setentrycounter{page}\textit{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\textit{"
+ :close "}"
:attr "textit")
-(markup-locref :open "~n\setentrycounter{page}\textup{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\textup{"
+ :close "}"
:attr "textup")
-(markup-locref :open "~n\setentrycounter{page}\textsl{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\textsl{"
+ :close "}"
:attr "textsl")
-(markup-locref :open "~n\setentrycounter{page}\textsc{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\textsc{"
+ :close "}"
:attr "textsc")
-(markup-locref :open "~n\setentrycounter{page}\emph{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\emph{"
+ :close "}"
:attr "emph")
-(markup-locref :open "~n\setentrycounter{page}\glshypernumber{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\glshypernumber{"
+ :close "}"
:attr "glshypernumber")
-(markup-locref :open "~n\setentrycounter{page}\hyperrm{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\hyperrm{"
+ :close "}"
:attr "hyperrm")
-(markup-locref :open "~n\setentrycounter{page}\hypersf{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\hypersf{"
+ :close "}"
:attr "hypersf")
-(markup-locref :open "~n\setentrycounter{page}\hypertt{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\hypertt{"
+ :close "}"
:attr "hypertt")
-(markup-locref :open "~n\setentrycounter{page}\hyperbf{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\hyperbf{"
+ :close "}"
:attr "hyperbf")
-(markup-locref :open "~n\setentrycounter{page}\hypermd{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\hypermd{"
+ :close "}"
:attr "hypermd")
-(markup-locref :open "~n\setentrycounter{page}\hyperit{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\hyperit{"
+ :close "}"
:attr "hyperit")
-(markup-locref :open "~n\setentrycounter{page}\hyperup{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\hyperup{"
+ :close "}"
:attr "hyperup")
-(markup-locref :open "~n\setentrycounter{page}\hypersl{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\hypersl{"
+ :close "}"
:attr "hypersl")
-(markup-locref :open "~n\setentrycounter{page}\hypersc{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\hypersc{"
+ :close "}"
:attr "hypersc")
-(markup-locref :open "~n\setentrycounter{page}\hyperemph{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\hyperemph{"
+ :close "}"
:attr "hyperemph")
-(markup-locref :open "~n\setentrycounter{page}\hyperbfit{"
- :close "}"
+(markup-locref :open "~n\setentrycounter{page}\hyperbfit{"
+ :close "}"
:attr "hyperbfit")
; define letter group list format
@@ -584,11 +581,11 @@
(define-sort-rule-orientations (forward backward forward forward))
(use-rule-set :run 0
- :rule-set ("en-alphabetize" "en-ignore-special"))
+ :rule-set ("en-alphabetize" "en-ignore-special"))
(use-rule-set :run 1
- :rule-set ("en-resolve-diacritics" "en-ignore-special"))
+ :rule-set ("en-resolve-diacritics" "en-ignore-special"))
(use-rule-set :run 2
- :rule-set ("en-resolve-case" "en-ignore-special"))
+ :rule-set ("en-resolve-case" "en-ignore-special"))
(use-rule-set :run 3
- :rule-set ("en-resolve-special"))
+ :rule-set ("en-resolve-special"))
diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy.tex b/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy.tex
index c66ed0f66d0..548c8021198 100644
--- a/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy.tex
+++ b/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy.tex
@@ -15,7 +15,7 @@
% Otherwise do:
%
% xindy -L english -C utf8 -I xindy -M samplexdy -t samplexdy.glg -o samplexdy.gls samplexdy.glo
- %
+ %
\documentclass{article}
\usepackage[utf8]{inputenc}
@@ -52,7 +52,7 @@
% (This command will have no effect if \noist is used)
\GlsAddXdyLocation{Numberstring}{:sep "\string\protect\space
- \string\Numberstringnum\space\glsopenbrace"
+ \string\Numberstringnum\space\glsopenbrace"
"arabic-numbers" :sep "\glsclosebrace"}
% To have Mc as a separate group uncomment the following three
@@ -64,7 +64,7 @@
% The above three lines specify to use samplexdy-mc.xdy (supplied
% with this file) and don't overwrite it. The language is
- % unset using \GlsSetXdyLanguage{} as all the language
+ % unset using \GlsSetXdyLanguage{} as all the language
% dependent information is contained in samplexdy-mc.xdy
% Note that using \noist means that commands like
% \GlsAddXdyAttribute and \GlsAddXdyLocation will no longer have
@@ -78,7 +78,7 @@
% Define glossary entries
% \glshyperlink is used instead of \gls to prevent the glossary
% page numbers also appear in the locations, however I need
- % to ensure that the referenced entries are added to the
+ % to ensure that the referenced entries are added to the
% glossary via commands that use \glslink, \glsadd or \glssee
\newglossaryentry{mcadam}{name={McAdam, John Loudon},
@@ -98,7 +98,7 @@ description={Theorem expressing a function $f(x)$ as the sum of
a polynomial and a remainder:
\[f(x) = f(a)+f'(a)(x-a)+f''(a)(x-a^2)/2!+\cdots+R_n\]
If $n\to\infty$ the expansion is a \glshyperlink{taylorseries}
-and if $a=0$, the series is called a
+and if $a=0$, the series is called a
\gls{maclaurinseries}}}
\newglossaryentry{taylorseries}{name={Taylor series},
@@ -110,7 +110,7 @@ description={English mathematician}}
\newglossaryentry{mcnemar}{name={McNemar, Quinn},
first={Quinn McNemar},text={McNemar},
-description={Mathematician who introduced
+description={Mathematician who introduced
\gls{mcnemarstest}. This entry has the number list
suppressed},nonumberlist}
@@ -170,7 +170,7 @@ first={Giuseppe Peano},text={Peano},
description={Italian mathematician}}
\newglossaryentry{peanoscurve}{name={Peano's curve},
-description={A space-filling curve discovered by
+description={A space-filling curve discovered by
\gls{peano}}}
\newglossaryentry{pearson}{name={Pearson, Karl},
@@ -194,7 +194,7 @@ several pages.
\newpage
This page talks about \glspl[format=hyperbfit]{gaussianint}. Since
-it's the principle definition, the user-defined hyperbfit format is
+it's the principle definition, the user-defined hyperbfit format is
used.
\newpage
@@ -204,7 +204,7 @@ The section on \gls[format=)]{gauss} ends here.
\section{Series Expansions}
This section is about series expansions. It mentions
-\gls{maclaurin} and \gls{taylor}. It also discusses
+\gls{maclaurin} and \gls{taylor}. It also discusses
\gls{taylorstheorem} which is related to the \gls{taylorseries}.
The \gls{maclaurinseries} is a special case of the
\gls{taylorseries}.