diff options
author | Karl Berry <karl@freefriends.org> | 2019-09-28 21:33:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-09-28 21:33:38 +0000 |
commit | ba8f9817d50e9533e8925630f9fe1290be27cf33 (patch) | |
tree | 8e17af362e9114a6f533dcc32f02bb43551d1fdb /Master/texmf-dist/doc/latex/glossaries/samples | |
parent | ccc34419a1783744295ce86fffaf9138b91d72f7 (diff) |
glossaries (28sep19)
git-svn-id: svn://tug.org/texlive/trunk@52199 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/samples')
90 files changed, 481 insertions, 459 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/glossary-lipsum-examples.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/glossary-lipsum-examples.pdf Binary files differindex e42dac13055..af2c27e7dbd 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/glossary-lipsum-examples.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/glossary-lipsum-examples.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/minimalgls.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/minimalgls.pdf Binary files differindex fc55ed55750..613b44b89bf 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/minimalgls.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/minimalgls.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/minimalgls.tex b/Master/texmf-dist/doc/latex/glossaries/samples/minimalgls.tex index 5053aa0a125..195b4a04e93 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/minimalgls.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/minimalgls.tex @@ -1,43 +1,43 @@ - % This file is public domain. - % - % 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 - % required. If the problem occurs with an additional - % glossary, add in the relevant \newglossary command - % and a sample entry. - % - % Only add extra packages or commands if they - % contribute to whatever problem you are trying to - % test. - % - % Remember that the document will not be complete - % until you have successfully completed all of the - % following steps: - % 1. latex minimalgls - % 2. makeglossaries minimalgls (note no extension) - % 3. latex minimalgls - % A further run through LaTeX will be required to ensure that - % the table of contents is up to date if the toc option - % is used. - % Alternatively, if you use arara, you can add the following - % directives in your document: - % - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } - - % If you require multilingual support you must also install - % the appropriate glossaries language module. The language - % modules are distributed separately. +% This file is public domain. +% +% 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 +% required. If the problem occurs with an additional +% glossary, add in the relevant \newglossary command +% and a sample entry. +% +% Only add extra packages or commands if they +% contribute to whatever problem you are trying to +% test. +% +% Remember that the document will not be complete +% until you have successfully completed all of the +% following steps: +% 1. latex minimalgls +% 2. makeglossaries minimalgls (note no extension) +% 3. latex minimalgls +% A further run through LaTeX will be required to ensure that +% the table of contents is up to date if the toc option +% is used. +% Alternatively, if you use arara, you can add the following +% directives in your document: +% +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } + +% If you require multilingual support you must also install +% the appropriate glossaries language module. The language +% modules are distributed separately. \documentclass{article} \listfiles \usepackage[colorlinks]{hyperref} - %\usepackage{glossaries} % abbreviation will go in main glossary +%\usepackage{glossaries} % abbreviation will go in main glossary \usepackage[acronym]{glossaries} % make a separate list of acronyms \makeglossaries @@ -52,17 +52,17 @@ \newglossaryentry{sample}{name={sample}, description={a sample entry}} - % set the acronym style: +% set the acronym style: \setacronymstyle{long-short} - % This contrived acronym has non-standard plural forms. - % These are specified in the optional argument. - % Remove the optional argument to revert to the default - % plurals. +% This contrived acronym has non-standard plural forms. +% These are specified in the optional argument. +% Remove the optional argument to revert to the default +% plurals. \newacronym[\glsshortpluralkey=cas,\glslongpluralkey=contrived acronyms]{aca}{aca}{a contrived acronym} - % Keep all definitions in the preamble! +% Keep all definitions in the preamble! \begin{document} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/mwe-acr-desc.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/mwe-acr-desc.pdf Binary files differindex 7d39d828cb7..2eef6862166 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/mwe-acr-desc.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/mwe-acr-desc.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/mwe-acr.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/mwe-acr.pdf Binary files differindex 0056b9f4af4..dc4f70c518a 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/mwe-acr.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/mwe-acr.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/mwe-gls.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/mwe-gls.pdf Binary files differindex 4a1f8d25161..75781ecb5b6 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/mwe-gls.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/mwe-gls.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-FnDesc.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-FnDesc.pdf Binary files differindex 00eaff2cf33..e7b50163629 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-FnDesc.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-FnDesc.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-FnDesc.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-FnDesc.tex index e4c5d87d3d8..746eb7b858c 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-FnDesc.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-FnDesc.tex @@ -1,8 +1,8 @@ - % This file is public domain - % If you are using arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you are using arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } \documentclass{report} \usepackage[colorlinks]{hyperref} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-chap-hyperfirst.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-chap-hyperfirst.pdf Binary files differindex 8ad12720ae8..5ae0a14a803 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-chap-hyperfirst.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-chap-hyperfirst.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-chap-hyperfirst.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-chap-hyperfirst.tex index 4e74e2e059c..619519e6857 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-chap-hyperfirst.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-chap-hyperfirst.tex @@ -1,8 +1,8 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex - % arara: makeglossaries - % arara: pdflatex +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex +% arara: makeglossaries +% arara: pdflatex \documentclass{report} \usepackage[colorlinks]{hyperref} @@ -17,13 +17,13 @@ \renewcommand*{\glslinkpostsetkeys}{% \edef\currentchap{\arabic{chapter}}% \ifnum\currentchap=\glschapnum{\glslabel}\relax - % Already used this entry in the current chapter, so switch - % off the hyperlink. +% Already used this entry in the current chapter, so switch +% off the hyperlink. \setkeys{glslink}{hyper=false}% \else - % Hasn't been used in the current chapter. Update the value - % of the "chapter" field unless the hyperlink has been switched - % off. +% Hasn't been used in the current chapter. Update the value +% of the "chapter" field unless the hyperlink has been switched +% off. \glsifhyperon {% \glsfieldxdef{\glslabel}{chapter}{\currentchap}% diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-crossref.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-crossref.pdf Binary files differindex 1037320f513..bd89fff0b26 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-crossref.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-crossref.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-crossref.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-crossref.tex index 8aaca674dad..4843b4d1b1c 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-crossref.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-crossref.tex @@ -1,8 +1,8 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } \documentclass{article} \usepackage[colorlinks]{hyperref} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-custom-acronym.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-custom-acronym.pdf Binary files differindex f84073b018d..5ea60ec8735 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-custom-acronym.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-custom-acronym.pdf 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 index 95b78a27733..992187f6711 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-custom-acronym.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-custom-acronym.tex @@ -1,29 +1,29 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } \documentclass{report} \usepackage[colorlinks]{hyperref} \usepackage[acronym,% create list of acronyms - % The package option "nomain" is used here to suppress the - % main glossary, since this example doesn't use it. If you - % want to use the main glossary, remove the "nomain" option. +% The package option "nomain" is used here to suppress the +% main glossary, since this example doesn't use it. If you +% want to use the main glossary, remove the "nomain" option. nomain ]{glossaries} \makeglossaries - % This is a sample file to illustrate how to define a custom - % acronym style. This example defines the acronyms so that on first use - % they display the short form in the text and with the long form - % and 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 \MakeTextUppercase is - % used when it's displayed in the list of acronyms. +% This is a sample file to illustrate how to define a custom +% acronym style. This example defines the acronyms so that on first use +% they display the short form in the text and with the long form +% and 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 \MakeTextUppercase is +% used when it's displayed in the list of acronyms. \newacronymstyle{custom-fn}% new style name {% Check for long form in case of a mixed glossary @@ -103,13 +103,13 @@ }% }% }% - % Use smallcaps for the acronym in the document text: +% Use smallcaps for the acronym in the document text: \renewcommand*{\acronymfont}[1]{\textsc{##1}}% \renewcommand*{\acrpluralsuffix}{\glstextup{\glspluralsuffix}}% - % Sort acronyms according to the long form: +% Sort acronyms according to the long form: \renewcommand*{\acronymsort}[2]{##2}% - % Set the name in the list of acronyms to the long form followed by - % the short form (in upper case) in parentheses: +% Set the name in the list of acronyms to the long form followed by +% the short form (in upper case) in parentheses: \renewcommand*{\acronymentry}[1]{% \Glsentrylong{##1}\space(\MakeTextUppercase{\glsentryshort{##1}})}% } @@ -117,11 +117,11 @@ % Now set the new acronym style (to override the default style) \setacronymstyle{custom-fn} - % Set an appropriate glossary style: +% Set an appropriate glossary style: \setglossarystyle{altlist} - % Now define the acronyms (must be done after setting the custom - % style) +% 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} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-dot-abbr.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-dot-abbr.pdf Binary files differindex c5a28552ae6..59e6a1b9406 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-dot-abbr.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-dot-abbr.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-dot-abbr.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-dot-abbr.tex index 094fcf76ddc..3fd3cf7cbad 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-dot-abbr.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-dot-abbr.tex @@ -1,6 +1,8 @@ - % arara: pdflatex - % arara: makeglossaries - % arara: pdflatex +% This file is public domain. +% If you want to use arara you need the following directives: +% arara: pdflatex +% arara: makeglossaries +% arara: pdflatex \documentclass{article} \usepackage{glossaries} @@ -23,8 +25,8 @@ \newacronym{laser}{laser}{light amplification by stimulated emission of radiation} - % See the sample-initialisms.tex example file provided with - % glossaries-extra.sty for a better way of doing this. +% See the sample-initialisms.tex example file provided with +% glossaries-extra.sty for a better way of doing this. \makeatletter \renewcommand{\glspostlinkhook}{% diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-dual.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-dual.pdf Binary files differindex a2061a2b9ba..b3948a464c3 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-dual.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-dual.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-dual.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-dual.tex index 0015f9385a7..4a1fc9a9539 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-dual.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-dual.tex @@ -1,21 +1,23 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } \documentclass{article} \usepackage[acronym]{glossaries} - % \newdualentry[main options]{label}{short}{long}{description} +% \newdualentry[main options]{label}{short}{long}{description} \newcommand*{\newdualentry}[5][]{% + % main entry: \newglossaryentry{main-#2}{name={#4},% text={#3\glsadd{#2}},% description={#5},% - #1 + #1% additional options for main entry }% - \newacronym{#2}{#3\glsadd{main-#2}}{#4} + % abbreviation: + \newacronym{#2}{#3\glsadd{main-#2}}{#4}% } \newdualentry{svm}% label diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-entrycount.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-entrycount.pdf Binary files differindex af2438de510..9b28627e43c 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-entrycount.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-entrycount.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-entrycount.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-entrycount.tex index 01f331440c6..0a37f54974f 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-entrycount.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-entrycount.tex @@ -1,9 +1,9 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } \documentclass{article} \usepackage[colorlinks]{hyperref} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-entryfmt.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-entryfmt.pdf Binary files differindex 407ea6961fa..64deb3490cf 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-entryfmt.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-entryfmt.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-entryfmt.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-entryfmt.tex index a057805db1a..d3bcfe36594 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-entryfmt.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-entryfmt.tex @@ -1,8 +1,8 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } \documentclass{article} \usepackage[colorlinks]{hyperref} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-font-abbr.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-font-abbr.pdf Binary files differindex 8a9ee959e11..45e6dd0584b 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-font-abbr.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-font-abbr.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-font-abbr.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-font-abbr.tex index c7b04e192b1..43b744f8f1b 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-font-abbr.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-font-abbr.tex @@ -1,6 +1,8 @@ - % arara: pdflatex - % arara: makeglossaries - % arara: pdflatex +% This file is public domain. +% If you want to use arara you need the following directives: +% arara: pdflatex +% arara: makeglossaries +% arara: pdflatex \documentclass{article} \usepackage{glossaries} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-ignored.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-ignored.pdf Binary files differindex 23bf60a9380..7185f4d4557 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-ignored.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-ignored.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-ignored.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-ignored.tex index 090c755c959..f552aff44a9 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-ignored.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-ignored.tex @@ -1,8 +1,8 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } \documentclass{article} \usepackage[colorlinks]{hyperref} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-index.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-index.pdf Binary files differindex 80f293a51b4..18a83dfcd24 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-index.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-index.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-index.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-index.tex index 1f2441dbed8..9842bacc2f7 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-index.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-index.tex @@ -1,10 +1,10 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } \documentclass{report} \usepackage[colorlinks]{hyperref} @@ -13,19 +13,19 @@ \makeglossaries - % define terms for the index +% define terms for the index \newterm[plural={stegosauruses}]{stegosaurus} \newterm[plural={triceratopses}]{triceratops} \newterm[plural={apatosauruses}]{apatosaurus} - % To avoid labels conflicting with the same name in the main glossary - % prefix the index label with "ind-". (This means that the name must - % be set independently.) +% To avoid labels conflicting with the same name in the main glossary +% prefix the index label with "ind-". (This means that the name must +% be set independently.) \newterm[name={dinosaur}]{ind-dinosaur} \newterm[name={Triassic}]{ind-triassic} - % define terms for the main glossary +% define terms for the main glossary \newglossaryentry{dinosaur}% {% diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-inline.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-inline.pdf Binary files differindex b6050b20ccf..cadd7af539a 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-inline.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-inline.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-inline.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-inline.tex index 08a4198aa51..c5d72209457 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-inline.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-inline.tex @@ -1,9 +1,9 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } +% arara: pdflatex: { synctex: on } \documentclass[a4paper]{report} \usepackage[plainpages=false,colorlinks]{hyperref} @@ -36,30 +36,30 @@ sort={1}, parent={glossary}} \newglossaryentry{pagelist}{name=page list, - % description value has to be enclosed in braces - % because it contains commas +% description value has to be enclosed in braces +% because it contains commas description={a list of individual pages or page ranges (e.g.\ 1,2,4,7-9)}} \newglossaryentry{mtrx}{name=matrix, description={rectangular array of quantities}, - % plural is not simply obtained by appending an s, so specify +% plural is not simply obtained by appending an s, so specify plural=matrices} - % entry with a paragraph break in the description +% entry with a paragraph break in the description \newglossaryentry{par}{name=paragraph, description={distinct section of piece of writing. Beginning on new, usually indented, line}} - % 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 +% 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, - % this isn't necessary, as this form (appending an s) is - % the default +% this isn't necessary, as this form (appending an s) is +% the default plural=cows, - % description: +% description: description={(\emph{pl.}\ cows, \emph{archaic} kine) an adult female of any bovine animal}} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-langdict.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-langdict.pdf Binary files differindex 300afc33cf8..5d85d6c1436 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-langdict.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-langdict.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-langdict.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-langdict.tex index 5c1484c93e9..c5bf52fc7d8 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-langdict.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-langdict.tex @@ -1,20 +1,20 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } - - % This file also requires the glossaries-english - % and glossaries-french language modules. These must - % be installed in addition to installing the glossaries package. +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } + +% This file also requires the glossaries-english +% and glossaries-french language modules. These must +% be installed in addition to installing the glossaries package. \documentclass[english,french]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{babel} - % The package option "nomain" is used here to suppress the - % main glossary, since this example doesn't use it. If you - % want to use the main glossary, remove the "nomain" option. +% The package option "nomain" is used here to suppress the +% main glossary, since this example doesn't use it. If you +% want to use the main glossary, remove the "nomain" option. \usepackage[nomain]{glossaries} \newglossary[glg]{english}{gls}{glo}{English to French} @@ -22,7 +22,7 @@ \makeglossaries - % \newword{label}{english}{determiner}{french} +% \newword{label}{english}{determiner}{french} \newcommand*{\newword}[4]{% \newglossaryentry{en-#1}{type=english,name={#2},description={#3 #4}}% \newglossaryentry{fr-#1}{type=french,name={#3 #4},text={#4},sort={#4},description={#2}}% diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-newkeys.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-newkeys.pdf Binary files differindex 300767a45d6..a15f6e32c65 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-newkeys.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-newkeys.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-newkeys.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-newkeys.tex index 323b28665c6..d2830fc6bff 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-newkeys.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-newkeys.tex @@ -1,8 +1,8 @@ - % This file is public domain - % If you are using arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you are using arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } \documentclass{article} \usepackage[colorlinks]{hyperref} @@ -26,6 +26,7 @@ {\Glsing}% command analogous to \Glstext {\GLSing}% command analogous to \GLStext + \makeglossaries \newglossaryentry{jump}{name={jump},description={}} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp-utf8.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp-utf8.pdf Binary files differindex 7a922cd6ea6..5cac8cf6e87 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp-utf8.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp-utf8.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp-utf8.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp-utf8.tex index e8d2bfb8b66..78d4f400a1b 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp-utf8.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp-utf8.tex @@ -1,7 +1,7 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex - % arara: pdflatex +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex +% arara: pdflatex \documentclass{report} \usepackage[utf8]{inputenc} @@ -15,9 +15,11 @@ \renewcommand{\theHequation}{\theequation} - % main entries +% main entries \newglossaryentry{elite}{% +% first character needs to be grouped if its an extended character +% otherwise first letter uppercasing (\Gls etc) won't work: name={{é}lite}, description={select group of people} } @@ -38,7 +40,7 @@ especially for political reasons} } - % Symbols +% Symbols \newglossaryentry{set}{% type=symbols, @@ -68,7 +70,7 @@ sort={!}, description={factorial}} - % index entries +% index entries \newterm{seal} @@ -116,6 +118,8 @@ Set: \glsdisplaynumberlist{set}. \Gls{elite}: \glsdisplaynumberlist{elite}. +\Gls{emigre}: \glsdisplaynumberlist{emigre}. + \begin{equation} 3\gls[counter=equation]{factorial} = 3 \times 2 \times 1 \end{equation} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp.pdf Binary files differindex 9ed8e6191aa..16c254d9ed0 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp.tex index d2891729d3c..29f3655587b 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp.tex @@ -1,7 +1,7 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex - % arara: pdflatex +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex +% arara: pdflatex \documentclass{report} \usepackage[colorlinks]{hyperref} @@ -12,9 +12,12 @@ \renewcommand{\theHequation}{\theequation} - % main entries +% main entries \newglossaryentry{elite}{% +% First letter must be grouped if it isn't a single character in +% order for the first letter uppercasing commands (\Gls etc) to +% work. name={{\'e}lite}, description={select group of people} } @@ -35,7 +38,7 @@ especially for political reasons} } - % Symbols +% Symbols \newglossaryentry{set}{% type=symbols, @@ -65,7 +68,7 @@ sort={!}, description={factorial}} - % index entries +% index entries \newterm{seal} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-nomathhyper.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-nomathhyper.pdf Binary files differindex 68f48c57abf..67fc47f4b06 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-nomathhyper.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-nomathhyper.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-nomathhyper.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-nomathhyper.tex index 16cc511eee7..7ac3f82e8f9 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-nomathhyper.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-nomathhyper.tex @@ -1,8 +1,8 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } \documentclass{report} \usepackage[colorlinks]{hyperref} @@ -12,8 +12,8 @@ \makeglossaries - % redefine \glsentryfmt so that it adds a hyperlink - % if not in math mode and the hyperlinks haven't been forced on +% redefine \glsentryfmt so that it adds a hyperlink +% if not in math mode and the hyperlinks haven't been forced on \renewcommand*{\glsentryfmt}{% \ifmmode \glsgenentryfmt @@ -24,7 +24,7 @@ \fi } - % define a sample entry: +% define a sample entry: \newglossaryentry{x}{name={x},description={sample entry}} \begin{document} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-numberlist.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-numberlist.pdf Binary files differindex b9a77de1ad1..5b8fa5e6786 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-numberlist.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-numberlist.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-numberlist.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-numberlist.tex index 24b93edb498..5c26c64b5a1 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-numberlist.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-numberlist.tex @@ -1,9 +1,9 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } +% arara: pdflatex: { synctex: on } \documentclass{report} \usepackage[colorlinks]{hyperref} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-prefix.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-prefix.pdf Binary files differindex 661bdee4eb6..2fe77929209 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-prefix.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-prefix.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-prefix.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-prefix.tex index ab1260cc727..40372cbad7b 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-prefix.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-prefix.tex @@ -1,9 +1,9 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } +% arara: pdflatex: { synctex: on } \documentclass{article} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-si.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-si.pdf Binary files differindex f8214a62e4c..af7aa9f6937 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-si.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-si.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-si.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-si.tex index f304dab7112..e1afeae6226 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-si.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-si.tex @@ -1,8 +1,8 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } \documentclass{article} \usepackage{siunitx} \usepackage[style=long4col]{glossaries} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-storage-abbr-desc.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-storage-abbr-desc.pdf Binary files differindex 85f8fdb628a..2da749d357d 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-storage-abbr-desc.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-storage-abbr-desc.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-storage-abbr-desc.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-storage-abbr-desc.tex index cccfad6397b..39a6eb6721b 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-storage-abbr-desc.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-storage-abbr-desc.tex @@ -1,8 +1,8 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex - % arara: makeglossaries - % arara: pdflatex +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex +% arara: makeglossaries +% arara: pdflatex \documentclass{article} \usepackage{glossaries} @@ -85,8 +85,8 @@ \setacronymstyle{mystyle} - % The default for "abbrtype" is "acronym" so we don't need - % this new key for acronyms: +% The default for "abbrtype" is "acronym" so we don't need +% this new key for acronyms: \newacronym[description={system for detecting the position and speed of aircraft, ships, etc}]{radar}{radar}{radio detecting and ranging} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-storage-abbr.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-storage-abbr.pdf Binary files differindex 8b5d4e4ff9a..c547306b25c 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-storage-abbr.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-storage-abbr.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-storage-abbr.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-storage-abbr.tex index 36949a2a6cc..7ea6faadd16 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-storage-abbr.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-storage-abbr.tex @@ -1,8 +1,8 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex - % arara: makeglossaries - % arara: pdflatex +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex +% arara: makeglossaries +% arara: pdflatex \documentclass{article} \usepackage{glossaries} @@ -85,8 +85,8 @@ \setacronymstyle{mystyle} - % The default for "abbrtype" is "acronym" so we don't need - % this new key for acronyms: +% The default for "abbrtype" is "acronym" so we don't need +% this new key for acronyms: \newacronym{radar}{radar}{radio detecting and ranging} \newacronym{laser}{laser}{light amplification by stimulated emission of radiation} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample.pdf Binary files differindex 9b1748e0da7..f5736bbae15 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample.tex index 282eb7912b3..9478e16f2e6 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample.tex @@ -1,9 +1,9 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } +% arara: pdflatex: { synctex: on } \documentclass[a4paper]{report} \usepackage[plainpages=false,colorlinks]{hyperref} @@ -30,20 +30,20 @@ sort={1}, parent={glossary}} \newglossaryentry{pagelist}{name=page list, - % description value has to be enclosed in braces - % because it contains commas +% description value has to be enclosed in braces +% because it contains commas description={a list of individual pages or page ranges (e.g.\ 1,2,4,7-9)}} \newglossaryentry{mtrx}{name=matrix, description={rectangular array of quantities}, - % plural is not simply obtained by appending an s, so specify +% plural is not simply obtained by appending an s, so specify plural=matrices} - % Entry with a paragraph break in the description: - % (If you use \newglossaryentry, the paragraph break - % must be identified with \glspar not with \par or a blank line. - % It's easier to use \longnewglossaryentry.) +% Entry with a paragraph break in the description: +% (If you use \newglossaryentry, the paragraph break +% must be identified with \glspar not with \par or a blank line. +% It's easier to use \longnewglossaryentry.) \longnewglossaryentry{par}% label {name=paragraph}% options @@ -52,14 +52,14 @@ 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 - % form most likely to be used. If you want to use a different - % plural, you will need to explicity specify it in \glslink +% 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, - % this isn't necessary, as this form (appending an s) is - % the default +% this isn't necessary, as this form (appending an s) is +% the default plural=cows, - % description: +% description: description={(\emph{pl.}\ cows, \emph{archaic} kine) an adult female of any bovine animal}} @@ -86,12 +86,12 @@ parent=bravo} description={large seal}% } - % If a value contains a comma, you must use braces to hide - % it from the key=value list parser. Take care to avoid - % 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. +% If a value contains a comma, you must use braces to hide +% it from the key=value list parser. Take care to avoid +% 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. \newglossaryentry{spuriousspace}{% name={space, spurious}, text={spurious space}, diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample4col.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample4col.pdf Binary files differindex be3e4a1b2ad..9942f1b6af5 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample4col.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample4col.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample4col.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample4col.tex index 1f6125dc1d9..19789541231 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample4col.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample4col.tex @@ -1,8 +1,8 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } \documentclass[a4paper]{article} \usepackage[style=long4colheaderborder]{glossaries} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcr.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcr.pdf Binary files differindex 94e1cad38a3..8c346877a08 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcr.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcr.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcr.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcr.tex index 41ae5fab965..12801f7d953 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcr.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcr.tex @@ -1,9 +1,9 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } +% arara: pdflatex: { synctex: on } \documentclass[a4paper]{report} \usepackage[colorlinks,plainpages=false]{hyperref} @@ -13,7 +13,7 @@ \makeglossaries - % Set the acronym style +% Set the acronym style \setacronymstyle{long-sc-short} \newacronym{svm}% label diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcrDesc.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcrDesc.pdf Binary files differindex e5e2bc6c4a3..bd045debe98 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcrDesc.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcrDesc.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcrDesc.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcrDesc.tex index 896bbbb1fbe..0bec67636fe 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcrDesc.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcrDesc.tex @@ -1,16 +1,16 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } +% arara: pdflatex: { synctex: on } \documentclass[a4paper]{report} \usepackage[colorlinks,plainpages=false]{hyperref} \usepackage[acronym,% create 'acronym' glossary type - % The package option "nomain" is used here to suppress the - % main glossary, since this example doesn't use it. If you - % want to use the main glossary, remove the "nomain" option. +% The package option "nomain" is used here to suppress the +% main glossary, since this example doesn't use it. If you +% want to use the main glossary, remove the "nomain" option. nomain,% style=altlist, % use altlist style toc, % add the glossary to the table of contents @@ -18,14 +18,14 @@ \makeglossaries - % Change the acronym style to long-sc-short-desc: +% Change the acronym style to long-sc-short-desc: \setacronymstyle{long-sc-short-desc} - % Change the "see" items so that they use \acronymfont: +% Change the "see" items so that they use \acronymfont: \renewcommand*{\glsseeitemformat}[1]{\acronymfont{\glsentrytext{#1}}} - % Not using a font that supports bold smallcaps so change the way - % the name is formatted in the glossary: +% Not using a font that supports bold smallcaps so change the way +% the name is formatted in the glossary: \renewcommand*{\glsnamefont}[1]{\textmd{#1}} @@ -46,7 +46,7 @@ technique~\protect\cite{svm}}, % acronym's description \chapter{Support Vector Machines} The \gls{svm} is used widely in the area of pattern recognition. - % plural form with initial letter in uppercase: +% plural form with initial letter in uppercase: \Glspl{svm} are \ldots\ (but beware, converting the initial letter to upper case for a small caps acronym is sometimes considered poor style). diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleCustomAcr.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleCustomAcr.pdf Binary files differindex 04654f3a9e1..f3a6c9f22f5 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleCustomAcr.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleCustomAcr.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleCustomAcr.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleCustomAcr.tex index 084f5b7c983..bc32d1329ab 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleCustomAcr.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleCustomAcr.tex @@ -1,16 +1,16 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } +% arara: pdflatex: { synctex: on } \documentclass[a4paper]{report} \usepackage[colorlinks,plainpages=false]{hyperref} \usepackage[acronym,% create 'acronym' glossary type - % The package option "nomain" is used here to suppress the - % main glossary, since this example doesn't use it. If you - % want to use the main glossary, remove the "nomain" option. +% The package option "nomain" is used here to suppress the +% main glossary, since this example doesn't use it. If you +% want to use the main glossary, remove the "nomain" option. nomain, style=altlist, % use altlist style toc, % add the glossary to the table of contents @@ -18,8 +18,8 @@ \makeglossaries - % Define a new acronym style called "altfn" that's based on the - % footnote-sc-desc style +% Define a new acronym style called "altfn" that's based on the +% footnote-sc-desc style \newacronymstyle {altfn}% style name @@ -28,44 +28,44 @@ }% {% Inherit definitions from "footnote-sc-desc" \GlsUseAcrStyleDefs{footnote-sc-desc}% - % Modify the first use display styles so they put the long form - % followed by the description in the footnote: - % - % First use of \gls: +% Modify the first use display styles so they put the long form +% followed by the description in the footnote: +% +% First use of \gls: \renewcommand*{\genacrfullformat}[2]{% \protect\firstacronymfont{\glsentryshort{##1}}##2% \protect\footnote{\glsentrylong{##1}: \glsentrydesc{##1}}% }% - % First use of \Gls: +% First use of \Gls: \renewcommand*{\Genacrfullformat}[2]{% \firstacronymfont{\Glsentryshort{##1}}##2% \protect\footnote{\glsentrylong{##1}: \glsentrydesc{##1}}% }% - % First use of \glspl: +% First use of \glspl: \renewcommand*{\genplacrfullformat}[2]{% \protect\firstacronymfont{\glsentryshortpl{##1}}##2% \protect\footnote{\glsentrylongpl{##1}: \glsentrydesc{##1}}% }% - % First use of \Glspl: +% First use of \Glspl: \renewcommand*{\Genplacrfullformat}[2]{% \protect\firstacronymfont{\Glsentryshortpl{##1}}##2% \protect\footnote{\glsentrylongpl{##1}: \glsentrydesc{##1}}% }% - % Sort according to long form: +% Sort according to long form: \renewcommand*{\acronymsort}[2]{##2}% - % Set the name (as displayed in the glossary) to long (short) +% Set the name (as displayed in the glossary) to long (short) \renewcommand*{\acronymentry}[1]{% \glsentrylong{##1} (\acronymfont{\glsentryshort{##1}})}% - % Since bold small caps isn't supported with this document's - % fonts, adjust \acronymfont so that it switches to medium - % small caps: +% Since bold small caps isn't supported with this document's +% fonts, adjust \acronymfont so that it switches to medium +% small caps: \renewcommand{\acronymfont}[1]{\textmd{\scshape ##1}}% } - % Now use this new style: +% Now use this new style: \setacronymstyle{altfn} - % Change the "see" items so that they use \acronymfont: +% Change the "see" items so that they use \acronymfont: \renewcommand*{\glsseeitemformat}[1]{\acronymfont{\glsentrytext{#1}}} \newacronym[description={Statistical pattern recognition @@ -84,7 +84,7 @@ support vector machine} \chapter{Support Vector Machines} The \gls{svm} is used widely in the area of pattern recognition. - % plural form with initial letter in uppercase: +% plural form with initial letter in uppercase: \Glspl{svm} are \ldots\ (but beware, converting the initial letter to upper case for a small caps acronym is sometimes considered poor style). diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleDB.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleDB.pdf Binary files differindex 6845e69acaf..44217f42b9c 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleDB.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleDB.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleDB.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleDB.tex index cbcd1723b9c..522ca63562f 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleDB.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleDB.tex @@ -1,8 +1,8 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } \documentclass{article} \usepackage[colorlinks,plainpages=false]{hyperref} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleDesc.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleDesc.pdf Binary files differindex e7c833d7a24..788bb043e67 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleDesc.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleDesc.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleDesc.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleDesc.tex index 4f69d980a03..09e408f9069 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleDesc.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleDesc.tex @@ -1,12 +1,12 @@ - % This file is public domain - % - % See also sampleAcrDesc.tex - % - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } - % arara: pdflatex: { synctex: on } +% This file is public domain +% +% See also sampleAcrDesc.tex +% +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } +% arara: pdflatex: { synctex: on } \documentclass[a4paper]{report} \usepackage[colorlinks,plainpages=false]{hyperref} @@ -18,15 +18,15 @@ \makeglossaries \newglossaryentry{svm}{ - % how the entry name should appear in the glossary +% how the entry name should appear in the glossary name={Support vector machine (SVM)}, - % how the description should appear in the glossary +% how the description should appear in the glossary description={Statistical pattern recognition technique~\cite{svm}}, - % how the entry should appear in the document text +% how the entry should appear in the document text text={svm}, - % how the entry should appear the first time it is - % used in the document text +% how the entry should appear the first time it is +% used in the document text first={support vector machine (svm)}} \newglossaryentry{ksvm}{ @@ -42,7 +42,7 @@ first={kernel support vector machine}} \chapter{Support Vector Machines} The \gls{svm} is used widely in the area of pattern recognition. - % plural form with initial letter in uppercase: +% plural form with initial letter in uppercase: \Glspl{svm} are \ldots This is the text produced without a link: \glsentrytext{svm}. diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleEq.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleEq.pdf Binary files differindex 37a7d5cfe86..e8c8bbdfab5 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleEq.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleEq.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleEq.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleEq.tex index 9fb85acaad9..fb577e98748 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleEq.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleEq.tex @@ -1,4 +1,8 @@ - % This file is public domain +% This file is public domain +% If you want to use arara you need the following directives: +% arara: pdflatex +% arara: makeglossaries +% arara: pdflatex \documentclass[a4paper,12pt]{report} \usepackage{amsmath} @@ -12,18 +16,18 @@ \pagestyle{headings} - % redefine the way hyperref creates the target for equations - % so that the glossary links to equation numbers work +% redefine the way hyperref creates the target for equations +% so that the glossary links to equation numbers work \renewcommand*\theHequation{\theHchapter.\arabic{equation}} - % Change the glossary headings +% Change the glossary headings \renewcommand{\entryname}{Notation} \renewcommand{\descriptionname}{Function Name} \renewcommand{\pagelistname}{Number of Formula} - % define glossary entries +% define glossary entries \newglossaryentry{Gamma}{name=\ensuremath{\Gamma(z)}, description=Gamma function, diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleEqPg.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleEqPg.pdf Binary files differindex 48cf778f0af..d8f45efa45d 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleEqPg.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleEqPg.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleEqPg.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleEqPg.tex index d00d89ccaff..980cb82f34b 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleEqPg.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleEqPg.tex @@ -1,26 +1,26 @@ - % This file is public domain - % - % To ensure that the page numbers are up-to-date: - % - % latex sampleEqPg - % makeglossaries sampleEqPg - % latex sampleEqPg - % makeglossaries sampleEqPg - % latex sampleEqPg - % - % The extra makeglossaries run is required because adding the - % glossary in the second LaTeX run shifts the page numbers on - % which means that the glossary needs to be updated again. - % (Note that this problem is avoided if the page numbering is - % reset after the glossary. For example, if the glossary has - % roman numbering and the subsequent pages have arabic numbering) - % - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } +% This file is public domain +% +% To ensure that the page numbers are up-to-date: +% +% latex sampleEqPg +% makeglossaries sampleEqPg +% latex sampleEqPg +% makeglossaries sampleEqPg +% latex sampleEqPg +% +% The extra makeglossaries run is required because adding the +% glossary in the second LaTeX run shifts the page numbers on +% which means that the glossary needs to be updated again. +% (Note that this problem is avoided if the page numbering is +% reset after the glossary. For example, if the glossary has +% roman numbering and the subsequent pages have arabic numbering) +% +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } \documentclass[a4paper,12pt]{report} \usepackage{amsmath} @@ -31,8 +31,8 @@ \newcommand{\erf}{\operatorname{erf}} \newcommand{\erfc}{\operatorname{erfc}} - % redefine the way hyperref creates the target for equations - % so that the glossary links to equation numbers work +% redefine the way hyperref creates the target for equations +% so that the glossary links to equation numbers work \renewcommand*\theHequation{\thechapter.\arabic{equation}} @@ -41,27 +41,27 @@ \renewcommand{\glossarypreamble}{Numbers in italic indicate the equation number, numbers in bold indicate page numbers where the main definition occurs.\par} - % set the glossary number style to italic - % hyperit is used instead of textit because - % the hyperref package is being used. +% set the glossary number style to italic +% hyperit is used instead of textit because +% the hyperref package is being used. \renewcommand{\glsnumberformat}[1]{\hyperit{#1}} - % 1st column heading +% 1st column heading \renewcommand{\entryname}{Notation} - % 2nd column heading +% 2nd column heading \renewcommand{\descriptionname}{Function Name} - % 3rd column heading +% 3rd column heading \renewcommand{\pagelistname}{} - % Redefine header row so that it - % adds a blank row after the title row +% Redefine header row so that it +% adds a blank row after the title row \renewcommand{\glossaryheader}{\bfseries\entryname & \bfseries\descriptionname&\bfseries\pagelistname\\ & & \\\endhead} - % Define glossary entries +% Define glossary entries \newglossaryentry{Gamma}{name=\ensuremath{\Gamma(z)}, description=Gamma function,sort=Gamma} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleFnAcrDesc.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleFnAcrDesc.pdf Binary files differindex 72b64c8359c..c29aff931f4 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleFnAcrDesc.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleFnAcrDesc.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleFnAcrDesc.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleFnAcrDesc.tex index 8ea1f3883cf..c1a24c8f170 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleFnAcrDesc.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleFnAcrDesc.tex @@ -1,16 +1,16 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } +% arara: pdflatex: { synctex: on } \documentclass[a4paper]{report} \usepackage[colorlinks,plainpages=false]{hyperref} \usepackage[acronym,% create 'acronym' glossary type - % The package option "nomain" is used here to suppress the - % main glossary, since this example doesn't use it. If you - % want to use the main glossary, remove the "nomain" option. +% The package option "nomain" is used here to suppress the +% main glossary, since this example doesn't use it. If you +% want to use the main glossary, remove the "nomain" option. nomain, style=altlist, % use altlist style toc, % add the glossary to the table of contents @@ -18,21 +18,22 @@ \makeglossaries - % Change the acronym style to a small-caps footnote style: +% Change the acronym style to a small-caps footnote style: \setacronymstyle{footnote-sc-desc} - % Make some minor adjustments to the style: +% Make some minor adjustments to the style: \renewcommand*{\acronymsort}[2]{#1}% sort by short form \renewcommand*{\acronymentry}[1]{% \acronymfont{\glsentryshort{#1}}\space (\glsentrylong{#1})} - % Not using a font that supports bold smallcaps so ensure - % the acronym is always in medium weight. +% Not using a font that supports bold smallcaps so ensure +% the acronym is always in medium weight. \renewcommand*{\acronymfont}[1]{\textmd{\scshape #1}} - % Change the "see" items so that they use \acronymfont: +% Change the "see" items so that they use \acronymfont: \renewcommand*{\glsseeitemformat}[1]{\acronymfont{\glsentrytext{#1}}} + \newacronym[description={Statistical pattern recognition technique~\protect\cite{svm}}, % acronym's description ]{svm}{svm}{support vector machine} @@ -49,7 +50,7 @@ support vector machine} \chapter{Support Vector Machines} The \gls{svm} is used widely in the area of pattern recognition. - % plural form with initial letter in uppercase: +% plural form with initial letter in uppercase: \Glspl{svm} are \ldots\ (but beware, converting the initial letter to upper case for a small caps acronym is sometimes considered poor style). diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleNtn.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleNtn.pdf Binary files differindex 27c58518cc5..c0ff5ea0698 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleNtn.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleNtn.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleNtn.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleNtn.tex index 639e6d0c7ad..997f518f9ad 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleNtn.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleNtn.tex @@ -1,25 +1,25 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } +% arara: pdflatex: { synctex: on } \documentclass{report} - % If you want to add babel to this document, you may have to - % replace the : character in the labels if you are using a - % language setting (e.g. french) that makes : active. +% If you want to add babel to this document, you may have to +% replace the : character in the labels if you are using a +% language setting (e.g. french) that makes : active. \usepackage[plainpages=false,colorlinks]{hyperref} \usepackage{html} \usepackage[toc,xindy]{glossaries} - % Define a new glossary type called notation +% Define a new glossary type called notation \newglossary[nlg]{notation}{not}{ntn}{Notation} \makeglossaries - % Notation definitions +% Notation definitions \newglossaryentry{not:set}{type=notation, % glossary type name={$\mathcal{S}$}, @@ -41,7 +41,7 @@ name={$!$}, description={factorial}, sort=factorial} - % Main glossary definitions +% Main glossary definitions \newglossaryentry{gls:set}{name=set, description={A collection of distinct objects}} @@ -56,7 +56,7 @@ description={The number of elements in the specified set}} \maketitle \begin{abstract} - %stop hyperref complaining about duplicate page identifiers: +%stop hyperref complaining about duplicate page identifiers: \pagenumbering{Alph} This is a sample document illustrating the use of the \textsf{glossaries} package. In this example, a new glossary type @@ -65,6 +65,7 @@ separate glossary of terms and index of notation. The index of notation doesn't have associated numbers. \end{abstract} + \pagenumbering{roman} \tableofcontents diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/samplePeople.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/samplePeople.pdf Binary files differindex 48760f5264b..d5c7d3a3fc3 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/samplePeople.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/samplePeople.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/samplePeople.tex b/Master/texmf-dist/doc/latex/glossaries/samples/samplePeople.tex index 258dc3e8eb6..4182dcabc18 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/samplePeople.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/samplePeople.tex @@ -1,10 +1,10 @@ - % This file is public domain - % If you are using arara, you need the following directives: - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you are using arara, you need the following directives: +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } +% arara: pdflatex: { synctex: on } \documentclass{report} \usepackage[colorlinks]{hyperref} @@ -15,7 +15,7 @@ \newcommand{\sortname}[2]{#2, #1} \newcommand{\textname}[2]{#1 #2} - % Syntax: \name{first name}{surname} +% Syntax: \name{first name}{surname} \let\name\textname \renewcommand{\glsprestandardsort}[3]{% diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleSec.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleSec.pdf Binary files differindex cd9ac522fe6..10f71ff8bc0 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleSec.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleSec.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleSec.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleSec.tex index f9e56966716..975c51076da 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleSec.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleSec.tex @@ -1,9 +1,9 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } +% arara: pdflatex: { synctex: on } \documentclass{report} \usepackage[plainpages=false,colorlinks]{hyperref} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleSort.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleSort.pdf Binary files differindex 107107912e6..4b3be13c50d 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleSort.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleSort.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleSort.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleSort.tex index ee6350a3604..6f839267105 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleSort.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleSort.tex @@ -1,19 +1,19 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } +% arara: pdflatex: { synctex: on } \documentclass{report} - % If you want to add babel to this document, you may have to - % replace the : character in the labels if you are using a - % language setting (e.g. french) that makes : active. +% If you want to add babel to this document, you may have to +% replace the : character in the labels if you are using a +% language setting (e.g. french) that makes : active. \usepackage[plainpages=false,colorlinks]{hyperref} \usepackage[toc,acronym]{glossaries} - % Define a new glossary type called notation +% Define a new glossary type called notation \newglossary[nlg]{notation}{not}{ntn}{Notation} \makeglossaries @@ -31,7 +31,7 @@ }% } - % Notation definitions +% Notation definitions \newglossaryentry{not:set}{type=notation, % glossary type name={$\mathcal{S}$}, @@ -48,7 +48,7 @@ name={$|\mathcal{S}|$}, text={|\mathcal{S}|}, description={cardinality of $\mathcal{S}$}} - % Main glossary definitions +% Main glossary definitions \newglossaryentry{gls:set}{name=set, description={A collection of distinct objects}} @@ -56,7 +56,7 @@ description={A collection of distinct objects}} \newglossaryentry{gls:card}{name=cardinality, description={The number of elements in the specified set}} - % Acronym definitions +% Acronym definitions \newacronym{zfc}{ZFC}{Zermelo-Fraenkel set theory} @@ -71,7 +71,7 @@ description={The number of elements in the specified set}} \maketitle \begin{abstract} - %stop hyperref complaining about duplicate page identifiers: +%stop hyperref complaining about duplicate page identifiers: \pagenumbering{Alph} This is a sample document illustrating the use of the \textsf{glossaries} package. In this example, a new glossary type @@ -79,6 +79,7 @@ called \texttt{notation} is defined, so that the document can have a separate glossary of terms, list of acronyms and index of notation. \end{abstract} + \pagenumbering{roman} \tableofcontents diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleaccsupp.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleaccsupp.pdf Binary files differindex 13b261d8353..b4b75549e1c 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleaccsupp.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleaccsupp.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleaccsupp.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleaccsupp.tex index 342902d8e55..ad1eb7bef16 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleaccsupp.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleaccsupp.tex @@ -1,8 +1,8 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } \documentclass[a4paper]{article} \usepackage[margin=0.5in]{geometry} @@ -39,5 +39,6 @@ \end{tabular} \end{center} + \printglossaries \end{document} diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleacronyms.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleacronyms.pdf Binary files differindex 3c1aef61156..c89060bb169 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleacronyms.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleacronyms.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleacronyms.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleacronyms.tex index f36d71ca1ef..38fb336de7b 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleacronyms.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleacronyms.tex @@ -1,8 +1,8 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } \documentclass{article} \usepackage[acronym,acronymlists={main,acronym2}]{glossaries} @@ -11,24 +11,24 @@ \makeglossaries - % Use long (short) acronym style: +% Use long (short) acronym style: \setacronymstyle{long-short} - % Main glossary is a list of calculus acronyms +% 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 +% "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 +% "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/sampletree.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampletree.pdf Binary files differindex ff20680ff18..fe99e848e06 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampletree.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampletree.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampletree.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampletree.tex index 59f8ecd4904..43c21518e46 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampletree.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampletree.tex @@ -1,15 +1,15 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } \documentclass{report} \usepackage[colorlinks]{hyperref} \usepackage[style=alttreehypergroup,nolong,nosuper]{glossaries} - % The alttree type of glossary styles need to know the - % widest entry name for each level +% The alttree type of glossary styles need to know the +% widest entry name for each level \glssetwidest{Roman letters} % level 0 widest name \glssetwidest[1]{Sigma} % level 1 widest name diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleutf8.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleutf8.pdf Binary files differindex 935922047ac..888b1a9928e 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleutf8.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleutf8.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleutf8.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleutf8.tex index ae3fea7ed0f..94deb79ef92 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleutf8.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleutf8.tex @@ -1,8 +1,8 @@ - % This file is public domain - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } +% This file is public domain +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } \documentclass{article} \usepackage[utf8]{inputenc} @@ -11,9 +11,9 @@ \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. +% 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}} @@ -26,8 +26,8 @@ description=large deer} \newglossaryentry{mannerly}{name=mannerly, description=polite} - % The œ is not the first letter, so it doesn't need to - % be grouped. +% 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.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy.pdf Binary files differindex 09ed5d568e2..93a35e09cc2 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy2.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy2.pdf Binary files differindex 029f4bfb799..7519f29baee 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy2.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy2.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy2.tex b/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy2.tex index 4ed7bd7244a..f8d707849f4 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy2.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy2.tex @@ -1,18 +1,18 @@ - % This file is public domain - % - % This is a sample document illustrating how to use the - % glossaries package with xindy. To create the document: - % - % pdflatex samplexdy2 - % makeglossaries samplexdy2 - % pdflatex samplexdy2 - % - % This sample file won't work with makeindex - % - % If you want to use arara, you need the following directives: - % arara: pdflatex: { synctex: on } - % arara: makeglossaries - % arara: pdflatex: { synctex: on } +% This file is public domain +% +% This is a sample document illustrating how to use the +% glossaries package with xindy. To create the document: +% +% pdflatex samplexdy2 +% makeglossaries samplexdy2 +% pdflatex samplexdy2 +% +% This sample file won't work with makeindex +% +% If you want to use arara, you need the following directives: +% arara: pdflatex: { synctex: on } +% arara: makeglossaries +% arara: pdflatex: { synctex: on } \documentclass{report} \usepackage[utf8]{inputenc} @@ -20,7 +20,7 @@ \usepackage[colorlinks]{hyperref} \usepackage[xindy,counter=section]{glossaries} - % Set up somewhat eccentric section numbering system: +% Set up somewhat eccentric section numbering system: \renewcommand*{\thesection}{[\thechapter]\arabic{section}} @@ -31,15 +31,15 @@ "arabic-numbers" :sep "]" "arabic-numbers" } - % If part is 0, then \thepart will be empty, so add an extra - % case to catch this: +% If part is 0, then \thepart will be empty, so add an extra +% case to catch this: \GlsAddXdyLocation{zero.section}{:sep "[" "arabic-numbers" :sep "]" "arabic-numbers" } - % (Note that the above will stop xindy giving a warning, but the - % location hyper links will be invalid if no \part is used.) +% (Note that the above will stop xindy giving a warning, but the +% location hyper links will be invalid if no \part is used.) \makeglossaries diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy3.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy3.pdf Binary files differindex 14c420dcf3c..323bc80c80d 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy3.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy3.pdf |