diff options
Diffstat (limited to 'Master/texmf-dist')
97 files changed, 13224 insertions, 8146 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/CHANGES b/Master/texmf-dist/doc/latex/glossaries/CHANGES index 3d4c723c775..c03740263f3 100644 --- a/Master/texmf-dist/doc/latex/glossaries/CHANGES +++ b/Master/texmf-dist/doc/latex/glossaries/CHANGES @@ -1,5 +1,34 @@ glossaries change log: +v4.16: + + * Added makeglossaries-lite.lua (Lua trimmed-down alternative + to Perl makeglossaries script. Doesn't have the full + functionality of makeglossaries but doesn't require Perl.) + + * makeglossaries (Perl script): + + - fixed ngerman din5007 issue. + + * glossaries.sty: + + - new field-related commands: + \glsaddstoragekey, \glsfielddef, \glsfieldedef, + \glsfieldgdef, \glsfieldxdef, \glsfieldfetch, + \ifglsfieldeq, \ifglsfielddefeq, \ifglsfieldcseq + + - new user command \glswriteentry to hook into mechanism + that writes entry information to the external files + + - new user command \glspostlinkhook to hook into end of + commands like \gls and \glstext. + + - Added new acronym styles "long-sp-short" and + "long-sp-short-desc" + + - bug fix: \glsadd should use \@@do@wrglossary not + \@do@wrglossary + v4.15: * glossaries.sty: diff --git a/Master/texmf-dist/doc/latex/glossaries/README b/Master/texmf-dist/doc/latex/glossaries/README index c1e75d1fc4e..4dadb62e657 100644 --- a/Master/texmf-dist/doc/latex/glossaries/README +++ b/Master/texmf-dist/doc/latex/glossaries/README @@ -1,6 +1,6 @@ -LaTeX Package : glossaries v4.15 +LaTeX Package : glossaries v4.16 -Last Modified : 2015-03-16 +Last Modified : 2015-07-08 Author : Nicola Talbot diff --git a/Master/texmf-dist/doc/latex/glossaries/glossaries-code.pdf b/Master/texmf-dist/doc/latex/glossaries/glossaries-code.pdf Binary files differindex 05ef4903aa6..aaee2b15722 100644 --- a/Master/texmf-dist/doc/latex/glossaries/glossaries-code.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/glossaries-code.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/glossaries-user.html b/Master/texmf-dist/doc/latex/glossaries/glossaries-user.html index e9b4f1a0297..6bd274dc13b 100644 --- a/Master/texmf-dist/doc/latex/glossaries/glossaries-user.html +++ b/Master/texmf-dist/doc/latex/glossaries/glossaries-user.html @@ -4,13 +4,13 @@ <!--http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd--> <html xmlns="http://www.w3.org/1999/xhtml" > -<head><title>User Manual for glossaries.sty v4.15</title> +<head><title>User Manual for glossaries.sty v4.16</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="TeX4ht (http://www.tug.org/tex4ht/)" /> <meta name="originator" content="TeX4ht (http://www.tug.org/tex4ht/)" /> <!-- xhtml,fn-in,css-in,uni-html4,utf8 --> <meta name="src" content="glossaries-user.tex" /> -<meta name="date" content="2015-03-16 18:44:00" /> +<meta name="date" content="2015-07-08 13:23:00" /> <style type="text/css"> <!-- @@ -228,73 +228,73 @@ div.verbatim { font-family: monospace; white-space: nowrap; text-align:left; cle -<h2 class="titleHead">User Manual for glossaries.sty v4.15</h2> +<h2 class="titleHead">User Manual for glossaries.sty v4.16</h2> <div class="author" ><span class="cmr-12">Nicola L.C. Talbot</span> <br /> <a href="http://www.dickimaw-books.com/" class="url" ><span class="cmtt-12">http://www.dickimaw-books.com/</span></a></div><br /> <div class="date" ><span -class="cmr-12">2015-03-16</span></div> +class="cmr-12">2015-07-08</span></div> </div> <div class="abstract" > -<!--l. 377--><p class="indent" > +<!--l. 388--><p class="indent" > </p> <div class="center" > -<!--l. 377--><p class="noindent" > -</p><!--l. 377--><p class="noindent" ><span +<!--l. 388--><p class="noindent" > +</p><!--l. 388--><p class="noindent" ><span class="cmbx-10">Abstract</span></p></div> -<!--l. 378--><p class="noindent" >The <span +<!--l. 389--><p class="noindent" >The <span class="cmss-10">glossaries </span>package provides a means to define terms or acronyms or symbols that can be referenced within your document. Sorted lists with collated <a href="#glo:entrylocation">locations</a> can be generated either using <span class="TEX">T<span class="E">E</span>X</span> or using a supplementary <a href="#glo:indexingapp">indexing application</a>. -</p><!--l. 382--><p class="indent" > +</p><!--l. 393--><p class="indent" > </p> </div> -<!--l. 384--><p class="indent" > If you require multilingual support you must also install the relevant language -module. Each language module is called <span +<!--l. 395--><p class="indent" > If you require multilingual support you must also separately install the relevant +language module. Each language module is called <span class="cmtt-10">glossaries-</span>⟨<span -class="cmti-10">language</span>⟩, where ⟨<span -class="cmti-10">language</span>⟩ is the -root language name. For example, <span -class="cmtt-10">glossaries-french </span>or <span -class="cmtt-10">glossaries-german</span>. If a -language module is required, the <span -class="cmss-10">glossaries </span>package will automatically try to load it -and will give a warning if the module isn’t found. See <a +class="cmti-10">language</span>⟩, where +⟨<span +class="cmti-10">language</span>⟩ is the root language name. For example, <span +class="cmtt-10">glossaries-french </span>or +<span +class="cmtt-10">glossaries-german</span>. If a language module is required, the <span +class="cmss-10">glossaries </span>package will +automatically try to load it and will give a warning if the module isn’t found. See <a href="#sec:languages"><span -class="cmsy-10">§</span>1.3 </a><a -href="#sec:languages">Multi-Lingual Support<!--tex4ht:ref: sec:languages --></a> for -further details. -</p><!--l. 393--><p class="indent" > <div class="important" title="Important Note"> Documents have various styles when it comes to presenting glossaries or lists of -terms or notation. People have their own preferences and to a large extent this is +class="cmsy-10">§</span>1.3 +</a><a +href="#sec:languages">Multi-Lingual Support<!--tex4ht:ref: sec:languages --></a> for further details. +</p><!--l. 404--><p class="indent" > <div class="important" title="Important Note"> Documents have wide-ranging styles when it comes to presenting glossaries or lists +of terms or notation. People have their own preferences and to a large extent this is determined by the kind of information that needs to go in the glossary. They may just have symbols with terse descriptions or they may have long technical words with complicated descriptions. The <span class="cmss-10">glossaries </span>package is flexible enough to accommodate such varied requirements, but this flexibility comes at a price: a big manual. -</p><!--l. 403--><p class="indent" > 😱 If you’re freaking out at the size of this manual, start with <span +</p><!--l. 414--><p class="indent" > 😱 If you’re freaking out at the size of this manual, start with <span class="cmtt-10">glossariesbegin.pdf</span> (“The glossaries package: a guide for beginnners”). You should find it in the same directory as this document or try <span class="cmtt-10">texdoc glossariesbegin.pdf</span>. Once you’ve got to grips with the basics, then come back to this manual to find out how to adjust the settings. </div> -</p><!--l. 409--><p class="noindent" > -</p><!--l. 411--><p class="noindent" >The <span +</p><!--l. 420--><p class="noindent" > +</p><!--l. 422--><p class="noindent" >The <span class="cmss-10">glossaries </span>bundle comes with the following documentation: </p><dl class="description"><dt class="description"> <a @@ -335,7 +335,7 @@ class="cmtt-10">glossaries-code.pdf</span></a> </dt><dd class="description">Advanced users wishing to know more about the inner workings of all the packages provided in the <span class="cmss-10">glossaries </span>bundle should read - “Documented Code for glossaries v4.15”. This includes the documented + “Documented Code for glossaries v4.16”. This includes the documented code for the <span class="cmss-10">mfirstuc</span><a id="dx1-4"></a> package. @@ -354,7 +354,7 @@ class="description">Change log. class="cmbx-10">README</span> </dt><dd class="description">Package summary. </dd></dl> -<!--l. 447--><p class="indent" > <div class="important" title="Important Note"> If you use <span +<!--l. 458--><p class="indent" > <div class="important" title="Important Note"> If you use <span class="cmss-10">hyperref</span><a id="dx1-5"></a> and <span class="cmss-10">glossaries</span>, you must load <span @@ -378,7 +378,7 @@ class="cmtt-10">.glg2</span><a class="cmss-10">doc</span><a id="dx1-12"></a>’s changes glossary.)<a id="pdflatexnote"></a> -</p><!--l. 456--><p class="indent" > If you are using <span +</p><!--l. 467--><p class="indent" > If you are using <span class="cmss-10">hyperref</span><a id="dx1-13"></a>, it’s best to use <span class="cmtt-10">pdflatex</span><a @@ -391,8 +391,8 @@ you will encounter problems where you have long hyperlinks or hyperlinks in subscripts or superscripts. This is an issue with the DVI format not with <span class="cmss-10">glossaries</span>. </div> -</p><!--l. 462--><p class="noindent" > -</p><!--l. 464--><p class="indent" > Other documents that describe using the <span +</p><!--l. 473--><p class="noindent" > +</p><!--l. 475--><p class="indent" > Other documents that describe using the <span class="cmss-10">glossaries </span>package include: <a href="http://www.dickimaw-books.com/latex/thesis/" >Using LaTeX to Write a PhD Thesis</a> and <a @@ -422,145 +422,159 @@ href="#sec:makeglossaries" id="QQ2-1-13">Generating the Associated Glossary File <br />   <span class="subsectionToc" >1.4.1 <a href="#sec:makeglossariesapp" id="QQ2-1-15">Using the makeglossaries Perl Script</a></span> <br />   <span class="subsectionToc" >1.4.2 <a -href="#sec:xindyapp" id="QQ2-1-16">Using xindy explicitly (Option 3)</a></span> +href="#sec:makeglossarieslua" id="QQ2-1-16">Using the makeglossaries-lite.lua Lua Script</a></span> <br />   <span class="subsectionToc" >1.4.3 <a -href="#sec:makeindexapp" id="QQ2-1-17">Using makeindex explicitly (Option 2)</a></span> +href="#sec:xindyapp" id="QQ2-1-17">Using xindy explicitly (Option 3)</a></span> <br />   <span class="subsectionToc" >1.4.4 <a -href="#sec:notedev" id="QQ2-1-18">Note to Front-End and Script Developers</a></span> +href="#sec:makeindexapp" id="QQ2-1-18">Using makeindex explicitly (Option 2)</a></span> +<br />   <span class="subsectionToc" >1.4.5 <a +href="#sec:notedev" id="QQ2-1-19">Note to Front-End and Script Developers</a></span> <br /> <span class="chapterToc" >2 <a -href="#sec:pkgopts" id="QQ2-1-19">Package Options</a></span> +href="#sec:pkgopts" id="QQ2-1-20">Package Options</a></span> <br />  <span class="sectionToc" >2.1 <a -href="#generaloptions" id="QQ2-1-20">General Options</a></span> +href="#generaloptions" id="QQ2-1-21">General Options</a></span> <br />  <span class="sectionToc" >2.2 <a -href="#sectioningheadingsandtocoptions" id="QQ2-1-21">Sectioning, Headings and TOC Options</a></span> +href="#sectioningheadingsandtocoptions" id="QQ2-1-22">Sectioning, Headings and TOC Options</a></span> <br />  <span class="sectionToc" >2.3 <a -href="#glossaryappearanceoptions" id="QQ2-1-22">Glossary Appearance Options</a></span> +href="#glossaryappearanceoptions" id="QQ2-1-23">Glossary Appearance Options</a></span> <br />  <span class="sectionToc" >2.4 <a -href="#sortingoptions" id="QQ2-1-23">Sorting Options</a></span> +href="#sortingoptions" id="QQ2-1-24">Sorting Options</a></span> <br />  <span class="sectionToc" >2.5 <a -href="#acronymoptions" id="QQ2-1-24">Acronym Options</a></span> +href="#acronymoptions" id="QQ2-1-25">Acronym Options</a></span> <br />   <span class="subsectionToc" >2.5.1 <a -href="#deprecatedacronymstyleoptions" id="QQ2-1-25">Deprecated Acronym Style Options</a></span> +href="#deprecatedacronymstyleoptions" id="QQ2-1-26">Deprecated Acronym Style Options</a></span> <br />  <span class="sectionToc" >2.6 <a -href="#otheroptions" id="QQ2-1-26">Other Options</a></span> +href="#otheroptions" id="QQ2-1-27">Other Options</a></span> <br />  <span class="sectionToc" >2.7 <a -href="#sec:setupglossaries" id="QQ2-1-27">Setting Options After the Package is Loaded</a></span> +href="#sec:setupglossaries" id="QQ2-1-28">Setting Options After the Package is Loaded</a></span> <br /> <span class="chapterToc" >3 <a -href="#sec:setup" id="QQ2-1-28">Setting Up</a></span> +href="#sec:setup" id="QQ2-1-29">Setting Up</a></span> <br />  <span class="sectionToc" >3.1 <a -href="#sec:setupopt1" id="QQ2-1-29">Option 1</a></span> +href="#sec:setupopt1" id="QQ2-1-30">Option 1</a></span> <br />  <span class="sectionToc" >3.2 <a -href="#sec:setupopt23" id="QQ2-1-30">Options 2 and 3</a></span> +href="#sec:setupopt23" id="QQ2-1-31">Options 2 and 3</a></span> <br /> <span class="chapterToc" >4 <a -href="#sec:newglosentry" id="QQ2-1-31">Defining Glossary Entries</a></span> +href="#sec:newglosentry" id="QQ2-1-32">Defining Glossary Entries</a></span> <br />  <span class="sectionToc" >4.1 <a -href="#sec:plurals" id="QQ2-1-32">Plurals</a></span> +href="#sec:plurals" id="QQ2-1-33">Plurals</a></span> <br />  <span class="sectionToc" >4.2 <a -href="#sec:grammar" id="QQ2-1-33">Other Grammatical Constructs</a></span> +href="#sec:grammar" id="QQ2-1-34">Other Grammatical Constructs</a></span> <br />  <span class="sectionToc" >4.3 <a -href="#sec:addkey" id="QQ2-1-34">Additional Keys</a></span> +href="#sec:addkey" id="QQ2-1-35">Additional Keys</a></span> <br />  <span class="sectionToc" >4.4 <a -href="#sec:expansion" id="QQ2-1-35">Expansion</a></span> +href="#sec:glsaddkey" id="QQ2-1-36">Document Keys</a></span> <br />  <span class="sectionToc" >4.5 <a -href="#sec:subentries" id="QQ2-1-37">Sub-Entries</a></span> -<br />   <span class="subsectionToc" >4.5.1 <a -href="#sec:hierarchical" id="QQ2-1-38">Hierarchical Categories</a></span> -<br />   <span class="subsectionToc" >4.5.2 <a -href="#sec:homographs" id="QQ2-1-39">Homographs</a></span> +href="#sec:glsaddstoragekey" id="QQ2-1-37">Storage Keys</a></span> <br />  <span class="sectionToc" >4.6 <a -href="#sec:loadglsentries" id="QQ2-1-40">Loading Entries From a File</a></span> +href="#sec:expansion" id="QQ2-1-38">Expansion</a></span> <br />  <span class="sectionToc" >4.7 <a -href="#sec:moveentry" id="QQ2-1-41">Moving Entries to Another Glossary</a></span> +href="#sec:subentries" id="QQ2-1-40">Sub-Entries</a></span> +<br />   <span class="subsectionToc" >4.7.1 <a +href="#sec:hierarchical" id="QQ2-1-41">Hierarchical Categories</a></span> +<br />   <span class="subsectionToc" >4.7.2 <a +href="#sec:homographs" id="QQ2-1-42">Homographs</a></span> <br />  <span class="sectionToc" >4.8 <a -href="#sec:docdefs" id="QQ2-1-42">Drawbacks With Defining Entries in the Document Environment</a></span> -<br />   <span class="subsectionToc" >4.8.1 <a -href="#sec:techissues" id="QQ2-1-43">Technical Issues</a></span> -<br />   <span class="subsectionToc" >4.8.2 <a -href="#sec:goodpractice" id="QQ2-1-44">Good Practice Issues</a></span> +href="#sec:loadglsentries" id="QQ2-1-43">Loading Entries From a File</a></span> +<br />  <span class="sectionToc" >4.9 <a +href="#sec:moveentry" id="QQ2-1-44">Moving Entries to Another Glossary</a></span> +<br />  <span class="sectionToc" >4.10 <a +href="#sec:docdefs" id="QQ2-1-45">Drawbacks With Defining Entries in the Document Environment</a></span> +<br />   <span class="subsectionToc" >4.10.1 <a +href="#sec:techissues" id="QQ2-1-46">Technical Issues</a></span> +<br />   <span class="subsectionToc" >4.10.2 <a +href="#sec:goodpractice" id="QQ2-1-47">Good Practice Issues</a></span> <br /> <span class="chapterToc" >5 <a -href="#sec:numberlists" id="QQ2-1-45">Number lists</a></span> +href="#sec:numberlists" id="QQ2-1-48">Number lists</a></span> <br /> <span class="chapterToc" >6 <a -href="#sec:glslink" id="QQ2-1-46">Links to Glossary Entries</a></span> +href="#sec:glslink" id="QQ2-1-49">Links to Glossary Entries</a></span> <br />  <span class="sectionToc" >6.1 <a -href="#x1-420006.1" id="QQ2-1-48">The <span +href="#x1-450006.1" id="QQ2-1-51">The <span class="cmtt-10">\gls</span>-Like Commands (First Use Flag Queried)</a></span> <br />  <span class="sectionToc" >6.2 <a -href="#x1-430006.2" id="QQ2-1-49">The <span +href="#x1-460006.2" id="QQ2-1-52">The <span class="cmtt-10">\glstext</span>-Like Commands (First Use Flag Not Queried)</a></span> <br />  <span class="sectionToc" >6.3 <a -href="#sec:glsdisplay" id="QQ2-1-50">Changing the format of the link text</a></span> +href="#sec:glsdisplay" id="QQ2-1-53">Changing the format of the link text</a></span> <br />  <span class="sectionToc" >6.4 <a -href="#sec:disablehyperlinks" id="QQ2-1-51">Enabling and disabling hyperlinks to glossary entries</a></span> +href="#sec:disablehyperlinks" id="QQ2-1-54">Enabling and disabling hyperlinks to glossary entries</a></span> <br /> <span class="chapterToc" >7 <a -href="#sec:glsadd" id="QQ2-1-52">Adding an Entry to the Glossary Without Generating Text</a></span> +href="#sec:glsadd" id="QQ2-1-55">Adding an Entry to the Glossary Without Generating Text</a></span> <br /> <span class="chapterToc" >8 <a -href="#sec:crossref" id="QQ2-1-53">Cross-Referencing Entries</a></span> +href="#sec:crossref" id="QQ2-1-56">Cross-Referencing Entries</a></span> <br />  <span class="sectionToc" >8.1 <a -href="#sec:customxr" id="QQ2-1-54">Customising Cross-reference Text</a></span> +href="#sec:customxr" id="QQ2-1-57">Customising Cross-reference Text</a></span> <br /> <span class="chapterToc" >9 <a -href="#sec:glsnolink" id="QQ2-1-55">Using Glossary Terms Without Links</a></span> +href="#sec:glsnolink" id="QQ2-1-58">Using Glossary Terms Without Links</a></span> <br /> <span class="chapterToc" >10 <a -href="#sec:printglossary" id="QQ2-1-56">Displaying a glossary</a></span> +href="#sec:printglossary" id="QQ2-1-59">Displaying a glossary</a></span> <br /> <span class="chapterToc" >11 <a -href="#sec:xindy" id="QQ2-1-57">Xindy (Option 3)</a></span> +href="#sec:xindy" id="QQ2-1-60">Xindy (Option 3)</a></span> <br />  <span class="sectionToc" >11.1 <a -href="#sec:langenc" id="QQ2-1-58">Language and Encodings</a></span> +href="#sec:langenc" id="QQ2-1-61">Language and Encodings</a></span> <br />  <span class="sectionToc" >11.2 <a -href="#sec:xindyloc" id="QQ2-1-59">Locations and Number lists</a></span> +href="#sec:xindyloc" id="QQ2-1-62">Locations and Number lists</a></span> <br />  <span class="sectionToc" >11.3 <a -href="#sec:groups" id="QQ2-1-60">Glossary Groups</a></span> +href="#sec:groups" id="QQ2-1-63">Glossary Groups</a></span> <br /> <span class="chapterToc" >12 <a -href="#sec:newglossary" id="QQ2-1-61">Defining New Glossaries</a></span> +href="#sec:newglossary" id="QQ2-1-64">Defining New Glossaries</a></span> <br /> <span class="chapterToc" >13 <a -href="#sec:acronyms" id="QQ2-1-62">Acronyms</a></span> +href="#sec:acronyms" id="QQ2-1-65">Acronyms and Other Abbreviations</a></span> <br />  <span class="sectionToc" >13.1 <a -href="#sec:setacronymstyle" id="QQ2-1-64">Changing the Acronym Style</a></span> +href="#sec:setacronymstyle" id="QQ2-1-67">Changing the Acronym Style</a></span> <br />   <span class="subsectionToc" >13.1.1 <a -href="#sec:predefinedacrstyles" id="QQ2-1-65">Predefined Acronym Styles</a></span> +href="#sec:predefinedacrstyles" id="QQ2-1-68">Predefined Acronym Styles</a></span> <br />   <span class="subsectionToc" >13.1.2 <a -href="#sec:customacronym" id="QQ2-1-66">Defining A Custom Acronym Style</a></span> +href="#sec:customacronym" id="QQ2-1-69">Defining A Custom Acronym Style</a></span> <br />  <span class="sectionToc" >13.2 <a -href="#sec:disploa" id="QQ2-1-67">Displaying the List of Acronyms</a></span> +href="#sec:disploa" id="QQ2-1-70">Displaying the List of Acronyms</a></span> <br />  <span class="sectionToc" >13.3 <a -href="#sec:oldacronym" id="QQ2-1-68">Upgrading From the glossary Package</a></span> +href="#sec:oldacronym" id="QQ2-1-71">Upgrading From the glossary Package</a></span> <br /> <span class="chapterToc" >14 <a -href="#sec:glsunset" id="QQ2-1-70">Unsetting and Resetting Entry Flags</a></span> +href="#sec:glsunset" id="QQ2-1-73">Unsetting and Resetting Entry Flags</a></span> <br />  <span class="sectionToc" >14.1 <a -href="#sec:enableentrycount" id="QQ2-1-71">Counting the Number of Times an Entry has been Used (First Use Flag Unset)</a></span> +href="#sec:enableentrycount" id="QQ2-1-74">Counting the Number of Times an Entry has been Used (First Use Flag Unset)</a></span> <br /> <span class="chapterToc" >15 <a -href="#sec:styles" id="QQ2-1-72">Glossary Styles</a></span> +href="#sec:styles" id="QQ2-1-75">Glossary Styles</a></span> <br />  <span class="sectionToc" >15.1 <a -href="#sec:predefinedstyles" id="QQ2-1-73">Predefined Styles</a></span> +href="#sec:predefinedstyles" id="QQ2-1-76">Predefined Styles</a></span> <br />   <span class="subsectionToc" >15.1.1 <a -href="#sec:liststyles" id="QQ2-1-75">List Styles</a></span> +href="#sec:liststyles" id="QQ2-1-78">List Styles</a></span> <br />   <span class="subsectionToc" >15.1.2 <a -href="#sec:longstyles" id="QQ2-1-76">Longtable Styles</a></span> +href="#sec:longstyles" id="QQ2-1-79">Longtable Styles</a></span> <br />   <span class="subsectionToc" >15.1.3 <a -href="#sec:longraggedstyles" id="QQ2-1-77">Longtable Styles (Ragged Right)</a></span> +href="#sec:longraggedstyles" id="QQ2-1-80">Longtable Styles (Ragged Right)</a></span> <br />   <span class="subsectionToc" >15.1.4 <a -href="#sec:superstyles" id="QQ2-1-78">Supertabular Styles</a></span> +href="#sec:superstyles" id="QQ2-1-81">Supertabular Styles</a></span> <br />   <span class="subsectionToc" >15.1.5 <a -href="#sec:superraggedstyles" id="QQ2-1-79">Supertabular Styles (Ragged Right)</a></span> +href="#sec:superraggedstyles" id="QQ2-1-82">Supertabular Styles (Ragged Right)</a></span> <br />   <span class="subsectionToc" >15.1.6 <a -href="#sec:treestyles" id="QQ2-1-80">Tree-Like Styles</a></span> +href="#sec:treestyles" id="QQ2-1-83">Tree-Like Styles</a></span> <br />   <span class="subsectionToc" >15.1.7 <a -href="#sec:mcolstyles" id="QQ2-1-81">Multicols Style</a></span> +href="#sec:mcolstyles" id="QQ2-1-84">Multicols Style</a></span> <br />   <span class="subsectionToc" >15.1.8 <a -href="#sec:inline" id="QQ2-1-83">In-Line Style</a></span> +href="#sec:inline" id="QQ2-1-86">In-Line Style</a></span> <br />  <span class="sectionToc" >15.2 <a -href="#sec:newglossarystyle" id="QQ2-1-84">Defining your own glossary style</a></span> +href="#sec:newglossarystyle" id="QQ2-1-87">Defining your own glossary style</a></span> <br /> <span class="chapterToc" >16 <a -href="#sec:utilities" id="QQ2-1-85">Utilities</a></span> +href="#sec:utilities" id="QQ2-1-88">Utilities</a></span> +<br />  <span class="sectionToc" >16.1 <a +href="#sec:loops" id="QQ2-1-89">Loops</a></span> +<br />  <span class="sectionToc" >16.2 <a +href="#sec:conditionals" id="QQ2-1-90">Conditionals</a></span> +<br />  <span class="sectionToc" >16.3 <a +href="#sec:fetchset" id="QQ2-1-91">Fetching and Updating the Value of a Field</a></span> <br /> <span class="chapterToc" >17 <a -href="#sec:prefix" id="QQ2-1-86">Prefixes or Determiners</a></span> +href="#sec:prefix" id="QQ2-1-92">Prefixes or Determiners</a></span> <br /> <span class="chapterToc" >18 <a -href="#sec:accsupp" id="QQ2-1-87">Accessibility Support</a></span> +href="#sec:accsupp" id="QQ2-1-93">Accessibility Support</a></span> <br /> <span class="chapterToc" >19 <a -href="#sec:trouble" id="QQ2-1-88">Troubleshooting</a></span> +href="#sec:trouble" id="QQ2-1-94">Troubleshooting</a></span> <br /> <span class="chapterToc" > <a href="#index">Index</a></span> + + </div> @@ -844,9 +858,28 @@ class="cmtt-10">makeglossaries</span><a class="newline" /> </dd><dt class="description"> <a + id="glo:makeglossaries-lite.lua"></a><span +class="cmtt-10">makeglossaries-lite.lua</span><a + id="dx1-3037"></a> </dt><dd +class="description"><br +class="newline" />A custom designed Lua script interface to <a +href="#glo:xindy"><span +class="cmtt-10">xindy</span><a + id="dx1-3038"></a></a> and <a +href="#glo:makeindex"><span +class="cmtt-10">makeindex</span><a + id="dx1-3039"></a></a> provided + with the <span +class="cmss-10">glossaries </span>package. This is a cut-down alternative to the Perl + <span +class="cmtt-10">makeglossaries </span>script. If you have Perl installed, use the Perl script + instead. <br +class="newline" /> + </dd><dt class="description"> +<a id="glo:makeindex"></a><span class="cmtt-10">makeindex</span><a - id="dx1-3037"></a> </dt><dd + id="dx1-3040"></a> </dt><dd class="description"><br class="newline" />An <a href="#glo:indexingapp">indexing application</a>. <br @@ -855,41 +888,41 @@ class="newline" /> <a id="glo:nonlatinalph"></a><span class="cmbx-10">Non-Latin Alphabet</span><a - id="dx1-3038"></a> </dt><dd + id="dx1-3041"></a> </dt><dd class="description"><br class="newline" />An alphabet consisting of <a href="#glo:nonlatinchar">non-Latin character<a - id="dx1-3039"></a>s</a>. <br + id="dx1-3042"></a>s</a>. <br class="newline" /> </dd><dt class="description"> <a id="glo:nonlatinchar"></a><span class="cmbx-10">Non-Latin Character</span><a - id="dx1-3040"></a> </dt><dd + id="dx1-3043"></a> </dt><dd class="description"><br class="newline" />An <a href="#glo:exlatinchar">extended Latin character<a - id="dx1-3041"></a></a> or a character that isn’t a <a + id="dx1-3044"></a></a> or a character that isn’t a <a href="#glo:latinchar">Latin character<a - id="dx1-3042"></a></a>. <br + id="dx1-3045"></a></a>. <br class="newline" /> </dd><dt class="description"> <a id="glo:numberlist"></a><span class="cmbx-10">Number list</span><a - id="dx1-3043"></a> </dt><dd + id="dx1-3046"></a> </dt><dd class="description"><br class="newline" />A list of <a href="#glo:entrylocation">entry locations</a> (also called a location list). The number list can be suppressed using the <span class="cmss-10">nonumberlist</span><a - id="dx1-3044"></a> package option. <br + id="dx1-3047"></a> package option. <br class="newline" /> </dd><dt class="description"> <a id="glo:sanitize"></a><span class="cmbx-10">Sanitize</span><a - id="dx1-3045"></a> </dt><dd + id="dx1-3048"></a> </dt><dd class="description"><br class="newline" />Converts command names into character sequences. That is, a command called, say, <span @@ -901,13 +934,15 @@ class="cmtt-10">o</span>. Depending on the font, the backslash character may appear as a dash when used in the main document text, so <span class="cmtt-10">\foo </span>will appear as: —foo. - <!--l. 219--><p class="noindent" >Earlier versions of <span + <!--l. 228--><p class="noindent" >Earlier versions of <span class="cmss-10">glossaries </span>used this technique to write information to the files used by the indexing applications to prevent problems caused by fragile commands. Now, this is only used for the <span class="cmss-10">sort</span><a - id="dx1-3046"></a> key. <br + id="dx1-3049"></a> key. <br class="newline" /> + + </p></dd><dt class="description"> <a id="glo:latexexlatinchar"></a><span @@ -919,33 +954,31 @@ class="E"><span class="cmbx-10">E</span></span><span class="cmbx-10">X</span></span></span><span class="cmbx-10"> Extended Latin Character</span><a - id="dx1-3047"></a> </dt><dd + id="dx1-3050"></a> </dt><dd class="description"><br class="newline" />An <a href="#glo:exlatinchar">extended Latin character<a - id="dx1-3048"></a></a> that can be created by a core + id="dx1-3051"></a></a> that can be created by a core <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> command, such as <span class="cmtt-10">\o </span>(ø) or <span class="cmtt-10">\’e </span>(é). That is, the character can be produced without the need to load a particular package. <br class="newline" /> - - </dd><dt class="description"> <a id="glo:xindy"></a><span class="cmtt-10">xindy</span><a - id="dx1-3049"></a> </dt><dd + id="dx1-3052"></a> </dt><dd class="description"><br class="newline" />A flexible <a href="#glo:indexingapp">indexing application</a> with multilingual support written in Perl. <br class="newline" /></dd></dl> -<!--l. 485--><p class="indent" > <div class="chapter"><h2 class="chapterHead">1. <a +<!--l. 496--><p class="indent" > <div class="chapter"><h2 class="chapterHead">1. <a id="sec:intro"></a>Introduction</h2> -</p><!--l. 488--><p class="indent" > The <span +</p><!--l. 499--><p class="indent" > The <span class="cmss-10">glossaries </span>package is provided to assist generating lists of terms, symbols or abbreviations (glossaries). It has a certain amount of flexibility, allowing the user to customize the format of the glossary and define multiple glossaries. It also supports @@ -955,7 +988,7 @@ used<span class="footnote-mark"><a href="#fn1x2" id="fn1x2-bk"><sup class="textsuperscript">1.1</sup></a></span><a id="x1-4001f1"></a> in the document will be added to the glossary. -</p><!--l. 501--><p class="indent" > <span +</p><!--l. 512--><p class="indent" > <span class="cmbx-10">This package replaces the </span><span class="cmssbx-10">glossary</span><a id="dx1-4005"></a> <span @@ -963,12 +996,12 @@ class="cmbx-10">package which is now obsolete. </span>Please see the document <a href="glossary2glossaries.html" >“Upgrading from the glossary package to the glossaries package”</a> for assistance in upgrading. -</p><!--l. 505--><p class="indent" > One of the strengths of this package is its flexibility, however the drawback of this -is the necessity of having a large manual that can cover all the various settings. If you -are daunted by the size of the manual, try starting off with the much shorter <a +</p><!--l. 516--><p class="indent" > One of the strengths of this package is its flexibility, however the drawback of this +is the necessity of having a large manual that covers all the various settings. If you are +daunted by the size of the manual, try starting off with the much shorter <a href="glossariesbegin.html" >guide for beginners</a>. -</p><!--l. 511--><p class="indent" > <div class="important" title="Important Note"> There’s a common misconception that you have to have Perl installed in order to +</p><!--l. 522--><p class="indent" > <div class="important" title="Important Note"> There’s a common misconception that you have to have Perl installed in order to use the <span class="cmss-10">glossaries </span>package. Perl is <span class="cmti-10">not </span>a requirement but it does increase the available @@ -976,8 +1009,8 @@ options, particularly if you use an <a href="#glo:exlatinalph">extended Latin alphabet</a> or a <a href="#glo:nonlatinalph">non-Latin alphabet</a>. </div> -</p><!--l. 516--><p class="noindent" > -</p><!--l. 518--><p class="indent" > The basic idea behind the <span +</p><!--l. 527--><p class="noindent" > +</p><!--l. 529--><p class="indent" > The basic idea behind the <span class="cmss-10">glossaries </span>package is that you first define your entries (terms, symbols or abbreviations). Then you can reference these within your document (like <span @@ -992,7 +1025,7 @@ class="description"><a id="option1"></a><span class="cmbx-10">Option</span><span class="cmbx-10"> 1</span>: - <!--l. 529--><p class="noindent" >This is the simplest option but it’s slow and if you want a sorted list, it + <!--l. 540--><p class="noindent" >This is the simplest option but it’s slow and if you want a sorted list, it doesn’t work well for <a href="#glo:exlatinalph">extended Latin alphabets</a> or <a href="#glo:nonlatinalph">non-Latin alphabets</a>. @@ -1012,9 +1045,14 @@ class="cmtt-10">\’elite</span></span></span> if <span class="cmss-10">sanitizesort=true</span><a id="dx1-4008"></a> is used. + </p><!--l. 551--><p class="noindent" >This option works best with the <span +class="cmss-10">sort=def</span><a + id="dx1-4009"></a> setting. For any other setting, + be prepared for a long document build time, especially if you have a lot of + entries defined. </p><ol class="enumerate1" > <li - class="enumerate" id="x1-4010x1">Add <span + class="enumerate" id="x1-4011x1">Add <span class="cmtt-10">\makenoidxglossaries </span>to your preamble (before you start defining your entries, as described in <a href="#sec:newglosentry"><span @@ -1022,20 +1060,20 @@ class="cmsy-10">§</span>4 </a><a href="#sec:newglosentry">Defining Glossary Entries<!--tex4ht:ref: sec:newglosentry --></a>). </li> <li - class="enumerate" id="x1-4012x2">Put - <!--l. 547--><p class="noindent" ><hr><div title="Definition"><span + class="enumerate" id="x1-4013x2">Put + <!--l. 562--><p class="noindent" ><hr><div title="Definition"><span class="cmtt-10">\printnoidxglossary </span></div><hr> - </p><!--l. 548--><p class="noindent" > + + + </p><!--l. 563--><p class="noindent" > where you want your list of entries to appear (described in <a href="#sec:printglossary"><span class="cmsy-10">§</span>10 </a><a href="#sec:printglossary">Displaying a glossary<!--tex4ht:ref: sec:printglossary --></a>). - - </p></li> <li - class="enumerate" id="x1-4014x3">Run <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span + class="enumerate" id="x1-4015x3">Run <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> twice on your document. (As you would do to make a table of contents appear.) For example, click twice on the “typeset” or “build” or “PDF<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span @@ -1046,16 +1084,16 @@ class="description"><a id="option2"></a><span class="cmbx-10">Option</span><span class="cmbx-10"> 2</span>: - <!--l. 559--><p class="noindent" >This option uses a <a + <!--l. 574--><p class="noindent" >This option uses a <a href="#glo:cli">command line interface (CLI)</a> application called <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-4015"></a></a> + id="dx1-4016"></a></a> to sort the entries. This application comes with all modern <span class="TEX">T<span class="E">E</span>X</span> distributions, but it’s hard-coded for the non-extended <a href="#glo:latinalph">Latin alphabet<a - id="dx1-4016"></a></a>, so it doesn’t work well + id="dx1-4017"></a></a>, so it doesn’t work well for <a href="#glo:exlatinalph">extended Latin alphabets</a> or <a href="#glo:nonlatinalph">non-Latin alphabets</a>. This process involves @@ -1064,16 +1102,18 @@ class="E">E</span>X</span></span> write the glossary information to a tem <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-4017"></a></a> reads. Then <a + id="dx1-4018"></a></a> reads. Then <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-4018"></a></a> writes a new file containing the code + id="dx1-4019"></a></a> writes a new file containing the code to typeset the glossary. <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> then reads this file in on the next run. + </p><!--l. 583--><p class="noindent" >This option works best if you want to sort entries according to the English + alphabet and you don’t want to install Perl. </p><ol class="enumerate1" > <li - class="enumerate" id="x1-4020x1">Add <span + class="enumerate" id="x1-4021x1">Add <span class="cmtt-10">\makeglossaries </span>to your preamble (before you start defining your entries, as described in <a href="#sec:newglosentry"><span @@ -1081,10 +1121,10 @@ class="cmsy-10">§</span>4 </a><a href="#sec:newglosentry">Defining Glossary Entries<!--tex4ht:ref: sec:newglosentry --></a>). </li> <li - class="enumerate" id="x1-4022x2">Put - <!--l. 575--><p class="noindent" ><hr><div title="Definition"><span + class="enumerate" id="x1-4023x2">Put + <!--l. 593--><p class="noindent" ><hr><div title="Definition"><span class="cmtt-10">\printglossary </span></div><hr> - </p><!--l. 576--><p class="noindent" > + </p><!--l. 594--><p class="noindent" > where you want your list of entries to appear (described in <a href="#sec:printglossary"><span class="cmsy-10">§</span>10 </a><a @@ -1092,7 +1132,7 @@ href="#sec:printglossary">Displaying a glossary<!--tex4ht:ref: sec:printglossary --></a>). </p></li> <li - class="enumerate" id="x1-4024x3">Run <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span + class="enumerate" id="x1-4025x3">Run <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> on your document. This creates files with the extensions <span class="cmtt-10">.glo</span> and <span @@ -1106,10 +1146,10 @@ class="cmtt-10">myDoc.ist</span>). If you been created yet. </li> <li - class="enumerate" id="x1-4026x4">Run <a + class="enumerate" id="x1-4027x4">Run <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-4027"></a></a> with the <span + id="dx1-4028"></a></a> with the <span class="cmtt-10">.glo </span>file as the input file and the <span class="cmtt-10">.ist </span>file as the style so that it creates an output file with the extension @@ -1123,18 +1163,18 @@ class="cmtt-10">.gls</span>. If you have access to a terminal or a command promp <div class="verbatim" id="verbatim-1"> makeindex -s myDoc.ist -o myDoc.gls myDoc.glo </div> - <!--l. 595--><p class="nopar" > (Replace <span + <!--l. 613--><p class="nopar" > (Replace <span class="cmtt-10">myDoc </span>with the base name of your <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> document file. Avoid spaces in the file name.) If you don’t know how to use the command prompt, then you can probably access <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-4028"></a></a> via your text editor, + id="dx1-4029"></a></a> via your text editor, but each editor has a different method of doing this, so I can’t give a general description. You will have to check your editor’s manual. - </p><!--l. 603--><p class="noindent" >The default sort is word order (“sea lion” comes before “seal”). If you want + </p><!--l. 621--><p class="noindent" >The default sort is word order (“sea lion” comes before “seal”). If you want letter ordering you need to add the <span class="cmtt-10">-l </span>switch: @@ -1143,22 +1183,22 @@ class="cmtt-10">-l </span>switch: <div class="verbatim" id="verbatim-2"> makeindex -l -s myDoc.ist -o myDoc.gls myDoc.glo </div> - <!--l. 609--><p class="nopar" > (See <a + <!--l. 627--><p class="nopar" > (See <a href="#sec:makeindexapp"><span -class="cmsy-10">§</span>1.4.3 </a><a +class="cmsy-10">§</span>1.4.4 </a><a href="#sec:makeindexapp">Using <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-4029"></a></a> explicitly (Option 2)<!--tex4ht:ref: sec:makeindexapp --></a> for further details on + id="dx1-4030"></a></a> explicitly (Option 2)<!--tex4ht:ref: sec:makeindexapp --></a> for further details on using <span class="cmtt-10">makeindex</span><a - id="dx1-4030"></a> explicitly.) + id="dx1-4031"></a> explicitly.) </p></li> <li - class="enumerate" id="x1-4032x5">Once you have successfully completed the previous step, you can now run + class="enumerate" id="x1-4033x5">Once you have successfully completed the previous step, you can now run <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> on your document again.</li></ol> - <!--l. 617--><p class="noindent" >This is the default option (although you still need to use <span + <!--l. 635--><p class="noindent" >This is the default option (although you still need to use <span class="cmtt-10">\makeglossaries </span>to ensure the glossary files are created). </p></dd><dt class="description"> @@ -1167,11 +1207,11 @@ class="description"><a id="option3"></a><span class="cmbx-10">Option</span><span class="cmbx-10"> 3</span>: - <!--l. 622--><p class="noindent" >This option uses a <a + <!--l. 640--><p class="noindent" >This option uses a <a href="#glo:cli">CLI</a> application called <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-4033"></a></a> to sort the entries. This + id="dx1-4034"></a></a> to sort the entries. This application is more flexible than <span class="cmtt-10">makeindex </span>and is able to sort <a href="#glo:exlatinalph">extended Latin @@ -1179,18 +1219,18 @@ href="#glo:exlatinalph">extended Latin href="#glo:nonlatinalph">non-Latin alphabets</a>. The <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-4034"></a></a> application comes with + id="dx1-4035"></a></a> application comes with <span class="TEX">T<span class="E">E</span>X</span> Live but not with MiK<span class="TEX">T<span class="E">E</span>X</span>. Since <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-4035"></a></a> is a Perl script, if you are + id="dx1-4036"></a></a> is a Perl script, if you are using MiK<span class="TEX">T<span class="E">E</span>X</span> you will not only need to install <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-4036"></a></a>, you will also + id="dx1-4037"></a></a>, you will also need to install Perl. In a similar way to <a href="#option2">Option 2</a>, this option involves making <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span @@ -1198,28 +1238,30 @@ class="E">E</span>X</span></span> write the glossary information to a� which <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-4037"></a></a> reads. Then <a + id="dx1-4038"></a></a> reads. Then <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-4038"></a></a> writes a new file containing the code + id="dx1-4039"></a></a> writes a new file containing the code to typeset the glossary. <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> then reads this file in on the next run. + </p><!--l. 652--><p class="noindent" >This is the best option if you want to sort according to a language other than + English or if you want non-standard location lists. </p><ol class="enumerate1" > <li - class="enumerate" id="x1-4040x1">Add the <span + class="enumerate" id="x1-4041x1">Add the <span class="cmss-10">xindy</span><a - id="dx1-4041"></a> option to the <span + id="dx1-4042"></a> option to the <span class="cmss-10">glossaries </span>package option list: <div class="verbatim" id="verbatim-3"> \usepackage[xindy]{glossaries} </div> - <!--l. 639--><p class="nopar" > + <!--l. 661--><p class="nopar" > </p></li> <li - class="enumerate" id="x1-4043x2">Add <span + class="enumerate" id="x1-4044x2">Add <span class="cmtt-10">\makeglossaries </span>to your preamble (before you start defining your entries, as described in <a href="#sec:newglosentry"><span @@ -1227,7 +1269,7 @@ class="cmsy-10">§</span>4 </a><a href="#sec:newglosentry">Defining Glossary Entries<!--tex4ht:ref: sec:newglosentry --></a>). </li> <li - class="enumerate" id="x1-4045x3">Run <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span + class="enumerate" id="x1-4046x3">Run <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> on your document. This creates files with the extensions <span class="cmtt-10">.glo</span> and <span @@ -1241,10 +1283,10 @@ class="cmtt-10">myDoc.xdy</span>). If you been created yet. </li> <li - class="enumerate" id="x1-4047x4">Run <a + class="enumerate" id="x1-4048x4">Run <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-4048"></a></a> with the <span + id="dx1-4049"></a></a> with the <span class="cmtt-10">.glo </span>file as the input file and the <span class="cmtt-10">.xdy </span>file as a module so that it creates an output file with the extension <span @@ -1257,27 +1299,30 @@ class="cmtt-10">.gls</span>. You <div class="verbatim" id="verbatim-4"> - xindy  -L english -C utf8 -I xindy -M myDoc + xindy -L english -C utf8 -I xindy -M myDoc  <br />-t myDoc.glg -o myDoc.gls myDoc.glo </div> - <!--l. 662--><p class="nopar" > (Replace <span + <!--l. 684--><p class="nopar" > (Replace <span class="cmtt-10">myDoc </span>with the base name of your <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> document file. Avoid spaces in the file name. If necessary, also replace <span class="cmtt-10">english </span>with the name of your language and <span -class="cmtt-10">utf8 </span>with your input encoding.) If you don’t know how - to use the command prompt, then you can probably access <a +class="cmtt-10">utf8 </span>with your input encoding, for example, <span +class="cmtt-10">-L german</span> + <span +class="cmtt-10">-C din5007-utf8</span>.) If you don’t know how to use the command + prompt, then you can probably access <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-4049"></a></a> via your - text editor, but each editor has a different method of doing this, so I can’t + id="dx1-4050"></a></a> via your text editor, + but each editor has a different method of doing this, so I can’t give a general description. You will have to check your editor’s manual. - </p><!--l. 672--><p class="noindent" >The default sort is word order (“sea lion” comes before “seal”). If you + </p><!--l. 695--><p class="noindent" >The default sort is word order (“sea lion” comes before “seal”). If you want letter ordering you need to add the <span class="cmss-10">order=letter</span><a - id="dx1-4050"></a> package + id="dx1-4051"></a> package option: @@ -1285,57 +1330,58 @@ class="cmss-10">order=letter</span><a <div class="verbatim" id="verbatim-5"> \usepackage[xindy,order=letter]{glossaries} </div> - <!--l. 678--><p class="nopar" > (See <a + <!--l. 701--><p class="nopar" > (and return to the previous step.) See <a href="#sec:xindyapp"><span -class="cmsy-10">§</span>1.4.2 </a><a +class="cmsy-10">§</span>1.4.3 </a><a href="#sec:xindyapp">Using <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-4051"></a></a> explicitly (Option 3)<!--tex4ht:ref: sec:xindyapp --></a> for further details on using - <span + id="dx1-4052"></a></a> explicitly + (Option 3)<!--tex4ht:ref: sec:xindyapp --></a> for further details on using <span class="cmtt-10">xindy</span><a - id="dx1-4052"></a> explicitly.) + id="dx1-4053"></a> explicitly. </p></li> <li - class="enumerate" id="x1-4054x5">Once you have successfully completed the previous step, you can now run + class="enumerate" id="x1-4055x5">Once you have successfully completed the previous step, you can now run <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> on your document again. </li></ol> </dd></dl> -<!--l. 689--><p class="indent" > For Options <a +<!--l. 713--><p class="indent" > For Options <a href="#option2">2</a> and <a -href="#option3">3</a>, it can be difficult to remember all the parameters required -for <a +href="#option3">3</a>, it can be difficult to remember all the parameters +required for <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-4055"></a></a> or <a + id="dx1-4056"></a></a> or <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-4056"></a></a>, so the <span -class="cmss-10">glossaries </span>package provides a script called -<a + id="dx1-4057"></a></a>, so the <span +class="cmss-10">glossaries </span>package provides a Perl +script called <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-4057"></a></a> that reads the <span -class="cmtt-10">.aux </span>file to determine what settings you have used -and will then run <a + id="dx1-4058"></a></a> that reads the <span +class="cmtt-10">.aux </span>file to determine what +settings you have used and will then run <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-4058"></a></a> or <a + id="dx1-4059"></a></a> or <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-4059"></a></a>. Again, this is a command line application -and can be run in a terminal or command prompt. For example, if your -<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span + id="dx1-4060"></a></a>. Again, this +is a command line application and can be run in a terminal or command +prompt. For example, if your <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> document is in the file <span -class="cmtt-10">myDoc.tex</span>, then run: +class="cmtt-10">myDoc.tex</span>, then +run: </p> <div class="verbatim" id="verbatim-6"> makeglossaries myDoc </div> -<!--l. 700--><p class="nopar" > (Replace <span +<!--l. 724--><p class="nopar" > (Replace <span class="cmtt-10">myDoc </span>with the base name of your <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> document file. Avoid spaces in the file name.) This is described in more detail in <a @@ -1343,26 +1389,48 @@ href="#sec:makeglossaries"><span class="cmsy-10">§</span>1.4 </a><a href="#sec:makeglossaries">Generating the Associated Glossary Files<!--tex4ht:ref: sec:makeglossaries --></a>. -</p><!--l. 705--><p class="indent" > <div class="important" title="Important Note"> The <span +</p><!--l. 729--><p class="indent" > If you don’t have Perl installed you can use the Lua script instead: + + +</p> + <div class="verbatim" id="verbatim-7"> +makeglossaries-lite.lua myDoc +</div> +<!--l. 732--><p class="nopar" > This script doesn’t have the full functionality of the Perl script, but since modern +<span class="TEX">T<span +class="E">E</span>X</span> distributions come with Lua, you shouldn’t need to install anything extra to +make it run. Remember that since <a +href="#glo:xindy"><span +class="cmtt-10">xindy</span><a + id="dx1-4061"></a></a> is also a Perl script, if you want to use +<a +href="#glo:xindy"><span +class="cmtt-10">xindy</span><a + id="dx1-4062"></a></a> you’ll need Perl installed anyway, so there’s no point using this Lua script if +you’re using <a +href="#glo:xindy"><span +class="cmtt-10">xindy</span><a + id="dx1-4063"></a></a>. +</p><!--l. 740--><p class="indent" > <div class="important" title="Important Note"> The <span class="cmtt-10">.gls </span>and <span class="cmtt-10">.glo </span>are temporary files created to help build your document. You should not edit or explicitly input them. However, you may need to delete them if something goes wrong and you need to do a fresh build. </div> -</p><!--l. 710--><p class="noindent" > -</p><!--l. 712--><p class="indent" > An overview of these three options is given in <a +</p><!--l. 745--><p class="noindent" > +</p><!--l. 747--><p class="indent" > An overview of these three options is given in <a href="#tab:options">table 1.1</a>. </p> <div class="table"> -<!--l. 715--><p class="indent" > <a +<!--l. 750--><p class="indent" > <a id="tab:options"></a></p><hr class="float" /><div class="float" > <div class="caption" ><span class="id">Table 1.1: </span><span -class="content">Glossary Options: Pros and Cons</span></div><!--tex4ht:label?: x1-40601 --> +class="content">Glossary Options: Pros and Cons</span></div><!--tex4ht:label?: x1-40641 --> <div class="tabular"> <table id="TBL-2" class="tabular" @@ -1373,7 +1441,7 @@ id="TBL-2-2" /><col id="TBL-2-3" /><col id="TBL-2-4" /></colgroup><tr style="vertical-align:baseline;" id="TBL-2-1-"><td style="white-space:wrap; text-align:left;" id="TBL-2-1-1" -class="td11"> <!--l. 721--><p class="noindent" > </p></td><td style="white-space:nowrap; text-align:center;" id="TBL-2-1-2" +class="td11"> <!--l. 756--><p class="noindent" > </p></td><td style="white-space:nowrap; text-align:center;" id="TBL-2-1-2" class="td11"> <a href="#option1"><span class="cmbx-10">Option</span><span @@ -1388,7 +1456,7 @@ class="cmbx-10">Option</span><span class="cmbx-10"> 3</span></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-2-2-"><td style="white-space:wrap; text-align:left;" id="TBL-2-2-1" -class="td11"> <!--l. 722--><p class="noindent" >Requires +class="td11"> <!--l. 757--><p class="noindent" >Requires an external application? </p></td><td style="white-space:nowrap; text-align:center;" id="TBL-2-2-2" @@ -1400,7 +1468,7 @@ class="td11"> <span class="pzdr-">✔ </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-2-3-"><td style="white-space:wrap; text-align:left;" id="TBL-2-3-1" -class="td11"> <!--l. 724--><p class="noindent" >Requires +class="td11"> <!--l. 759--><p class="noindent" >Requires Perl? </p></td><td style="white-space:nowrap; text-align:center;" id="TBL-2-3-2" class="td11"> <span class="pzdr-">✘ </span></td><td style="white-space:nowrap; text-align:center;" id="TBL-2-3-3" @@ -1410,7 +1478,7 @@ class="td11"> <span class="pzdr-">✔ </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-2-4-"><td style="white-space:wrap; text-align:left;" id="TBL-2-4-1" -class="td11"> <!--l. 726--><p class="noindent" >Can +class="td11"> <!--l. 761--><p class="noindent" >Can sort <a href="#glo:exlatinalph">extended @@ -1429,7 +1497,7 @@ class="td11"> <span class="pzdr-">✔ </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-2-5-"><td style="white-space:wrap; text-align:left;" id="TBL-2-5-1" -class="td11"> <!--l. 729--><p class="noindent" >Efficient +class="td11"> <!--l. 764--><p class="noindent" >Efficient sort algorithm? </p></td><td style="white-space:nowrap; text-align:center;" id="TBL-2-5-2" class="td11"> <span @@ -1440,7 +1508,7 @@ class="td11"> <span class="pzdr-">✔ </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-2-6-"><td style="white-space:wrap; text-align:left;" id="TBL-2-6-1" -class="td11"> <!--l. 731--><p class="noindent" >Can +class="td11"> <!--l. 766--><p class="noindent" >Can use a different @@ -1457,7 +1525,7 @@ class="td11"> <span class="pzdr-">✘ </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-2-7-"><td style="white-space:wrap; text-align:left;" id="TBL-2-7-1" -class="td11"> <!--l. 733--><p class="noindent" >Can +class="td11"> <!--l. 768--><p class="noindent" >Can form ranges in @@ -1472,7 +1540,7 @@ class="td11"> <span class="pzdr-">✔ </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-2-8-"><td style="white-space:wrap; text-align:left;" id="TBL-2-8-1" -class="td11"> <!--l. 735--><p class="noindent" >Can +class="td11"> <!--l. 770--><p class="noindent" >Can have non-standard locations @@ -1488,7 +1556,7 @@ class="td11"> <span class="pzdr-">✔ </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-2-9-"><td style="white-space:wrap; text-align:left;" id="TBL-2-9-1" -class="td11"> <!--l. 737--><p class="noindent" >Maximum +class="td11"> <!--l. 772--><p class="noindent" >Maximum hierarchical depth </p></td><td style="white-space:nowrap; text-align:center;" id="TBL-2-9-2" class="td11"> Unlimited </td><td style="white-space:nowrap; text-align:center;" id="TBL-2-9-3" @@ -1496,9 +1564,9 @@ class="td11"> 3 </td><td style="white-space:nowrap; text-align:cente class="td11"> Unlimited </td> </tr><tr style="vertical-align:baseline;" id="TBL-2-10-"><td style="white-space:wrap; text-align:left;" id="TBL-2-10-1" -class="td11"> <!--l. 739--><p class="noindent" ><span +class="td11"> <!--l. 774--><p class="noindent" ><span class="cmtt-10">\glsdisplaynumberlist</span><a - id="dx1-4061"></a> + id="dx1-4065"></a> reliable? </p></td><td style="white-space:nowrap; text-align:center;" id="TBL-2-10-2" class="td11"> <span class="pzdr-">✔ </span></td><td style="white-space:nowrap; text-align:center;" id="TBL-2-10-3" @@ -1508,9 +1576,9 @@ class="td11"> <span class="pzdr-">✘ </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-2-11-"><td style="white-space:wrap; text-align:left;" id="TBL-2-11-1" -class="td11"> <!--l. 741--><p class="noindent" ><span +class="td11"> <!--l. 776--><p class="noindent" ><span class="cmtt-10">\newglossaryentry</span><a - id="dx1-4062"></a> + id="dx1-4066"></a> restricted to preamble? </p></td><td style="white-space:nowrap; text-align:center;" id="TBL-2-11-2" @@ -1522,7 +1590,7 @@ class="td11"> <span class="pzdr-">✘ </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-2-12-"><td style="white-space:wrap; text-align:left;" id="TBL-2-12-1" -class="td11"> <!--l. 743--><p class="noindent" >Requires +class="td11"> <!--l. 778--><p class="noindent" >Requires additional write registers? </p></td><td style="white-space:nowrap; text-align:center;" id="TBL-2-12-2" @@ -1534,12 +1602,12 @@ class="td11"> <span class="pzdr-">✔ </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-2-13-"><td style="white-space:wrap; text-align:left;" id="TBL-2-13-1" -class="td11"> <!--l. 745--><p class="noindent" >Default +class="td11"> <!--l. 780--><p class="noindent" >Default value of <span class="cmss-10">sanitizesort</span><a - id="dx1-4063"></a> + id="dx1-4067"></a> package option </p></td><td style="white-space:nowrap; text-align:center;" id="TBL-2-13-2" class="td11"> <span @@ -1551,30 +1619,30 @@ class="cmtt-10">true </span></td> </tr></table> </div> -<!--l. 749--><p class="noindent" ><sup class="textsuperscript"><span +<!--l. 784--><p class="noindent" ><sup class="textsuperscript"><span class="cmsy-9">†</span></sup> Strips standard <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> accents (that is, accents generated by core <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> commands) so, for example, <span class="cmtt-10">\AA</span><a - id="dx1-4064"></a> is treated the same as A. + id="dx1-4068"></a> is treated the same as A. </p> </div><hr class="endfloat" /> </div> -<!--l. 754--><p class="indent" > This document uses the <span +<!--l. 789--><p class="indent" > This document uses the <span class="cmss-10">glossaries </span>package. For example, when viewing the PDF version of this document in a hyperlinked-enabled PDF viewer (such as Adobe Reader or Okular) if you click on the word “<a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-4065"></a></a>” you’ll be taken + id="dx1-4069"></a></a>” you’ll be taken to the entry in the glossary where there’s a brief description of the term “<span class="cmtt-10">xindy</span><a - id="dx1-4066"></a>”. -</p><!--l. 761--><p class="indent" > The remainder of this introductory section covers the following: </p> + id="dx1-4070"></a>”. +</p><!--l. 796--><p class="indent" > The remainder of this introductory section covers the following: </p> <ul class="itemize1"> <li class="itemize"><a href="#sec:samples"><span @@ -1598,10 +1666,10 @@ href="#glo:indexingapp">indexing application</a> to create the sorted glos href="#option2">2</a> or <a href="#option3">3</a>). </li></ul> -<!--l. 775--><p class="noindent" ><a +<!--l. 810--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">1.1 </span> <a id="sec:samples"></a>Sample Documents</h3> -<!--l. 778--><p class="noindent" >The <span +<!--l. 813--><p class="noindent" >The <span class="cmss-10">glossaries </span>package is provided with some sample documents that illustrate the various functions. These should be located in the <span class="cmtt-10">samples </span>subdirectory (folder) of the @@ -1615,14 +1683,14 @@ href="http://www.dickimaw-books.com/latex/novices/html/terminal.html" >terminal <spacer type=vertical size=10><span class="obeylines-h"> <br /><span class="cmtt-10">texdoc -l glossaries</span></span> -</p><!--l. 788--><p class="indent" > <spacer type=vertical size=10> +</p><!--l. 823--><p class="indent" > <spacer type=vertical size=10> This should display a list of all the files in the glossaries documentation directory with their full pathnames. -</p><!--l. 792--><p class="indent" > If you can’t find the sample files on your computer, they are also available from your nearest +</p><!--l. 827--><p class="indent" > If you can’t find the sample files on your computer, they are also available from your nearest CTAN mirror at <a href="http://mirror.ctan.org/macros/latex/contrib/glossaries/samples/" class="url" ><span class="cmtt-10">http://mirror.ctan.org/macros/latex/contrib/glossaries/samples/</span></a>. -</p><!--l. 796--><p class="indent" > The sample documents are as +</p><!--l. 831--><p class="indent" > The sample documents are as follows<span class="footnote-mark"><a href="#fn2x2" id="fn2x2-bk"><sup class="textsuperscript">1.2</sup></a></span><a id="x1-5001f2"></a>: @@ -1642,7 +1710,7 @@ class="cmtt-10">minimalgls.tex </span>through <span class="LATEX">L<span class=" class="E">E</span>X</span></span> either by typing <spacer type=vertical size=10><span class="obeylines-h"> <br /><span class="cmtt-10">latex minimalgls</span></span> - <!--l. 809--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 844--><p class="noindent" ><spacer type=vertical size=10> in a terminal or by using the relevant button or menu item in your text editor or front-end. This will create the required associated files but you will not see the glossary. If you use PDF<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span @@ -1652,13 +1720,13 @@ class="E">E</span>X</span></span> you will also </p> - <div class="verbatim" id="verbatim-7"> + <div class="verbatim" id="verbatim-8"> pdfTeX warning (dest): name{glo:aca} has been  <br />referenced but does not exist,  <br />replaced by a fixed one </div> - <!--l. 819--><p class="nopar" > These warnings may be ignored on the first run. - </p><!--l. 822--><p class="noindent" >If you get a <span class="obeylines-h"><span class="verb"><span + <!--l. 854--><p class="nopar" > These warnings may be ignored on the first run. + </p><!--l. 857--><p class="noindent" >If you get a <span class="obeylines-h"><span class="verb"><span class="cmtt-10">Missing</span><span class="cmtt-10"> \begin{document}</span></span></span> error, then it’s most likely that your version of <span @@ -1680,11 +1748,11 @@ href="#sec:makeglossaries">Generating the Associated <spacer type=vertical size=10><span class="obeylines-h"> <br /><span class="cmtt-10">makeglossaries minimalgls</span></span> - <!--l. 832--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 867--><p class="noindent" ><spacer type=vertical size=10> or by typing <spacer type=vertical size=10><span class="obeylines-h"> <br /><span class="cmtt-10">perl makeglossaries minimalgls</span></span> - </p><!--l. 836--><p class="noindent" ><spacer type=vertical size=10> + </p><!--l. 871--><p class="noindent" ><spacer type=vertical size=10> If your system doesn’t recognise the command <span class="cmtt-10">perl </span>then it’s likely you don’t have Perl installed. In which case you will need to use <a @@ -1697,10 +1765,10 @@ class="cmtt-10">makeindex</span><a class="cmtt-10">makeindex -s minimalgls.ist -t minimalgls.glg -o minimalgls.gls</span> <span class="cmtt-10">minimalgls.glo</span></span> - </p><!--l. 843--><p class="noindent" ><spacer type=vertical size=10> + </p><!--l. 878--><p class="noindent" ><spacer type=vertical size=10> (See <a href="#sec:makeindexapp"><span -class="cmsy-10">§</span>1.4.3 </a><a +class="cmsy-10">§</span>1.4.4 </a><a href="#sec:makeindexapp">Using <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a @@ -1708,7 +1776,7 @@ class="cmtt-10">makeindex</span><a using <span class="cmtt-10">makeindex</span><a id="dx1-5011"></a> explicitly.) - </p><!--l. 847--><p class="noindent" >Note that if you need to specify the full path and the path contains + </p><!--l. 882--><p class="noindent" >Note that if you need to specify the full path and the path contains spaces, you will need to delimit the file names with the double-quote character. </p></li> @@ -1716,26 +1784,32 @@ class="cmtt-10">makeindex</span><a class="enumerate" id="x1-5013x3">Run <span class="cmtt-10">minimalgls.tex </span>through <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> again (as step 1)</li></ol> - <!--l. 853--><p class="noindent" >You should now have a complete document. The number following each entry in + <!--l. 888--><p class="noindent" >You should now have a complete document. The number following each entry in the glossary is the location number. By default, this is the page number where the entry was referenced. + </p><!--l. 892--><p class="noindent" >There are three other files that can be used as a <a +href="http://www.dickimaw-books.com/latex/minexample/" >minimal working example</a>: + <span +class="cmtt-10">mwe-gls.tex</span>, <span +class="cmtt-10">mwe-acr.tex </span>and <span +class="cmtt-10">mwe-acr-desc.tex</span>. </p></dd><dt class="description"> <span class="cmtt-10">sample-noidx.tex</span> </dt><dd class="description"><a id="x1-5014r2"></a> This document illustrates how to use the <span class="cmss-10">glossaries </span>package + + without an external <a href="#glo:indexingapp">indexing application</a> (<a href="#option1">Option 1</a>). To create the complete document, you need to do: <spacer type=vertical size=10><span class="obeylines-h"> - - <br /><span class="cmtt-10">latex sample-noidx</span> <br /><span class="cmtt-10">latex sample-noidx</span></span> - <!--l. 863--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 903--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">sample-noidx-utf8.tex</span> </dt><dd @@ -1749,7 +1823,7 @@ class="cmss-10">inputenc</span><a class="cmtt-10">latex sample-noidx-utf8</span> <br /><span class="cmtt-10">latex sample-noidx-utf8</span></span> - <!--l. 871--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 911--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">sample4col.tex</span> </dt><dd @@ -1763,7 +1837,7 @@ class="cmtt-10">latex sample4col</span> class="cmtt-10">makeglossaries sample4col</span> <br /><span class="cmtt-10">latex sample4col</span></span> - <!--l. 881--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 921--><p class="noindent" ><spacer type=vertical size=10> As before, if you don’t have Perl installed, you will need to use <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a @@ -1792,18 +1866,18 @@ class="cmtt-10">makeglossaries sampleAcr</span> class="cmtt-10">latex sampleAcr</span> <br /><span class="cmtt-10">latex sampleAcr</span></span> - <!--l. 897--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 937--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">sampleAcrDesc.tex</span> </dt><dd class="description"><a id="x1-5022r6"></a> This is similar to the previous example, except that the acronyms have an associated description. As with the previous example, the + + glossary is added to the table of contents, so an extra run through <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> is required: <spacer type=vertical size=10><span class="obeylines-h"> - - <br /><span class="cmtt-10">latex sampleAcrDesc</span> <br /><span @@ -1812,7 +1886,7 @@ class="cmtt-10">makeglossaries sampleAcrDesc</span> class="cmtt-10">latex sampleAcrDesc</span> <br /><span class="cmtt-10">latex sampleAcrDesc</span></span> - <!--l. 908--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 948--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">sampleDesc.tex</span> </dt><dd @@ -1834,7 +1908,7 @@ class="cmtt-10">makeglossaries sampleDesc</span> class="cmtt-10">latex sampleDesc</span> <br /><span class="cmtt-10">latex sampleDesc</span></span> - <!--l. 920--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 960--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">sampleCustomAcr.tex</span> </dt><dd @@ -1851,7 +1925,7 @@ class="cmtt-10">makeglossaries sampleCustomAcr</span> class="cmtt-10">latex sampleCustomAcr</span> <br /><span class="cmtt-10">latex sampleCustomAcr</span></span> - <!--l. 930--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 970--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">sampleFnAcrDesc.tex</span> </dt><dd @@ -1873,9 +1947,9 @@ class="cmtt-10">makeglossaries sampleFnAcrDesc</span> class="cmtt-10">latex sampleFnAcrDesc</span> <br /><span class="cmtt-10">latex sampleFnAcrDesc</span></span> - <!--l. 941--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 981--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">sample-FnDesc.tex</span> </dt><dd @@ -1888,7 +1962,7 @@ class="cmtt-10">latex sample-FnDesc</span> class="cmtt-10">makeglossaries sample-FnDesc</span> <br /><span class="cmtt-10">latex sample-FnDesc</span></span> - <!--l. 950--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 990--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">sample-custom-acronym.tex</span> </dt><dd @@ -1902,7 +1976,7 @@ class="cmtt-10">latex sample-custom-acronym</span> class="cmtt-10">makeglossaries sample-custom-acronym</span> <br /><span class="cmtt-10">latex sample-custom-acronym</span></span> - <!--l. 959--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 999--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">sample-crossref.tex</span> </dt><dd @@ -1915,7 +1989,7 @@ class="cmtt-10">latex sample-crossref</span> class="cmtt-10">makeglossaries sample-crossref</span> <br /><span class="cmtt-10">latex sample-crossref</span></span> - <!--l. 968--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 1008--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">sampleDB.tex</span> </dt><dd @@ -1935,7 +2009,7 @@ class="cmtt-10">latex sampleDB</span> class="cmtt-10">makeglossaries sampleDB</span> <br /><span class="cmtt-10">latex sampleDB</span></span> - <!--l. 980--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 1020--><p class="noindent" ><spacer type=vertical size=10> The glossary definitions are stored in the accompanying files <span class="cmtt-10">database1.tex </span>and <span @@ -1956,7 +2030,7 @@ class="cmtt-10">makeglossaries</span><a class="cmtt-10">makeindex -s sampleDB.ist -t sampleDB.glg -o sampleDB.gls</span> <span class="cmtt-10">sampleDB.glo</span></span> - <!--l. 989--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 1029--><p class="noindent" ><spacer type=vertical size=10> </p></li> <li class="enumerate" id="x1-5040x2">Create the secondary glossary (all on one line): <spacer type=vertical size=10><span class="obeylines-h"> @@ -1964,7 +2038,7 @@ class="cmtt-10">sampleDB.glo</span></span> class="cmtt-10">makeindex -s sampleDB.ist -t sampleDB.nlg -o sampleDB.not</span> <span class="cmtt-10">sampleDB.ntn</span></span> - <!--l. 993--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 1033--><p class="noindent" ><spacer type=vertical size=10> </p></li></ol> </dd><dt class="description"> <span @@ -1984,7 +2058,7 @@ class="cmtt-10">latex sampleEq</span> class="cmtt-10">makeglossaries sampleEq</span> <br /><span class="cmtt-10">latex sampleEq</span></span> - <!--l. 1005--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 1045--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">sampleEqPg.tex</span> </dt><dd @@ -2004,7 +2078,7 @@ class="cmtt-10">makeglossaries sampleEqPg</span> class="cmtt-10">latex sampleEqPg</span> <br /><span class="cmtt-10">latex sampleEqPg</span></span> - <!--l. 1017--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 1057--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">sampleSec.tex</span> </dt><dd @@ -2025,7 +2099,7 @@ class="cmtt-10">makeglossaries sampleSec</span> class="cmtt-10">latex sampleSec</span> <br /><span class="cmtt-10">latex sampleSec</span></span> - <!--l. 1029--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 1069--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">sampleNtn.tex</span> </dt><dd @@ -2042,7 +2116,7 @@ class="cmtt-10">makeglossaries sampleNtn</span> class="cmtt-10">latex sampleNtn</span> <br /><span class="cmtt-10">latex sampleNtn</span></span> - <!--l. 1040--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 1080--><p class="noindent" ><spacer type=vertical size=10> Note that if you don’t have Perl installed, you will need to use <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a @@ -2058,7 +2132,7 @@ class="cmtt-10">makeglossaries</span><a class="cmtt-10">makeindex -s sampleNtn.ist -t sampleNtn.glg -o sampleNtn.gls</span> <span class="cmtt-10">sampleNtn.glo</span></span> - <!--l. 1048--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 1088--><p class="noindent" ><spacer type=vertical size=10> </p></li> <li class="enumerate" id="x1-5053x2">Create the secondary glossary (all on one line): <spacer type=vertical size=10><span class="obeylines-h"> @@ -2066,7 +2140,7 @@ class="cmtt-10">sampleNtn.glo</span></span> class="cmtt-10">makeindex -s sampleNtn.ist -t sampleNtn.nlg -o sampleNtn.not</span> <span class="cmtt-10">sampleNtn.ntn</span></span> - <!--l. 1052--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 1092--><p class="noindent" ><spacer type=vertical size=10> </p></li></ol> </dd><dt class="description"> <span @@ -2087,7 +2161,7 @@ class="cmtt-10">makeglossaries sample</span> class="cmtt-10">latex sample</span> <br /><span class="cmtt-10">latex sample</span></span> - <!--l. 1065--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 1105--><p class="noindent" ><spacer type=vertical size=10> You can see the difference between word and letter ordering if you substitute <span class="cmss-10">order=word</span><a @@ -2127,7 +2201,7 @@ class="cmtt-10">latex sampletree</span> class="cmtt-10">makeglossaries sampletree</span> <br /><span class="cmtt-10">latex sampletree</span></span> - <!--l. 1085--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 1125--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">sample-dual.tex</span> </dt><dd @@ -2141,7 +2215,7 @@ class="cmtt-10">latex sample-dual</span> class="cmtt-10">makeglossaries sample-dual</span> <br /><span class="cmtt-10">latex sample-dual</span></span> - <!--l. 1094--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 1134--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">sample-langdict.tex</span> </dt><dd @@ -2155,7 +2229,7 @@ class="cmtt-10">latex sample-langdict</span> class="cmtt-10">makeglossaries sample-langdict</span> <br /><span class="cmtt-10">latex sample-langdict</span></span> - <!--l. 1104--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 1144--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">samplexdy.tex</span> </dt><dd @@ -2183,12 +2257,12 @@ class="cmtt-10">samplexdy.xdy</span>, but if you uncomment the lines - <div class="verbatim" id="verbatim-8"> + <div class="verbatim" id="verbatim-9"> \setStyleFile{samplexdy-mc}  <br />\noist  <br />\GlsSetXdyLanguage{} </div> - <!--l. 1117--><p class="nopar" > it will set the style file to <span + <!--l. 1157--><p class="nopar" > it will set the style file to <span class="cmtt-10">samplexdy-mc.xdy </span>instead. This provides an additional letter group for entries starting with “Mc” or “Mac”. If you use <a @@ -2206,14 +2280,14 @@ class="cmtt-10">\noist</span><a class="cmss-10">glossaries </span>package will overwrite <span class="cmtt-10">samplexdy-mc.xdy </span>and you will lose the “Mc” letter group. - </p><!--l. 1129--><p class="noindent" >To create the document do: <spacer type=vertical size=10><span class="obeylines-h"> + </p><!--l. 1169--><p class="noindent" >To create the document do: <spacer type=vertical size=10><span class="obeylines-h"> <br /><span class="cmtt-10">latex samplexdy</span> <br /><span class="cmtt-10">makeglossaries samplexdy</span> <br /><span class="cmtt-10">latex samplexdy</span></span> - </p><!--l. 1134--><p class="noindent" ><spacer type=vertical size=10> + </p><!--l. 1174--><p class="noindent" ><spacer type=vertical size=10> If you don’t have Perl installed, you will have to call <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a @@ -2228,7 +2302,7 @@ class="cmtt-10">samplexdy.xdy</span>, class="cmtt-10">xindy -L english -C utf8 -I xindy -M samplexdy -t samplexdy.glg -o</span> <span class="cmtt-10">samplexdy.gls samplexdy.glo</span></span> - </p><!--l. 1141--><p class="noindent" ><spacer type=vertical size=10> + </p><!--l. 1181--><p class="noindent" ><spacer type=vertical size=10> otherwise, if you are using <span class="cmtt-10">samplexdy-mc.xdy</span>, then do (no line breaks): <spacer type=vertical size=10><span class="obeylines-h"> @@ -2236,7 +2310,7 @@ class="cmtt-10">samplexdy-mc.xdy</span>, then do (no line breaks): class="cmtt-10">xindy -I xindy -M samplexdy-mc -t samplexdy.glg -o samplexdy.gls</span> <span class="cmtt-10">samplexdy.glo</span></span> - </p><!--l. 1146--><p class="noindent" ><spacer type=vertical size=10> + </p><!--l. 1186--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">samplexdy2.tex</span> </dt><dd @@ -2254,7 +2328,7 @@ class="cmtt-10">pdflatex samplexdy2</span> class="cmtt-10">makeglossaries samplexdy2</span> <br /><span class="cmtt-10">pdflatex samplexdy2</span></span> - <!--l. 1156--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 1196--><p class="noindent" ><spacer type=vertical size=10> If you can’t use <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a @@ -2266,7 +2340,7 @@ class="cmtt-10">makeglossaries</span><a class="cmtt-10">xindy -L english -C utf8 -I xindy -M samplexdy2 -t samplexdy2.glg</span> <span class="cmtt-10">-o samplexdy2.gls samplexdy2.glo</span></span> - </p><!--l. 1161--><p class="noindent" ><spacer type=vertical size=10> + </p><!--l. 1201--><p class="noindent" ><spacer type=vertical size=10> See <a href="#sec:xindyloc"><span class="cmsy-10">§</span>11.2 </a><a @@ -2295,7 +2369,7 @@ class="cmtt-10">latex sampleutf8</span> class="cmtt-10">makeglossaries sampleutf8</span> <br /><span class="cmtt-10">latex sampleutf8</span></span> - <!--l. 1172--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 1212--><p class="noindent" ><spacer type=vertical size=10> If you don’t have Perl installed, you will have to call <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a @@ -2308,8 +2382,8 @@ class="cmtt-10">makeglossaries</span><a class="cmtt-10">xindy -L english -C utf8 -I xindy -M sampleutf8 -t sampleutf8.glg</span> <span class="cmtt-10">-o sampleutf8.gls sampleutf8.glo</span></span> - </p><!--l. 1178--><p class="noindent" ><spacer type=vertical size=10> - </p><!--l. 1180--><p class="noindent" >If you remove the <span + </p><!--l. 1218--><p class="noindent" ><spacer type=vertical size=10> + </p><!--l. 1220--><p class="noindent" >If you remove the <span class="cmss-10">xindy</span><a id="dx1-5086"></a> option from <span class="cmtt-10">sampleutf8.tex </span>and do: <spacer type=vertical size=10><span class="obeylines-h"> @@ -2319,7 +2393,7 @@ class="cmtt-10">latex sampleutf8</span> class="cmtt-10">makeglossaries sampleutf8</span> <br /><span class="cmtt-10">latex sampleutf8</span></span> - </p><!--l. 1186--><p class="noindent" ><spacer type=vertical size=10> + </p><!--l. 1226--><p class="noindent" ><spacer type=vertical size=10> you will see that the entries that start with an <a href="#glo:exlatinchar">extended Latin character<a id="dx1-5087"></a></a> now @@ -2336,7 +2410,7 @@ class="cmtt-10">makeindex</span><a class="cmtt-10">makeindex -s sampleutf8.ist -t sampleutf8.glg -o sampleutf8.gls</span> <span class="cmtt-10">sampleutf8.glo</span></span> - </p><!--l. 1194--><p class="noindent" ><spacer type=vertical size=10> + </p><!--l. 1234--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">sample-index.tex</span> </dt><dd @@ -2360,20 +2434,54 @@ class="cmtt-10">makeglossaries sample-index</span> <br /><span class="cmtt-10">latex sample-index</span></span> - <!--l. 1206--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 1246--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">sample-newkeys.tex</span> </dt><dd class="description"><a - id="x1-5092r27"></a> This document illustrates how add custom keys. + id="x1-5092r27"></a> This document illustrates how add custom keys (using + <span +class="cmtt-10">\glsaddkey</span>). + </dd><dt class="description"> +<span +class="cmtt-10">sample-storage-abbr.tex</span> </dt><dd +class="description"><a + id="x1-5093r28"></a> This document illustrates how add custom storage keys + (using <span +class="cmtt-10">\glsaddstoragekey</span>). + </dd><dt class="description"> +<span +class="cmtt-10">sample-storage-abbr-desc.tex</span> </dt><dd +class="description"><a + id="x1-5094r29"></a> An extension of the previous example where the + user needs to provide a description. + </dd><dt class="description"> +<span +class="cmtt-10">sample-chap-hyperfirst.tex</span> </dt><dd +class="description"><a + id="x1-5095r30"></a> This document illustrates how to add a custom + key using <span +class="cmtt-10">\glsaddstoragekey </span>and hook into the <a +href="#x1-450006.1"><span +class="cmtt-10">\gls</span>-like</a> and + <a +href="#x1-460006.2"><span +class="cmtt-10">\glstext</span>-like</a> mechanism used to determine whether or not to hyperlink an + entry. + </dd><dt class="description"> +<span +class="cmtt-10">sample-font-abbr.tex</span> </dt><dd +class="description"><a + id="x1-5096r31"></a> This document illustrates how to different fonts for + abbreviations within the style. </dd><dt class="description"> <span class="cmtt-10">sample-numberlist.tex</span> </dt><dd class="description"><a - id="x1-5093r28"></a> This document illustrates how to reference the <a + id="x1-5097r32"></a> This document illustrates how to reference the <a href="#glo:numberlist">number list<a - id="dx1-5094"></a></a> in the document text. This requires an additional <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span + id="dx1-5098"></a></a> in the document text. This requires an additional <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> run: <spacer type=vertical size=10><span class="obeylines-h"> <br /><span @@ -2384,12 +2492,12 @@ class="cmtt-10">makeglossaries sample-numberlist</span> class="cmtt-10">latex sample-numberlist</span> <br /><span class="cmtt-10">latex sample-numberlist</span></span> - <!--l. 1218--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 1273--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">samplePeople.tex</span> </dt><dd class="description"><a - id="x1-5095r29"></a> This document illustrates how you can hook into the + id="x1-5099r33"></a> This document illustrates how you can hook into the standard sort mechanism to adjust the way the sort key is set. This requires an additional run to ensure the table of contents is up-to-date: <spacer type=vertical size=10><span class="obeylines-h"> @@ -2401,12 +2509,14 @@ class="cmtt-10">makeglossaries samplePeople</span> class="cmtt-10">latex samplePeople</span> <br /><span class="cmtt-10">latex samplePeople</span></span> - <!--l. 1229--><p class="noindent" ><spacer type=vertical size=10> + + + <!--l. 1284--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">sampleSort.tex</span> </dt><dd class="description"><a - id="x1-5096r30"></a> This is another document that illustrates how to hook into the + id="x1-5100r34"></a> This is another document that illustrates how to hook into the standard sort mechanism. An additional run is required to ensure the table of contents is up-to-date: <spacer type=vertical size=10><span class="obeylines-h"> <br /><span @@ -2417,30 +2527,28 @@ class="cmtt-10">makeglossaries sampleSort</span> class="cmtt-10">latex sampleSort</span> <br /><span class="cmtt-10">latex sampleSort</span></span> - <!--l. 1239--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 1294--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">sample-nomathhyper.tex</span> </dt><dd class="description"><a - id="x1-5097r31"></a> This document illustrates how to selectively enable and + id="x1-5101r35"></a> This document illustrates how to selectively enable and disable entry hyperlinks in <span class="cmtt-10">\glsentryfmt</span><a - id="dx1-5098"></a>. - - + id="dx1-5102"></a>. </dd><dt class="description"> <span class="cmtt-10">sample-entryfmt.tex</span> </dt><dd class="description"><a - id="x1-5099r32"></a> This document illustrates how to change the way an entry is + id="x1-5103r36"></a> This document illustrates how to change the way an entry is displayed in the text. </dd><dt class="description"> <span class="cmtt-10">sample-prefix.tex</span> </dt><dd class="description"><a - id="x1-5100r33"></a> This document illustrates the use of the <span + id="x1-5104r37"></a> This document illustrates the use of the <span class="cmss-10">glossaries-prefix</span><a - id="dx1-5101"></a> package. + id="dx1-5105"></a> package. An additional run is required to ensure the table of contents is up-to-date: <spacer type=vertical size=10><span class="obeylines-h"> <br /><span @@ -2451,14 +2559,14 @@ class="cmtt-10">makeglossaries sample-prefix</span> class="cmtt-10">latex sample-prefix</span> <br /><span class="cmtt-10">latex sample-prefix</span></span> - <!--l. 1255--><p class="noindent" ><spacer type=vertical size=10> + <!--l. 1310--><p class="noindent" ><spacer type=vertical size=10> </p></dd><dt class="description"> <span class="cmtt-10">sampleaccsupp.tex</span> </dt><dd class="description"><a - id="x1-5102r34"></a> This document uses the experimental <span + id="x1-5106r38"></a> This document uses the experimental <span class="cmss-10">glossaries-accsupp</span><a - id="dx1-5103"></a> package. + id="dx1-5107"></a> package. The symbol is set to the replacement text. Note that some PDF viewers don’t use the accessibility support. Information about the <span class="cmss-10">glossaries-accsupp </span>package @@ -2470,29 +2578,31 @@ href="#sec:accsupp">Accessibility Support<!--tex4ht:ref: sec:accsupp --></a>. <span class="cmtt-10">sample-ignored.tex</span> </dt><dd class="description"><a - id="x1-5104r35"></a> This document defines an ignored glossary for common terms + id="x1-5108r39"></a> This document defines an ignored glossary for common terms that don’t need a definition. + + </dd><dt class="description"> <span class="cmtt-10">sample-entrycount.tex</span> </dt><dd class="description"><a - id="x1-5105r36"></a> This document uses <span + id="x1-5109r40"></a> This document uses <span class="cmtt-10">\glsenableentrycount</span><a - id="dx1-5106"></a> and <span + id="dx1-5110"></a> and <span class="cmtt-10">\cgls</span><a - id="dx1-5107"></a> + id="dx1-5111"></a> (described in <a href="#sec:enableentrycount"><span class="cmsy-10">§</span>14.1 </a><a href="#sec:enableentrycount">Counting the Number of Times an Entry has been Used (First Use Flag Unset)<!--tex4ht:ref: sec:enableentrycount --></a>) so that acronyms only used once don’t appear in the list of acronyms.</dd></dl> -<!--l. 1273--><p class="noindent" > +<!--l. 1328--><p class="noindent" > </p> -<!--l. 1273--><p class="noindent" ><a +<!--l. 1328--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">1.2 </span> <a id="sec:lipsum"></a>Dummy Entries for Testing</h3> -<!--l. 1276--><p class="noindent" >In addition to the sample files described above, <span +<!--l. 1331--><p class="noindent" >In addition to the sample files described above, <span class="cmss-10">glossaries</span><a id="dx1-6001"></a> also provides some files containing lorum ipsum dummy entries. These are provided for testing @@ -2513,8 +2623,6 @@ class="description">These entries all have brief descriptions. <span class="cmbx-10">example-glossaries-long.tex</span> </dt><dd class="description">These entries all have long descriptions. - - </dd><dt class="description"> <span class="cmbx-10">example-glossaries-multipar.tex</span> </dt><dd @@ -2563,6 +2671,8 @@ class="description">These are hierarchical entries where the child entries use the <span class="cmss-10">name</span><a id="dx1-6009"></a> key. + + </dd><dt class="description"> <span class="cmbx-10">example-glossaries-childnoname.tex</span> </dt><dd @@ -2589,20 +2699,18 @@ class="description">These entries use the <span class="cmss-10">user1</span><a id="dx1-6012"></a> key to store an URL associated with the entry.</dd></dl> -<!--l. 1325--><p class="indent" > The sample file <span +<!--l. 1380--><p class="indent" > The sample file <span class="cmtt-10">glossary-lipsum-examples.tex </span>in the <span class="cmtt-10">doc/latex/glossaries/samples</span> directory uses all these files. See also <a href="http://www.dickimaw-books.com/gallery/#glossaries" class="url" ><span class="cmtt-10">http://www.dickimaw-books.com/gallery/#glossaries</span></a>. - - -</p><!--l. 1330--><p class="noindent" > +</p><!--l. 1385--><p class="noindent" > </p> -<!--l. 1330--><p class="noindent" ><a +<!--l. 1385--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">1.3 </span> <a id="sec:languages"></a>Multi-Lingual Support</h3> -<!--l. 1333--><p class="noindent" >As from version 1.17, the <span +<!--l. 1388--><p class="noindent" >As from version 1.17, the <span class="cmss-10">glossaries </span>package can now be used with <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a @@ -2630,15 +2738,15 @@ option. For example: </p> - <div class="verbatim" id="verbatim-9"> + <div class="verbatim" id="verbatim-10"> \documentclass[frenchb]{article}  <br />\usepackage[utf8]{inputenc}  <br />\usepackage[T1]{fontenc}  <br />\usepackage{babel}  <br />\usepackage[xindy]{glossaries} </div> -<!--l. 1348--><p class="nopar" > -</p><!--l. 1350--><p class="indent" > <div class="important" title="Important Note"> Note that although a <a +<!--l. 1403--><p class="nopar" > +</p><!--l. 1405--><p class="indent" > <div class="important" title="Important Note"> Note that although a <a href="#glo:nonlatinchar">non-Latin character<a id="dx1-7008"></a></a>, such as é, looks like a plain character in your tex file, with standard <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span @@ -2646,7 +2754,7 @@ class="E">E</span>X</span></span> it’s actually a macro and expansion problems. You may need to switch off the field expansions with <span class="cmtt-10">\glsnoexpandfields</span>. This issue doesn’t occur with XeLaTeX. -</p><!--l. 1357--><p class="indent" > If you use a <a +</p><!--l. 1412--><p class="indent" > If you use a <a href="#glo:nonlatinchar">non-Latin character<a id="dx1-7009"></a></a> (or other expandable) character at the start of an entry name, you must place it in a group, or it will cause a problem for @@ -2667,12 +2775,12 @@ class="cmtt-10"> or</span><span class="cmtt-10"> class}}</span></span> </div> </div> </div> -<!--l. 1365--><p class="noindent" > +<!--l. 1420--><p class="noindent" > (For further details, see the section <a href="mfirstuc-manual.html" >“UTF-8”</a> in the <span class="cmss-10">mfirstuc</span><a id="dx1-7011"></a> user manual.) -</p><!--l. 1370--><p class="indent" > If you use the <span +</p><!--l. 1425--><p class="indent" > If you use the <span class="cmss-10">inputenc</span><a id="dx1-7012"></a> package, <a href="#glo:makeglossaries"><span @@ -2689,12 +2797,12 @@ class="cmtt-10">-C </span>option. Read the <span class="cmtt-10">xindy</span><a id="dx1-7016"></a> manual for further details. -</p><!--l. 1376--><p class="noindent" > +</p><!--l. 1431--><p class="noindent" > </p> -<!--l. 1376--><p class="noindent" ><a +<!--l. 1431--><p class="noindent" ><a href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">1.3.1 </span> <a id="sec:fixednames"></a>Changing the Fixed Names</h4> -<!--l. 1379--><p class="noindent" >The fixed names are produced using the commands listed in <a +<!--l. 1434--><p class="noindent" >The fixed names are produced using the commands listed in <a href="#tab:predefinednames">table 1.2</a>. If you aren’t using a language package such as <span class="cmss-10">babel</span><a @@ -2748,12 +2856,12 @@ class="cmss-10">translate=babel</span><a </p> - <div class="verbatim" id="verbatim-10"> + <div class="verbatim" id="verbatim-11"> \documentclass[english,french]{article}  <br />\usepackage{babel}  <br />\usepackage[translate=babel]{glossaries} </div> -<!--l. 1400--><p class="nopar" > and then use <span +<!--l. 1455--><p class="nopar" > and then use <span class="cmss-10">babel</span><a id="dx1-8018"></a>’s caption hook mechanism. Note that if you pass the language options directly to <span @@ -2772,7 +2880,7 @@ instead. <div class="table"> -<!--l. 1408--><p class="indent" > <a +<!--l. 1463--><p class="indent" > <a id="tab:predefinednames"></a></p><hr class="float" /><div class="float" > @@ -2791,22 +2899,22 @@ id="TBL-3-3" /></colgroup><tr style="vertical-align:baseline;" id="TBL-3-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-1-1" class="td01"><span class="cmbx-10">Command Name </span></td><td style="white-space:wrap; text-align:left;" id="TBL-3-1-2" -class="td11"> <!--l. 1414--><p class="noindent" ><span +class="td11"> <!--l. 1469--><p class="noindent" ><span class="cmbx-10">Translator</span> <span class="cmbx-10">Key</span> <span class="cmbx-10">Word</span> </p></td><td style="white-space:wrap; text-align:left;" id="TBL-3-1-3" -class="td10"> <!--l. 1415--><p class="noindent" ><span +class="td10"> <!--l. 1470--><p class="noindent" ><span class="cmbx-10">Purpose</span> </p></td> </tr><tr style="vertical-align:baseline;" id="TBL-3-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-3-2-1" class="td01"><span class="cmtt-10">\glossaryname</span><a id="dx1-8024"></a> </td><td style="white-space:wrap; text-align:left;" id="TBL-3-2-2" -class="td11"> <!--l. 1416--><p class="noindent" ><span +class="td11"> <!--l. 1471--><p class="noindent" ><span class="cmtt-10">Glossary</span> </p></td><td style="white-space:wrap; text-align:left;" id="TBL-3-2-3" -class="td10"> <!--l. 1416--><p class="noindent" >Title +class="td10"> <!--l. 1471--><p class="noindent" >Title of the main @@ -2816,9 +2924,9 @@ class="td10"> <!--l. 1416--><p class="noindent" >Title class="td01"><span class="cmtt-10">\acronymname</span><a id="dx1-8025"></a> </td><td style="white-space:wrap; text-align:left;" id="TBL-3-3-2" -class="td11"> <!--l. 1417--><p class="noindent" ><span +class="td11"> <!--l. 1472--><p class="noindent" ><span class="cmtt-10">Acronyms</span> </p></td><td style="white-space:wrap; text-align:left;" id="TBL-3-3-3" -class="td10"> <!--l. 1417--><p class="noindent" >Title +class="td10"> <!--l. 1472--><p class="noindent" >Title of the list @@ -2837,11 +2945,11 @@ class="cmss-10">acronym</span><a class="td01"><span class="cmtt-10">\entryname</span><a id="dx1-8027"></a> </td><td style="white-space:wrap; text-align:left;" id="TBL-3-4-2" -class="td11"> <!--l. 1419--><p class="noindent" ><span +class="td11"> <!--l. 1474--><p class="noindent" ><span class="cmtt-10">Notation</span> <span class="cmtt-10">(glossaries)</span> </p></td><td style="white-space:wrap; text-align:left;" id="TBL-3-4-3" -class="td10"> <!--l. 1420--><p class="noindent" >Header +class="td10"> <!--l. 1475--><p class="noindent" >Header for first column @@ -2863,11 +2971,11 @@ class="td10"> <!--l. 1420--><p class="noindent" >Header class="td01"><span class="cmtt-10">\descriptionname</span><a id="dx1-8028"></a> </td><td style="white-space:wrap; text-align:left;" id="TBL-3-5-2" -class="td11"> <!--l. 1422--><p class="noindent" ><span +class="td11"> <!--l. 1477--><p class="noindent" ><span class="cmtt-10">Description</span> <span class="cmtt-10">(glossaries)</span> </p></td><td style="white-space:wrap; text-align:left;" id="TBL-3-5-3" -class="td10"> <!--l. 1423--><p class="noindent" >Header +class="td10"> <!--l. 1478--><p class="noindent" >Header for second column @@ -2889,11 +2997,11 @@ class="td10"> <!--l. 1423--><p class="noindent" >Header class="td01"><span class="cmtt-10">\symbolname</span><a id="dx1-8029"></a> </td><td style="white-space:wrap; text-align:left;" id="TBL-3-6-2" -class="td11"> <!--l. 1425--><p class="noindent" ><span +class="td11"> <!--l. 1480--><p class="noindent" ><span class="cmtt-10">Symbol</span> <span class="cmtt-10">(glossaries)</span> </p></td><td style="white-space:wrap; text-align:left;" id="TBL-3-6-3" -class="td10"> <!--l. 1425--><p class="noindent" >Header +class="td10"> <!--l. 1480--><p class="noindent" >Header for symbol column @@ -2912,13 +3020,13 @@ class="td10"> <!--l. 1425--><p class="noindent" >Header class="td01"><span class="cmtt-10">\pagelistname</span><a id="dx1-8030"></a> </td><td style="white-space:wrap; text-align:left;" id="TBL-3-7-2" -class="td11"> <!--l. 1427--><p class="noindent" ><span +class="td11"> <!--l. 1482--><p class="noindent" ><span class="cmtt-10">Page</span> <span class="cmtt-10">List</span> <span class="cmtt-10">(glossaries)</span> </p></td><td style="white-space:wrap; text-align:left;" id="TBL-3-7-3" -class="td10"> <!--l. 1428--><p class="noindent" >Header +class="td10"> <!--l. 1483--><p class="noindent" >Header for page list @@ -2937,11 +3045,11 @@ class="td10"> <!--l. 1428--><p class="noindent" >Header class="td01"><span class="cmtt-10">\glssymbolsgroupname</span><a id="dx1-8031"></a> </td><td style="white-space:wrap; text-align:left;" id="TBL-3-8-2" -class="td11"> <!--l. 1430--><p class="noindent" ><span +class="td11"> <!--l. 1485--><p class="noindent" ><span class="cmtt-10">Symbols</span> <span class="cmtt-10">(glossaries)</span> </p></td><td style="white-space:wrap; text-align:left;" id="TBL-3-8-3" -class="td10"> <!--l. 1431--><p class="noindent" >Header +class="td10"> <!--l. 1486--><p class="noindent" >Header for symbols section @@ -2960,11 +3068,11 @@ class="td10"> <!--l. 1431--><p class="noindent" >Header class="td01"><span class="cmtt-10">\glsnumbersgroupname</span><a id="dx1-8032"></a> </td><td style="white-space:wrap; text-align:left;" id="TBL-3-9-2" -class="td11"> <!--l. 1433--><p class="noindent" ><span +class="td11"> <!--l. 1488--><p class="noindent" ><span class="cmtt-10">Numbers</span> <span class="cmtt-10">(glossaries)</span> </p></td><td style="white-space:wrap; text-align:left;" id="TBL-3-9-3" -class="td10"> <!--l. 1433--><p class="noindent" >Header +class="td10"> <!--l. 1488--><p class="noindent" >Header for numbers section @@ -2985,7 +3093,7 @@ class="td10"> <!--l. 1433--><p class="noindent" >Header </div><hr class="endfloat" /> </div> -<!--l. 1439--><p class="indent" > As from version 4.12, multilingual support is provided by separate language +<!--l. 1494--><p class="indent" > As from version 4.12, multilingual support is provided by separate language modules that need to be installed in addition to installing the <span class="cmss-10">glossaries </span>package. You only need to install the modules for the languages that you require. If the language @@ -2999,7 +3107,7 @@ dictionary files for <span class="cmss-10">glossaries </span>are now provided by the appropriate language module. For further details about information specific to a given language, please see the documentation for that language module. -</p><!--l. 1451--><p class="indent" > Examples of use: </p> +</p><!--l. 1506--><p class="indent" > Examples of use: </p> <ul class="itemize1"> <li class="itemize">Using <span class="cmss-10">babel</span><a @@ -3008,12 +3116,12 @@ class="cmss-10">translator</span><a id="dx1-8035"></a>: - <div class="verbatim" id="verbatim-11"> + <div class="verbatim" id="verbatim-12"> \documentclass[english,french]{article}  <br />\usepackage{babel}  <br />\usepackage{glossaries} </div> - <!--l. 1458--><p class="nopar" > (<span + <!--l. 1513--><p class="nopar" > (<span class="cmss-10">translator</span><a id="dx1-8036"></a> is automatically loaded). </p></li> @@ -3022,12 +3130,12 @@ class="cmss-10">babel</span><a id="dx1-8037"></a>: - <div class="verbatim" id="verbatim-12"> + <div class="verbatim" id="verbatim-13"> \documentclass[english,french]{article}  <br />\usepackage{babel}  <br />\usepackage[translate=babel]{glossaries} </div> - <!--l. 1466--><p class="nopar" > (<span + <!--l. 1521--><p class="nopar" > (<span class="cmss-10">translator</span><a id="dx1-8038"></a> isn’t loaded). </p></li> @@ -3036,28 +3144,28 @@ class="cmss-10">polyglossia</span><a id="dx1-8039"></a>: - <div class="verbatim" id="verbatim-13"> + <div class="verbatim" id="verbatim-14"> \documentclass{article}  <br />\usepackage{polyglossia}  <br />\setmainlanguage{english}  <br />\usepackage{glossaries} </div> - <!--l. 1475--><p class="nopar" > + <!--l. 1530--><p class="nopar" > </p></li> <li class="itemize">Using <span class="cmss-10">ngerman</span><a id="dx1-8040"></a>: - <div class="verbatim" id="verbatim-14"> + <div class="verbatim" id="verbatim-15"> \documentclass{article}  <br />\usepackage{ngerman}  <br />\usepackage{glossaries} </div> - <!--l. 1482--><p class="nopar" > + <!--l. 1537--><p class="nopar" > </p> </li></ul> -<!--l. 1486--><p class="indent" > Due to the varied nature of glossaries, it’s likely that the predefined translations +<!--l. 1541--><p class="indent" > Due to the varied nature of glossaries, it’s likely that the predefined translations may not be appropriate. If you are using the <span class="cmss-10">babel</span><a id="dx1-8041"></a> package and the <span @@ -3073,7 +3181,7 @@ own dictionary with the necessary modifications (using <span class="cmtt-10">\deftranslation</span>) and load it using <span class="cmtt-10">\usedictionary</span>. -</p><!--l. 1495--><p class="indent" > <div class="important" title="Important Note"> Note that the <span +</p><!--l. 1550--><p class="indent" > <div class="important" title="Important Note"> Note that the <span class="cmss-10">translator</span><a id="dx1-8044"></a> dictionaries are loaded at the beginning of the document, so it won’t have any effect if you put <span @@ -3085,8 +3193,8 @@ class="cmss-10">translator</span><a class="cmss-10">beamer</span><a id="dx1-8046"></a> documentation.) </div> -</p><!--l. 1502--><p class="noindent" > -</p><!--l. 1504--><p class="indent" > Your custom dictionary doesn’t have to be just a translation from English to +</p><!--l. 1557--><p class="noindent" > +</p><!--l. 1559--><p class="indent" > Your custom dictionary doesn’t have to be just a translation from English to another language. You may prefer to have a dictionary for a particular type of document. For example, suppose your institution’s in-house reports have to have the glossary labelled as “Nomenclature” and the page list should be labelled “Location”, @@ -3094,32 +3202,32 @@ then you can create a file called, say, </p> - <div class="verbatim" id="verbatim-15"> + <div class="verbatim" id="verbatim-16"> myinstitute-glossaries-dictionary-English.dict </div> -<!--l. 1512--><p class="nopar" > that contains the following: +<!--l. 1567--><p class="nopar" > that contains the following: </p> - <div class="verbatim" id="verbatim-16"> + <div class="verbatim" id="verbatim-17"> \ProvidesDictionary{myinstitute-glossaries-dictionary}{English}  <br />\deftranslation{Glossary}{Nomenclature}  <br />\deftranslation{Page List (glossaries)}{Location} </div> -<!--l. 1518--><p class="nopar" > You can now load it using: +<!--l. 1573--><p class="nopar" > You can now load it using: </p> - <div class="verbatim" id="verbatim-17"> + <div class="verbatim" id="verbatim-18"> \usedictionary{myinstitute-glossaries-dictionary} </div> -<!--l. 1522--><p class="nopar" > (Make sure that <span +<!--l. 1577--><p class="nopar" > (Make sure that <span class="cmtt-10">myinstitute-glossaries-dictionary-English.dict </span>can be found by <span class="TEX">T<span class="E">E</span>X</span>.) If you want to share your custom dictionary, you can upload it to <a href="http://www.ctan.org/" >CTAN</a>. -</p><!--l. 1527--><p class="indent" > If you are using <span +</p><!--l. 1582--><p class="indent" > If you are using <span class="cmss-10">babel</span><a id="dx1-8047"></a> and don’t want to use the <span class="cmss-10">translator</span><a @@ -3130,7 +3238,7 @@ class="cmss-10">translate=babel</span><a </p> - <div class="verbatim" id="verbatim-18"> + <div class="verbatim" id="verbatim-19"> \documentclass[british]{article}  <br />\usepackage{babel}  <br />\usepackage[translate=babel]{glossaries} @@ -3139,8 +3247,8 @@ class="cmss-10">translate=babel</span><a  <br />    \renewcommand*{\acronymname}{List of Acronyms}%  <br />} </div> -<!--l. 1540--><p class="nopar" > -</p><!--l. 1542--><p class="indent" > Note that <a +<!--l. 1595--><p class="nopar" > +</p><!--l. 1597--><p class="indent" > Note that <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a id="dx1-8050"></a></a> provides much better multi-lingual support than <a @@ -3159,7 +3267,7 @@ href="#sec:xindy">Xindy (Option 3)<!--tex4ht:ref: sec:xindy --></a> for further </p> <h5 class="subsubsectionHead"><a id="x1-90001.3.1"></a>Creating a New Language Module</h5> -<!--l. 1551--><p class="noindent" >The <span +<!--l. 1606--><p class="noindent" >The <span class="cmss-10">glossaries </span>package now uses the <span class="cmss-10">tracklang</span><a id="dx1-9001"></a> package to determine which language @@ -3167,7 +3275,7 @@ modules need to be loaded. If you want to create a new language module, you shou first read the <span class="cmss-10">tracklang</span><a id="dx1-9002"></a> documentation. -</p><!--l. 1556--><p class="indent" > To create a new language module, you need to at least create two files: +</p><!--l. 1611--><p class="indent" > To create a new language module, you need to at least create two files: <span class="cmtt-10">glossaries-</span>⟨<span class="cmti-10">lang</span>⟩<span @@ -3183,12 +3291,12 @@ class="cmti-10">Lang</span>⟩ is the language name used by class="cmss-10">translator</span><a id="dx1-9003"></a> (for example, <span class="cmtt-10">English</span>). -</p><!--l. 1563--><p class="indent" > Here’s an example of <span +</p><!--l. 1618--><p class="indent" > Here’s an example of <span class="cmtt-10">glossaries-dictionary-English.dict</span>: </p> - <div class="verbatim" id="verbatim-19"> + <div class="verbatim" id="verbatim-20"> \ProvidesDictionary{glossaries-dictionary}{English}  <br />\providetranslation{Glossary}{Glossary}  <br />\providetranslation{Acronyms}{Acronyms} @@ -3199,7 +3307,7 @@ class="cmtt-10">glossaries-dictionary-English.dict</span>:  <br />\providetranslation{Symbols (glossaries)}{Symbols}  <br />\providetranslation{Numbers (glossaries)}{Numbers} </div> -<!--l. 1575--><p class="nopar" > You can use this as a template for your dictionary file. Change <span +<!--l. 1630--><p class="nopar" > You can use this as a template for your dictionary file. Change <span class="cmtt-10">English</span> to the <span class="cmss-10">translator</span><a @@ -3210,12 +3318,12 @@ class="cmti-10">Lang</span>⟩<span class="cmtt-10">.dict</span>) and, for each <span class="cmtt-10">\providetranslation</span>, change the second argument to the appropriate translation. -</p><!--l. 1583--><p class="indent" > Here’s an example of <span +</p><!--l. 1638--><p class="indent" > Here’s an example of <span class="cmtt-10">glossaries-english.ldf</span>: </p> - <div class="verbatim" id="verbatim-20"> + <div class="verbatim" id="verbatim-21"> \ProvidesGlossariesLang{english}  <br />\glsifusedtranslatordict{English}  <br />{% @@ -3274,7 +3382,7 @@ class="cmtt-10">glossaries-english.ldf</span>:  <br />\renewcommand*{\glsacrpluralsuffix}{\glspluralsuffix}  <br />\renewcommand*{\glsupacrpluralsuffix}{\glstextup{\glspluralsuffix}} </div> -<!--l. 1641--><p class="nopar" > This is a somewhat longer file, but again you can use it as a template. Replace +<!--l. 1696--><p class="nopar" > This is a somewhat longer file, but again you can use it as a template. Replace <span class="cmtt-10">English </span>with the <span class="cmss-10">translator</span><a @@ -3287,7 +3395,7 @@ class="cmti-10">lang</span>⟩. Within the definition of class="cmtt-10">\glossariescaptions</span>⟨<span class="cmti-10">lang</span>⟩, replace the English text (such as “Glossaries”) with the appropriate translation. -</p><!--l. 1650--><p class="indent" > <span +</p><!--l. 1705--><p class="indent" > <span class="cmbx-10">Note: </span>the suffixes used to generate the plural forms when the plural hasn’t been specified are given by <span class="cmtt-10">\glspluralsuffix </span>(for general entries) and @@ -3301,7 +3409,7 @@ acronym styles. These commands need to be set before the entry is defined and so definitions aren’t included in the caption mechanism as that’s not switched on until the start of the document. This means that the suffix in effect will be for the last loaded language. -</p><!--l. 1661--><p class="indent" > If you want to add a regional variation, create a file called <span +</p><!--l. 1716--><p class="indent" > If you want to add a regional variation, create a file called <span class="cmtt-10">glossaries-</span>⟨<span class="cmti-10">iso</span> <span @@ -3317,7 +3425,7 @@ language file and make the appropriate changes, for example: </p> - <div class="verbatim" id="verbatim-21"> + <div class="verbatim" id="verbatim-22">  \ProvidesGlossariesLang{en-GB}  <br /> \RequireGlossariesLang{english}  <br /> \glsifusedtranslatordict{British} @@ -3337,20 +3445,20 @@ language file and make the appropriate changes, for example:  <br />   }%  <br /> } </div> -<!--l. 1686--><p class="nopar" > -</p><!--l. 1688--><p class="indent" > If the translations includes <a +<!--l. 1741--><p class="nopar" > +</p><!--l. 1743--><p class="indent" > If the translations includes <a href="#glo:nonlatinchar">non-Latin character<a id="dx1-9006"></a>s</a>, it’s necessary to provide code that’s independent of the input encoding. Remember that while some users may use UTF-8, others may use Latin-1 or any other supported encoding, but while users won’t appreciate you enforcing your preference on them, it’s useful to provide a UTF-8 version for XeLaTeX users. -</p><!--l. 1695--><p class="indent" > The <span +</p><!--l. 1750--><p class="indent" > The <span class="cmtt-10">glossaries-irish.ldf </span>file provides this as follows: </p> - <div class="verbatim" id="verbatim-22"> + <div class="verbatim" id="verbatim-23"> \ProvidesGlossariesLang{irish}  <br />\glsifusedtranslatordict{Irish}  <br />{% @@ -3386,17 +3494,17 @@ class="cmtt-10">glossaries-irish.ldf </span>file provides this as follows:  <br />  \glossariescaptionsirish  <br />} </div> -<!--l. 1732--><p class="nopar" > (Again you can use this as a template. Replace <span +<!--l. 1787--><p class="nopar" > (Again you can use this as a template. Replace <span class="cmtt-10">irish </span>with your root language label and <span class="cmtt-10">Irish </span>with the <span class="cmss-10">translator</span><a id="dx1-9007"></a> dictionary label.) -</p><!--l. 1737--><p class="indent" > There are now two extra files: <span +</p><!--l. 1792--><p class="indent" > There are now two extra files: <span class="cmtt-10">glossaries-irish-noenc.ldf </span>and <span class="cmtt-10">glossaries-irish-utf8.ldf</span>. -</p><!--l. 1740--><p class="indent" > These both define <span +</p><!--l. 1795--><p class="indent" > These both define <span class="cmtt-10">\glossariescaptionsirish </span>but the <span class="cmtt-10">*-noenc.ldf </span>uses <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span @@ -3404,7 +3512,7 @@ class="E">E</span>X</span></span> accent commands: </p> - <div class="verbatim" id="verbatim-23"> + <div class="verbatim" id="verbatim-24"> \@ifpackageloaded{polyglossia}%  <br />{%  <br />  \newcommand*{\glossariescaptionsirish}{% @@ -3431,21 +3539,21 @@ class="E">E</span>X</span></span> accent commands:  <br />  }%  <br />} </div> -<!--l. 1768--><p class="nopar" > whereas the <span +<!--l. 1823--><p class="nopar" > whereas the <span class="cmtt-10">*-utf8.ldf </span>replaces the accent commands with the appropriate UTF-8 characters. -</p><!--l. 1773--><p class="noindent" > +</p><!--l. 1828--><p class="noindent" > </p> -<!--l. 1773--><p class="noindent" ><a +<!--l. 1828--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">1.4 </span> <a id="sec:makeglossaries"></a>Generating the Associated Glossary Files</h3> -<!--l. 1776--><p class="noindent" ><div class="important" title="Important Note"> This section is only applicable if you have chosen Options <a +<!--l. 1831--><p class="noindent" ><div class="important" title="Important Note"> This section is only applicable if you have chosen Options <a href="#option2">2</a> or <a href="#option3">3</a>. You can ignore this section if you have chosen <a href="#option1">Option 1</a>. </div> -</p><!--l. 1779--><p class="noindent" > -</p><!--l. 1781--><p class="noindent" >If this section seriously confuses you, and you can’t work out how to run +</p><!--l. 1834--><p class="noindent" > +</p><!--l. 1836--><p class="noindent" >If this section seriously confuses you, and you can’t work out how to run <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a @@ -3454,22 +3562,27 @@ href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a id="dx1-10002"></a></a>, you can try using the <span class="cmss-10">automake</span><a - id="dx1-10003"></a> package option, -described in <a + id="dx1-10003"></a> package +option, described in <a href="#sortingoptions"><span class="cmsy-10">§</span>2.4 </a><a -href="#sortingoptions">Sorting Options<!--tex4ht:ref: sec:pkgopts-sort --></a>. -</p><!--l. 1786--><p class="indent" > In order to generate a sorted glossary with compact <a +href="#sortingoptions">Sorting Options<!--tex4ht:ref: sec:pkgopts-sort --></a>, but you will need <span class="TEX">T<span +class="E">E</span>X</span>’s shell escape +enabled. +</p><!--l. 1842--><p class="indent" > In order to generate a sorted glossary with compact <a href="#glo:numberlist">number list<a - id="dx1-10004"></a>s</a>, it is -necessary to use an external <a -href="#glo:indexingapp">indexing application</a> as an intermediate step -(unless you have chosen <a -href="#option1">Option 1</a>). It is this application that creates the file + id="dx1-10004"></a>s</a>, it is necessary to +use an external <a +href="#glo:indexingapp">indexing application</a> as an intermediate step (unless you have chosen -containing the code that typesets the glossary. If this step is omitted, the -glossaries will not appear in your document. The two indexing applications +<a +href="#option1">Option 1</a>, which uses <span class="TEX">T<span +class="E">E</span>X</span> to do the sorting). It is this application that creates the +file containing the code that typesets the glossary. <span +class="cmbx-10">If this step is omitted, the</span> +<span +class="cmbx-10">glossaries will not appear in your document. </span>The two indexing applications that are most commonly used with <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> are <a href="#glo:makeindex"><span @@ -3498,7 +3611,7 @@ href="#sec:xindy"><span class="cmsy-10">§</span>11 </a><a href="#sec:xindy">Xindy (Option 3)<!--tex4ht:ref: sec:xindy --></a>. -</p><!--l. 1802--><p class="indent" > <div class="important" title="Important Note"> This is a multi-stage process, but there are methods of automating +</p><!--l. 1858--><p class="indent" > <div class="important" title="Important Note"> This is a multi-stage process, but there are methods of automating document compilation using applications such as <span class="cmtt-10">latexmk</span><a id="dx1-10012"></a> and <span @@ -3508,8 +3621,8 @@ class="cmtt-10">arara</span><a href="http://www.dickimaw-books.com/latex/thesis/html/build.html" class="url" ><span class="cmtt-10">http://www.dickimaw-books.com/latex/thesis/html/build.html</span></a> for more information. </div> -</p><!--l. 1808--><p class="noindent" > -</p><!--l. 1810--><p class="indent" > The <span +</p><!--l. 1864--><p class="noindent" > +</p><!--l. 1866--><p class="indent" > The <span class="cmss-10">glossaries </span>package comes with the Perl script <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a @@ -3544,7 +3657,7 @@ href="http://www.perl.org/about.html" class="url" ><span class="cmtt-10">http://www.perl.org/about.html</span></a> and <a href="http://tex.stackexchange.com/questions/158796/miktex-and-perl-scripts-and-one-python-script" >MiKTeX and Perl scripts (and one Python script)</a>. -</p><!--l. 1825--><p class="indent" > The advantages of using <span +</p><!--l. 1881--><p class="indent" > The advantages of using <span class="cmtt-10">makeglossaries</span><a id="dx1-10019"></a>: </p> <ul class="itemize1"> @@ -3584,66 +3697,100 @@ class="cmtt-10">makeindex</span><a class="cmtt-10">xindy</span><a id="dx1-10029"></a> messages. </li></ul> -<!--l. 1843--><p class="indent" > There is also a Java GUI alternative called <a -href="#glo:makeglossariesgui"><span -class="cmtt-10">makeglossariesgui</span><a - id="dx1-10030"></a></a>, distributed -separately, that has diagnostic tools. -</p><!--l. 1846--><p class="indent" > Whilst it is strongly recommended that you use the <a +<!--l. 1899--><p class="indent" > As from version 4.16, the <span +class="cmss-10">glossaries </span>package also comes with a Lua script +called <a +href="#glo:makeglossaries-lite.lua"><span +class="cmtt-10">makeglossaries-lite.lua</span><a + id="dx1-10030"></a></a>. This is a <span +class="cmti-10">trimmed-down </span>alternative to +the <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-10031"></a></a> script or + id="dx1-10031"></a></a> Perl script. It doesn’t have some of the options that + + +the Perl version has and it doesn’t attempt to diagnose any problems, but +since modern <span class="TEX">T<span +class="E">E</span>X</span> distributions come with Lua<span class="TEX">T<span +class="E">E</span>X</span> (and therefore have +a Lua interpreter) you don’t need to install anything else in order to use <a +href="#glo:makeglossaries-lite.lua"><span +class="cmtt-10">makeglossaries-lite.lua</span><a + id="dx1-10032"></a></a> so it’s an alternative to <a +href="#glo:makeglossaries"><span +class="cmtt-10">makeglossaries</span><a + id="dx1-10033"></a></a> if you want to +use <a +href="#option2">Option 2</a> (<a +href="#glo:makeindex"><span +class="cmtt-10">makeindex</span><a + id="dx1-10034"></a></a>). +</p><!--l. 1909--><p class="indent" > There is also a Java GUI alternative called <a href="#glo:makeglossariesgui"><span class="cmtt-10">makeglossariesgui</span><a - id="dx1-10032"></a></a>, it is possible to use the <span -class="cmss-10">glossaries </span>package without using either - - -application. However, note that some commands and package options have no effect if -you don’t use <span + id="dx1-10035"></a></a>, distributed +separately, that has diagnostic tools. +</p><!--l. 1912--><p class="indent" > Whilst it is strongly recommended that you use the <a +href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-10033"></a> or <span + id="dx1-10036"></a></a> Perl +script or the <a +href="#glo:makeglossaries-lite.lua"><span +class="cmtt-10">makeglossaries-lite.lua</span><a + id="dx1-10037"></a></a> script or the <a +href="#glo:makeglossariesgui"><span class="cmtt-10">makeglossariesgui</span><a - id="dx1-10034"></a>. These are listed in + id="dx1-10038"></a></a> +Java application, it is possible to use the <span +class="cmss-10">glossaries </span>package without using +those applications. However, note that some commands and package options +have no effect if you explicitly run <a +href="#glo:makeindex"><span +class="cmtt-10">makeindex</span><a + id="dx1-10039"></a></a>/<a +href="#glo:xindy"><span +class="cmtt-10">xindy</span><a + id="dx1-10040"></a></a>. These are listed in <a href="#tab:makeglossariesCmds">table 1.3</a>. -</p><!--l. 1854--><p class="indent" > <div class="important" title="Important Note"> If you are choosing not to use <span +</p><!--l. 1920--><p class="indent" > <div class="important" title="Important Note"> If you are choosing not to use <span class="cmtt-10">makeglossaries</span><a - id="dx1-10035"></a> because you don’t want to install + id="dx1-10041"></a> because you don’t want to install Perl, you will only be able to use <span class="cmtt-10">makeindex</span><a - id="dx1-10036"></a> as <span + id="dx1-10042"></a> as <span class="cmtt-10">xindy</span><a - id="dx1-10037"></a> also requires Perl. + id="dx1-10043"></a> also requires Perl. </div> -</p><!--l. 1858--><p class="noindent" > -</p><!--l. 1860--><p class="indent" > Note that if any of your entries use an entry that is not referenced outside the +</p><!--l. 1924--><p class="noindent" > +</p><!--l. 1926--><p class="indent" > Note that if any of your entries use an entry that is not referenced outside the glossary, you will need to do an additional <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-10038"></a></a>, <a + id="dx1-10044"></a></a>, <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-10039"></a></a> or <a + id="dx1-10045"></a></a> or <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-10040"></a></a> + id="dx1-10046"></a></a> run, as appropriate. For example, suppose you have defined the following entries:<span class="footnote-mark"><a href="#fn3x2" id="fn3x2-bk"><sup class="textsuperscript">1.3</sup></a></span><a - id="x1-10041f3"></a> + id="x1-10047f3"></a> </p> - <div class="verbatim" id="verbatim-24"> + <div class="verbatim" id="verbatim-25"> \newglossaryentry{citrusfruit}{name={citrus fruit},  <br />description={fruit of any citrus tree. (See also  <br />\gls{orange})}}  <br />\newglossaryentry{orange}{name={orange},  <br />description={an orange coloured fruit.}} </div> -<!--l. 1873--><p class="nopar" > and suppose you have <span class="obeylines-h"><span class="verb"><span +<!--l. 1939--><p class="nopar" > and suppose you have <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\gls{citrusfruit}</span></span></span> in your document but don’t reference the <span class="cmtt-10">orange </span>entry, then the <span @@ -3651,14 +3798,14 @@ class="cmtt-10">orange </span>entry won’t appear in your glossary until yo create the glossary and then do another run of <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-10043"></a></a>, <a + id="dx1-10049"></a></a>, <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-10044"></a></a> or + id="dx1-10050"></a></a> or <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-10045"></a></a>. For example, if the document is called <span + id="dx1-10051"></a></a>. For example, if the document is called <span class="cmtt-10">myDoc.tex</span>, then you must do: <spacer type=vertical size=10><span class="obeylines-h"> <br /><span @@ -3671,11 +3818,11 @@ class="cmtt-10">latex myDoc</span> class="cmtt-10">makeglossaries myDoc</span> <br /><span class="cmtt-10">latex myDoc</span></span> -</p><!--l. 1887--><p class="indent" > <spacer type=vertical size=10> -</p><!--l. 1889--><p class="indent" > Likewise, an additional <a +</p><!--l. 1953--><p class="indent" > <spacer type=vertical size=10> +</p><!--l. 1955--><p class="indent" > Likewise, an additional <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-10046"></a></a> and <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span + id="dx1-10052"></a></a> and <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> run may be required if the document pages shift with re-runs. For example, if the page numbering is not reset after the table of contents, the insertion of the table of contents on the second @@ -3683,18 +3830,18 @@ after the table of contents, the insertion of the table of contents on the secon class="E">E</span>X</span></span> run may push glossary entries across page boundaries, which means that the <a href="#glo:numberlist">number list<a - id="dx1-10047"></a>s</a> in the glossary may need updating. -</p><!--l. 1897--><p class="indent" > The examples in this document assume that you are accessing <a + id="dx1-10053"></a>s</a> in the glossary may need updating. +</p><!--l. 1963--><p class="indent" > The examples in this document assume that you are accessing <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-10048"></a></a>, + id="dx1-10054"></a></a>, <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-10049"></a></a> or <a + id="dx1-10055"></a></a> or <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-10050"></a></a> via a terminal. Windows users can use the MSDOS Prompt + id="dx1-10056"></a></a> via a terminal. Windows users can use the MSDOS Prompt which is usually accessed via the <span class="cmss-10">Start-</span><span class="cmmi-10">></span><span @@ -3706,7 +3853,7 @@ class="cmss-10">All</span> class="cmss-10">Programs-</span><span class="cmmi-10">></span><span class="cmss-10">Accessories </span>menu. -</p><!--l. 1903--><p class="indent" > Alternatively, your text editor may have the facility to create a function that will +</p><!--l. 1969--><p class="indent" > Alternatively, your text editor may have the facility to create a function that will call the required application. The article <a href="http://www.latex-community.org/index.php?option=com_content&view=article&id=263:glossaries-nomenclature-lists-of-symbols-and-acronyms&catid=55:latex-general&Itemid=114" >“Glossaries, Nomenclature, List of Symbols and Acronyms”</a> in the <a @@ -3722,17 +3869,17 @@ href="http://www.dickimaw-books.com/latex/thesis/" >“Using <span class="LA class="E">E</span>X</span></span> to Write a PhD Thesis”</a> describes how to do it for TeXWorks. For other editors see the editor’s user manual for further details. -</p><!--l. 1919--><p class="indent" > If any problems occur, remember to check the transcript files (e.g. <span +</p><!--l. 1985--><p class="indent" > If any problems occur, remember to check the transcript files (e.g. <span class="cmtt-10">.glg</span><a - id="dx1-10051"></a> or <span + id="dx1-10057"></a> or <span class="cmtt-10">.alg</span><a - id="dx1-10052"></a>) + id="dx1-10058"></a>) for messages. </p> <div class="table"> -<!--l. 1922--><p class="indent" > <a +<!--l. 1988--><p class="indent" > <a id="tab:makeglossariesCmds"></a></p><hr class="float" /><div class="float" > @@ -3742,11 +3889,11 @@ for messages. class="content">Commands and package options that have no effect when using <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-10054"></a></a> + id="dx1-10060"></a></a> or <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-10055"></a></a> explicitly</span></div><!--tex4ht:label?: x1-100533 --> + id="dx1-10061"></a></a> explicitly</span></div><!--tex4ht:label?: x1-100593 --> <div class="tabular"> <table id="TBL-4" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-4-1g"><col @@ -3759,16 +3906,16 @@ class="cmbx-10">Command or Package Option </span></td><td style="white-s class="td11"> <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-10056"></a></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-4-1-3" + id="dx1-10062"></a></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-4-1-3" class="td10"> <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-10057"></a></a> </td> + id="dx1-10063"></a></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-4-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-2-1" class="td01"><span class="cmss-10">order=letter</span><a - id="dx1-10058"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-4-2-2" + id="dx1-10064"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-4-2-2" class="td11"> use <span class="cmtt-10">-l </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-4-2-3" class="td10"> use <span @@ -3777,14 +3924,14 @@ class="cmtt-10">-M ord/letorder</span></td> style="vertical-align:baseline;" id="TBL-4-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-3-1" class="td01"><span class="cmss-10">order=word</span><a - id="dx1-10059"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-4-3-2" + id="dx1-10065"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-4-3-2" class="td11"> default </td><td style="white-space:nowrap; text-align:left;" id="TBL-4-3-3" class="td10"> default </td> </tr><tr style="vertical-align:baseline;" id="TBL-4-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-4-1" class="td01"><span class="cmss-10">xindy</span><a - id="dx1-10060"></a>=<span + id="dx1-10066"></a>=<span class="cmsy-10">{</span><span class="cmss-10">language=</span>⟨<span class="cmti-10">lang</span>⟩<span @@ -3801,7 +3948,7 @@ class="cmti-10">code</span>⟩ </td> style="vertical-align:baseline;" id="TBL-4-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-5-1" class="td01"><span class="cmtt-10">\GlsSetXdyLanguage</span><a - id="dx1-10061"></a><span + id="dx1-10067"></a><span class="cmtt-10">{</span>⟨<span class="cmti-10">lang</span>⟩<span class="cmtt-10">} </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-4-5-2" @@ -3813,7 +3960,7 @@ class="cmti-10">lang</span>⟩ </td> style="vertical-align:baseline;" id="TBL-4-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-4-6-1" class="td01"><span class="cmtt-10">\GlsSetXdyCodePage</span><a - id="dx1-10062"></a><span + id="dx1-10068"></a><span class="cmtt-10">{</span>⟨<span class="cmti-10">code</span>⟩<span class="cmtt-10">} </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-4-6-2" @@ -3826,10 +3973,10 @@ class="cmti-10">code</span>⟩ </td></tr></table> </div><hr class="endfloat" /> </div> -<!--l. 1945--><p class="noindent" ><a +<!--l. 2011--><p class="noindent" ><a href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">1.4.1 </span> <a id="sec:makeglossariesapp"></a>Using the makeglossaries Perl Script</h4> -<!--l. 1948--><p class="noindent" >The <a +<!--l. 2014--><p class="noindent" >The <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a id="dx1-11001"></a></a> script picks up the relevant information from the auxiliary @@ -3854,15 +4001,15 @@ class="cmtt-10">latex myDoc</span> class="cmtt-10">makeglossaries myDoc</span> <br /><span class="cmtt-10">latex myDoc</span></span> -</p><!--l. 1959--><p class="indent" > <spacer type=vertical size=10> +</p><!--l. 2025--><p class="indent" > <spacer type=vertical size=10> You may need to explicitly load <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a id="dx1-11006"></a></a> into Perl: <spacer type=vertical size=10><span class="obeylines-h"> <br /><span class="cmtt-10">perl makeglossaries myDoc</span></span> -</p><!--l. 1963--><p class="indent" > <spacer type=vertical size=10> -</p><!--l. 1965--><p class="indent" > Windows users: TeX Live on Windows has its own internal Perl interpreter and +</p><!--l. 2029--><p class="indent" > <spacer type=vertical size=10> +</p><!--l. 2031--><p class="indent" > Windows users: TeX Live on Windows has its own internal Perl interpreter and provides <span class="cmtt-10">makeglossaries.exe </span>as a convenient wrapper for the <a href="#glo:makeglossaries"><span @@ -3900,7 +4047,7 @@ class="cmtt-10">makeglossaries</span><a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a id="dx1-11010"></a></a>.) -</p><!--l. 1986--><p class="indent" > The <a +</p><!--l. 2052--><p class="indent" > The <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a id="dx1-11011"></a></a> script attempts to fork the <a @@ -3933,7 +4080,7 @@ class="cmtt-10">makeglossaries</span><a redirection. Without this redirection, the <span class="cmtt-10">-q </span>(quiet) switch doesn’t work as well. -</p><!--l. 1998--><p class="indent" > You can specify in which directory the <span +</p><!--l. 2064--><p class="indent" > You can specify in which directory the <span class="cmtt-10">.aux</span><a id="dx1-11017"></a>, <span class="cmtt-10">.glo</span><a @@ -3946,7 +4093,7 @@ class="cmtt-10">pdflatex -output-directory myTmpDir myDoc</span> class="cmtt-10">makeglossaries -d myTmpDir myDoc</span></span> -</p><!--l. 2004--><p class="indent" > <spacer type=vertical size=10> +</p><!--l. 2070--><p class="indent" > <spacer type=vertical size=10> Note that <span class="cmtt-10">makeglossaries</span><a id="dx1-11019"></a> assumes by default that <span @@ -3965,7 +4112,7 @@ class="cmti-10">path/to/xindy</span>⟩ for <span class="cmtt-10">xindy</span><a id="dx1-11023"></a>. -</p><!--l. 2011--><p class="indent" > The <a +</p><!--l. 2077--><p class="indent" > The <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a id="dx1-11024"></a></a> script contains POD (Plain Old Documentation). If you @@ -3980,24 +4127,75 @@ class="cmtt-10">makeglossaries</span> class="cmtt-10">--help </span>for a list of all options or <span class="cmtt-10">makeglossaries --version </span>for the version number. -</p><!--l. 2018--><p class="indent" > <div class="important" title="Important Note"> When upgrading the <span +</p><!--l. 2084--><p class="indent" > <div class="important" title="Important Note"> When upgrading the <span class="cmss-10">glossaries </span>package, make sure you also upgrade your version of <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-11027"></a></a>. The current version is 2.15. </div> -</p><!--l. 2022--><p class="noindent" > -</p><!--l. 2025--><p class="noindent" > + id="dx1-11027"></a></a>. The current version is ??. </div> +</p><!--l. 2088--><p class="noindent" > +</p><!--l. 2090--><p class="noindent" > </p> -<!--l. 2025--><p class="noindent" ><a +<!--l. 2090--><p class="noindent" ><a href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">1.4.2 </span> <a + id="sec:makeglossarieslua"></a>Using the makeglossaries-lite.lua Lua Script</h4> +<!--l. 2093--><p class="noindent" >The Lua alternative to the <a +href="#glo:makeglossaries"><span +class="cmtt-10">makeglossaries</span><a + id="dx1-12001"></a></a> Perl script requires a Lua interpreter, +which should already be available if you have a modern <span class="TEX">T<span +class="E">E</span>X</span> distribution that +includes Lua<span class="TEX">T<span +class="E">E</span>X</span>. Lua is a light-weight, cross-platform scripting language, but +because it’s light-weight it doesn’t have the full-functionality of heavy-weight scripting +languages, such as Perl. The <a +href="#glo:makeglossaries-lite.lua"><span +class="cmtt-10">makeglossaries-lite.lua</span><a + id="dx1-12002"></a></a> script is therefore limited by +this and some of the options available to the <a +href="#glo:makeglossaries"><span +class="cmtt-10">makeglossaries</span><a + id="dx1-12003"></a></a> Perl script aren’t +available here. (In particular the <span +class="cmtt-10">-d </span>option.) +</p><!--l. 2103--><p class="indent" > The <a +href="#glo:makeglossaries-lite.lua"><span +class="cmtt-10">makeglossaries-lite.lua</span><a + id="dx1-12004"></a></a> script can be invoked in the same way as +<a +href="#glo:makeglossaries"><span +class="cmtt-10">makeglossaries</span><a + id="dx1-12005"></a></a> but you need to remember the <span +class="cmtt-10">.lua </span>extension. For example, if your +document is called <span +class="cmtt-10">myDoc.tex</span>, then do <spacer type=vertical size=10><span class="obeylines-h"> + <br /><span +class="cmtt-10">makeglossaries-lite.lua myDoc</span></span> +</p><!--l. 2109--><p class="indent" > <spacer type=vertical size=10> +</p><!--l. 2111--><p class="indent" > <span +class="cmti-10">Some </span>of the options available with <a +href="#glo:makeglossaries"><span +class="cmtt-10">makeglossaries</span><a + id="dx1-12006"></a></a> are also available +with <a +href="#glo:makeglossaries-lite.lua"><span +class="cmtt-10">makeglossaries-lite.lua</span><a + id="dx1-12007"></a></a>. For a complete list of available options, do +<spacer type=vertical size=10><span class="obeylines-h"> + <br /><span +class="cmtt-10">makeglossaries-lite.lua --help</span></span> +</p><!--l. 2116--><p class="indent" > <spacer type=vertical size=10> +</p><!--l. 2120--><p class="noindent" > +</p> +<!--l. 2120--><p class="noindent" ><a +href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">1.4.3 </span> <a id="sec:xindyapp"></a>Using <a href="#glo:xindy"><span class="cmtt-10">xindy</span></a> explicitly (Option 3)</h4> -<!--l. 2028--><p class="noindent" ><a +<!--l. 2123--><p class="noindent" ><a href="#glo:xindy"><span class="cmtt-10">Xindy</span><a - id="dx1-12001"></a></a> comes with <span class="TEX">T<span + id="dx1-13001"></a></a> comes with <span class="TEX">T<span class="E">E</span>X</span> Live, but not with MiK<span class="TEX">T<span class="E">E</span>X</span>. However Mik<span class="TEX">T<span class="E">E</span>X</span> users can @@ -4005,42 +4203,44 @@ install it. See <a href="http://tex.stackexchange.com/questions/71167/how-to-use-xindy-with-miktex" >How to use Xindy with MikTeX</a> on <a href="http://www.stackexchange.com/" ><span class="TEX">T<span class="E">E</span>X</span> on StackExchange</a>. -</p><!--l. 2034--><p class="indent" > If you want to use <a + + +</p><!--l. 2129--><p class="indent" > If you want to use <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-12002"></a></a> to process the glossary files, you must make sure you + id="dx1-13002"></a></a> to process the glossary files, you must make sure you have used the <span class="cmss-10">xindy</span><a - id="dx1-12003"></a> package option: + id="dx1-13003"></a> package option: </p> - <div class="verbatim" id="verbatim-25"> + <div class="verbatim" id="verbatim-26"> \usepackage[xindy]{glossaries} </div> -<!--l. 2039--><p class="nopar" > This is required regardless of whether you use <a +<!--l. 2134--><p class="nopar" > This is required regardless of whether you use <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-12004"></a></a> explicitly or whether it’s called + id="dx1-13004"></a></a> explicitly or whether it’s called implicitly via applications such as <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-12005"></a></a> or <a + id="dx1-13005"></a></a> or <a href="#glo:makeglossariesgui"><span class="cmtt-10">makeglossariesgui</span><a - id="dx1-12006"></a></a>. This + id="dx1-13006"></a></a>. This causes the glossary entries to be written in raw <span class="cmtt-10">xindy</span><a - id="dx1-12007"></a> format, so you need to use <span + id="dx1-13007"></a> format, so you need to use <span class="cmtt-10">-I</span> <span class="cmtt-10">xindy </span><span class="cmti-10">not </span><span class="cmtt-10">-I tex</span>. -</p><!--l. 2046--><p class="indent" > To run <a +</p><!--l. 2141--><p class="indent" > To run <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-12008"></a></a> type the following in your terminal (all on one line): <spacer type=vertical size=10><span class="obeylines-h"> + id="dx1-13008"></a></a> type the following in your terminal (all on one line): <spacer type=vertical size=10><span class="obeylines-h"> <br /><span class="cmtt-10">xindy -L </span>⟨<span class="cmitt-10">language</span>⟩ <span @@ -4056,106 +4256,106 @@ class="cmitt-10">base</span>⟩<span class="cmtt-10">.gls </span>⟨<span class="cmitt-10">base</span>⟩<span class="cmtt-10">.glo</span></span> -</p><!--l. 2050--><p class="indent" > <spacer type=vertical size=10> +</p><!--l. 2145--><p class="indent" > <spacer type=vertical size=10> where ⟨<span class="cmti-10">language</span>⟩ is the required language name, ⟨<span class="cmti-10">encoding</span>⟩ is the encoding, ⟨<span class="cmti-10">base</span>⟩ is the name of the document without the <span class="cmtt-10">.tex</span><a - id="dx1-12009"></a> extension and ⟨<span + id="dx1-13009"></a> extension and ⟨<span class="cmti-10">style</span>⟩ is the name of the <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-12010"></a></a> style file without the <span + id="dx1-13010"></a></a> style file without the <span class="cmtt-10">.xdy</span><a - id="dx1-12011"></a> extension. The default name for this + id="dx1-13011"></a> extension. The default name for this style file is ⟨<span class="cmti-10">base</span>⟩<span class="cmtt-10">.xdy</span><a - id="dx1-12012"></a> but can be changed via <span + id="dx1-13012"></a> but can be changed via <span class="cmtt-10">\setStyleFile</span><a - id="dx1-12013"></a><span + id="dx1-13013"></a><span class="cmtt-10">{</span>⟨<span class="cmti-10">style</span>⟩<span class="cmtt-10">}</span>. You may need to specify the full path name depending on the current working directory. If any of the file names contain spaces, you must delimit them using double-quotes. -</p><!--l. 2061--><p class="indent" > For example, if your document is called <span +</p><!--l. 2156--><p class="indent" > For example, if your document is called <span class="cmtt-10">myDoc.tex </span>and you are using UTF8 encoding in English, then type the following in your terminal: <spacer type=vertical size=10><span class="obeylines-h"> <br /><span class="cmtt-10">xindy -L english -C utf8 -I xindy -M myDoc -t myDoc.glg -o myDoc.gls</span> <span class="cmtt-10">myDoc.glo</span></span> -</p><!--l. 2066--><p class="indent" > <spacer type=vertical size=10> -</p><!--l. 2068--><p class="indent" > Note that this just creates the main glossary. You need to do the same for each of +</p><!--l. 2161--><p class="indent" > <spacer type=vertical size=10> +</p><!--l. 2163--><p class="indent" > Note that this just creates the main glossary. You need to do the same for each of the other glossaries (including the list of acronyms if you have used the <span class="cmss-10">acronym</span><a - id="dx1-12014"></a> + id="dx1-13014"></a> package option), substituting <span class="cmtt-10">.glg</span><a - id="dx1-12015"></a>, <span + id="dx1-13015"></a>, <span class="cmtt-10">.gls</span><a - id="dx1-12016"></a> and <span + id="dx1-13016"></a> and <span class="cmtt-10">.glo</span><a - id="dx1-12017"></a> with the relevant extensions. For + id="dx1-13017"></a> with the relevant extensions. For example, if you have used the <span class="cmss-10">acronym</span><a - id="dx1-12018"></a> package option, then you would need to do: + id="dx1-13018"></a> package option, then you would need to do: <spacer type=vertical size=10><span class="obeylines-h"> <br /><span class="cmtt-10">xindy -L english -C utf8 -I xindy -M myDoc -t myDoc.alg -o myDoc.acr</span> <span class="cmtt-10">myDoc.acn</span></span> -</p><!--l. 2077--><p class="indent" > <spacer type=vertical size=10> +</p><!--l. 2172--><p class="indent" > <spacer type=vertical size=10> For additional glossaries, the extensions are those supplied when you created the glossary with <span class="cmtt-10">\newglossary</span><a - id="dx1-12019"></a>. -</p><!--l. 2081--><p class="indent" > Note that if you use <a + id="dx1-13019"></a>. +</p><!--l. 2176--><p class="indent" > Note that if you use <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-12020"></a></a> instead, you can replace all those calls to + id="dx1-13020"></a></a> instead, you can replace all those calls to <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-12021"></a></a> with just one call to <span + id="dx1-13021"></a></a> with just one call to <span class="cmtt-10">makeglossaries</span><a - id="dx1-12022"></a>: <spacer type=vertical size=10><span class="obeylines-h"> + id="dx1-13022"></a>: <spacer type=vertical size=10><span class="obeylines-h"> <br /><span class="cmtt-10">makeglossaries myDoc</span></span> -</p><!--l. 2086--><p class="indent" > <spacer type=vertical size=10> +</p><!--l. 2181--><p class="indent" > <spacer type=vertical size=10> Note also that some commands and package options have no effect if you use <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-12023"></a></a> explicitly instead of using <span + id="dx1-13023"></a></a> explicitly instead of using <span class="cmtt-10">makeglossaries</span><a - id="dx1-12024"></a>. These are listed in + id="dx1-13024"></a>. These are listed in <a href="#tab:makeglossariesCmds">table 1.3</a>. -</p><!--l. 2094--><p class="noindent" > +</p><!--l. 2189--><p class="noindent" > </p> -<!--l. 2094--><p class="noindent" ><a -href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">1.4.3 </span> <a +<!--l. 2189--><p class="noindent" ><a +href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">1.4.4 </span> <a id="sec:makeindexapp"></a>Using <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span></a> explicitly (Option 2)</h4> -<!--l. 2097--><p class="noindent" >If you want to use <a +<!--l. 2192--><p class="noindent" >If you want to use <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-13001"></a></a> explicitly, you must make sure that you haven’t used + id="dx1-14001"></a></a> explicitly, you must make sure that you haven’t used the <span class="cmss-10">xindy</span><a - id="dx1-13002"></a> package option or the glossary entries will be written in the wrong format. + id="dx1-14002"></a> package option or the glossary entries will be written in the wrong format. To run <span class="cmtt-10">makeindex</span><a - id="dx1-13003"></a>, type the following in your terminal: <spacer type=vertical size=10><span class="obeylines-h"> + id="dx1-14003"></a>, type the following in your terminal: <spacer type=vertical size=10><span class="obeylines-h"> <br /><span class="cmtt-10">makeindex -s </span>⟨<span class="cmitt-10">style</span>⟩<span @@ -4166,106 +4366,106 @@ class="cmitt-10">base</span>⟩<span class="cmtt-10">.gls </span>⟨<span class="cmitt-10">base</span>⟩<span class="cmtt-10">.glo</span></span> -</p><!--l. 2104--><p class="indent" > <spacer type=vertical size=10> +</p><!--l. 2199--><p class="indent" > <spacer type=vertical size=10> where ⟨<span class="cmti-10">base</span>⟩ is the name of your document without the <span class="cmtt-10">.tex</span><a - id="dx1-13004"></a> extension and + id="dx1-14004"></a> extension and ⟨<span class="cmti-10">style</span>⟩<span class="cmtt-10">.ist</span><a - id="dx1-13005"></a> is the name of the <a + id="dx1-14005"></a> is the name of the <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-13006"></a></a> style file. By default, this is ⟨<span + id="dx1-14006"></a></a> style file. By default, this is ⟨<span class="cmti-10">base</span>⟩<span class="cmtt-10">.ist</span><a - id="dx1-13007"></a>, + id="dx1-14007"></a>, but may be changed via <span class="cmtt-10">\setStyleFile</span><a - id="dx1-13008"></a><span + id="dx1-14008"></a><span class="cmtt-10">{</span>⟨<span class="cmti-10">style</span>⟩<span class="cmtt-10">}</span>. Note that there are other options, such as <span class="cmtt-10">-l </span>(letter ordering). See the <span class="cmtt-10">makeindex</span><a - id="dx1-13009"></a> manual for further + id="dx1-14009"></a> manual for further details. -</p><!--l. 2113--><p class="indent" > For example, if your document is called <span +</p><!--l. 2208--><p class="indent" > For example, if your document is called <span class="cmtt-10">myDoc.tex</span>, then type the following at the terminal: <spacer type=vertical size=10><span class="obeylines-h"> <br /><span class="cmtt-10">makeindex -s myDoc.ist -t myDoc.glg -o myDoc.gls myDoc.glo</span></span> -</p><!--l. 2117--><p class="indent" > <spacer type=vertical size=10> +</p><!--l. 2212--><p class="indent" > <spacer type=vertical size=10> Note that this only creates the main glossary. If you have additional glossaries (for example, if you have used the <span class="cmss-10">acronym</span><a - id="dx1-13010"></a> package option) then you must call <a + id="dx1-14010"></a> package option) then you must call <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-13011"></a></a> + id="dx1-14011"></a></a> for each glossary, substituting <span class="cmtt-10">.glg</span><a - id="dx1-13012"></a>, <span + id="dx1-14012"></a>, <span class="cmtt-10">.gls</span><a - id="dx1-13013"></a> and <span + id="dx1-14013"></a> and <span class="cmtt-10">.glo</span><a - id="dx1-13014"></a> with the relevant extensions. For + id="dx1-14014"></a> with the relevant extensions. For example, if you have used the <span class="cmss-10">acronym</span><a - id="dx1-13015"></a> package option, then you need to type the + id="dx1-14015"></a> package option, then you need to type the following in your terminal: <spacer type=vertical size=10><span class="obeylines-h"> <br /><span class="cmtt-10">makeindex -s myDoc.ist -t myDoc.alg -o myDoc.acr myDoc.acn</span></span> -</p><!--l. 2128--><p class="indent" > <spacer type=vertical size=10> +</p><!--l. 2223--><p class="indent" > <spacer type=vertical size=10> For additional glossaries, the extensions are those supplied when you created the glossary with <span class="cmtt-10">\newglossary</span><a - id="dx1-13016"></a>. -</p><!--l. 2132--><p class="indent" > Note that if you use <a + id="dx1-14016"></a>. +</p><!--l. 2227--><p class="indent" > Note that if you use <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-13017"></a></a> instead, you can replace all those calls to + id="dx1-14017"></a></a> instead, you can replace all those calls to <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-13018"></a></a> with just one call to <span + id="dx1-14018"></a></a> with just one call to <span class="cmtt-10">makeglossaries</span><a - id="dx1-13019"></a>: <spacer type=vertical size=10><span class="obeylines-h"> + id="dx1-14019"></a>: <spacer type=vertical size=10><span class="obeylines-h"> <br /><span class="cmtt-10">makeglossaries myDoc</span></span> -</p><!--l. 2137--><p class="indent" > <spacer type=vertical size=10> +</p><!--l. 2232--><p class="indent" > <spacer type=vertical size=10> Note also that some commands and package options have no effect if you use <span class="cmtt-10">makeindex</span><a - id="dx1-13020"></a> explicitly instead of using <a + id="dx1-14020"></a> explicitly instead of using <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-13021"></a></a>. These are listed in + id="dx1-14021"></a></a>. These are listed in <a href="#tab:makeglossariesCmds">table 1.3</a>. -</p><!--l. 2144--><p class="noindent" > +</p><!--l. 2239--><p class="noindent" > </p> -<!--l. 2144--><p class="noindent" ><a -href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">1.4.4 </span> <a +<!--l. 2239--><p class="noindent" ><a +href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">1.4.5 </span> <a id="sec:notedev"></a>Note to Front-End and Script Developers</h4> -<!--l. 2147--><p class="noindent" >The information needed to determine whether to use <a +<!--l. 2242--><p class="noindent" >The information needed to determine whether to use <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-14001"></a></a> or <a + id="dx1-15001"></a></a> or <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-14002"></a></a> and the + id="dx1-15002"></a></a> and the information needed to call those applications is stored in the auxiliary file. This information can be gathered by a front-end, editor or script to make the glossaries where appropriate. This section describes how the information is stored in the auxiliary file. -</p><!--l. 2154--><p class="indent" > The file extensions used by each defined glossary are given by -</p><!--l. 2155--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 2249--><p class="indent" > The file extensions used by each defined glossary are given by +</p><!--l. 2250--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\@newglossary</span><span class="cmtt-9"> </span></span><a - id="dx1-14003"></a> <span + id="dx1-15003"></a> <span class="cmtt-10">\@newglossary{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -4277,7 +4477,7 @@ class="cmitt-10">in-ext</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 2157--><p class="noindent" > +</p><!--l. 2252--><p class="noindent" > where ⟨<span class="cmti-10">in-ext</span>⟩ is the extension of the <a href="#glo:indexingapp"><span @@ -4297,59 +4497,59 @@ written as: </p> - <div class="verbatim" id="verbatim-26"> + <div class="verbatim" id="verbatim-27"> \@newglossary{main}{glg}{gls}{glo} </div> -<!--l. 2170--><p class="nopar" > -</p><!--l. 2172--><p class="indent" > The <a +<!--l. 2265--><p class="nopar" > +</p><!--l. 2267--><p class="indent" > The <a href="#glo:indexingapp">indexing application’s</a> style file is specified by -</p><!--l. 2173--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 2268--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\@istfilename</span><span class="cmtt-9"> </span></span><a - id="dx1-14004"></a> <span + id="dx1-15004"></a> <span class="cmtt-10">\@istfilename{</span>⟨<span class="cmitt-10">filename</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 2175--><p class="noindent" > +</p><!--l. 2270--><p class="noindent" > The file extension indicates whether to use <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-14005"></a></a> (<span + id="dx1-15005"></a></a> (<span class="cmtt-10">.ist</span><a - id="dx1-14006"></a>) or <a + id="dx1-15006"></a>) or <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-14007"></a></a> (<span + id="dx1-15007"></a></a> (<span class="cmtt-10">.xdy</span><a - id="dx1-14008"></a>). Note + id="dx1-15008"></a>). Note that the glossary information is formatted differently depending on which indexing application is supposed to be used, so it’s important to call the correct one. -</p><!--l. 2182--><p class="indent" > Word or letter ordering is specified by: -</p><!--l. 2183--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 2277--><p class="indent" > Word or letter ordering is specified by: +</p><!--l. 2278--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\@glsorder</span><span class="cmtt-9"> </span></span><a - id="dx1-14009"></a> <span + id="dx1-15009"></a> <span class="cmtt-10">\@glsorder{</span>⟨<span class="cmitt-10">order</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 2185--><p class="noindent" > +</p><!--l. 2280--><p class="noindent" > where ⟨<span class="cmti-10">order</span>⟩ can be either <span class="cmtt-10">word </span>or <span class="cmtt-10">letter</span>. -</p><!--l. 2188--><p class="indent" > If <a +</p><!--l. 2283--><p class="indent" > If <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-14010"></a></a> should be used, the language and code page for each glossary is specified + id="dx1-15010"></a></a> should be used, the language and code page for each glossary is specified by -</p><!--l. 2190--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 2285--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\@xdylanguage</span><span class="cmtt-9"> </span></span><a - id="dx1-14011"></a><span class="marginpar"><span + id="dx1-15011"></a><span class="marginpar"><span class="cmtt-9">\@gls@codepage</span><span class="cmtt-9"> </span></span><a - id="dx1-14012"></a> <span + id="dx1-15012"></a> <span class="cmtt-10">\@xdylanguage{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -4361,7 +4561,7 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">code</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 2193--><p class="noindent" > +</p><!--l. 2288--><p class="noindent" > where ⟨<span class="cmti-10">label</span>⟩ identifies the glossary, ⟨<span class="cmti-10">language</span>⟩ is the root language (e.g. <span @@ -4371,12 +4571,12 @@ class="cmti-10">code</span>⟩ is the encoding (e.g. <span class="cmtt-10">utf8</span>). These commands are omitted if <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-14013"></a></a> should be + id="dx1-15013"></a></a> should be used. -</p><!--l. 2199--><p class="indent" > If <a +</p><!--l. 2294--><p class="indent" > If <a href="#option1">Option 1</a> has been used, the <span class="cmtt-10">.aux </span>file will contain -</p><!--l. 2201--><p class="indent" > <hr><div title="Definition"><span +</p><!--l. 2296--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\@gls@reference{</span>⟨<span class="cmitt-10">type</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -4384,48 +4584,48 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">location</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 2202--><p class="noindent" > +</p><!--l. 2297--><p class="noindent" > for every time an entry has been referenced. </p> -<!--l. 2205--><p class="indent" > </div> -</p><!--l. 2205--><p class="noindent" ><a +<!--l. 2300--><p class="indent" > </div> +</p><!--l. 2300--><p class="noindent" ><a href="#top">Top</a><div class="chapter"><h2 class="chapterHead">2. <a id="sec:pkgopts"></a>Package Options</h2> -</p><!--l. 2208--><p class="indent" > This section describes the available <span +</p><!--l. 2303--><p class="indent" > This section describes the available <span class="cmss-10">glossaries </span>package options. You may omit the <span class="cmtt-10">=true </span>for boolean options. (For example, <span class="cmss-10">acronym</span><a - id="dx1-15001"></a> is equivalent to + id="dx1-16001"></a> is equivalent to <span class="cmss-10">acronym=true</span><a - id="dx1-15002"></a>). -</p><!--l. 2212--><p class="indent" > <div class="important" title="Important Note"> Note that ⟨<span + id="dx1-16002"></a>). +</p><!--l. 2307--><p class="indent" > <div class="important" title="Important Note"> Note that ⟨<span class="cmti-10">key</span>⟩=⟨<span class="cmti-10">value</span>⟩ package options can’t be passed via the document class options. (This includes options where the ⟨<span class="cmti-10">value</span>⟩ part may be omitted, such as <span class="cmss-10">acronym</span><a - id="dx1-15003"></a>.) This is a general limitation not restricted to the <span + id="dx1-16003"></a>.) This is a general limitation not restricted to the <span class="cmss-10">glossaries </span>package. Options that aren’t ⟨<span class="cmti-10">key</span>⟩=⟨<span class="cmti-10">value</span>⟩ (such as <span class="cmss-10">makeindex</span><a - id="dx1-15004"></a>) may be passed via the document class + id="dx1-16004"></a>) may be passed via the document class options. </div> -</p><!--l. 2219--><p class="noindent" > +</p><!--l. 2314--><p class="noindent" > </p> -<!--l. 2221--><p class="noindent" ><a +<!--l. 2316--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">2.1 </span> <a id="generaloptions"></a>General Options</h3> <dl class="description"><dt class="description"> <span class="cmssbx-10">nowarn</span><a - id="dx1-16001"></a> </dt><dd + id="dx1-17001"></a> </dt><dd class="description">This suppresses all warnings generated by the <span class="cmss-10">glossaries </span>package. Don’t use this option if you’re new to using <span @@ -4433,11 +4633,11 @@ class="cmss-10">glossaries </span>as the warnings are designed to help detect common mistakes (such as forgetting to use <span class="cmtt-10">\makeglossaries</span><a - id="dx1-16002"></a>). + id="dx1-17002"></a>). </dd><dt class="description"> <span class="cmssbx-10">noredefwarn</span><a - id="dx1-16003"></a> </dt><dd + id="dx1-17003"></a> </dt><dd class="description">If you load <span class="cmss-10">glossaries </span>with a class or another package that already defines glossary related commands, by default <span @@ -4448,43 +4648,43 @@ class="cmss-10">glossaries </span>with that class or package and you don’t about it, use this option to suppress those warnings. Other warnings will still be issued unless you use the <span class="cmss-10">nowarn</span><a - id="dx1-16004"></a> option described above. + id="dx1-17004"></a> option described above. </dd><dt class="description"> <span class="cmssbx-10">nomain</span><a - id="dx1-16005"></a> </dt><dd + id="dx1-17005"></a> </dt><dd class="description">This suppresses the creation of the main glossary and associated <span class="cmtt-10">.glo</span> file, if unrequired. Note that if you use this option, you must create another glossary in which to put all your entries (either via the <span class="cmss-10">acronym</span><a - id="dx1-16006"></a> + id="dx1-17006"></a> (or <span class="cmss-10">acronyms</span><a - id="dx1-16007"></a>) package option described in <a + id="dx1-17007"></a>) package option described in <a href="#acronymoptions"><span class="cmsy-10">§</span>2.5 </a><a href="#acronymoptions">Acronym Options<!--tex4ht:ref: sec:pkgopts-acronym --></a> or via the <span class="cmss-10">symbols</span><a - id="dx1-16008"></a>, <span + id="dx1-17008"></a>, <span class="cmss-10">numbers</span><a - id="dx1-16009"></a> or <span + id="dx1-17009"></a> or <span class="cmss-10">index</span><a - id="dx1-16010"></a> options described in <a + id="dx1-17010"></a> options described in <a href="#otheroptions"><span class="cmsy-10">§</span>2.6 </a><a href="#otheroptions">Other Options<!--tex4ht:ref: sec:pkgopts-other --></a> or via <span class="cmtt-10">\newglossary</span><a - id="dx1-16011"></a> described in <a + id="dx1-17011"></a> described in <a href="#sec:newglossary"><span class="cmsy-10">§</span>12 </a><a href="#sec:newglossary">Defining New Glossaries<!--tex4ht:ref: sec:newglossary --></a>). - <!--l. 2249--><p class="noindent" ><div class="important" title="Important Note"> If you don’t use the main glossary and you don’t use this option, <a + <!--l. 2344--><p class="noindent" ><div class="important" title="Important Note"> If you don’t use the main glossary and you don’t use this option, <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-16012"></a></a> + id="dx1-17012"></a></a> will produce the following warning: </p><div class="alltt"> <div class="obeylines-v"> <span @@ -4530,24 +4730,24 @@ class="cmtt-10"> glossary.</span> check that you have referenced the entries in that glossary via commands such as <span class="cmtt-10">\gls</span><a - id="dx1-16013"></a>. </div> - <!--l. 2262--><p class="noindent" > + id="dx1-17013"></a>. </div> + <!--l. 2357--><p class="noindent" > </p></dd><dt class="description"> <span class="cmssbx-10">sanitizesort</span><a - id="dx1-16014"></a> </dt><dd + id="dx1-17014"></a> </dt><dd class="description">This is a boolean option that determines whether or not to <a href="#glo:sanitize">sanitize<a - id="dx1-16015"></a></a> the + id="dx1-17015"></a></a> the sort value when writing to the external glossary file. For example, suppose you define an entry as follows: - <div class="verbatim" id="verbatim-27"> + <div class="verbatim" id="verbatim-28"> \newglossaryentry{hash}{name={\#},sort={#},  <br /> description={hash symbol}} </div> - <!--l. 2271--><p class="nopar" > The sort value (<span class="obeylines-h"><span class="verb"><span + <!--l. 2366--><p class="nopar" > The sort value (<span class="obeylines-h"><span class="verb"><span class="cmtt-10">#</span></span></span>) must be sanitized before writing it to the glossary file, otherwise <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> will try to interpret it as a parameter reference. If, on the @@ -4556,76 +4756,76 @@ class="E">E</span>X</span></span> will try to interpret it as a parameter </p> - <div class="verbatim" id="verbatim-28"> + <div class="verbatim" id="verbatim-29"> \newcommand{\mysortvalue}{AAA}  <br />\newglossaryentry{sample}{%  <br />  name={sample},  <br />  sort={\mysortvalue},  <br />  description={an example}} </div> - <!--l. 2283--><p class="nopar" > and you actually want <span + <!--l. 2378--><p class="nopar" > and you actually want <span class="cmtt-10">\mysortvalue </span>expanded, so that the entry is sorted according to <span class="cmtt-10">AAA</span>, then use the package option <span class="cmss-10">sanitizesort=false</span><a - id="dx1-16016"></a>. - </p><!--l. 2288--><p class="noindent" >The default for Options <a + id="dx1-17016"></a>. + </p><!--l. 2383--><p class="noindent" >The default for Options <a href="#option2">2</a> and <a href="#option3">3</a> is <span class="cmss-10">sanitizesort=true</span><a - id="dx1-16017"></a>, and the default for + id="dx1-17017"></a>, and the default for <a href="#option1">Option 1</a> is <span class="cmss-10">sanitizesort=false</span><a - id="dx1-16018"></a>. + id="dx1-17018"></a>. </p></dd><dt class="description"> <span class="cmssbx-10">savewrites</span><a - id="dx1-16019"></a> </dt><dd + id="dx1-17019"></a> </dt><dd class="description">This is a boolean option to minimise the number of write registers used by the <span class="cmss-10">glossaries </span>package. (Default is <span class="cmss-10">savewrites=false</span><a - id="dx1-16020"></a>.) There are only a + id="dx1-17020"></a>.) There are only a limited number of write registers, and if you have a large number of glossaries or if you are using a class or other packages that create a lot of external files, you may exceed the maximum number of available registers. If <span class="cmss-10">savewrites</span><a - id="dx1-16021"></a> is set, the glossary information will be stored + id="dx1-17021"></a> is set, the glossary information will be stored in token registers until the end of the document when they will be written to the external files. If you run out of token registers, you can use <span class="cmss-10">etex</span><a - id="dx1-16022"></a>. - <!--l. 2302--><p class="noindent" ><div class="important" title="Important Note"> This option can significantly slow document compilation. As an alternative, you + id="dx1-17022"></a>. + <!--l. 2397--><p class="noindent" ><div class="important" title="Important Note"> This option can significantly slow document compilation. As an alternative, you can use the <span class="cmss-10">scrwfile</span><a - id="dx1-16023"></a> package (part of the KOMA-Script bundle) and not use this + id="dx1-17023"></a> package (part of the KOMA-Script bundle) and not use this option. </div> - </p><!--l. 2306--><p class="noindent" > - </p><!--l. 2308--><p class="noindent" >You can also reduce the number of write registers by using <a + </p><!--l. 2401--><p class="noindent" > + </p><!--l. 2403--><p class="noindent" >You can also reduce the number of write registers by using <a href="#option1">Option 1</a> or by ensuring you define all your glossary entries in the preamble. - </p><!--l. 2312--><p class="noindent" ><div class="important" title="Important Note"> If you want to use <span class="TEX">T<span + </p><!--l. 2407--><p class="noindent" ><div class="important" title="Important Note"> If you want to use <span class="TEX">T<span class="E">E</span>X</span>’s <span class="cmtt-10">\write18</span><a - id="dx1-16024"></a> mechanism to call <a + id="dx1-17024"></a> mechanism to call <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-16025"></a></a> or <a + id="dx1-17025"></a></a> or <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-16026"></a></a> + id="dx1-17026"></a></a> from your document and use <span class="cmss-10">savewrites</span><a - id="dx1-16027"></a>, you must create the external files with + id="dx1-17027"></a>, you must create the external files with <span class="cmtt-10">\glswritefiles </span>before you call <span class="cmtt-10">makeindex</span><a - id="dx1-16028"></a>/<span + id="dx1-17028"></a>/<span class="cmtt-10">xindy</span><a - id="dx1-16029"></a>. Also set <span + id="dx1-17029"></a>. Also set <span class="cmtt-10">\glswritefiles </span>to nothing or <span class="cmtt-10">\relax </span>before the end of the document to avoid rewriting the files. @@ -4633,155 +4833,155 @@ class="cmtt-10">\relax </span>before the end of the document to avoid rewriting </p> - <div class="verbatim" id="verbatim-29"> + <div class="verbatim" id="verbatim-30"> \glswritefiles  <br />\write18{makeindex -s \istfilename\space  <br />-t \jobname.glg -o \jobname.gls \jobname}  <br />\let\glswritefiles\relax </div> - <!--l. 2324--><p class="nopar" > </div> - </p><!--l. 2325--><p class="noindent" > + <!--l. 2419--><p class="nopar" > </div> + </p><!--l. 2420--><p class="noindent" > </p></dd><dt class="description"> <span class="cmssbx-10">translate</span><a - id="dx1-16030"></a> </dt><dd + id="dx1-17030"></a> </dt><dd class="description">This can take the following values: <dl class="description"><dt class="description"> <span class="cmssbx-10">translate=true</span><a - id="dx1-16031"></a> </dt><dd + id="dx1-17031"></a> </dt><dd class="description">If <span class="cmss-10">babel</span><a - id="dx1-16032"></a> has been loaded and the <span + id="dx1-17032"></a> has been loaded and the <span class="cmss-10">translator</span><a - id="dx1-16033"></a> package is + id="dx1-17033"></a> package is installed, <span class="cmss-10">translator</span><a - id="dx1-16034"></a> will be loaded and the translations will be provided + id="dx1-17034"></a> will be loaded and the translations will be provided by the <span class="cmss-10">translator</span><a - id="dx1-16035"></a> package interface. You can modify the translations by + id="dx1-17035"></a> package interface. You can modify the translations by providing your own dictionary. If the <span class="cmss-10">translator</span><a - id="dx1-16036"></a> package isn’t installed + id="dx1-17036"></a> package isn’t installed and <span class="cmss-10">babel</span><a - id="dx1-16037"></a> is loaded, the <span + id="dx1-17037"></a> is loaded, the <span class="cmss-10">glossaries-babel</span><a - id="dx1-16038"></a> package will be loaded and the + id="dx1-17038"></a> package will be loaded and the translations will be provided using <span class="cmss-10">babel</span>’s <span class="cmtt-10">\addto\caption</span>⟨<span class="cmti-10">language</span>⟩ mechanism. If <span class="cmss-10">polyglossia</span><a - id="dx1-16039"></a> has been loaded, <span + id="dx1-17039"></a> has been loaded, <span class="cmss-10">glossaries-polyglossia</span><a - id="dx1-16040"></a> will + id="dx1-17040"></a> will be loaded. </dd><dt class="description"> <span class="cmssbx-10">translate=false</span><a - id="dx1-16041"></a> </dt><dd + id="dx1-17041"></a> </dt><dd class="description">Don’t provide translations, even if <span class="cmss-10">babel</span><a - id="dx1-16042"></a> or <span + id="dx1-17042"></a> or <span class="cmss-10">polyglossia</span><a - id="dx1-16043"></a> has + id="dx1-17043"></a> has been loaded. (Note that <span class="cmss-10">babel</span><a - id="dx1-16044"></a> provides the command <span + id="dx1-17044"></a> provides the command <span class="cmtt-10">\glossaryname</span><a - id="dx1-16045"></a> + id="dx1-17045"></a> so that will still be translated if you have loaded <span class="cmss-10">babel</span><a - id="dx1-16046"></a>.) + id="dx1-17046"></a>.) </dd><dt class="description"> <span class="cmssbx-10">translate=babel</span><a - id="dx1-16047"></a> </dt><dd + id="dx1-17047"></a> </dt><dd class="description">Don’t load the <span class="cmss-10">translator</span><a - id="dx1-16048"></a> package. Instead load + id="dx1-17048"></a> package. Instead load <span class="cmss-10">glossaries-babel</span><a - id="dx1-16049"></a>. - <!--l. 2350--><p class="noindent" ><div class="important" title="Important Note"> I recommend you use <span + id="dx1-17049"></a>. + <!--l. 2445--><p class="noindent" ><div class="important" title="Important Note"> I recommend you use <span class="cmss-10">translate=babel</span><a - id="dx1-16050"></a> if you have any problems with the + id="dx1-17050"></a> if you have any problems with the translations or with PDF bookmarks, but to maintain backward compatibility, if <span class="cmss-10">babel</span><a - id="dx1-16051"></a> has been loaded the default is <span + id="dx1-17051"></a> has been loaded the default is <span class="cmss-10">translate=true</span><a - id="dx1-16052"></a>. + id="dx1-17052"></a>. </div> - </p><!--l. 2355--><p class="noindent" > + </p><!--l. 2450--><p class="noindent" > </p> </dd></dl> - <!--l. 2359--><p class="noindent" >If <span + <!--l. 2454--><p class="noindent" >If <span class="cmss-10">translate</span><a - id="dx1-16053"></a> is specified without a value, <span + id="dx1-17053"></a> is specified without a value, <span class="cmss-10">translate=true</span><a - id="dx1-16054"></a> is assumed. If <span + id="dx1-17054"></a> is assumed. If <span class="cmss-10">translate</span><a - id="dx1-16055"></a> + id="dx1-17055"></a> isn’t specified, <span class="cmss-10">translate=true</span><a - id="dx1-16056"></a> is assumed if <span + id="dx1-17056"></a> is assumed if <span class="cmss-10">babel</span><a - id="dx1-16057"></a>, <span + id="dx1-17057"></a>, <span class="cmss-10">polyglossia</span><a - id="dx1-16058"></a> or <span + id="dx1-17058"></a> or <span class="cmss-10">translator</span><a - id="dx1-16059"></a> have + id="dx1-17059"></a> have been loaded. Otherwise <span class="cmss-10">translate=false</span><a - id="dx1-16060"></a> is assumed. + id="dx1-17060"></a> is assumed. - </p><!--l. 2365--><p class="noindent" >See <a + </p><!--l. 2460--><p class="noindent" >See <a href="#sec:fixednames"><span class="cmsy-10">§</span>1.3.1 </a><a href="#sec:fixednames">Changing the Fixed Names<!--tex4ht:ref: sec:fixednames --></a> for further details. </p></dd><dt class="description"> <span class="cmssbx-10">notranslate</span><a - id="dx1-16061"></a> </dt><dd + id="dx1-17061"></a> </dt><dd class="description">This is equivalent to <span class="cmss-10">translate=false</span><a - id="dx1-16062"></a> and may be passed via the document + id="dx1-17062"></a> and may be passed via the document class options. </dd><dt class="description"> <span class="cmssbx-10">nohypertypes</span><a - id="dx1-16063"></a> </dt><dd + id="dx1-17063"></a> </dt><dd class="description">Use this option if you have multiple glossaries and you want to suppress the entry hyperlinks for a particular glossary or glossaries. The value of this option should be a comma-separated list of glossary types where <span class="cmtt-10">\gls</span><a - id="dx1-16064"></a> etc + id="dx1-17064"></a> etc shouldn’t have hyperlinks by default. Make sure you enclose the value in braces if it contains any commas. Example: - <div class="verbatim" id="verbatim-30"> + <div class="verbatim" id="verbatim-31"> \usepackage[acronym,nohypertypes={acronym,notation}]  <br />  {glossaries}  <br />\newglossary[nlg]{notation}{not}{ntn}{Notation} </div> - <!--l. 2381--><p class="nopar" > The values must be fully expanded, so <span + <!--l. 2476--><p class="nopar" > The values must be fully expanded, so <span class="cmbx-10">don’t </span>try <span class="cmtt-10">nohypertypes=\acronymtype</span><a - id="dx1-16065"></a>. + id="dx1-17065"></a>. You may also use - </p><!--l. 2385--><p class="noindent" ><hr><div title="Definition"><span + </p><!--l. 2480--><p class="noindent" ><hr><div title="Definition"><span class="cmtt-10">\GlsDeclareNoHyperList</span><a - id="dx1-16066"></a><span + id="dx1-17066"></a><span class="cmtt-10">{</span>⟨<span class="cmitt-10">list</span>⟩<span class="cmtt-10">} </span></div><hr> - </p><!--l. 2386--><p class="noindent" > + </p><!--l. 2481--><p class="noindent" > instead or additionally. See <a href="#sec:glslink"><span class="cmsy-10">§</span>6 </a><a @@ -4790,102 +4990,102 @@ href="#sec:glslink">Links to Glossary Entries<!--tex4ht:ref: sec:glslink --></a> </p></dd><dt class="description"> <span class="cmssbx-10">hyperfirst</span><a - id="dx1-16067"></a> </dt><dd + id="dx1-17067"></a> </dt><dd class="description">This is a boolean option that specifies whether each term has a hyperlink on <a href="#glo:firstuse">first use</a>. The default is <span class="cmss-10">hyperfirst=true</span><a - id="dx1-16068"></a> (terms on <a + id="dx1-17068"></a> (terms on <a href="#glo:firstuse">first use</a> have a hyperlink, unless explicitly suppressed using starred versions of commands such as <span class="cmtt-10">\gls*</span><a - id="dx1-16069"></a> or + id="dx1-17069"></a> or by identifying the glossary with <span class="cmss-10">nohypertypes</span><a - id="dx1-16070"></a>, described above). Note that + id="dx1-17070"></a>, described above). Note that <span class="cmss-10">nohypertypes</span><a - id="dx1-16071"></a> overrides <span + id="dx1-17071"></a> overrides <span class="cmss-10">hyperfirst=true</span><a - id="dx1-16072"></a>. This option only affects commands that + id="dx1-17072"></a>. This option only affects commands that check the <a href="#glo:firstuseflag">first use flag</a>, such as the <a -href="#x1-420006.1"><span +href="#x1-450006.1"><span class="cmtt-10">\gls</span>-like</a> commands (for example, <span class="cmtt-10">\gls</span><a - id="dx1-16073"></a> or + id="dx1-17073"></a> or <span class="cmtt-10">\glsdisp</span><a - id="dx1-16074"></a>), but not the <a -href="#x1-430006.2"><span + id="dx1-17074"></a>), but not the <a +href="#x1-460006.2"><span class="cmtt-10">\glstext</span>-like</a> commands (for example, <span class="cmtt-10">\glslink</span><a - id="dx1-16075"></a> or + id="dx1-17075"></a> or <span class="cmtt-10">\glstext</span><a - id="dx1-16076"></a>). - <!--l. 2402--><p class="noindent" >The <span + id="dx1-17076"></a>). + <!--l. 2497--><p class="noindent" >The <span class="cmss-10">hyperfirst</span><a - id="dx1-16077"></a> setting applies to all glossary types (unless identified by + id="dx1-17077"></a> setting applies to all glossary types (unless identified by <span class="cmss-10">nohypertypes</span><a - id="dx1-16078"></a> or defined with <span + id="dx1-17078"></a> or defined with <span class="cmtt-10">\newignoredglossary</span><a - id="dx1-16079"></a>). It can be overridden on an + id="dx1-17079"></a>). It can be overridden on an individual basis by explicitly setting the <span class="cmss-10">hyper</span><a - id="dx1-16080"></a> key when referencing + id="dx1-17080"></a> key when referencing an entry (or by using the plus or starred version of the referencing command). - </p><!--l. 2409--><p class="noindent" >It may be that you only want to apply this to just the acronyms (where the first + </p><!--l. 2504--><p class="noindent" >It may be that you only want to apply this to just the acronyms (where the first use explains the meaning of the acronym) but not for ordinary glossary entries (where the first use is identical to subsequent uses). In this case, you can use <span class="cmss-10">hyperfirst=false</span><a - id="dx1-16081"></a> and apply <span + id="dx1-17081"></a> and apply <span class="cmtt-10">\glsunsetall </span>to all the regular (non-acronym) glossaries. For example: </p> - <div class="verbatim" id="verbatim-31"> + <div class="verbatim" id="verbatim-32">  \usepackage[acronym,hyperfirst=false]{glossaries}  <br /> % acronym and glossary entry definitions  <br /> % at the end of the preamble  <br /> \glsunsetall[main] </div> - <!--l. 2421--><p class="nopar" > - </p><!--l. 2423--><p class="noindent" >Alternatively you can redefine the hook - </p><!--l. 2424--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + <!--l. 2516--><p class="nopar" > + </p><!--l. 2518--><p class="noindent" >Alternatively you can redefine the hook + </p><!--l. 2519--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glslinkcheckfirsthyperhook</span><span class="cmtt-9"> </span></span><a - id="dx1-16082"></a> <span + id="dx1-17082"></a> <span class="cmtt-10">\glslinkcheckfirsthyperhook </span></div><hr> - </p><!--l. 2426--><p class="noindent" > + </p><!--l. 2521--><p class="noindent" > which is used by the commands that check the <a href="#glo:firstuseflag">first use flag</a>, such as <span class="cmtt-10">\gls</span><a - id="dx1-16083"></a>. + id="dx1-17083"></a>. Within the definition of this command, you can use <span class="cmtt-10">\glslabel</span><a - id="dx1-16084"></a> to reference the + id="dx1-17084"></a> to reference the entry label and <span class="cmtt-10">\glstype</span><a - id="dx1-16085"></a> to reference the glossary type. You can also use + id="dx1-17085"></a> to reference the glossary type. You can also use <span class="cmtt-10">\ifglsused</span><a - id="dx1-16086"></a> to determine if the entry has been used. You can test if + id="dx1-17086"></a> to determine if the entry has been used. You can test if an entry is an acronym by checking if it has the <span class="cmss-10">long</span><a - id="dx1-16087"></a> key set using + id="dx1-17087"></a> key set using <span class="cmtt-10">\ifglshaslong</span><a - id="dx1-16088"></a>. For example, to switch off the hyperlink on first use just for + id="dx1-17088"></a>. For example, to switch off the hyperlink on first use just for acronyms: </p> - <div class="verbatim" id="verbatim-32"> + <div class="verbatim" id="verbatim-33"> \renewcommand*{\glslinkcheckfirsthyperhook}{%  <br /> \ifglsused{\glslabel}{}%  <br /> {% @@ -4893,88 +5093,172 @@ class="cmtt-10">\ifglshaslong</span><a  <br /> }%  <br />} </div> - <!--l. 2442--><p class="nopar" > - </p><!--l. 2444--><p class="noindent" >Note that this hook isn’t used by the commands that don’t check the <a + <!--l. 2537--><p class="nopar" > + </p><!--l. 2539--><p class="noindent" >Note that this hook isn’t used by the commands that don’t check the <a href="#glo:firstuseflag">first use flag</a>, such as <span class="cmtt-10">\glstext</span><a - id="dx1-16089"></a>. + id="dx1-17089"></a>. (You can, instead, redefine <span +class="cmtt-10">\glslinkpostsetkeys</span><a + id="dx1-17090"></a>, + which is used by both the <a +href="#x1-450006.1"><span +class="cmtt-10">\gls</span>-like</a> and <a +href="#x1-460006.2"><span +class="cmtt-10">\glstext</span>-like</a> commands.) + </p></dd><dt class="description"> +<span +class="cmssbx-10">indexonlyfirst</span><a + id="dx1-17091"></a> </dt><dd +class="description">This is a boolean option that specifies whether to only add information to + the external glossary file on <a +href="#glo:firstuse">first use</a>. The default is <span +class="cmss-10">indexonlyfirst=false</span><a + id="dx1-17092"></a>, which will + add a line to the file every time one of the <a +href="#x1-450006.1"><span +class="cmtt-10">\gls</span>-like</a> or <a +href="#x1-460006.2"><span +class="cmtt-10">\glstext</span>-like</a> commands + are used. Note that <span +class="cmtt-10">\glsadd</span><a + id="dx1-17093"></a> will always add information to the external glossary + file<span class="footnote-mark"><a +href="#fn1x3" id="fn1x3-bk"><sup class="textsuperscript">2.1</sup></a></span><a + id="x1-17094f1"></a> (since + that’s the purpose of that command). + <!--l. 2553--><p class="noindent" >You can customise this by redefining + </p><!--l. 2554--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span +class="cmtt-9">\glswriteentry</span><span +class="cmtt-9"> </span></span><a + id="dx1-17095"></a> <span +class="cmtt-10">\glswriteentry{</span>⟨<span +class="cmitt-10">label</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">wr-code</span>⟩<span +class="cmtt-10">} </span></div><hr> + </p><!--l. 2556--><p class="noindent" > + where ⟨<span +class="cmti-10">label</span>⟩ is the entry’s label and ⟨<span +class="cmti-10">wr-code</span>⟩ is the code that writes the entry’s + information to the external file. The default definition of <span +class="cmtt-10">\glswriteentry</span> + is: + + +</p> + <div class="verbatim" id="verbatim-34"> + \newcommand*{\glswriteentry}[2]{% +  <br />  \ifglsindexonlyfirst +  <br />    \ifglsused{#1}{}{#2}% +  <br />  \else +  <br />    #2% +  <br />  \fi +  <br />} +</div> + <!--l. 2568--><p class="nopar" > This checks the <span +class="cmss-10">indexonlyfirst</span><a + id="dx1-17096"></a> package option (using <span +class="cmtt-10">\ifglsindexonlyfirst</span>) + and does ⟨<span +class="cmti-10">wr-code</span>⟩ if this is <span +class="cmss-10">false </span>otherwise it only does ⟨<span +class="cmti-10">wr-code</span>⟩ of the entry + hasn’t been used. + </p><!--l. 2574--><p class="noindent" >For example, suppose you only want to index the first use for entries in the + <span +class="cmtt-10">acronym </span>glossary and not in the <span +class="cmtt-10">main </span>(or any other) glossary: + + +</p> + <div class="verbatim" id="verbatim-35"> + \renewcommand*{\glswriteentry}[2]{% +  <br /> \ifthenelse{\equal{\glsentrytype{#1}}{acronym}} +  <br /> {\ifglsused{#1}{}{#2}}% +  <br /> {#2}% +  <br />} +</div> + <!--l. 2583--><p class="nopar" > Here I’ve used <span +class="cmtt-10">\ifthenelse </span>to ensure the arguments of <span +class="cmtt-10">\equal </span>are fully + expanded before the comparison is made. </p></dd><dt class="description"> <span class="cmssbx-10">savenumberlist</span><a - id="dx1-16090"></a> </dt><dd + id="dx1-17097"></a> </dt><dd class="description">This is a boolean option that specifies whether or not to gather and store the <a href="#glo:numberlist">number list<a - id="dx1-16091"></a></a> for each entry. The default is <span + id="dx1-17098"></a></a> for each entry. The default is <span class="cmss-10">savenumberlist=false</span><a - id="dx1-16092"></a>. (See + id="dx1-17099"></a>. (See <span class="cmtt-10">\glsentrynumberlist</span><a - id="dx1-16093"></a> and <span + id="dx1-17100"></a> and <span class="cmtt-10">\glsdisplaynumberlist</span><a - id="dx1-16094"></a> in <a + id="dx1-17101"></a> in <a href="#sec:glsnolink"><span class="cmsy-10">§</span>9 </a><a href="#sec:glsnolink">Using Glossary Terms Without Links<!--tex4ht:ref: sec:glsnolink --></a>.) This is always true if you use <a href="#option1">Option 1</a>. </dd></dl> -<!--l. 2456--><p class="noindent" > +<!--l. 2596--><p class="noindent" > </p> -<!--l. 2456--><p class="noindent" ><a +<!--l. 2596--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">2.2 </span> <a id="sectioningheadingsandtocoptions"></a>Sectioning, Headings and TOC Options</h3> <dl class="description"><dt class="description"> <span class="cmssbx-10">toc</span><a - id="dx1-17001"></a> </dt><dd + id="dx1-18001"></a> </dt><dd class="description">Add the glossaries to the table of contents. Note that an extra <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> run is required with this option. Alternatively, you can switch this function on and off using - <!--l. 2463--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + <!--l. 2603--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glstoctrue</span><span class="cmtt-9"> </span></span><a - id="dx1-17002"></a> <span + id="dx1-18002"></a> <span class="cmtt-10">\glstoctrue </span></div><hr> - </p><!--l. 2465--><p class="noindent" > + </p><!--l. 2605--><p class="noindent" > and - </p><!--l. 2467--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + </p><!--l. 2607--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glstocfalse</span><span class="cmtt-9"> </span></span><a - id="dx1-17003"></a> <span + id="dx1-18003"></a> <span class="cmtt-10">\glstocfalse </span></div><hr> - </p><!--l. 2469--><p class="noindent" > + </p><!--l. 2609--><p class="noindent" > </p></dd><dt class="description"> <span class="cmssbx-10">numberline</span><a - id="dx1-17004"></a> </dt><dd + id="dx1-18004"></a> </dt><dd class="description">When used with <span class="cmss-10">toc</span><a - id="dx1-17005"></a>, this will add <span + id="dx1-18005"></a>, this will add <span class="cmtt-10">\numberline</span><a - id="dx1-17006"></a><span class="obeylines-h"><span class="verb"><span + id="dx1-18006"></a><span class="obeylines-h"><span class="verb"><span class="cmtt-10">{}</span></span></span> in the final argument of <span class="cmtt-10">\addcontentsline</span><a - id="dx1-17007"></a>. This will align the table of contents + id="dx1-18007"></a>. This will align the table of contents entry with the numbered section titles. Note that this option has no - - effect if the <span class="cmss-10">toc</span><a - id="dx1-17008"></a> option is omitted. If <span + id="dx1-18008"></a> option is omitted. If <span class="cmss-10">toc</span><a - id="dx1-17009"></a> is used without <span + id="dx1-18009"></a> is used without <span class="cmss-10">numberline</span><a - id="dx1-17010"></a>, the + id="dx1-18010"></a>, the title will be aligned with the section numbers rather than the section titles. + + </dd><dt class="description"> <span class="cmssbx-10">section</span><a - id="dx1-17011"></a> </dt><dd + id="dx1-18011"></a> </dt><dd class="description">This is a ⟨<span class="cmti-10">key</span>⟩=⟨<span class="cmti-10">value</span>⟩ option. Its value should be the name of a sectional unit @@ -4984,119 +5268,119 @@ class="cmti-10">value</span>⟩ option. Its value should be the name of a s Example: - <div class="verbatim" id="verbatim-33"> + <div class="verbatim" id="verbatim-36"> \usepackage[section=subsection]{glossaries} </div> - <!--l. 2487--><p class="nopar" > You can omit the value if you want to use sections, i.e.  + <!--l. 2627--><p class="nopar" > You can omit the value if you want to use sections, i.e.  </p> - <div class="verbatim" id="verbatim-34"> + <div class="verbatim" id="verbatim-37"> \usepackage[section]{glossaries} </div> - <!--l. 2491--><p class="nopar" > is equivalent to + <!--l. 2631--><p class="nopar" > is equivalent to </p> - <div class="verbatim" id="verbatim-35"> + <div class="verbatim" id="verbatim-38"> \usepackage[section=section]{glossaries} </div> - <!--l. 2495--><p class="nopar" > You can change this value later in the document using - </p><!--l. 2497--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + <!--l. 2635--><p class="nopar" > You can change this value later in the document using + </p><!--l. 2637--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\setglossarysection</span><span class="cmtt-9"> </span></span><a - id="dx1-17012"></a> <span + id="dx1-18012"></a> <span class="cmtt-10">\setglossarysection{</span>⟨<span class="cmitt-10">name</span>⟩<span class="cmtt-10">} </span></div><hr> - </p><!--l. 2499--><p class="noindent" > + </p><!--l. 2639--><p class="noindent" > where ⟨<span class="cmti-10">name</span>⟩ is the sectional unit. - </p><!--l. 2502--><p class="noindent" >The start of each glossary adds information to the page header via - </p><!--l. 2503--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + </p><!--l. 2642--><p class="noindent" >The start of each glossary adds information to the page header via + </p><!--l. 2643--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsglossarymark</span><span class="cmtt-9"> </span></span><a - id="dx1-17013"></a> <span + id="dx1-18013"></a> <span class="cmtt-10">\glsglossarymark{</span>⟨<span class="cmitt-10">glossary title</span>⟩<span class="cmtt-10">} </span></div><hr> - </p><!--l. 2505--><p class="noindent" > + </p><!--l. 2645--><p class="noindent" > By default this uses <span class="cmtt-10">\@mkboth</span><span class="footnote-mark"><a -href="#fn1x3" id="fn1x3-bk"><sup class="textsuperscript">2.1</sup></a></span><a - id="x1-17014f1"></a> +href="#fn2x3" id="fn2x3-bk"><sup class="textsuperscript">2.2</sup></a></span><a + id="x1-18014f2"></a> but you may need to redefine it. For example, to only change the right header: </p> - <div class="verbatim" id="verbatim-36"> + <div class="verbatim" id="verbatim-39"> \renewcommand{\glsglossarymark}[1]{\markright{#1}} </div> - <!--l. 2512--><p class="nopar" > or to prevent it from changing the headers: + <!--l. 2652--><p class="nopar" > or to prevent it from changing the headers: </p> - <div class="verbatim" id="verbatim-37"> + <div class="verbatim" id="verbatim-40"> \renewcommand{\glsglossarymark}[1]{} </div> - <!--l. 2516--><p class="nopar" > If you want <span + <!--l. 2656--><p class="nopar" > If you want <span class="cmtt-10">\glsglossarymark </span>to use <span class="cmtt-10">\MakeUppercase </span>in the header, use the <span class="cmss-10">ucmark</span><a - id="dx1-17017"></a> option described below. - </p><!--l. 2520--><p class="noindent" >Occasionally you may find that another package defines + id="dx1-18017"></a> option described below. + </p><!--l. 2660--><p class="noindent" >Occasionally you may find that another package defines <span class="cmtt-10">\cleardoublepage </span>when it is not required. This may cause an unwanted blank page to appear before each glossary. This can be fixed by redefining <span class="marginpar"><span class="cmtt-9">\glsclearpage</span><span class="cmtt-9"> </span></span><a - id="dx1-17018"></a><span + id="dx1-18018"></a><span class="cmtt-10">\glsclearpage</span>: </p> - <div class="verbatim" id="verbatim-38"> + <div class="verbatim" id="verbatim-41"> \renewcommand*{\glsclearpage}{\clearpage} </div> - <!--l. 2526--><p class="nopar" > + <!--l. 2666--><p class="nopar" > </p></dd><dt class="description"> <span class="cmssbx-10">ucmark</span><a - id="dx1-17019"></a> </dt><dd + id="dx1-18019"></a> </dt><dd class="description">This is a boolean option (default: <span class="cmss-10">ucmark=false</span><a - id="dx1-17020"></a>, unless <span + id="dx1-18020"></a>, unless <span class="cmss-10">memoir</span><a - id="dx1-17021"></a> has been + id="dx1-18021"></a> has been loaded, in which case it defaults to <span class="cmss-10">ucmark=true</span><a - id="dx1-17022"></a>). If set, <span + id="dx1-18022"></a>). If set, <span class="cmtt-10">\glsglossarymark</span><a - id="dx1-17023"></a> uses + id="dx1-18023"></a> uses <span class="cmtt-10">\MakeTextUppercase</span><a - id="dx1-17024"></a><span class="footnote-mark"><a -href="#fn2x3" id="fn2x3-bk"><sup class="textsuperscript">2.2</sup></a></span><a - id="x1-17025f2"></a>. + id="dx1-18024"></a><span class="footnote-mark"><a +href="#fn3x3" id="fn3x3-bk"><sup class="textsuperscript">2.3</sup></a></span><a + id="x1-18025f3"></a>. You can test whether this option has been set or not using - <!--l. 2539--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + <!--l. 2679--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\ifglsucmark</span><span class="cmtt-9"> </span></span><a - id="dx1-17030"></a> <span + id="dx1-18030"></a> <span class="cmtt-10">\ifglsucmark </span>⟨<span class="cmitt-10">true part</span>⟩<span class="cmtt-10">\else </span>⟨<span class="cmitt-10">false part</span>⟩<span class="cmtt-10">\fi </span></div><hr> - </p><!--l. 2541--><p class="noindent" > + </p><!--l. 2681--><p class="noindent" > For example: </p> - <div class="verbatim" id="verbatim-39"> + <div class="verbatim" id="verbatim-42"> \renewcommand{\glsglossarymark}[1]{%  <br />  \ifglsucmark  <br />    \markright{\MakeTextUppercase{#1}}% @@ -5104,57 +5388,57 @@ class="cmtt-10">\fi </span></div><hr>  <br />    \markright{#1}%  <br />  \fi} </div> - <!--l. 2550--><p class="nopar" > If <span + <!--l. 2690--><p class="nopar" > If <span class="cmss-10">memoir</span><a - id="dx1-17031"></a> has been loaded and <span + id="dx1-18031"></a> has been loaded and <span class="cmss-10">ucfirst</span><a - id="dx1-17032"></a> is set, then <span + id="dx1-18032"></a> is set, then <span class="cmss-10">memoir</span><a - id="dx1-17033"></a>’s <span + id="dx1-18033"></a>’s <span class="cmtt-10">\memUChead</span><a - id="dx1-17034"></a> is + id="dx1-18034"></a> is used. </p></dd><dt class="description"> <span class="cmssbx-10">numberedsection</span><a - id="dx1-17035"></a> </dt><dd + id="dx1-18035"></a> </dt><dd class="description">The glossaries are placed in unnumbered sectional units by default, but this can be changed using <span class="cmss-10">numberedsection</span><a - id="dx1-17036"></a>. This option can take one of the + id="dx1-18036"></a>. This option can take one of the following values: <ul class="itemize1"> <li class="itemize"><span class="cmss-10">false</span><a - id="dx1-17037"></a>: no number, i.e. use starred form of sectioning command + id="dx1-18037"></a>: no number, i.e. use starred form of sectioning command (e.g. <span class="cmtt-10">\chapter* </span>or <span class="cmtt-10">\section*</span>); </li> <li class="itemize"><span class="cmss-10">nolabel</span><a - id="dx1-17038"></a>: use a numbered section, i.e. the unstarred form of sectioning + id="dx1-18038"></a>: use a numbered section, i.e. the unstarred form of sectioning command (e.g. <span class="cmtt-10">\chapter </span>or <span class="cmtt-10">\section</span>), but the section not labelled; </li> <li class="itemize"><span class="cmss-10">autolabel</span><a - id="dx1-17039"></a>: numbered with automatic labelling. Each glossary uses + id="dx1-18039"></a>: numbered with automatic labelling. Each glossary uses the unstarred form of a sectioning command (e.g. <span class="cmtt-10">\chapter </span>or <span class="cmtt-10">\section</span>) and is assigned a label (via <span class="cmtt-10">\label</span><a - id="dx1-17040"></a>). The label is formed + id="dx1-18040"></a>). The label is formed from - <!--l. 2571--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + <!--l. 2711--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsautoprefix</span><span class="cmtt-9"> </span></span><a - id="dx1-17041"></a> <span + id="dx1-18041"></a> <span class="cmtt-10">\glsautoprefix </span>⟨<span class="cmitt-10">type</span>⟩ </div><hr> - </p><!--l. 2573--><p class="noindent" > + </p><!--l. 2713--><p class="noindent" > where ⟨<span class="cmti-10">type</span>⟩ is the label identifying that glossary. The default value of <span @@ -5164,193 +5448,193 @@ class="cmss-10">glossaries</span> </p> - <div class="verbatim" id="verbatim-40"> + <div class="verbatim" id="verbatim-43"> \usepackage[section,numberedsection=autolabel]  <br />  {glossaries} </div> - <!--l. 2581--><p class="nopar" > then each glossary will appear in a numbered section, and can be + <!--l. 2721--><p class="nopar" > then each glossary will appear in a numbered section, and can be referenced using something like: </p> - <div class="verbatim" id="verbatim-41"> + <div class="verbatim" id="verbatim-44"> The main glossary is in section~\ref{main} and  <br />the list of acronyms is in section~\ref{acronym}. </div> - <!--l. 2587--><p class="nopar" > If you can’t decide whether to have the acronyms in the main glossary or a + <!--l. 2727--><p class="nopar" > If you can’t decide whether to have the acronyms in the main glossary or a separate list of acronyms, you can use <span class="cmtt-10">\acronymtype</span><a - id="dx1-17042"></a> which is set to <span + id="dx1-18042"></a> which is set to <span class="cmtt-10">main </span>if the <span class="cmss-10">acronym</span><a - id="dx1-17043"></a> option is not used and is set to <span + id="dx1-18043"></a> option is not used and is set to <span class="cmtt-10">acronym </span>if the <span class="cmss-10">acronym</span><a - id="dx1-17044"></a> option + id="dx1-18044"></a> option is used. For example: </p> - <div class="verbatim" id="verbatim-42"> + <div class="verbatim" id="verbatim-45"> The list of acronyms is in section~\ref{\acronymtype}. </div> - <!--l. 2595--><p class="nopar" > You can redefine the prefix if the default label clashes with another label in + <!--l. 2735--><p class="nopar" > You can redefine the prefix if the default label clashes with another label in your document. For example: </p> - <div class="verbatim" id="verbatim-43"> + <div class="verbatim" id="verbatim-46"> \renewcommand*{\glsautoprefix}{glo:} </div> - <!--l. 2601--><p class="nopar" > will add <span + <!--l. 2741--><p class="nopar" > will add <span class="cmtt-10">glo: </span>to the automatically generated label, so you can then, for example, refer to the list of acronyms as follows: </p> - <div class="verbatim" id="verbatim-44"> + <div class="verbatim" id="verbatim-47"> The list of acronyms is in  <br />section~\ref{glo:\acronymtype}. </div> - <!--l. 2607--><p class="nopar" > Or, if you are undecided on a prefix: + <!--l. 2747--><p class="nopar" > Or, if you are undecided on a prefix: </p> - <div class="verbatim" id="verbatim-45"> + <div class="verbatim" id="verbatim-48"> The list of acronyms is in  <br />section~\ref{\glsautoprefix\acronymtype}. </div> - <!--l. 2612--><p class="nopar" > + <!--l. 2752--><p class="nopar" > </p></li> <li class="itemize"><span class="cmss-10">nameref</span><a - id="dx1-17045"></a>: this is like <span + id="dx1-18045"></a>: this is like <span class="cmss-10">autolabel</span><a - id="dx1-17046"></a> but uses an unnumbered sectioning command + id="dx1-18046"></a> but uses an unnumbered sectioning command (e.g. <span class="cmtt-10">\chapter*</span><a - id="dx1-17047"></a> or <span + id="dx1-18047"></a> or <span class="cmtt-10">\section*</span><a - id="dx1-17048"></a>). It’s designed for use with the <span + id="dx1-18048"></a>). It’s designed for use with the <span class="cmss-10">nameref</span><a - id="dx1-17049"></a> + id="dx1-18049"></a> package. For example: - <div class="verbatim" id="verbatim-46"> + <div class="verbatim" id="verbatim-49"> \usepackage{nameref}  <br />\usepackage[numberedsection=nameref]{glossaries} </div> - <!--l. 2621--><p class="nopar" > Now <span class="obeylines-h"><span class="verb"><span + <!--l. 2761--><p class="nopar" > Now <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\nameref{main}</span></span></span> will display the (TOC) section title associated with the <span class="cmtt-10">main </span>glossary. As above, you can redefine <span class="cmtt-10">\glsautoprefix </span>to provide a prefix for the label.</p></li></ul> </dd></dl> -<!--l. 2629--><p class="noindent" > +<!--l. 2769--><p class="noindent" > </p> -<!--l. 2629--><p class="noindent" ><a +<!--l. 2769--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">2.3 </span> <a id="glossaryappearanceoptions"></a>Glossary Appearance Options</h3> <dl class="description"><dt class="description"> <span class="cmssbx-10">entrycounter</span><a - id="dx1-18001"></a> </dt><dd + id="dx1-19001"></a> </dt><dd class="description">This is a boolean option. (Default is <span class="cmss-10">entrycounter=false</span><a - id="dx1-18002"></a>.) + id="dx1-19002"></a>.) If set, each main (level 0) glossary entry will be numbered when using the standard glossary styles. This option creates the counter <span class="marginpar"><span class="cmtt-9">glossaryentry</span><span class="cmtt-9"> </span></span><a - id="dx1-18003"></a><a - id="dx1-18004"></a><span + id="dx1-19003"></a><a + id="dx1-19004"></a><span class="cmss-10">glossaryentry</span>. - <!--l. 2639--><p class="noindent" >If you use this option, you can reference the entry number within the document + <!--l. 2779--><p class="noindent" >If you use this option, you can reference the entry number within the document using - </p><!--l. 2641--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + </p><!--l. 2781--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsrefentry</span><span class="cmtt-9"> </span></span><a - id="dx1-18005"></a> <span + id="dx1-19005"></a> <span class="cmtt-10">\glsrefentry{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> - </p><!--l. 2643--><p class="noindent" > + </p><!--l. 2783--><p class="noindent" > where ⟨<span class="cmti-10">label</span>⟩ is the label associated with that glossary entry. - </p><!--l. 2646--><p class="noindent" ><div class="important" title="Important Note"> If you use <span + </p><!--l. 2786--><p class="noindent" ><div class="important" title="Important Note"> If you use <span class="cmtt-10">\glsrefentry</span>, you must run <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> twice after creating the glossary files using <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-18006"></a></a>, <a + id="dx1-19006"></a></a>, <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-18007"></a></a> or <a + id="dx1-19007"></a></a> or <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-18008"></a></a> to ensure the + id="dx1-19008"></a></a> to ensure the cross-references are up-to-date. </div> - </p><!--l. 2651--><p class="noindent" > + </p><!--l. 2791--><p class="noindent" > </p></dd><dt class="description"> <span class="cmssbx-10">counterwithin</span><a - id="dx1-18009"></a> </dt><dd + id="dx1-19009"></a> </dt><dd class="description">This is a ⟨<span class="cmti-10">key</span>⟩=⟨<span class="cmti-10">value</span>⟩ option where ⟨<span class="cmti-10">value</span>⟩ is the name of a counter. If used, this option will automatically set <span class="cmss-10">entrycounter=true</span><a - id="dx1-18010"></a> and the <span + id="dx1-19010"></a> and the <span class="cmss-10">glossaryentry</span><a - id="dx1-18011"></a> + id="dx1-19011"></a> counter will be reset every time ⟨<span class="cmti-10">value</span>⟩ is incremented. - <!--l. 2660--><p class="noindent" ><div class="important" title="Important Note"> The <span + <!--l. 2800--><p class="noindent" ><div class="important" title="Important Note"> The <span class="cmss-10">glossaryentry</span><a - id="dx1-18012"></a> counter isn’t automatically reset at the start of each glossary, + id="dx1-19012"></a> counter isn’t automatically reset at the start of each glossary, except when glossary section numbering is on and the counter used by <span class="cmss-10">counterwithin</span><a - id="dx1-18013"></a> is the same as the counter used in the glossary’s sectioning + id="dx1-19013"></a> is the same as the counter used in the glossary’s sectioning command. </div> - </p><!--l. 2665--><p class="noindent" > + </p><!--l. 2805--><p class="noindent" > - </p><!--l. 2667--><p class="noindent" >If you want the counter reset at the start of each glossary, you can redefine + </p><!--l. 2807--><p class="noindent" >If you want the counter reset at the start of each glossary, you can redefine <span class="cmtt-10">\glossarypreamble</span><a - id="dx1-18014"></a> to use - </p><!--l. 2669--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + id="dx1-19014"></a> to use + </p><!--l. 2809--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsresetentrycounter</span><span class="cmtt-9"> </span></span><a - id="dx1-18015"></a> <span + id="dx1-19015"></a> <span class="cmtt-10">\glsresetentrycounter </span></div><hr> - </p><!--l. 2671--><p class="noindent" > + </p><!--l. 2811--><p class="noindent" > which sets <span class="cmss-10">glossaryentry</span><a - id="dx1-18016"></a> to zero: + id="dx1-19016"></a> to zero: </p> - <div class="verbatim" id="verbatim-47"> + <div class="verbatim" id="verbatim-50"> \renewcommand{\glossarypreamble}{%  <br />  \glsresetentrycounter  <br />} </div> - <!--l. 2677--><p class="nopar" > or if you are using <span + <!--l. 2817--><p class="nopar" > or if you are using <span class="cmtt-10">\setglossarypreamble</span><a - id="dx1-18017"></a>, add it to each glossary preamble, as + id="dx1-19017"></a>, add it to each glossary preamble, as required. For example: </p> - <div class="verbatim" id="verbatim-48"> + <div class="verbatim" id="verbatim-51"> \setglossarypreamble[acronym]{%  <br />  \glsresetentrycounter  <br />  The preamble text here for the list of acronyms. @@ -5360,28 +5644,28 @@ class="cmtt-10">\setglossarypreamble</span><a  <br />  The preamble text here for the main glossary.  <br />} </div> - <!--l. 2689--><p class="nopar" > + <!--l. 2829--><p class="nopar" > </p></dd><dt class="description"> <span class="cmssbx-10">subentrycounter</span><a - id="dx1-18018"></a> </dt><dd + id="dx1-19018"></a> </dt><dd class="description">This is a boolean option. (Default is <span class="cmss-10">subentrycounter=false</span><a - id="dx1-18019"></a>.) If set, + id="dx1-19019"></a>.) If set, each level 1 glossary entry will be numbered when using the standard glossary styles. This option creates the counter <span class="marginpar"><span class="cmtt-9">glossarysubentry</span><span class="cmtt-9"> </span></span><a - id="dx1-18020"></a><a - id="dx1-18021"></a><span + id="dx1-19020"></a><a + id="dx1-19021"></a><span class="cmss-10">glossarysubentry</span>. The counter is reset with each main (level 0) entry. Note that this package option is independent of <span class="cmss-10">entrycounter</span><a - id="dx1-18022"></a>. You can reference the number within the document + id="dx1-19022"></a>. You can reference the number within the document using <span class="cmtt-10">\glsrefentry</span><a - id="dx1-18023"></a><span + id="dx1-19023"></a><span class="cmtt-10">{</span>⟨<span class="cmti-10">label</span>⟩<span class="cmtt-10">} </span>where ⟨<span @@ -5390,28 +5674,28 @@ class="cmti-10">label</span>⟩ is the label associated with the </dd><dt class="description"> <span class="cmssbx-10">style</span><a - id="dx1-18024"></a> </dt><dd + id="dx1-19024"></a> </dt><dd class="description">This is a ⟨<span class="cmti-10">key</span>⟩=⟨<span class="cmti-10">value</span>⟩ option. (Default is <span class="cmss-10">style=list</span><a - id="dx1-18025"></a>.) Its value should be the name + id="dx1-19025"></a>.) Its value should be the name of the glossary style to use. This key may only be used for styles defined in <span class="cmss-10">glossary-list</span><a - id="dx1-18026"></a>, <span + id="dx1-19026"></a>, <span class="cmss-10">glossary-long</span><a - id="dx1-18027"></a>, <span + id="dx1-19027"></a>, <span class="cmss-10">glossary-super</span><a - id="dx1-18028"></a> or <span + id="dx1-19028"></a> or <span class="cmss-10">glossary-tree</span><a - id="dx1-18029"></a>. Alternatively, you can + id="dx1-19029"></a>. Alternatively, you can set the style using - <!--l. 2709--><p class="noindent" ><hr><div title="Definition"><span + <!--l. 2849--><p class="noindent" ><hr><div title="Definition"><span class="cmtt-10">\setglossarystyle{</span>⟨<span class="cmitt-10">style name</span>⟩<span class="cmtt-10">} </span></div><hr> - </p><!--l. 2710--><p class="noindent" > + </p><!--l. 2850--><p class="noindent" > (See <a href="#sec:styles"><span class="cmsy-10">§</span>15 </a><a @@ -5419,112 +5703,112 @@ href="#sec:styles">Glossary Styles<!--tex4ht:ref: sec:styles --></a> for further </p></dd><dt class="description"> <span class="cmssbx-10">nolong</span><a - id="dx1-18030"></a> </dt><dd + id="dx1-19030"></a> </dt><dd class="description">This prevents the <span class="cmss-10">glossaries </span>package from automatically loading <span class="cmss-10">glossary-long</span><a - id="dx1-18031"></a> + id="dx1-19031"></a> (which means that the <span class="cmss-10">longtable</span><a - id="dx1-18032"></a> package also won’t be loaded). This reduces + id="dx1-19032"></a> package also won’t be loaded). This reduces overhead by not defining unwanted styles and commands. Note that if you use this option, you won’t be able to use any of the glossary styles defined in the <span class="cmss-10">glossary-long </span>package (unless you explicitly load <span class="cmss-10">glossary-long</span><a - id="dx1-18033"></a>). + id="dx1-19033"></a>). </dd><dt class="description"> <span class="cmssbx-10">nosuper</span><a - id="dx1-18034"></a> </dt><dd + id="dx1-19034"></a> </dt><dd class="description">This prevents the <span class="cmss-10">glossaries </span>package from automatically loading <span class="cmss-10">glossary-super</span><a - id="dx1-18035"></a> + id="dx1-19035"></a> (which means that the <span class="cmss-10">supertabular</span><a - id="dx1-18036"></a> package also won’t be loaded). This reduces + id="dx1-19036"></a> package also won’t be loaded). This reduces overhead by not defining unwanted styles and commands. Note that if you use this option, you won’t be able to use any of the glossary styles defined in the <span class="cmss-10">glossary-super </span>package (unless you explicitly load <span class="cmss-10">glossary-super</span><a - id="dx1-18037"></a>). + id="dx1-19037"></a>). </dd><dt class="description"> <span class="cmssbx-10">nolist</span><a - id="dx1-18038"></a> </dt><dd + id="dx1-19038"></a> </dt><dd class="description">This prevents the <span class="cmss-10">glossaries </span>package from automatically loading <span class="cmss-10">glossary-list</span><a - id="dx1-18039"></a>. + id="dx1-19039"></a>. This reduces overhead by not defining unwanted styles. Note that if you use this option, you won’t be able to use any of the glossary styles defined in the <span class="cmss-10">glossary-list </span>package (unless you explicitly load <span class="cmss-10">glossary-list</span><a - id="dx1-18040"></a>). Note that since the + id="dx1-19040"></a>). Note that since the default style is <span class="cmss-10">list</span><a - id="dx1-18041"></a>, you will also need to use the <span + id="dx1-19041"></a>, you will also need to use the <span class="cmss-10">style</span><a - id="dx1-18042"></a> option to set the style to + id="dx1-19042"></a> option to set the style to something else. </dd><dt class="description"> <span class="cmssbx-10">notree</span><a - id="dx1-18043"></a> </dt><dd + id="dx1-19043"></a> </dt><dd class="description">This prevents the <span class="cmss-10">glossaries </span>package from automatically loading <span class="cmss-10">glossary-tree</span><a - id="dx1-18044"></a>. + id="dx1-19044"></a>. This reduces overhead by not defining unwanted styles. Note that if you use this option, you won’t be able to use any of the glossary styles defined in the <span class="cmss-10">glossary-tree </span>package (unless you explicitly load <span class="cmss-10">glossary-tree</span><a - id="dx1-18045"></a>). + id="dx1-19045"></a>). </dd><dt class="description"> <span class="cmssbx-10">nostyles</span><a - id="dx1-18046"></a> </dt><dd + id="dx1-19046"></a> </dt><dd class="description">This prevents all the predefined styles from being loaded. If you use this option, you need to load a glossary style package (such as <span class="cmss-10">glossary-mcols</span><a - id="dx1-18047"></a>). Also if + id="dx1-19047"></a>). Also if you use this option, you can’t use the <span class="cmss-10">style</span><a - id="dx1-18048"></a> package option. Instead you must + id="dx1-19048"></a> package option. Instead you must either use <span class="cmtt-10">\setglossarystyle</span><a - id="dx1-18049"></a><span + id="dx1-19049"></a><span class="cmtt-10">{</span>⟨<span class="cmti-10">style</span>⟩<span class="cmtt-10">} </span>or the <span class="cmss-10">style</span><a - id="dx1-18050"></a> key in the optional argument + id="dx1-19050"></a> key in the optional argument to <span class="cmtt-10">\printglossary</span><a - id="dx1-18051"></a>. Example: + id="dx1-19051"></a>. Example: - <div class="verbatim" id="verbatim-49"> + <div class="verbatim" id="verbatim-52"> \usepackage[nostyles]{glossaries}  <br />\usepackage{glossary-mcols}  <br />\setglossarystyle{mcoltree} </div> - <!--l. 2757--><p class="nopar" > + <!--l. 2897--><p class="nopar" > </p></dd><dt class="description"> <span class="cmssbx-10">nonumberlist</span><a - id="dx1-18052"></a> </dt><dd + id="dx1-19052"></a> </dt><dd class="description">This option will suppress the associated <a href="#glo:numberlist">number list<a - id="dx1-18053"></a>s</a> in the glossaries + id="dx1-19053"></a>s</a> in the glossaries (see also <a href="#sec:numberlists"><span class="cmsy-10">§</span>5 </a><a @@ -5532,27 +5816,27 @@ href="#sec:numberlists">Number lists<!--tex4ht:ref: sec:numberlists --></a>). </dd><dt class="description"> <span class="cmssbx-10">seeautonumberlist</span><a - id="dx1-18054"></a> </dt><dd + id="dx1-19054"></a> </dt><dd class="description">If you suppress the <a href="#glo:numberlist">number list<a - id="dx1-18055"></a>s</a> with <span + id="dx1-19055"></a>s</a> with <span class="cmss-10">nonumberlist</span><a - id="dx1-18056"></a>, described + id="dx1-19056"></a>, described above, this will also suppress any cross-referencing information supplied by the <span class="cmss-10">see</span><a - id="dx1-18057"></a> key in <span + id="dx1-19057"></a> key in <span class="cmtt-10">\newglossaryentry</span><a - id="dx1-18058"></a> or <span + id="dx1-19058"></a> or <span class="cmtt-10">\glssee</span><a - id="dx1-18059"></a>. If you use <span + id="dx1-19059"></a>. If you use <span class="cmss-10">seeautonumberlist</span><a - id="dx1-18060"></a>, the <span + id="dx1-19060"></a>, the <span class="cmss-10">see</span><a - id="dx1-18061"></a> + id="dx1-19061"></a> key will automatically implement <span class="cmss-10">nonumberlist=false</span><a - id="dx1-18062"></a> for that entry. (Note this + id="dx1-19062"></a> for that entry. (Note this doesn’t affect <span class="cmtt-10">\glssee</span>.) For further details see <a href="#sec:crossref"><span @@ -5562,15 +5846,15 @@ href="#sec:crossref">Cross-Referencing </dd><dt class="description"> <span class="cmssbx-10">counter</span><a - id="dx1-18063"></a> </dt><dd + id="dx1-19063"></a> </dt><dd class="description">This is a ⟨<span class="cmti-10">key</span>⟩=⟨<span class="cmti-10">value</span>⟩ option. (Default is <span class="cmss-10">counter=page</span><a - id="dx1-18064"></a>.) The value should be + id="dx1-19064"></a>.) The value should be the name of the default counter to use in the <a href="#glo:numberlist">number list<a - id="dx1-18065"></a>s</a> (see <a + id="dx1-19065"></a>s</a> (see <a href="#sec:numberlists"><span class="cmsy-10">§</span>5 </a><a href="#sec:numberlists">Number @@ -5578,18 +5862,18 @@ href="#sec:numberlists">Number </dd><dt class="description"> <span class="cmssbx-10">nopostdot</span><a - id="dx1-18066"></a> </dt><dd + id="dx1-19066"></a> </dt><dd class="description">This is a boolean option. If no value is specified, <span class="cmtt-10">true </span>is assumed. When set to <span class="cmtt-10">true</span>, this option suppresses the default post description dot used by some of the predefined styles. The default setting is <span class="cmss-10">nopostdot=false</span><a - id="dx1-18067"></a>. + id="dx1-19067"></a>. </dd><dt class="description"> <span class="cmssbx-10">nogroupskip</span><a - id="dx1-18068"></a> </dt><dd + id="dx1-19068"></a> </dt><dd class="description">This is a boolean option. If no value is specified, <span class="cmtt-10">true </span>is assumed. When set to <span @@ -5597,11 +5881,11 @@ class="cmtt-10">true</span>, this option suppresses the default vertical gap bet groups used by some of the predefined styles. The default setting is <span class="cmss-10">nogroupskip=false</span><a - id="dx1-18069"></a>. + id="dx1-19069"></a>. </dd></dl> -<!--l. 2791--><p class="noindent" > +<!--l. 2931--><p class="noindent" > </p> -<!--l. 2791--><p class="noindent" ><a +<!--l. 2931--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">2.4 </span> <a id="sortingoptions"></a>Sorting Options</h3> @@ -5609,7 +5893,7 @@ href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span cla <dl class="description"><dt class="description"> <span class="cmssbx-10">sort</span><a - id="dx1-19001"></a> </dt><dd + id="dx1-20001"></a> </dt><dd class="description">If you use Options <a href="#option2">2</a> or <a href="#option3">3</a>, this package option is the only way of specifying @@ -5617,19 +5901,19 @@ href="#option3">3</a>, this package option is the only way of specifying href="#option1">Option 1</a> allows you to specify sort methods for individual glossaries via the <span class="cmss-10">sort</span><a - id="dx1-19002"></a> key in the optional argument of + id="dx1-20002"></a> key in the optional argument of <span class="cmtt-10">\printnoidxglossary</span><a - id="dx1-19003"></a>. If you have multiple glossaries in your document + id="dx1-20003"></a>. If you have multiple glossaries in your document and you are using <a href="#option1">Option 1</a>, only use the package options <span class="cmss-10">sort=def</span><a - id="dx1-19004"></a> or + id="dx1-20004"></a> or <span class="cmss-10">sort=use</span><a - id="dx1-19005"></a> if you want to set this sort method for <span + id="dx1-20005"></a> if you want to set this sort method for <span class="cmti-10">all </span>your glossaries. - <!--l. 2805--><p class="noindent" >This is a ⟨<span + <!--l. 2945--><p class="noindent" >This is a ⟨<span class="cmti-10">key</span>⟩=⟨<span class="cmti-10">value</span>⟩ option where ⟨<span class="cmti-10">value</span>⟩ may be one of the following: @@ -5637,62 +5921,70 @@ class="cmti-10">value</span>⟩ may be one of the following: <ul class="itemize1"> <li class="itemize"><span class="cmss-10">standard</span><a - id="dx1-19006"></a> : entries are sorted according to the value of the <span + id="dx1-20006"></a> : entries are sorted according to the value of the <span class="cmss-10">sort</span><a - id="dx1-19007"></a> key + id="dx1-20007"></a> key used in <span class="cmtt-10">\newglossaryentry</span><a - id="dx1-19008"></a> (if present) or the <span + id="dx1-20008"></a> (if present) or the <span class="cmss-10">name</span><a - id="dx1-19009"></a> key (if <span + id="dx1-20009"></a> key (if <span class="cmss-10">sort</span><a - id="dx1-19010"></a> key + id="dx1-20010"></a> key is missing); </li> <li class="itemize"><span class="cmss-10">def</span><a - id="dx1-19011"></a> : entries are sorted in the order in which they were defined (the + id="dx1-20011"></a> : entries are sorted in the order in which they were defined (the <span class="cmss-10">sort</span><a - id="dx1-19012"></a> key in <span + id="dx1-20012"></a> key in <span class="cmtt-10">\newglossaryentry </span>is ignored); </li> <li class="itemize"><span class="cmss-10">use</span><a - id="dx1-19013"></a> : entries are sorted according to the order in which they are used + id="dx1-20013"></a> : entries are sorted according to the order in which they are used in the document (the <span class="cmss-10">sort</span><a - id="dx1-19014"></a> key in <span + id="dx1-20014"></a> key in <span class="cmtt-10">\newglossaryentry </span>is ignored). - <!--l. 2821--><p class="noindent" >Both <span + <!--l. 2961--><p class="noindent" >Both <span class="cmss-10">sort=def</span><a - id="dx1-19015"></a> and <span + id="dx1-20015"></a> and <span class="cmss-10">sort=use</span><a - id="dx1-19016"></a> set the sort key to a six digit number + id="dx1-20016"></a> set the sort key to a six digit number via - </p><!--l. 2823--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + </p><!--l. 2963--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glssortnumberfmt</span><span class="cmtt-9"> </span></span><a - id="dx1-19017"></a> <span + id="dx1-20017"></a> <span class="cmtt-10">\glssortnumberfmt{</span>⟨<span class="cmitt-10">number</span>⟩<span class="cmtt-10">} </span></div><hr> - </p><!--l. 2825--><p class="noindent" > + </p><!--l. 2965--><p class="noindent" > (padded with leading zeros, where necessary). This can be redefined, if required, before the entries are defined (in the case of <span class="cmss-10">sort=def</span><a - id="dx1-19018"></a>) or before + id="dx1-20018"></a>) or before the entries are used (in the case of <span class="cmss-10">sort=use</span><a - id="dx1-19019"></a>).</p></li></ul> - <!--l. 2832--><p class="noindent" >The default is <span + id="dx1-20019"></a>).</p></li></ul> + <!--l. 2971--><p class="noindent" >Note that the group styles (such as <span +class="cmss-10">listgroup</span><a + id="dx1-20020"></a>) are incompatible with the <span +class="cmss-10">sort=use</span><a + id="dx1-20021"></a> + and <span +class="cmss-10">sort=def</span><a + id="dx1-20022"></a> options. + </p><!--l. 2975--><p class="noindent" >The default is <span class="cmss-10">sort=standard</span><a - id="dx1-19020"></a>. When the standard sort option is in use, you can + id="dx1-20023"></a>. When the standard sort option is in use, you can hook into the sort mechanism by redefining: - </p><!--l. 2835--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + </p><!--l. 2978--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsprestandardsort</span><span class="cmtt-9"> </span></span><a - id="dx1-19021"></a> <span + id="dx1-20024"></a> <span class="cmtt-10">\glsprestandardsort{</span>⟨<span class="cmitt-10">sort cs</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -5701,39 +5993,41 @@ class="cmtt-10">}{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}</span> </div><hr> - </p><!--l. 2837--><p class="noindent" > + </p><!--l. 2980--><p class="noindent" > where ⟨<span class="cmti-10">sort cs</span>⟩ is a temporary control sequence that stores the sort value (which was either explicitly set via the <span class="cmss-10">sort</span><a - id="dx1-19022"></a> key or implicitly set via the <span + id="dx1-20025"></a> key or implicitly set via the <span class="cmss-10">name</span><a - id="dx1-19023"></a> key) + id="dx1-20026"></a> key) before any escaping of the <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-19024"></a></a>/<a + id="dx1-20027"></a></a>/<a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-19025"></a></a> special characters is performed. By + id="dx1-20028"></a></a> special characters is performed. By default <span class="cmtt-10">\glsprestandardsort </span>just does: - </p><!--l. 2843--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + </p><!--l. 2986--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsdosanitizesort</span><span class="cmtt-9"> </span></span><a - id="dx1-19026"></a> <span + id="dx1-20029"></a> <span class="cmtt-10">\glsdosanitizesort </span></div><hr> - </p><!--l. 2845--><p class="noindent" > + </p><!--l. 2988--><p class="noindent" > which <a href="#glo:sanitize">sanitize<a - id="dx1-19027"></a>s</a> ⟨<span + id="dx1-20030"></a>s</a> ⟨<span class="cmti-10">sort cs</span>⟩ if the <span class="cmss-10">sanitizesort</span><a - id="dx1-19028"></a> package option is set (or does nothing if + id="dx1-20031"></a> package option is set (or does nothing if the package option <span class="cmss-10">sanitizesort=false</span><a - id="dx1-19029"></a> is used). - </p><!--l. 2850--><p class="noindent" >The other arguments, ⟨<span + id="dx1-20032"></a> is used). + + + </p><!--l. 2993--><p class="noindent" >The other arguments, ⟨<span class="cmti-10">type</span>⟩ and ⟨<span class="cmti-10">label</span>⟩, are the glossary type and the entry label for the current entry. Note that ⟨<span @@ -5742,27 +6036,25 @@ class="cmti-10">type</span>⟩ will always be a control class="cmti-10">label</span>⟩ will be in the form used in the first argument of <span class="cmtt-10">\newglossaryentry</span><a - id="dx1-19030"></a>. - - - </p><!--l. 2855--><p class="noindent" ><div class="important" title="Important Note"> Redefining <span + id="dx1-20033"></a>. + </p><!--l. 2998--><p class="noindent" ><div class="important" title="Important Note"> Redefining <span class="cmtt-10">\glsprestandardsort </span>won’t affect any entries that have already been defined and will have no effect at all if you are using <span class="cmss-10">sort=def</span><a - id="dx1-19031"></a> or <span + id="dx1-20034"></a> or <span class="cmss-10">sort=use</span><a - id="dx1-19032"></a>. + id="dx1-20035"></a>. </div> - </p><!--l. 2859--><p class="noindent" > + </p><!--l. 3002--><p class="noindent" > <a - id="x1-19033r1"></a> - </p><!--l. 2861--><p class="noindent" ><span + id="x1-20036r1"></a> + </p><!--l. 3004--><p class="noindent" ><span class="cmbx-12">Example 1</span><span class="cmbx-12"> (Mixing Alphabetical and Order of Definition</span> <span class="cmbx-12">Sorting)</span><a - id="x1-19034"></a> - </p><!--l. 2862--><p class="noindent" >Suppose I have three glossaries: <span + id="x1-20037"></a> + </p><!--l. 3005--><p class="noindent" >Suppose I have three glossaries: <span class="cmtt-10">main</span>, <span class="cmtt-10">acronym </span>and <span class="cmtt-10">notation</span>, and let’s suppose @@ -5771,29 +6063,29 @@ class="cmtt-10">main </span>and <span class="cmtt-10">acronym </span>glossaries to be sorted alphabetically, but the <span class="cmtt-10">notation </span>type should be sorted in order of definition. - </p><!--l. 2868--><p class="noindent" >For <a + </p><!--l. 3011--><p class="noindent" >For <a href="#option1">Option 1</a>, I just need to set the <span class="cmss-10">sort</span><a - id="dx1-19035"></a> key in the optional argument of + id="dx1-20038"></a> key in the optional argument of <span class="cmtt-10">\printnoidxglossary</span><a - id="dx1-19036"></a>: + id="dx1-20039"></a>: </p> - <div class="verbatim" id="verbatim-50"> + <div class="verbatim" id="verbatim-53"> \printnoidxglossary[sort=word]  <br />\printnoidxglossary[type=acronym,sort=word]  <br />\printnoidxglossary[type=notation,sort=def] </div> - <!--l. 2874--><p class="nopar" > - </p><!--l. 2876--><p class="noindent" >For Options <a + <!--l. 3017--><p class="nopar" > + </p><!--l. 3019--><p class="noindent" >For Options <a href="#option2">2</a> or <a href="#option3">3</a>, I can set the sort to <span class="cmtt-10">standard </span>(which is the default, but can be explicitly set via the package option <span class="cmss-10">sort=standard</span><a - id="dx1-19037"></a>), and I can either define all + id="dx1-20040"></a>), and I can either define all my <span class="cmtt-10">main </span>and <span class="cmtt-10">acronym </span>entries, then redefine <span @@ -5808,22 +6100,22 @@ class="cmtt-10">\glsprestandardsort </span>to check for the glossary class="cmti-10">sort cs</span>⟩ if ⟨<span class="cmti-10">type</span>⟩ is <span class="cmtt-10">notation</span>. - </p><!--l. 2886--><p class="noindent" >The first option can be achieved as follows: + </p><!--l. 3029--><p class="noindent" >The first option can be achieved as follows: </p> - <div class="verbatim" id="verbatim-51"> + <div class="verbatim" id="verbatim-54"> \newcounter{sortcount}  <br />\renewcommand{\glsprestandardsort}[3]{%  <br />  \stepcounter{sortcount}%  <br />  \edef#1{\glssortnumberfmt{\arabic{sortcount}}}%  <br />} </div> - <!--l. 2894--><p class="nopar" > The second option can be achieved as follows: + <!--l. 3037--><p class="nopar" > The second option can be achieved as follows: </p> - <div class="verbatim" id="verbatim-52"> + <div class="verbatim" id="verbatim-55"> \newcounter{sortcount}  <br />\renewcommand{\glsprestandardsort}[3]{%  <br />  \ifdefstring{#2}{notation}% @@ -5836,26 +6128,26 @@ class="cmtt-10">notation</span>.  <br />  }%  <br />} </div> - <!--l. 2909--><p class="nopar" > (<span + <!--l. 3052--><p class="nopar" > (<span class="cmtt-10">\ifdefstring </span>is defined by the <span class="cmss-10">etoolbox</span><a - id="dx1-19038"></a> package.) For a complete document, + id="dx1-20041"></a> package.) For a complete document, see the sample file <a -href="#x1-5096r30"><span +href="#x1-5100r34"><span class="cmtt-10">sampleSort.tex</span></a>. </p> <div class="center" > -<!--l. 2912--><p class="noindent" > -</p><!--l. 2912--><p class="noindent" >____________________________</p></div> +<!--l. 3055--><p class="noindent" > +</p><!--l. 3055--><p class="noindent" >____________________________</p></div> <a - id="x1-19039r2"></a> - <!--l. 2914--><p class="noindent" ><span + id="x1-20042r2"></a> + <!--l. 3057--><p class="noindent" ><span class="cmbx-12">Example 2</span><span class="cmbx-12"> (Customizing Standard Sort (Options 2 or</span> <span class="cmbx-12">3))</span><a - id="x1-19040"></a> - </p><!--l. 2915--><p class="noindent" >Suppose you want a glossary of people and you want the names listed as + id="x1-20043"></a> + </p><!--l. 3058--><p class="noindent" >Suppose you want a glossary of people and you want the names listed as ⟨<span class="cmti-10">first-name</span>⟩ ⟨<span class="cmti-10">surname</span>⟩ in the glossary, but you want the names sorted by @@ -5869,28 +6161,28 @@ class="cmtt-10">}{</span>⟨<span class="cmti-10">surname</span>⟩<span class="cmtt-10">} </span>that you can use in the <span class="cmss-10">name</span><a - id="dx1-19041"></a> key when you define + id="dx1-20044"></a> key when you define the entry, but hook into the standard sort mechanism to temporarily redefine <span class="cmtt-10">\name </span>while the sort value is being set. - </p><!--l. 2924--><p class="noindent" >First, define two commands to set the person’s name: + </p><!--l. 3067--><p class="noindent" >First, define two commands to set the person’s name: </p> - <div class="verbatim" id="verbatim-53"> + <div class="verbatim" id="verbatim-56"> \newcommand{\sortname}[2]{#2, #1}  <br />\newcommand{\textname}[2]{#1 #2} </div> - <!--l. 2928--><p class="nopar" > and <span + <!--l. 3071--><p class="nopar" > and <span class="cmtt-10">\name </span>needs to be initialised to <span class="cmtt-10">\textname</span>: </p> - <div class="verbatim" id="verbatim-54"> + <div class="verbatim" id="verbatim-57"> \let\name\textname </div> - <!--l. 2932--><p class="nopar" > Now redefine <span + <!--l. 3075--><p class="nopar" > Now redefine <span class="cmtt-10">\glsprestandardsort </span>so that it temporarily sets <span class="cmtt-10">\name </span>to <span @@ -5903,7 +6195,7 @@ class="cmti-10">surname</span>⟩ in the text: </p> - <div class="verbatim" id="verbatim-55"> + <div class="verbatim" id="verbatim-58"> \renewcommand{\glsprestandardsort}[3]{%  <br /> \let\name\sortname  <br /> \edef#1{\expandafter\expandonce\expandafter{#1}}% @@ -5911,146 +6203,146 @@ class="cmti-10">surname</span>⟩ in the text:  <br /> \glsdosanitizesort  <br />} </div> - <!--l. 2944--><p class="nopar" > (The somewhat complicate use of <span + <!--l. 3087--><p class="nopar" > (The somewhat complicate use of <span class="cmtt-10">\expandafter </span>etc helps to protect fragile commands, but care is still needed.) - </p><!--l. 2948--><p class="noindent" >Now the entries can be defined: + </p><!--l. 3091--><p class="noindent" >Now the entries can be defined: </p> - <div class="verbatim" id="verbatim-56"> + <div class="verbatim" id="verbatim-59"> \newglossaryentry{joebloggs}{name={\name{Joe}{Bloggs}},  <br />  description={some information about Joe Bloggs}}  <br />\newglossaryentry{johnsmith}{name={\name{John}{Smith}},  <br />  description={some information about John Smith}} </div> - <!--l. 2955--><p class="nopar" > For a complete document, see the sample file <a -href="#x1-5095r29"><span + <!--l. 3098--><p class="nopar" > For a complete document, see the sample file <a +href="#x1-5099r33"><span class="cmtt-10">samplePeople.tex</span></a>. </p> <div class="center" > -<!--l. 2957--><p class="noindent" > -</p><!--l. 2957--><p class="noindent" >____________________________</p></div> +<!--l. 3100--><p class="noindent" > +</p><!--l. 3100--><p class="noindent" >____________________________</p></div> </dd><dt class="description"> <span class="cmssbx-10">order</span><a - id="dx1-19042"></a> </dt><dd + id="dx1-20045"></a> </dt><dd class="description">This may take two values: <span class="cmss-10">word</span><a - id="dx1-19043"></a> or <span + id="dx1-20046"></a> or <span class="cmss-10">letter</span><a - id="dx1-19044"></a>. The default is word ordering. - <!--l. 2963--><p class="noindent" ><div class="important" title="Important Note"> Note that the <span + id="dx1-20047"></a>. The default is word ordering. + <!--l. 3106--><p class="noindent" ><div class="important" title="Important Note"> Note that the <span class="cmss-10">order</span><a - id="dx1-19045"></a> option has no effect if you don’t use <a + id="dx1-20048"></a> option has no effect if you don’t use <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-19046"></a></a>. + id="dx1-20049"></a></a>. </div> - </p><!--l. 2966--><p class="noindent" > - </p><!--l. 2968--><p class="noindent" >If you use <a + </p><!--l. 3109--><p class="noindent" > + </p><!--l. 3111--><p class="noindent" >If you use <a href="#option1">Option 1</a>, this setting will be used if you use <span class="cmss-10">sort</span><a - id="dx1-19047"></a><span + id="dx1-20050"></a><span class="cmtt-10">=standard </span>in the optional argument of <span class="cmtt-10">\printnoidxglossary</span><a - id="dx1-19048"></a>: + id="dx1-20051"></a>: </p> - <div class="verbatim" id="verbatim-57"> + <div class="verbatim" id="verbatim-60"> \printnoidxglossary[sort=standard] </div> - <!--l. 2973--><p class="nopar" > Alternatively, you can specify the order for individual glossaries: + <!--l. 3116--><p class="nopar" > Alternatively, you can specify the order for individual glossaries: </p> - <div class="verbatim" id="verbatim-58"> + <div class="verbatim" id="verbatim-61"> \printnoidxglossary[sort=word]  <br />\printnoidxglossary[type=acronym,sort=letter] </div> - <!--l. 2978--><p class="nopar" > + <!--l. 3121--><p class="nopar" > </p></dd><dt class="description"> <span class="cmssbx-10">makeindex</span><a - id="dx1-19049"></a> </dt><dd + id="dx1-20052"></a> </dt><dd class="description">(<a href="#option2">Option 2</a>) The glossary information and indexing style file will be written in <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-19050"></a></a> format. If you use <a + id="dx1-20053"></a></a> format. If you use <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-19051"></a></a>, it will automatically + id="dx1-20054"></a></a>, it will automatically detect that it needs to call <span class="cmtt-10">makeindex</span><a - id="dx1-19052"></a>. If you don’t use <span + id="dx1-20055"></a>. If you don’t use <span class="cmtt-10">makeglossaries</span><a - id="dx1-19053"></a>, you + id="dx1-20056"></a>, you need to remember to use <span class="cmtt-10">makeindex</span><a - id="dx1-19054"></a> not <a + id="dx1-20057"></a> not <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-19055"></a></a>. The indexing style file will been + id="dx1-20058"></a></a>. The indexing style file will been given a <span class="cmtt-10">.ist</span><a - id="dx1-19056"></a> extension. - <!--l. 2988--><p class="noindent" >You may omit this package option if you are using <a + id="dx1-20059"></a> extension. + <!--l. 3131--><p class="noindent" >You may omit this package option if you are using <a href="#option2">Option 2</a> as this is the default. It’s available in case you need to override the effect of an earlier occurrence of <span class="cmss-10">xindy</span><a - id="dx1-19057"></a> in the package option list. + id="dx1-20060"></a> in the package option list. </p></dd><dt class="description"> <span class="cmssbx-10">xindy</span><a - id="dx1-19058"></a> </dt><dd + id="dx1-20061"></a> </dt><dd class="description">(<a href="#option3">Option 3</a>) The glossary information and indexing style file will be written in <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-19059"></a></a> format. If you use <a + id="dx1-20062"></a></a> format. If you use <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-19060"></a></a>, it will automatically detect that it + id="dx1-20063"></a></a>, it will automatically detect that it needs to call <span class="cmtt-10">xindy</span><a - id="dx1-19061"></a>. If you don’t use <span + id="dx1-20064"></a>. If you don’t use <span class="cmtt-10">makeglossaries</span><a - id="dx1-19062"></a>, you need to remember to + id="dx1-20065"></a>, you need to remember to use <span class="cmtt-10">xindy</span><a - id="dx1-19063"></a> not <a + id="dx1-20066"></a> not <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-19064"></a></a>. The indexing style file will been given a <span + id="dx1-20067"></a></a>. The indexing style file will been given a <span class="cmtt-10">.xdy</span><a - id="dx1-19065"></a> + id="dx1-20068"></a> extension. - <!--l. 2999--><p class="noindent" >This package option may additionally have a value that is a ⟨<span + <!--l. 3142--><p class="noindent" >This package option may additionally have a value that is a ⟨<span class="cmti-10">key</span>⟩=⟨<span class="cmti-10">value</span>⟩ comma-separated list to override the language and codepage. For example: </p> - <div class="verbatim" id="verbatim-59"> + <div class="verbatim" id="verbatim-62"> \usepackage[xindy={language=english,codepage=utf8}]  <br />  {glossaries} </div> - <!--l. 3005--><p class="nopar" > You can also specify whether you want a number group in the glossary. This + <!--l. 3148--><p class="nopar" > You can also specify whether you want a number group in the glossary. This defaults to true, but can be suppressed. For example: </p> - <div class="verbatim" id="verbatim-60"> + <div class="verbatim" id="verbatim-63"> \usepackage[xindy={glsnumbers=false}]{glossaries} </div> - <!--l. 3010--><p class="nopar" > If no value is supplied to this package option (either simply writing <span + <!--l. 3153--><p class="nopar" > If no value is supplied to this package option (either simply writing <span class="cmtt-10">xindy </span>or writing <span class="obeylines-h"><span class="verb"><span class="cmtt-10">xindy={}</span></span></span>) then the language, codepage and number group settings are @@ -6060,32 +6352,32 @@ class="cmsy-10">§</span>11 </a><a href="#sec:xindy">Xindy (Option 3)<!--tex4ht:ref: sec:xindy --></a> for further details on using <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-19066"></a></a> with the + id="dx1-20069"></a></a> with the <span class="cmss-10">glossaries </span>package. </p></dd><dt class="description"> <span class="cmssbx-10">xindygloss</span><a - id="dx1-19067"></a> </dt><dd + id="dx1-20070"></a> </dt><dd class="description">(<a href="#option3">Option 3</a>) This is equivalent to <span class="obeylines-h"><span class="verb"><span class="cmtt-10">xindy={}</span></span></span> (that is, the <span class="cmss-10">xindy</span><a - id="dx1-19068"></a> option + id="dx1-20071"></a> option without any value supplied) and may be used as a document class option. The language and code page can be set via <span class="cmtt-10">\GlsSetXdyLanguage</span><a - id="dx1-19069"></a> and + id="dx1-20072"></a> and <span class="cmtt-10">\GlsSetXdyCodePage</span><a - id="dx1-19070"></a> (see <a + id="dx1-20073"></a> (see <a href="#sec:langenc"><span class="cmsy-10">§</span>11.1 </a><a href="#sec:langenc">Language and Encodings<!--tex4ht:ref: sec:langenc --></a>.) </dd><dt class="description"> <span class="cmssbx-10">xindynoglsnumbers</span><a - id="dx1-19071"></a> </dt><dd + id="dx1-20074"></a> </dt><dd class="description">(<a href="#option3">Option 3</a>) This is equivalent to <span class="obeylines-h"><span class="verb"><span class="cmtt-10">xindy={glsnumbers=false}</span></span></span> @@ -6093,100 +6385,100 @@ class="cmtt-10">xindy={glsnumbers=false}</span></span></span> </dd><dt class="description"> <span class="cmssbx-10">automake</span><a - id="dx1-19072"></a> </dt><dd + id="dx1-20075"></a> </dt><dd class="description">This is a boolean option (new to version 4.08) that will attempt to run <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-19073"></a></a> or <a + id="dx1-20076"></a></a> or <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-19074"></a></a> using <span class="TEX">T<span + id="dx1-20077"></a></a> using <span class="TEX">T<span class="E">E</span>X</span>’s <span class="cmtt-10">\write18</span><a - id="dx1-19075"></a> mechanism at the end of the + id="dx1-20078"></a> mechanism at the end of the document. Since this mechanism can be a security risk, some <span class="TEX">T<span class="E">E</span>X</span> distributions disable it completely, in which case this option won’t have an effect. (If this option doesn’t appear to work, search the log file for “runsystem” and see if it is followed by “enabled” or “disabled”.) - <!--l. 3036--><p class="noindent" >Some distributions allow <span + <!--l. 3179--><p class="noindent" >Some distributions allow <span class="cmtt-10">\write18 </span>in a restricted mode. This mode has a limited number of trusted applications, which usually includes <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-19076"></a></a> but may not include <a + id="dx1-20079"></a></a> but may not include <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-19077"></a></a>. So if you have the restricted mode + id="dx1-20080"></a></a>. So if you have the restricted mode on, <span class="cmss-10">automake</span><a - id="dx1-19078"></a> should work with <span + id="dx1-20081"></a> should work with <span class="cmtt-10">makeindex</span><a - id="dx1-19079"></a> but may not work with + id="dx1-20082"></a> but may not work with <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-19080"></a></a>. - </p><!--l. 3042--><p class="noindent" >However even in unrestricted mode this option may not work with <span + id="dx1-20083"></a></a>. + </p><!--l. 3185--><p class="noindent" >However even in unrestricted mode this option may not work with <span class="cmtt-10">xindy</span><a - id="dx1-19081"></a> as + id="dx1-20084"></a> as <span class="cmtt-10">xindy</span><a - id="dx1-19082"></a> uses language names that don’t always correspond with <span + id="dx1-20085"></a> uses language names that don’t always correspond with <span class="cmtt-10">\babel</span><a - id="dx1-19083"></a>’s + id="dx1-20086"></a>’s language names. (The <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-19084"></a></a> script applies mappings to assist you.) + id="dx1-20087"></a></a> script applies mappings to assist you.) Note that you still need at least two <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> runs to ensure the document is up-to-date with this setting. - </p><!--l. 3049--><p class="noindent" >Since this package option attempts to run the <a + </p><!--l. 3192--><p class="noindent" >Since this package option attempts to run the <a href="#glo:indexingapp">indexing application</a> on every <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> run, its use should be considered a last resort for those who can’t work out how to incorporate the indexing application into their document build. The default value for this option is <span class="cmss-10">automake=false</span><a - id="dx1-19085"></a>. + id="dx1-20088"></a>. </p> </dd></dl> -<!--l. 3057--><p class="noindent" > +<!--l. 3200--><p class="noindent" > </p> -<!--l. 3057--><p class="noindent" ><a +<!--l. 3200--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">2.5 </span> <a id="acronymoptions"></a>Acronym Options</h3> <dl class="description"><dt class="description"> <span class="cmssbx-10">acronym</span><a - id="dx1-20001"></a> </dt><dd + id="dx1-21001"></a> </dt><dd class="description">This creates a new glossary with the label <span class="cmtt-10">acronym</span>. This is equivalent to: - <div class="verbatim" id="verbatim-61"> + <div class="verbatim" id="verbatim-64"> \newglossary[alg]{acronym}{acr}{acn}{\acronymname} </div> - <!--l. 3065--><p class="nopar" > It will also define - </p><!--l. 3067--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + <!--l. 3208--><p class="nopar" > It will also define + </p><!--l. 3210--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\printacronyms</span><span class="cmtt-9"> </span></span><a - id="dx1-20002"></a> <span + id="dx1-21002"></a> <span class="cmtt-10">\printacronyms[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">] </span></div><hr> - </p><!--l. 3069--><p class="noindent" > + </p><!--l. 3212--><p class="noindent" > that’s equivalent to </p><div class="alltt"> <div class="obeylines-v"> <span class="cmtt-10">\printglossary</span><a - id="dx1-20003"></a><span + id="dx1-21003"></a><span class="cmtt-10">[type=acronym,</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]</span> @@ -6194,110 +6486,112 @@ class="cmtt-10">]</span> </div> (unless that command is already defined before the beginning of the document or the package option <span class="cmss-10">compatible-3.07</span><a - id="dx1-20004"></a> is used). - <!--l. 3077--><p class="noindent" >If you are using <a + id="dx1-21004"></a> is used). + <!--l. 3220--><p class="noindent" >If you are using <a href="#option1">Option 1</a>, you need to use </p><div class="alltt"> <div class="obeylines-v"> <span class="cmtt-10">\printnoidxglossary</span><a - id="dx1-20005"></a><span + id="dx1-21005"></a><span class="cmtt-10">[type=acronym,</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]</span> </div> </div> to display the list of acronyms. - <!--l. 3083--><p class="noindent" >If the <span + <!--l. 3226--><p class="noindent" >If the <span class="cmss-10">acronym</span><a - id="dx1-20006"></a> package option is used, <span + id="dx1-21006"></a> package option is used, <span class="cmtt-10">\acronymtype</span><a - id="dx1-20007"></a> is set to <span + id="dx1-21007"></a> is set to <span class="cmtt-10">acronym </span>otherwise it is set to <span class="cmtt-10">main</span>.<span class="footnote-mark"><a -href="#fn3x3" id="fn3x3-bk"><sup class="textsuperscript">2.3</sup></a></span><a - id="x1-20008f3"></a> +href="#fn4x3" id="fn4x3-bk"><sup class="textsuperscript">2.4</sup></a></span><a + id="x1-21008f4"></a> Entries that are defined using <span class="cmtt-10">\newacronym</span><a - id="dx1-20014"></a> are placed in the glossary whose + id="dx1-21014"></a> are placed in the glossary whose label is given by <span class="cmtt-10">\acronymtype</span><a - id="dx1-20015"></a>, unless another glossary is explicitly + id="dx1-21015"></a>, unless another glossary is explicitly specified. - </p><!--l. 3093--><p class="noindent" ><div class="important" title="Important Note"> Remember to use the <span + </p><!--l. 3236--><p class="noindent" ><div class="important" title="Important Note"> Remember to use the <span class="cmss-10">nomain</span><a - id="dx1-20016"></a> package option if you’re only interested in using + id="dx1-21016"></a> package option if you’re only interested in using this <span -class="cmtt-10">acronym </span>glossary. </div> - </p><!--l. 3096--><p class="noindent" > +class="cmtt-10">acronym </span>glossary. (That is, you don’t intend to use the <span +class="cmtt-10">main </span>glossary.) + </div> + </p><!--l. 3240--><p class="noindent" > </p></dd><dt class="description"> <span class="cmssbx-10">acronyms</span><a - id="dx1-20017"></a> </dt><dd + id="dx1-21017"></a> </dt><dd class="description">This is equivalent to <span class="cmss-10">acronym=true</span><a - id="dx1-20018"></a> and may be used in the document class + id="dx1-21018"></a> and may be used in the document class option list. </dd><dt class="description"> <span class="cmssbx-10">acronymlists</span><a - id="dx1-20019"></a> </dt><dd + id="dx1-21019"></a> </dt><dd class="description">By default, only the <span class="cmtt-10">\acronymtype </span>glossary is considered to be a list of acronyms. If you have other lists of acronyms, you can specify them as a comma-separated list in the value of <span class="cmss-10">acronymlists</span><a - id="dx1-20020"></a>. For example, if you use the + id="dx1-21020"></a>. For example, if you use the <span class="cmss-10">acronym</span><a - id="dx1-20021"></a> package option but you also want the <span + id="dx1-21021"></a> package option but you also want the <span class="cmtt-10">main </span>glossary to also contain a list of acronyms, you can do: - <div class="verbatim" id="verbatim-62"> + <div class="verbatim" id="verbatim-65"> \usepackage[acronym,acronymlists={main}]{glossaries} </div> - <!--l. 3110--><p class="nopar" > No check is performed to determine if the listed glossaries exist, so you can add + <!--l. 3254--><p class="nopar" > No check is performed to determine if the listed glossaries exist, so you can add glossaries you haven’t defined yet. For example: </p> - <div class="verbatim" id="verbatim-63"> + <div class="verbatim" id="verbatim-66"> \usepackage[acronym,acronymlists={main,acronym2}]  <br />  {glossaries}  <br />\newglossary[alg2]{acronym2}{acr2}{acn2}%  <br />  {Statistical Acronyms} </div> - <!--l. 3118--><p class="nopar" > You can use - </p><!--l. 3120--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + <!--l. 3262--><p class="nopar" > You can use + </p><!--l. 3264--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\DeclareAcronymList</span><span class="cmtt-9"> </span></span><a - id="dx1-20022"></a> <span + id="dx1-21022"></a> <span class="cmtt-10">\DeclareAcronymList{</span>⟨<span class="cmitt-10">list</span>⟩<span class="cmtt-10">} </span></div><hr> - </p><!--l. 3122--><p class="noindent" > + </p><!--l. 3266--><p class="noindent" > instead of or in addition to the <span class="cmss-10">acronymlists</span><a - id="dx1-20023"></a> option. This will add the + id="dx1-21023"></a> option. This will add the glossaries given in ⟨<span class="cmti-10">list</span>⟩ to the list of glossaries that are identified as lists of acronyms. To replace the list of acronym lists with a new list use: - </p><!--l. 3127--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + </p><!--l. 3271--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\SetAcronymLists</span><span class="cmtt-9"> </span></span><a - id="dx1-20024"></a> <span + id="dx1-21024"></a> <span class="cmtt-10">\SetAcronymLists{</span>⟨<span class="cmitt-10">list</span>⟩<span class="cmtt-10">} </span></div><hr> - </p><!--l. 3129--><p class="noindent" > - </p><!--l. 3131--><p class="noindent" >You can determine if a glossary has been identified as being a list of acronyms + </p><!--l. 3273--><p class="noindent" > + </p><!--l. 3275--><p class="noindent" >You can determine if a glossary has been identified as being a list of acronyms using: - </p><!--l. 3133--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + </p><!--l. 3277--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsIfListOfAcronyms</span><span class="cmtt-9"> </span></span><a - id="dx1-20025"></a> <span + id="dx1-21025"></a> <span class="cmtt-10">\glsIfListOfAcronyms{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -6307,406 +6601,411 @@ class="cmitt-10">false</span> <span class="cmitt-10">part</span>⟩<span class="cmtt-10">} </span></div><hr> - </p><!--l. 3135--><p class="noindent" > + </p><!--l. 3279--><p class="noindent" > </p></dd><dt class="description"> <span class="cmssbx-10">shortcuts</span><a - id="dx1-20026"></a> </dt><dd + id="dx1-21026"></a> </dt><dd class="description">This option provides shortcut commands for acronyms. See <a href="#sec:acronyms"><span -class="cmsy-10">§</span>13 </a><a -href="#sec:acronyms">Acronyms<!--tex4ht:ref: sec:acronyms --></a> - for further details. Alternatively you can use: - <!--l. 3140--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span +class="cmsy-10">§</span>13 + </a><a +href="#sec:acronyms">Acronyms and Other Abbreviations<!--tex4ht:ref: sec:acronyms --></a> for further details. Alternatively you can + use: + <!--l. 3284--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\DefineAcronymShortcuts</span><span class="cmtt-9"> </span></span><a - id="dx1-20027"></a> <span + id="dx1-21027"></a> <span class="cmtt-10">\DefineAcronymShortcuts </span></div><hr> - </p><!--l. 3142--><p class="noindent" > + </p><!--l. 3286--><p class="noindent" > </p></dd></dl> -<!--l. 3145--><p class="noindent" > +<!--l. 3289--><p class="noindent" > </p> -<!--l. 3145--><p class="noindent" ><a +<!--l. 3289--><p class="noindent" ><a href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">2.5.1 </span> <a id="deprecatedacronymstyleoptions"></a>Deprecated Acronym Style Options</h4> -<!--l. 3148--><p class="noindent" >The package options listed in this section are now deprecated but are kept for +<!--l. 3292--><p class="noindent" >The package options listed in this section are now deprecated but are kept for backward-compatibility. Use <span class="cmtt-10">\setacronymstyle</span><a - id="dx1-21001"></a> instead. See <a + id="dx1-22001"></a> instead. See <a href="#sec:acronyms"><span class="cmsy-10">§</span>13 </a><a -href="#sec:acronyms">Acronyms<!--tex4ht:ref: sec:acronyms --></a> for further -details. +href="#sec:acronyms">Acronyms and Other +Abbreviations<!--tex4ht:ref: sec:acronyms --></a> for further details. </p><dl class="description"><dt class="description"> <span class="cmssbx-10">description</span><a - id="dx1-21002"></a> </dt><dd + id="dx1-22002"></a> </dt><dd class="description">This option changes the definition of <span class="cmtt-10">\newacronym</span><a - id="dx1-21003"></a> to allow a description. + id="dx1-22003"></a> to allow a description. This option may be replaced by - <div class="verbatim" id="verbatim-64"> + <div class="verbatim" id="verbatim-67"> \setacronymstyle{long-short-desc} </div> - <!--l. 3158--><p class="nopar" > or (with <span + <!--l. 3302--><p class="nopar" > or (with <span class="cmss-10">smallcaps</span><a - id="dx1-21004"></a>) + id="dx1-22004"></a>) </p> - <div class="verbatim" id="verbatim-65"> + <div class="verbatim" id="verbatim-68"> \setacronymstyle{long-sc-short-desc} </div> - <!--l. 3162--><p class="nopar" > or (with <span + <!--l. 3306--><p class="nopar" > or (with <span class="cmss-10">smaller</span><a - id="dx1-21005"></a>) + id="dx1-22005"></a>) </p> - <div class="verbatim" id="verbatim-66"> + <div class="verbatim" id="verbatim-69"> \setacronymstyle{long-sm-short-desc} </div> - <!--l. 3166--><p class="nopar" > or (with <span + <!--l. 3310--><p class="nopar" > or (with <span class="cmss-10">footnote</span><a - id="dx1-21006"></a>) + id="dx1-22006"></a>) </p> - <div class="verbatim" id="verbatim-67"> + <div class="verbatim" id="verbatim-70"> \setacronymstyle{footnote-desc} </div> - <!--l. 3170--><p class="nopar" > or (with <span + <!--l. 3314--><p class="nopar" > or (with <span class="cmss-10">footnote</span><a - id="dx1-21007"></a> and <span + id="dx1-22007"></a> and <span class="cmss-10">smallcaps</span><a - id="dx1-21008"></a>) + id="dx1-22008"></a>) </p> - <div class="verbatim" id="verbatim-68"> + <div class="verbatim" id="verbatim-71"> \setacronymstyle{footnote-sc-desc} </div> - <!--l. 3174--><p class="nopar" > or (with <span + <!--l. 3318--><p class="nopar" > or (with <span class="cmss-10">footnote</span><a - id="dx1-21009"></a> and <span + id="dx1-22009"></a> and <span class="cmss-10">smaller</span><a - id="dx1-21010"></a>) + id="dx1-22010"></a>) </p> - <div class="verbatim" id="verbatim-69"> + <div class="verbatim" id="verbatim-72"> \setacronymstyle{footnote-sm-desc} </div> - <!--l. 3178--><p class="nopar" > or (with <span + <!--l. 3322--><p class="nopar" > or (with <span class="cmss-10">dua</span><a - id="dx1-21011"></a>) + id="dx1-22011"></a>) </p> - <div class="verbatim" id="verbatim-70"> + <div class="verbatim" id="verbatim-73"> \setacronymstyle{dua-desc} </div> - <!--l. 3182--><p class="nopar" > + <!--l. 3326--><p class="nopar" > </p></dd><dt class="description"> <span class="cmssbx-10">smallcaps</span><a - id="dx1-21012"></a> </dt><dd + id="dx1-22012"></a> </dt><dd class="description">This option changes the definition of <span class="cmtt-10">\newacronym</span><a - id="dx1-21013"></a> and the way that + id="dx1-22013"></a> and the way that acronyms are displayed. This option may be replaced by: - <div class="verbatim" id="verbatim-71"> + <div class="verbatim" id="verbatim-74"> \setacronymstyle{long-sc-short} </div> - <!--l. 3189--><p class="nopar" > or (with <span + <!--l. 3333--><p class="nopar" > or (with <span class="cmss-10">description</span><a - id="dx1-21014"></a>) + id="dx1-22014"></a>) </p> - <div class="verbatim" id="verbatim-72"> + <div class="verbatim" id="verbatim-75"> \setacronymstyle{long-sc-short-desc} </div> - <!--l. 3193--><p class="nopar" > or (with <span + <!--l. 3337--><p class="nopar" > or (with <span class="cmss-10">description</span><a - id="dx1-21015"></a> and <span + id="dx1-22015"></a> and <span class="cmss-10">footnote</span><a - id="dx1-21016"></a>) + id="dx1-22016"></a>) </p> - <div class="verbatim" id="verbatim-73"> + <div class="verbatim" id="verbatim-76"> \setacronymstyle{footnote-sc-desc} </div> - <!--l. 3197--><p class="nopar" > + <!--l. 3341--><p class="nopar" > </p></dd><dt class="description"> <span class="cmssbx-10">smaller</span><a - id="dx1-21017"></a> </dt><dd + id="dx1-22017"></a> </dt><dd class="description">This option changes the definition of <span class="cmtt-10">\newacronym</span><a - id="dx1-21018"></a> and the way that + id="dx1-22018"></a> and the way that acronyms are displayed. - <!--l. 3201--><p class="noindent" ><div class="important" title="Important Note"> If you use this option, you will need to include the <span + <!--l. 3345--><p class="noindent" ><div class="important" title="Important Note"> If you use this option, you will need to include the <span class="cmss-10">relsize</span><a - id="dx1-21019"></a> package or otherwise + id="dx1-22019"></a> package or otherwise define <span class="cmtt-10">\textsmaller</span><a - id="dx1-21020"></a> or redefine <span + id="dx1-22020"></a> or redefine <span class="cmtt-10">\acronymfont</span><a - id="dx1-21021"></a>. </div> - </p><!--l. 3205--><p class="noindent" > + id="dx1-22021"></a>. </div> + </p><!--l. 3349--><p class="noindent" > This option may be replaced by: </p> - <div class="verbatim" id="verbatim-74"> + <div class="verbatim" id="verbatim-77"> \setacronymstyle{long-sm-short} </div> - <!--l. 3209--><p class="nopar" > or (with <span + <!--l. 3353--><p class="nopar" > or (with <span class="cmss-10">description</span><a - id="dx1-21022"></a>) + id="dx1-22022"></a>) </p> - <div class="verbatim" id="verbatim-75"> + <div class="verbatim" id="verbatim-78"> \setacronymstyle{long-sm-short-desc} </div> - <!--l. 3213--><p class="nopar" > or (with <span + <!--l. 3357--><p class="nopar" > or (with <span class="cmss-10">description</span><a - id="dx1-21023"></a> and <span + id="dx1-22023"></a> and <span class="cmss-10">footnote</span><a - id="dx1-21024"></a>) + id="dx1-22024"></a>) </p> - <div class="verbatim" id="verbatim-76"> + <div class="verbatim" id="verbatim-79"> \setacronymstyle{footnote-sm-desc} </div> - <!--l. 3217--><p class="nopar" > + <!--l. 3361--><p class="nopar" > </p></dd><dt class="description"> <span class="cmssbx-10">footnote</span><a - id="dx1-21025"></a> </dt><dd + id="dx1-22025"></a> </dt><dd class="description">This option changes the definition of <span class="cmtt-10">\newacronym</span><a - id="dx1-21026"></a> and the way that + id="dx1-22026"></a> and the way that acronyms are displayed. This option may be replaced by: - <div class="verbatim" id="verbatim-77"> + <div class="verbatim" id="verbatim-80"> \setacronymstyle{footnote} </div> - <!--l. 3224--><p class="nopar" > or (with <span + <!--l. 3368--><p class="nopar" > or (with <span class="cmss-10">smallcaps</span><a - id="dx1-21027"></a>) + id="dx1-22027"></a>) </p> - <div class="verbatim" id="verbatim-78"> + <div class="verbatim" id="verbatim-81"> \setacronymstyle{footnote-sc} </div> - <!--l. 3228--><p class="nopar" > or (with <span + <!--l. 3372--><p class="nopar" > or (with <span class="cmss-10">smaller</span><a - id="dx1-21028"></a>) + id="dx1-22028"></a>) </p> - <div class="verbatim" id="verbatim-79"> + <div class="verbatim" id="verbatim-82"> \setacronymstyle{footnote-sm} </div> - <!--l. 3232--><p class="nopar" > or (with <span + <!--l. 3376--><p class="nopar" > or (with <span class="cmss-10">description</span><a - id="dx1-21029"></a>) + id="dx1-22029"></a>) </p> - <div class="verbatim" id="verbatim-80"> + <div class="verbatim" id="verbatim-83"> \setacronymstyle{footnote-desc} </div> - <!--l. 3236--><p class="nopar" > or (with <span + <!--l. 3380--><p class="nopar" > or (with <span class="cmss-10">smallcaps</span><a - id="dx1-21030"></a> and <span + id="dx1-22030"></a> and <span class="cmss-10">description</span><a - id="dx1-21031"></a>) + id="dx1-22031"></a>) </p> - <div class="verbatim" id="verbatim-81"> + <div class="verbatim" id="verbatim-84"> \setacronymstyle{footnote-sc-desc} </div> - <!--l. 3240--><p class="nopar" > or (with <span + <!--l. 3384--><p class="nopar" > or (with <span class="cmss-10">smaller</span><a - id="dx1-21032"></a> and <span + id="dx1-22032"></a> and <span class="cmss-10">description</span><a - id="dx1-21033"></a>) + id="dx1-22033"></a>) </p> - <div class="verbatim" id="verbatim-82"> + <div class="verbatim" id="verbatim-85"> \setacronymstyle{footnote-sm-desc} </div> - <!--l. 3244--><p class="nopar" > + <!--l. 3388--><p class="nopar" > </p></dd><dt class="description"> <span class="cmssbx-10">dua</span><a - id="dx1-21034"></a> </dt><dd + id="dx1-22034"></a> </dt><dd class="description">This option changes the definition of <span class="cmtt-10">\newacronym</span><a - id="dx1-21035"></a> so that acronyms are always + id="dx1-22035"></a> so that acronyms are always expanded. This option may be replaced by: - <div class="verbatim" id="verbatim-83"> + <div class="verbatim" id="verbatim-86"> \setacronymstyle{dua} </div> - <!--l. 3252--><p class="nopar" > or (with <span + <!--l. 3396--><p class="nopar" > or (with <span class="cmss-10">description</span><a - id="dx1-21036"></a>) + id="dx1-22036"></a>) </p> - <div class="verbatim" id="verbatim-84"> + <div class="verbatim" id="verbatim-87"> \setacronymstyle{dua-desc} </div> - <!--l. 3256--><p class="nopar" > + <!--l. 3400--><p class="nopar" > </p> </dd></dl> -<!--l. 3260--><p class="noindent" > +<!--l. 3404--><p class="noindent" > </p> -<!--l. 3260--><p class="noindent" ><a +<!--l. 3404--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">2.6 </span> <a id="otheroptions"></a>Other Options</h3> -<!--l. 3263--><p class="noindent" >Other available options that don’t fit any of the above categories are: +<!--l. 3407--><p class="noindent" >Other available options that don’t fit any of the above categories are: </p><dl class="description"><dt class="description"> <span class="cmssbx-10">symbols</span><a - id="dx1-22001"></a> </dt><dd + id="dx1-23001"></a> </dt><dd class="description">This option defines a new glossary type with the label <span class="cmtt-10">symbols</span> via - <div class="verbatim" id="verbatim-85"> + <div class="verbatim" id="verbatim-88"> \newglossary[slg]{symbols}{sls}{slo}{\glssymbolsgroupname} </div> - <!--l. 3270--><p class="nopar" > It also defines - </p><!--l. 3272--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + <!--l. 3414--><p class="nopar" > It also defines + </p><!--l. 3416--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\printsymbols</span><span class="cmtt-9"> </span></span><a - id="dx1-22002"></a> <span + id="dx1-23002"></a> <span class="cmtt-10">\printsymbols[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">] </span></div><hr> - </p><!--l. 3274--><p class="noindent" > + </p><!--l. 3418--><p class="noindent" > which is a synonym for </p><div class="alltt"> <div class="obeylines-v"> <span class="cmtt-10">\printglossary</span><a - id="dx1-22003"></a><span + id="dx1-23003"></a><span class="cmtt-10">[type=symbols,</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]</span> </div> </div> - <!--l. 3280--><p class="noindent" >If you use <a + <!--l. 3424--><p class="noindent" >If you use <a href="#option1">Option 1</a>, you need to use: </p><div class="alltt"> <div class="obeylines-v"> <span class="cmtt-10">\printnoidxglossary</span><a - id="dx1-22004"></a><span + id="dx1-23004"></a><span class="cmtt-10">[type=symbols,</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]</span> </div> </div> to display the list of symbols. - <!--l. 3286--><p class="noindent" ><div class="important" title="Important Note"> Remember to use the <span + <!--l. 3430--><p class="noindent" ><div class="important" title="Important Note"> Remember to use the <span class="cmss-10">nomain</span><a - id="dx1-22005"></a> package option if you’re only interested in using - this <span -class="cmtt-10">symbols </span>glossary. </div> - </p><!--l. 3289--><p class="noindent" > + id="dx1-23005"></a> package option if you’re only interested in + using this <span +class="cmtt-10">symbols </span>glossary and don’t intend to use the <span +class="cmtt-10">main </span>glossary. + </div> + </p><!--l. 3434--><p class="noindent" > </p></dd><dt class="description"> <span class="cmssbx-10">numbers</span><a - id="dx1-22006"></a> </dt><dd + id="dx1-23006"></a> </dt><dd class="description">This option defines a new glossary type with the label <span class="cmtt-10">numbers</span> via - <div class="verbatim" id="verbatim-86"> + <div class="verbatim" id="verbatim-89"> \newglossary[nlg]{numbers}{nls}{nlo}{\glsnumbersgroupname} </div> - <!--l. 3295--><p class="nopar" > It also defines - </p><!--l. 3297--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + <!--l. 3440--><p class="nopar" > It also defines + </p><!--l. 3442--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\printnumbers</span><span class="cmtt-9"> </span></span><a - id="dx1-22007"></a> <span + id="dx1-23007"></a> <span class="cmtt-10">\printnumbers[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">] </span></div><hr> - </p><!--l. 3299--><p class="noindent" > + </p><!--l. 3444--><p class="noindent" > which is a synonym for </p><div class="alltt"> <div class="obeylines-v"> <span class="cmtt-10">\printglossary</span><a - id="dx1-22008"></a><span + id="dx1-23008"></a><span class="cmtt-10">[type=numbers,</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]</span> </div> </div> - <!--l. 3305--><p class="noindent" >If you use <a + <!--l. 3450--><p class="noindent" >If you use <a href="#option1">Option 1</a>, you need to use: </p><div class="alltt"> <div class="obeylines-v"> <span class="cmtt-10">\printnoidxglossary</span><a - id="dx1-22009"></a><span + id="dx1-23009"></a><span class="cmtt-10">[type=numbers,</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]</span> </div> </div> to display the list of numbers. - <!--l. 3311--><p class="noindent" ><div class="important" title="Important Note"> Remember to use the <span + <!--l. 3456--><p class="noindent" ><div class="important" title="Important Note"> Remember to use the <span class="cmss-10">nomain</span><a - id="dx1-22010"></a> package option if you’re only interested in using - this <span -class="cmtt-10">numbers </span>glossary. </div> - </p><!--l. 3314--><p class="noindent" > + id="dx1-23010"></a> package option if you’re only interested in + using this <span +class="cmtt-10">numbers </span>glossary and don’t intend to use the <span +class="cmtt-10">main </span>glossary. + </div> + </p><!--l. 3460--><p class="noindent" > </p></dd><dt class="description"> <span class="cmssbx-10">index</span><a - id="dx1-22011"></a> </dt><dd + id="dx1-23011"></a> </dt><dd class="description">This option defines a new glossary type with the label <span class="cmtt-10">index </span>via - <div class="verbatim" id="verbatim-87"> + <div class="verbatim" id="verbatim-90"> \newglossary[ilg]{index}{ind}{idx}{\indexname}% </div> - <!--l. 3320--><p class="nopar" > It also defines - </p><!--l. 3322--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + <!--l. 3466--><p class="nopar" > It also defines + </p><!--l. 3468--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\newterm</span><span class="cmtt-9"> </span></span><a - id="dx1-22012"></a> <span + id="dx1-23012"></a> <span class="cmtt-10">\newterm[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span class="cmitt-10">term</span>⟩<span class="cmtt-10">} </span></div><hr> - </p><!--l. 3324--><p class="noindent" > + </p><!--l. 3470--><p class="noindent" > which is a synonym for </p><div class="alltt"> <div class="obeylines-v"> <span class="cmtt-10">\newglossaryentry</span><a - id="dx1-22013"></a><span + id="dx1-23013"></a><span class="cmtt-10">{</span>⟨<span class="cmitt-10">term</span>⟩<span class="cmtt-10">}[type=index,name={</span>⟨<span @@ -6714,186 +7013,187 @@ class="cmitt-10">term</span>⟩<span class="cmtt-10">},%</span> <br /><span class="cmtt-10">description=\nopostdesc</span><a - id="dx1-22014"></a><span + id="dx1-23014"></a><span class="cmtt-10">,</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]</span> </div> </div> and - <!--l. 3331--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + <!--l. 3477--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\printindex</span><span class="cmtt-9"> </span></span><a - id="dx1-22015"></a> <span + id="dx1-23015"></a> <span class="cmtt-10">\printindex[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">] </span></div><hr> - </p><!--l. 3333--><p class="noindent" > + </p><!--l. 3479--><p class="noindent" > which is a synonym for </p><div class="alltt"> <div class="obeylines-v"> <span class="cmtt-10">\printglossary</span><a - id="dx1-22016"></a><span + id="dx1-23016"></a><span class="cmtt-10">[type=index,</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]</span> </div> </div> - <!--l. 3339--><p class="noindent" >If you use <a + <!--l. 3485--><p class="noindent" >If you use <a href="#option1">Option 1</a>, you need to use: </p><div class="alltt"> <div class="obeylines-v"> <span class="cmtt-10">\printnoidxglossary</span><a - id="dx1-22017"></a><span + id="dx1-23017"></a><span class="cmtt-10">[type=index,</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]</span> </div> </div> to display this glossary. - <!--l. 3345--><p class="noindent" ><div class="important" title="Important Note"> Remember to use the <span + <!--l. 3491--><p class="noindent" ><div class="important" title="Important Note"> Remember to use the <span class="cmss-10">nomain</span><a - id="dx1-22018"></a> package option if you’re only interested in using + id="dx1-23018"></a> package option if you’re only interested in using this <span -class="cmtt-10">index </span>glossary. Note that you can’t mix this option with <span +class="cmtt-10">index </span>glossary and don’t intend to use the <span +class="cmtt-10">main </span>glossary. Note that you + can’t mix this option with <span class="cmtt-10">\index</span><a - id="dx1-22019"></a>. - Either use <span -class="cmss-10">glossaries </span>for the indexing or use a custom indexing package, - such as <span + id="dx1-23019"></a>. Either use <span +class="cmss-10">glossaries </span>for the indexing or use + a custom indexing package, such as <span class="cmss-10">makeidx</span><a - id="dx1-22020"></a>, <span + id="dx1-23020"></a>, <span class="cmss-10">index</span><a - id="dx1-22021"></a> or <span + id="dx1-23021"></a> or <span class="cmss-10">imakeidx</span><a - id="dx1-22022"></a>. (You can, of course, load one of - those packages and load <span + id="dx1-23022"></a>. (You can, of + course, load one of those packages and load <span class="cmss-10">glossaries </span>without the <span class="cmss-10">index</span><a - id="dx1-22023"></a> package option.) - </div> - </p><!--l. 3353--><p class="noindent" > + id="dx1-23023"></a> package + option.) </div> + </p><!--l. 3500--><p class="noindent" > - </p><!--l. 3355--><p class="noindent" >Since the index isn’t designed for terms with descriptions, you might also want + </p><!--l. 3502--><p class="noindent" >Since the index isn’t designed for terms with descriptions, you might also want to disable the hyperlinks for this glossary using the package option <span class="cmss-10">nohypertypes=index</span><a - id="dx1-22024"></a> or the command <spacer type=vertical size=10><span class="obeylines-h"> + id="dx1-23024"></a> or the command <spacer type=vertical size=10><span class="obeylines-h"> <br /><span class="cmtt-10">\GlsDeclareNoHyperList</span><a - id="dx1-22025"></a><span class="verb"><span + id="dx1-23025"></a><span class="verb"><span class="cmtt-10">{index}</span></span> <br /><spacer type=vertical size=10></span> - </p><!--l. 3362--><p class="noindent" >The example file <a + </p><!--l. 3509--><p class="noindent" >The example file <a href="#x1-5090r26"><span class="cmtt-10">sample-index.tex</span></a> illustrates the use of the <span class="cmss-10">index</span><a - id="dx1-22026"></a> package + id="dx1-23026"></a> package option. </p></dd><dt class="description"> <span class="cmssbx-10">compatible-2.07</span><a - id="dx1-22027"></a> </dt><dd + id="dx1-23027"></a> </dt><dd class="description">Compatibility mode for old documents created using version 2.07 or below. </dd><dt class="description"> <span class="cmssbx-10">compatible-3.07</span><a - id="dx1-22028"></a> </dt><dd + id="dx1-23028"></a> </dt><dd class="description">Compatibility mode for old documents created using version 3.07 or below. </dd></dl> -<!--l. 3373--><p class="noindent" > +<!--l. 3520--><p class="noindent" > </p> -<!--l. 3373--><p class="noindent" ><a +<!--l. 3520--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">2.7 </span> <a id="sec:setupglossaries"></a>Setting Options After the Package is Loaded</h3> -<!--l. 3376--><p class="noindent" >Some of the options described above may also be set after the <span +<!--l. 3523--><p class="noindent" >Some of the options described above may also be set after the <span class="cmss-10">glossaries </span>package has been loaded using -</p><!--l. 3378--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 3525--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\setupglossaries</span><span class="cmtt-9"> </span></span><a - id="dx1-23001"></a> <span + id="dx1-24001"></a> <span class="cmtt-10">\setupglossaries{</span>⟨<span class="cmitt-10">key-val list</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 3380--><p class="noindent" > +</p><!--l. 3527--><p class="noindent" > The following package options <span class="cmbx-10">can’t </span>be used in <span class="cmtt-10">\setupglossaries</span>: <span class="cmss-10">xindy</span><a - id="dx1-23002"></a>, <span + id="dx1-24002"></a>, <span class="cmss-10">xindygloss</span><a - id="dx1-23003"></a>, + id="dx1-24003"></a>, <span class="cmss-10">xindynoglsnumbers</span><a - id="dx1-23004"></a>, <span + id="dx1-24004"></a>, <span class="cmss-10">makeindex</span><a - id="dx1-23005"></a>, <span + id="dx1-24005"></a>, <span class="cmss-10">nolong</span><a - id="dx1-23006"></a>, <span + id="dx1-24006"></a>, <span class="cmss-10">nosuper</span><a - id="dx1-23007"></a>, <span + id="dx1-24007"></a>, <span class="cmss-10">nolist</span><a - id="dx1-23008"></a>, <span + id="dx1-24008"></a>, <span class="cmss-10">notree</span><a - id="dx1-23009"></a>, <span + id="dx1-24009"></a>, <span class="cmss-10">nostyles</span><a - id="dx1-23010"></a>, <span + id="dx1-24010"></a>, <span class="cmss-10">nomain</span><a - id="dx1-23011"></a>, + id="dx1-24011"></a>, <span class="cmss-10">compatible-2.07</span><a - id="dx1-23012"></a>, <span + id="dx1-24012"></a>, <span class="cmss-10">translate</span><a - id="dx1-23013"></a>, <span + id="dx1-24013"></a>, <span class="cmss-10">notranslate</span><a - id="dx1-23014"></a>, <span + id="dx1-24014"></a>, <span class="cmss-10">acronym</span><a - id="dx1-23015"></a>. These options have to be set while the + id="dx1-24015"></a>. These options have to be set while the package is loading, except for the <span class="cmss-10">xindy</span><a - id="dx1-23016"></a> sub-options which can be set using + id="dx1-24016"></a> sub-options which can be set using commands like <span class="cmtt-10">\GlsSetXdyLanguage</span><a - id="dx1-23017"></a> (see <a + id="dx1-24017"></a> (see <a href="#sec:xindy"><span class="cmsy-10">§</span>11 </a><a href="#sec:xindy">Xindy (Option 3)<!--tex4ht:ref: sec:xindy --></a> for further details). -</p><!--l. 3392--><p class="indent" > <div class="important" title="Important Note"> If you need to use this command, use it as soon as possible after loading <span +</p><!--l. 3539--><p class="indent" > <div class="important" title="Important Note"> If you need to use this command, use it as soon as possible after loading <span class="cmss-10">glossaries</span> otherwise you might end up using it too late for the change to take effect. For example, if you try changing the acronym styles (such as <span class="cmss-10">smallcaps</span><a - id="dx1-23018"></a>) after you have + id="dx1-24018"></a>) after you have started defining your acronyms, you are likely to get unexpected results. If you try changing the sort option after you have started to define entries, you may get unexpected results. </div> -</p><!--l. 3400--><p class="noindent" > +</p><!--l. 3547--><p class="noindent" > </p> -<!--l. 3402--><p class="indent" > </div> -</p><!--l. 3402--><p class="noindent" ><a +<!--l. 3549--><p class="indent" > </div> +</p><!--l. 3549--><p class="noindent" ><a href="#top">Top</a><div class="chapter"><h2 class="chapterHead">3. <a id="sec:setup"></a>Setting Up</h2> -</p><!--l. 3405--><p class="indent" > In the preamble you need to indicate whether you want to use <a +</p><!--l. 3552--><p class="indent" > In the preamble you need to indicate whether you want to use <a href="#option1">Option 1</a>, <a href="#option2">Option 2</a> or <a href="#option3">Option 3</a>. It’s not possible to mix these options within a document. </p> -<!--l. 3409--><p class="noindent" ><a +<!--l. 3556--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">3.1 </span> <a id="sec:setupopt1"></a>Option 1</h3> -<!--l. 3412--><p class="noindent" >The command -</p><!--l. 3413--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +<!--l. 3559--><p class="noindent" >The command +</p><!--l. 3560--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\makenoidxglossaries</span><span class="cmtt-9"> </span></span><a - id="dx1-25001"></a> <span + id="dx1-26001"></a> <span class="cmtt-10">\makenoidxglossaries </span></div><hr> -</p><!--l. 3415--><p class="noindent" > +</p><!--l. 3562--><p class="noindent" > must be placed in the preamble. This sets up the internal commands required to make <a href="#option1">Option 1</a> work. <span @@ -6902,30 +7202,30 @@ class="cmtt-10">\makenoidxglossaries </span><span class="cmbx-10">none of the glossaries will</span> <span class="cmbx-10">be displayed.</span> -</p><!--l. 3421--><p class="noindent" > +</p><!--l. 3568--><p class="noindent" > </p> -<!--l. 3421--><p class="noindent" ><a +<!--l. 3568--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">3.2 </span> <a id="sec:setupopt23"></a>Options 2 and 3</h3> -<!--l. 3424--><p class="noindent" >The command -</p><!--l. 3425--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +<!--l. 3571--><p class="noindent" >The command +</p><!--l. 3572--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\makeglossaries</span><span class="cmtt-9"> </span></span><a - id="dx1-26001"></a> <span + id="dx1-27001"></a> <span class="cmtt-10">\makeglossaries </span></div><hr> -</p><!--l. 3427--><p class="noindent" > +</p><!--l. 3574--><p class="noindent" > must be placed in the preamble in order to create the customised <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-26002"></a></a> (<span + id="dx1-27002"></a></a> (<span class="cmtt-10">.ist</span><a - id="dx1-26003"></a>) or + id="dx1-27003"></a>) or <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-26004"></a></a> (<span + id="dx1-27004"></a></a> (<span class="cmtt-10">.xdy</span><a - id="dx1-26005"></a>) style file (for Options <a + id="dx1-27005"></a>) style file (for Options <a href="#option2">2</a> or <a href="#option3">3</a>, respectively) and to ensure that glossary entries are written to the appropriate output files. <span @@ -6933,146 +7233,147 @@ class="cmbx-10">If you omit </span><span class="cmtt-10">\makeglossaries</span> <span class="cmbx-10">none of the glossary files will be created.</span> -</p><!--l. 3435--><p class="indent" > <div class="important" title="Important Note"> Note that some of the commands provided by the <span +</p><!--l. 3582--><p class="indent" > <div class="important" title="Important Note"> Note that some of the commands provided by the <span class="cmss-10">glossaries </span>package must not be used after <span class="cmtt-10">\makeglossaries </span>as they are required when creating the customised style file. If you attempt to use those commands after <span class="cmtt-10">\makeglossaries </span>you will generate an error. -</p><!--l. 3442--><p class="indent" > Similarly, there are some commands that must not be used before <span +</p><!--l. 3589--><p class="indent" > Similarly, there are some commands that must not be used before <span class="cmtt-10">\makeglossaries</span>. </div> -</p><!--l. 3444--><p class="noindent" > -</p><!--l. 3446--><p class="indent" > You can suppress the creation of the customised <a +</p><!--l. 3591--><p class="noindent" > +</p><!--l. 3593--><p class="indent" > You can suppress the creation of the customised <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-26006"></a></a> or <a + id="dx1-27006"></a></a> or <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-26007"></a></a> style file + id="dx1-27007"></a></a> style file using -</p><!--l. 3448--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 3595--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\noist</span><span class="cmtt-9"> </span></span><a - id="dx1-26008"></a> <span + id="dx1-27008"></a> <span class="cmtt-10">\noist </span></div><hr> -</p><!--l. 3450--><p class="noindent" > +</p><!--l. 3597--><p class="noindent" > That this command must not be used after <span class="cmtt-10">\makeglossaries</span>. -</p><!--l. 3452--><p class="indent" > <div class="important" title="Important Note"> Note that if you have a custom <span +</p><!--l. 3599--><p class="indent" > <div class="important" title="Important Note"> Note that if you have a custom <span class="cmtt-10">.xdy</span><a - id="dx1-26009"></a> file created when using <span + id="dx1-27009"></a> file created when using <span class="cmss-10">glossaries </span>version 2.07 or below, you will need to use the <span class="cmss-10">compatible-2.07</span><a - id="dx1-26010"></a> package option with it. + id="dx1-27010"></a> package option with it. </div> -</p><!--l. 3456--><p class="noindent" > +</p><!--l. 3603--><p class="noindent" > -</p><!--l. 3458--><p class="indent" > The default name for the customised style file is given by <span +</p><!--l. 3605--><p class="indent" > The default name for the customised style file is given by <span class="cmtt-10">\jobname</span><a - id="dx1-26011"></a><span + id="dx1-27011"></a><span class="cmtt-10">.ist</span><a - id="dx1-26012"></a> + id="dx1-27012"></a> (<a href="#option2">Option 2</a>) or <span class="cmtt-10">\jobname</span><a - id="dx1-26013"></a><span + id="dx1-27013"></a><span class="cmtt-10">.xdy</span><a - id="dx1-26014"></a> (<a + id="dx1-27014"></a> (<a href="#option3">Option 3</a>). This name may be changed using: -</p><!--l. 3462--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 3609--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\setStyleFile</span><span class="cmtt-9"> </span></span><a - id="dx1-26015"></a> <span + id="dx1-27015"></a> <span class="cmtt-10">\setStyleFile{</span>⟨<span class="cmitt-10">name</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 3464--><p class="noindent" > +</p><!--l. 3611--><p class="noindent" > where ⟨<span class="cmti-10">name</span>⟩ is the name of the style file without the extension. Note that this command must not be used after <span class="cmtt-10">\makeglossaries</span>. -</p><!--l. 3469--><p class="indent" > Each glossary entry is assigned a <a +</p><!--l. 3616--><p class="indent" > Each glossary entry is assigned a <a href="#glo:numberlist">number list<a - id="dx1-26016"></a></a> that lists all the locations in the + id="dx1-27016"></a></a> that lists all the locations in the document where that entry was used. By default, the location refers to the page number but this may be overridden using the <span class="cmss-10">counter</span><a - id="dx1-26017"></a> package option. The default + id="dx1-27017"></a> package option. The default form of the location number assumes a full stop compositor (e.g. 1.2), but if your location numbers use a different compositor (e.g. 1-2) you need to set this using -</p><!--l. 3476--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 3623--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsSetCompositor</span><span class="cmtt-9"> </span></span><a - id="dx1-26018"></a> <span + id="dx1-27018"></a> <span class="cmtt-10">\glsSetCompositor{</span>⟨<span class="cmitt-10">symbol</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 3478--><p class="noindent" > +</p><!--l. 3625--><p class="noindent" > For example: </p> - <div class="verbatim" id="verbatim-88"> + <div class="verbatim" id="verbatim-91"> \glsSetCompositor{-} </div> -<!--l. 3482--><p class="nopar" > This command must not be used after <span +<!--l. 3629--><p class="nopar" > This command must not be used after <span class="cmtt-10">\makeglossaries</span>. -</p><!--l. 3485--><p class="indent" > If you use <a +</p><!--l. 3632--><p class="indent" > If you use <a href="#option3">Option 3</a>, you can have a different compositor for page numbers starting with an upper case alphabetical character using: -</p><!--l. 3487--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 3634--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsSetAlphaCompositor</span><span class="cmtt-9"> </span></span><a - id="dx1-26019"></a> <span + id="dx1-27019"></a> <span class="cmtt-10">\glsSetAlphaCompositor{</span>⟨<span class="cmitt-10">symbol</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 3489--><p class="noindent" > +</p><!--l. 3636--><p class="noindent" > This command has no effect if you use <a href="#option2">Option 2</a>. For example, if you want <a href="#glo:numberlist">number list<a - id="dx1-26020"></a>s</a> containing a mixture of A-1 and 2.3 style formats, then do: + id="dx1-27020"></a>s</a> containing a mixture of A-1 and 2.3 style formats, then do: </p> - <div class="verbatim" id="verbatim-89"> + <div class="verbatim" id="verbatim-92"> \glsSetCompositor{.}\glsSetAlphaCompositor{-} </div> -<!--l. 3495--><p class="nopar" > See <a +<!--l. 3642--><p class="nopar" > See <a href="#sec:numberlists"><span class="cmsy-10">§</span>5 </a><a href="#sec:numberlists">Number lists<!--tex4ht:ref: sec:numberlists --></a> for further information about <a href="#glo:numberlist">number list<a - id="dx1-26021"></a>s</a>. + id="dx1-27021"></a>s</a>. </p> -<!--l. 3499--><p class="indent" > </div> -</p><!--l. 3499--><p class="noindent" ><a +<!--l. 3646--><p class="indent" > </div> +</p><!--l. 3646--><p class="noindent" ><a href="#top">Top</a><div class="chapter"><h2 class="chapterHead">4. <a id="sec:newglosentry"></a>Defining Glossary Entries</h2> -</p><!--l. 3502--><p class="indent" > All glossary entries must be defined before they are used, so it is better to -define them in the preamble to ensure this. In fact, some commands such as -<span +</p><!--l. 3649--><p class="indent" > All glossary entries must be defined before they are used, so it is better to +define them in the preamble to ensure this. In fact, some commands such +as <span class="cmtt-10">\longnewglossaryentry </span>may only be used in the preamble. See <a href="#sec:docdefs"><span -class="cmsy-10">§</span>4.8 </a><a -href="#sec:docdefs">Drawbacks With -Defining Entries in the Document Environment<!--tex4ht:ref: sec:docdefs --></a> for a discussion of the problems with -defining entries within the document instead of in the preamble. -</p><!--l. 3508--><p class="indent" > <div class="important" title="Important Note"> <a +class="cmsy-10">§</span>4.10 +</a><a +href="#sec:docdefs">Drawbacks With Defining Entries in the Document Environment<!--tex4ht:ref: sec:docdefs --></a> for a discussion of +the problems with defining entries within the document instead of in the +preamble. +</p><!--l. 3655--><p class="indent" > <div class="important" title="Important Note"> <a href="#option1">Option 1</a> enforces the preamble-only restriction on <span class="cmtt-10">\newglossaryentry</span><a - id="dx1-27001"></a>. + id="dx1-28001"></a>. </div> -</p><!--l. 3511--><p class="noindent" > -</p><!--l. 3513--><p class="indent" > Only those entries that are referenced in the document (using any of the +</p><!--l. 3658--><p class="noindent" > +</p><!--l. 3660--><p class="indent" > Only those entries that are referenced in the document (using any of the commands described in <a href="#sec:glslink"><span class="cmsy-10">§</span>6 </a><a @@ -7089,25 +7390,25 @@ href="#sec:printglossary"><span class="cmsy-10">§</span>10 </a><a href="#sec:printglossary">Displaying a glossary<!--tex4ht:ref: sec:printglossary --></a> to find out how to display the glossary. -</p><!--l. 3521--><p class="indent" > New glossary entries are defined using the command: -</p><!--l. 3522--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 3668--><p class="indent" > New glossary entries are defined using the command: +</p><!--l. 3669--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\newglossaryentry</span><span class="cmtt-9"> </span></span><a - id="dx1-27002"></a> <span + id="dx1-28002"></a> <span class="cmtt-10">\newglossaryentry{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">key=value list</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 3524--><p class="noindent" > +</p><!--l. 3671--><p class="noindent" > This is a short command, so values in ⟨<span class="cmti-10">key-val list</span>⟩ can’t contain any paragraph breaks. If you have a long description that needs to span multiple paragraphs, use -</p><!--l. 3528--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 3675--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\longnewglossaryentry</span><span class="cmtt-9"> </span></span><a - id="dx1-27003"></a> <span + id="dx1-28003"></a> <span class="cmtt-10">\longnewglossaryentry{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -7117,7 +7418,7 @@ class="cmitt-10">list</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">long description</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 3531--><p class="noindent" > +</p><!--l. 3678--><p class="noindent" > instead. Note that this command may only be used in the preamble. Be careful of unwanted spaces. <span class="cmtt-10">\longnewglossaryentry </span>will remove trailing spaces in the @@ -7125,25 +7426,25 @@ description (via <span class="cmtt-10">\unskip</span>) but won’t remove leading spaces (otherwise it would interfere with commands like <span class="cmtt-10">\Glsentrydesc</span>). -</p><!--l. 3538--><p class="indent" > There are also commands that will only define the entry if it hasn’t already been +</p><!--l. 3685--><p class="indent" > There are also commands that will only define the entry if it hasn’t already been defined: -</p><!--l. 3540--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 3687--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\provideglossaryentry</span><span class="cmtt-9"> </span></span><a - id="dx1-27004"></a> <span + id="dx1-28004"></a> <span class="cmtt-10">\provideglossaryentry{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">key=value list</span>⟩<span class="cmtt-10">}</span> </div><hr> -</p><!--l. 3542--><p class="noindent" > +</p><!--l. 3689--><p class="noindent" > and -</p><!--l. 3544--><p class="indent" > <span class="marginpar"><span +</p><!--l. 3691--><p class="indent" > <span class="marginpar"><span class="cmtt-9">\longprovideglossaryentry</span><span class="cmtt-9"> </span></span><a - id="dx1-27005"></a> -</p><!--l. 3546--><p class="indent" > <hr><div title="Definition"><span + id="dx1-28005"></a> +</p><!--l. 3693--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\longprovideglossaryentry{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -7152,218 +7453,218 @@ class="cmtt-10">}{</span>⟨<span class="cmitt-10">long description</span>⟩<span class="cmtt-10">}</span> </div><hr> -</p><!--l. 3548--><p class="noindent" > +</p><!--l. 3695--><p class="noindent" > (These are both preamble-only commands.) -</p><!--l. 3551--><p class="indent" > For all the above commands, the first argument, ⟨<span +</p><!--l. 3698--><p class="indent" > For all the above commands, the first argument, ⟨<span class="cmti-10">label</span>⟩, must be a unique label with which to identify this entry. This can’t contain any non-expandable commands or active characters. -</p><!--l. 3555--><p class="indent" > <div class="important" title="Important Note"> Note that although an <a +</p><!--l. 3702--><p class="indent" > <div class="important" title="Important Note"> Note that although an <a href="#glo:exlatinchar">extended Latin character<a - id="dx1-27006"></a></a> or other <a + id="dx1-28006"></a></a> or other <a href="#glo:nonlatinchar">non-Latin character<a - id="dx1-27007"></a></a>, -such as é or ß, looks like a plain character in your <span -class="cmtt-10">.tex </span>file, it’s actually a macro + id="dx1-28007"></a></a>, +such as é or ß, looks like a plain character in your <span +class="cmtt-10">.tex </span>file, it’s actually a macro (an active character) and therefore can’t be used in the label. (This applies to <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> rather than XeLaTeX.) Also be careful of <span class="cmss-10">babel</span><a - id="dx1-27008"></a>’s options that + id="dx1-28008"></a>’s options that change certain punctuation characters (such as <span class="cmtt-10">: </span>or <span class="cmtt-10">-</span>) to active characters. </div> -</p><!--l. 3563--><p class="noindent" > -</p><!--l. 3565--><p class="indent" > The second argument, ⟨<span +</p><!--l. 3710--><p class="noindent" > +</p><!--l. 3712--><p class="indent" > The second argument, ⟨<span class="cmti-10">key=value list</span>⟩, is a ⟨<span class="cmti-10">key</span>⟩=⟨<span class="cmti-10">value</span>⟩ list that supplies the relevant information about this entry. There are two required fields: <span class="cmss-10">description</span><a - id="dx1-27009"></a> and either <span + id="dx1-28009"></a> and either <span class="cmss-10">name</span><a - id="dx1-27010"></a> + id="dx1-28010"></a> or <span class="cmss-10">parent</span><a - id="dx1-27011"></a>. The description is set in the third argument of <span + id="dx1-28011"></a>. The description is set in the third argument of <span class="cmtt-10">\longnewglossaryentry</span> and <span class="cmtt-10">\longprovideglossaryentry</span>. With the other commands it’s set via the <span class="cmss-10">description</span><a - id="dx1-27012"></a> key. Available fields are listed below: + id="dx1-28012"></a> key. Available fields are listed below: </p><dl class="description"><dt class="description"> <span class="cmssbx-10">name</span><a - id="dx1-27013"></a> </dt><dd + id="dx1-28013"></a> </dt><dd class="description">The name of the entry (as it will appear in the glossary). If this key is omitted and the <span class="cmss-10">parent</span><a - id="dx1-27014"></a> key is supplied, this value will be the same as the + id="dx1-28014"></a> key is supplied, this value will be the same as the parent’s name. </dd><dt class="description"> <span class="cmssbx-10">description</span><a - id="dx1-27015"></a> </dt><dd + id="dx1-28015"></a> </dt><dd class="description">A brief description of this term (to appear in the glossary). Within this value, you can use - <!--l. 3581--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + <!--l. 3728--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\nopostdesc</span><span class="cmtt-9"> </span></span><a - id="dx1-27016"></a> <span + id="dx1-28016"></a> <span class="cmtt-10">\nopostdesc </span></div><hr> - </p><!--l. 3583--><p class="noindent" > + </p><!--l. 3730--><p class="noindent" > to suppress the description terminator for this entry. For example, if this entry is a parent entry that doesn’t require a description, you can do <span class="obeylines-h"><span class="verb"><span class="cmtt-10">description={\nopostdesc}</span></span></span>. If you want a paragraph break in the description use - </p><!--l. 3589--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + </p><!--l. 3736--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glspar</span><span class="cmtt-9"> </span></span><a - id="dx1-27017"></a> <span + id="dx1-28017"></a> <span class="cmtt-10">\glspar </span></div><hr> - </p><!--l. 3591--><p class="noindent" > + </p><!--l. 3738--><p class="noindent" > or, better, use <span class="cmtt-10">\longnewglossaryentry</span>. However, note that not all glossary styles support multi-line descriptions. If you are using one of the tabular-like glossary styles that permit multi-line descriptions, use <span class="cmtt-10">\newline</span><a - id="dx1-27018"></a> not <span class="obeylines-h"><span class="verb"><span + id="dx1-28018"></a> not <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\\</span></span></span> if you want to force a line break. </p></dd><dt class="description"> <span class="cmssbx-10">parent</span><a - id="dx1-27019"></a> </dt><dd + id="dx1-28019"></a> </dt><dd class="description">The label of the parent entry. Note that the parent entry must be defined before its sub-entries. See <a href="#sec:subentries"><span -class="cmsy-10">§</span>4.5 </a><a +class="cmsy-10">§</span>4.7 </a><a href="#sec:subentries">Sub-Entries<!--tex4ht:ref: sec:subentries --></a> for further details. </dd><dt class="description"> <span class="cmssbx-10">descriptionplural</span><a - id="dx1-27020"></a> </dt><dd + id="dx1-28020"></a> </dt><dd class="description">The plural form of the description, if required. If omitted, the value is set to the same as the <span class="cmss-10">description</span><a - id="dx1-27021"></a> key. + id="dx1-28021"></a> key. </dd><dt class="description"> <span class="cmssbx-10">text</span><a - id="dx1-27022"></a> </dt><dd + id="dx1-28022"></a> </dt><dd class="description">How this entry will appear in the document text when using <span class="cmtt-10">\gls</span><a - id="dx1-27023"></a> (or one of its + id="dx1-28023"></a> (or one of its upper case variants). If this field is omitted, the value of the <span class="cmss-10">name</span><a - id="dx1-27024"></a> key is + id="dx1-28024"></a> key is used. + + </dd><dt class="description"> <span class="cmssbx-10">first</span><a - id="dx1-27025"></a> </dt><dd + id="dx1-28025"></a> </dt><dd class="description">How the entry will appear in the document text on <a href="#glo:firstuse">first use</a> with <span class="cmtt-10">\gls</span><a - id="dx1-27026"></a> (or - - + id="dx1-28026"></a> (or one of its upper case variants). If this field is omitted, the value of the <span class="cmss-10">text</span><a - id="dx1-27027"></a> key is used. Note that if you use <span + id="dx1-28027"></a> key is used. Note that if you use <span class="cmtt-10">\glspl</span><a - id="dx1-27028"></a>, <span + id="dx1-28028"></a>, <span class="cmtt-10">\Glspl</span><a - id="dx1-27029"></a>, <span + id="dx1-28029"></a>, <span class="cmtt-10">\GLSpl</span><a - id="dx1-27030"></a>, + id="dx1-28030"></a>, <span class="cmtt-10">\glsdisp</span><a - id="dx1-27031"></a> before using <span + id="dx1-28031"></a> before using <span class="cmtt-10">\gls</span><a - id="dx1-27032"></a>, the <span + id="dx1-28032"></a>, the <span class="cmss-10">firstplural</span><a - id="dx1-27033"></a> value won’t be used with + id="dx1-28033"></a> value won’t be used with <span class="cmtt-10">\gls</span><a - id="dx1-27034"></a>. + id="dx1-28034"></a>. </dd><dt class="description"> <span class="cmssbx-10">plural</span><a - id="dx1-27035"></a> </dt><dd + id="dx1-28035"></a> </dt><dd class="description">How the entry will appear in the document text when using <span class="cmtt-10">\glspl</span><a - id="dx1-27036"></a> (or one of + id="dx1-28036"></a> (or one of its upper case variants). If this field is omitted, the value is obtained by appending <span class="cmtt-10">\glspluralsuffix</span><a - id="dx1-27037"></a> to the value of the <span + id="dx1-28037"></a> to the value of the <span class="cmss-10">text</span><a - id="dx1-27038"></a> field. The default value of + id="dx1-28038"></a> field. The default value of <span class="cmtt-10">\glspluralsuffix</span><a - id="dx1-27039"></a> is the letter “s”. + id="dx1-28039"></a> is the letter “s”. </dd><dt class="description"> <span class="cmssbx-10">firstplural</span><a - id="dx1-27040"></a> </dt><dd + id="dx1-28040"></a> </dt><dd class="description">How the entry will appear in the document text on <a href="#glo:firstuse">first use</a> with <span class="cmtt-10">\glspl</span><a - id="dx1-27041"></a> + id="dx1-28041"></a> (or one of its upper case variants). If this field is omitted, the value is obtained from the <span class="cmss-10">plural</span><a - id="dx1-27042"></a> key, if the <span + id="dx1-28042"></a> key, if the <span class="cmss-10">first</span><a - id="dx1-27043"></a> key is omitted, or by appending + id="dx1-28043"></a> key is omitted, or by appending <span class="cmtt-10">\glspluralsuffix</span><a - id="dx1-27044"></a> to the value of the <span + id="dx1-28044"></a> to the value of the <span class="cmss-10">first</span><a - id="dx1-27045"></a> field, if the <span + id="dx1-28045"></a> field, if the <span class="cmss-10">first</span><a - id="dx1-27046"></a> field is present. Note + id="dx1-28046"></a> field is present. Note that if you use <span class="cmtt-10">\gls</span><a - id="dx1-27047"></a>, <span + id="dx1-28047"></a>, <span class="cmtt-10">\Gls</span><a - id="dx1-27048"></a>, <span + id="dx1-28048"></a>, <span class="cmtt-10">\GLS</span><a - id="dx1-27049"></a>, <span + id="dx1-28049"></a>, <span class="cmtt-10">\glsdisp </span>before using <span class="cmtt-10">\glspl</span><a - id="dx1-27050"></a>, the <span + id="dx1-28050"></a>, the <span class="cmss-10">firstplural</span><a - id="dx1-27051"></a> + id="dx1-28051"></a> value won’t be used with <span class="cmtt-10">\glspl</span><a - id="dx1-27052"></a>. - <!--l. 3633--><p class="noindent" ><span + id="dx1-28052"></a>. + <!--l. 3780--><p class="noindent" ><span class="cmbx-10">Note: </span>prior to version 1.13, the default value of <span class="cmss-10">firstplural</span><a - id="dx1-27053"></a> was always + id="dx1-28053"></a> was always taken by appending “s” to the <span class="cmss-10">first</span><a - id="dx1-27054"></a> key, which meant that you had + id="dx1-28054"></a> key, which meant that you had to specify both <span class="cmss-10">plural</span><a - id="dx1-27055"></a> and <span + id="dx1-28055"></a> and <span class="cmss-10">firstplural</span><a - id="dx1-27056"></a>, even if you hadn’t used the <span + id="dx1-28056"></a>, even if you hadn’t used the <span class="cmss-10">first</span><a - id="dx1-27057"></a> + id="dx1-28057"></a> key. </p></dd><dt class="description"> <span class="cmssbx-10">symbol</span><a - id="dx1-27058"></a> </dt><dd + id="dx1-28058"></a> </dt><dd class="description">This field is provided to allow the user to specify an associated symbol. If omitted, the value is set to <span class="cmtt-10">\relax</span>. Note that not all glossary styles display the @@ -7371,101 +7672,101 @@ class="cmtt-10">\relax</span>. Note that not all glossary styles display the </dd><dt class="description"> <span class="cmssbx-10">symbolplural</span><a - id="dx1-27059"></a> </dt><dd + id="dx1-28059"></a> </dt><dd class="description">This is the plural form of the symbol (as passed to <span class="cmtt-10">\glsdisplay</span><a - id="dx1-27060"></a> and + id="dx1-28060"></a> and <span class="cmtt-10">\glsdisplayfirst</span><a - id="dx1-27061"></a> by <span + id="dx1-28061"></a> by <span class="cmtt-10">\glspl</span><a - id="dx1-27062"></a>, <span + id="dx1-28062"></a>, <span class="cmtt-10">\Glspl</span><a - id="dx1-27063"></a> and <span + id="dx1-28063"></a> and <span class="cmtt-10">\GLSpl</span><a - id="dx1-27064"></a>). If omitted, the value is set + id="dx1-28064"></a>). If omitted, the value is set to the same as the <span class="cmss-10">symbol</span><a - id="dx1-27065"></a> key. + id="dx1-28065"></a> key. </dd><dt class="description"> <span class="cmssbx-10">sort</span><a - id="dx1-27066"></a> </dt><dd + id="dx1-28066"></a> </dt><dd class="description">This value indicates how this entry should be sorted. If omitted, the value is given by the <span class="cmss-10">name</span><a - id="dx1-27067"></a> field unless one of the package options <span + id="dx1-28067"></a> field unless one of the package options <span class="cmss-10">sort=def</span><a - id="dx1-27068"></a> and + id="dx1-28068"></a> and <span class="cmss-10">sort=use</span><a - id="dx1-27069"></a> have been used. In general, it’s best to use the <span + id="dx1-28069"></a> have been used. In general, it’s best to use the <span class="cmss-10">sort</span><a - id="dx1-27070"></a> key if the + id="dx1-28070"></a> key if the <span class="cmss-10">name</span><a - id="dx1-27071"></a> contains commands (e.g. <span class="obeylines-h"><span class="verb"><span + id="dx1-28071"></a> contains commands (e.g. <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ensuremath{\alpha}</span></span></span>). You can also override the <span class="cmss-10">sort</span><a - id="dx1-27072"></a> key by redefining <span + id="dx1-28072"></a> key by redefining <span class="cmtt-10">\glsprestandardsort</span><a - id="dx1-27073"></a> (see <a + id="dx1-28073"></a> (see <a href="#sortingoptions"><span class="cmsy-10">§</span>2.4 </a><a href="#sortingoptions">Sorting Options<!--tex4ht:ref: sec:pkgopts-sort --></a>). - <!--l. 3657--><p class="noindent" ><a + <!--l. 3804--><p class="noindent" ><a href="#option1">Option 1</a> by default strips the <a href="#glo:latexexlatinchar">standard <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> accents</a> (that is, accents generated by core <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> commands) from the <span class="cmss-10">name</span><a - id="dx1-27074"></a> key when it sets the <span + id="dx1-28074"></a> key when it sets the <span class="cmss-10">sort</span><a - id="dx1-27075"></a> + id="dx1-28075"></a> key. So with <a href="#option1">Option 1</a>: </p> - <div class="verbatim" id="verbatim-90"> + <div class="verbatim" id="verbatim-93"> \newglossaryentry{elite}{%  <br />  name={{\’e}lite},  <br />  description={select group of people}  <br />} </div> - <!--l. 3666--><p class="nopar" > This is equivalent to: + <!--l. 3813--><p class="nopar" > This is equivalent to: </p> - <div class="verbatim" id="verbatim-91"> + <div class="verbatim" id="verbatim-94"> \newglossaryentry{elite}{%  <br />  name={{\’e}lite},  <br />  description={select group of people},  <br />  sort={elite}  <br />} </div> - <!--l. 3674--><p class="nopar" > Unless you use the package option <span + <!--l. 3821--><p class="nopar" > Unless you use the package option <span class="cmss-10">sanitizesort=true</span><a - id="dx1-27076"></a>, in which case it’s equivalent + id="dx1-28076"></a>, in which case it’s equivalent to: </p> - <div class="verbatim" id="verbatim-92"> + <div class="verbatim" id="verbatim-95"> \newglossaryentry{elite}{%  <br />  name={{\’e}lite},  <br />  description={select group of people},  <br />  sort={\’elite}  <br />} </div> - <!--l. 3683--><p class="nopar" > This will place the entry before the “A” letter group since the sort value starts + <!--l. 3830--><p class="nopar" > This will place the entry before the “A” letter group since the sort value starts with a symbol. - </p><!--l. 3687--><p class="noindent" >Similarly if you use the <span + </p><!--l. 3834--><p class="noindent" >Similarly if you use the <span class="cmss-10">inputenc</span><a - id="dx1-27077"></a> package: </p><div class="alltt"> + id="dx1-28077"></a> package: </p><div class="alltt"> <div class="obeylines-v"> <span class="verb"><span class="cmtt-10">\newglossaryentry{elite}{%</span></span> @@ -7517,7 +7818,7 @@ class="cmtt-10">}</span></span> </div> </div> Unless you use the package option <span class="cmss-10">sanitizesort=true</span><a - id="dx1-27078"></a>, in which case it’s equivalent + id="dx1-28078"></a>, in which case it’s equivalent to: <div class="alltt"> <div class="obeylines-v"> <span class="verb"><span @@ -7550,113 +7851,115 @@ class="cmtt-10">}</span></span> </div> Again, this will place the entry before the “A” group. - <!--l. 3713--><p class="noindent" >With Options <a + <!--l. 3860--><p class="noindent" >With Options <a href="#option2">2</a> and <a href="#option3">3</a>, the default value of <span class="cmss-10">sort</span><a - id="dx1-27079"></a> will either be set to the <span + id="dx1-28079"></a> will either be set to the <span class="cmss-10">name</span><a - id="dx1-27080"></a> + id="dx1-28080"></a> key (if <span class="cmss-10">sanitizesort=true</span><a - id="dx1-27081"></a>) or it will set it to the expansion of the <span + id="dx1-28081"></a>) or it will set it to the expansion of the <span class="cmss-10">name</span><a - id="dx1-27082"></a> key (if + id="dx1-28082"></a> key (if <span class="cmss-10">sanitizesort=false</span><a - id="dx1-27083"></a>). - </p><!--l. 3718--><p class="noindent" ><div class="important" title="Important Note"> Take care with <a + id="dx1-28083"></a>). + </p><!--l. 3865--><p class="noindent" ><div class="important" title="Important Note"> Take care with <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-27084"></a></a> (<a + id="dx1-28084"></a></a> (<a href="#option3">Option 3</a>): if you have entries with the same <span class="cmss-10">sort</span><a - id="dx1-27085"></a> value + id="dx1-28085"></a> value they will be treated as the same entry. - </p><!--l. 3723--><p class="noindent" >Take care if you use <a + </p><!--l. 3870--><p class="noindent" >Take care if you use <a href="#option1">Option 1</a> and the <span class="cmss-10">name</span><a - id="dx1-27086"></a> contains fragile commands. You will + id="dx1-28086"></a> contains fragile commands. You will either need to explicitly set the <span class="cmss-10">sort</span><a - id="dx1-27087"></a> key or use the <span + id="dx1-28087"></a> key or use the <span class="cmss-10">sanitizesort=true</span><a - id="dx1-27088"></a> package + id="dx1-28088"></a> package option (unless you use the <span class="cmtt-10">def </span>or <span class="cmtt-10">use </span>sort methods). </div> - </p><!--l. 3727--><p class="noindent" > + </p><!--l. 3874--><p class="noindent" > </p></dd><dt class="description"> <span class="cmssbx-10">type</span><a - id="dx1-27089"></a> </dt><dd + id="dx1-28089"></a> </dt><dd class="description">This specifies the label of the glossary in which this entry belongs. If omitted, the default glossary is assumed unless <span class="cmtt-10">\newacronym</span><a - id="dx1-27090"></a> is used (see <a + id="dx1-28090"></a> is used (see <a href="#sec:acronyms"><span -class="cmsy-10">§</span>13 - </a><a -href="#sec:acronyms">Acronyms<!--tex4ht:ref: sec:acronyms --></a>). +class="cmsy-10">§</span>13 </a><a +href="#sec:acronyms">Acronyms + and Other Abbreviations<!--tex4ht:ref: sec:acronyms --></a>). </dd><dt class="description"> <span class="cmssbx-10">user1</span><a - id="dx1-27091"></a><span + id="dx1-28091"></a><span class="cmbx-10">, </span><span class="cmbx-10">…, </span><span class="cmssbx-10">user6</span><a - id="dx1-27092"></a><a - id="dx1-27093"></a><a - id="dx1-27094"></a><a - id="dx1-27095"></a><a - id="dx1-27096"></a> </dt><dd + id="dx1-28092"></a><a + id="dx1-28093"></a><a + id="dx1-28094"></a><a + id="dx1-28095"></a><a + id="dx1-28096"></a> </dt><dd class="description">Six keys provided for any additional information the user may want to specify. (For example, an associated dimension or an alternative plural or some other grammatical construct.) Alternatively, you can add new keys using <span class="cmtt-10">\glsaddkey</span><a - id="dx1-27097"></a> (see <a + id="dx1-28097"></a> or <span +class="cmtt-10">\glsaddstoragekey</span><a + id="dx1-28098"></a> (see <a href="#sec:addkey"><span class="cmsy-10">§</span>4.3 </a><a -href="#sec:addkey">Additional Keys<!--tex4ht:ref: sec:addkey --></a>). Other keys are also provided by the - <span +href="#sec:addkey">Additional Keys<!--tex4ht:ref: sec:addkey --></a>). Other keys are + also provided by the <span class="cmss-10">glossaries-prefix</span><a - id="dx1-27098"></a> (<a + id="dx1-28099"></a> (<a href="#sec:prefix"><span class="cmsy-10">§</span>17 </a><a -href="#sec:prefix">Prefixes or Determiners<!--tex4ht:ref: sec:prefix --></a>) and <span +href="#sec:prefix">Prefixes or Determiners<!--tex4ht:ref: sec:prefix --></a>) and + <span class="cmss-10">glossaries-accsupp</span><a - id="dx1-27099"></a> (<a + id="dx1-28100"></a> (<a href="#sec:accsupp"><span -class="cmsy-10">§</span>18 - </a><a +class="cmsy-10">§</span>18 </a><a href="#sec:accsupp">Accessibility Support<!--tex4ht:ref: sec:accsupp --></a>) packages. </dd><dt class="description"> <span class="cmssbx-10">nonumberlist</span><a - id="dx1-27100"></a> </dt><dd + id="dx1-28101"></a> </dt><dd class="description">A boolean key. If the value is missing or is <span class="cmtt-10">true</span>, this will suppress the <a href="#glo:numberlist">number list<a - id="dx1-27101"></a></a> just for this entry. Conversely, if you have used the package option + id="dx1-28102"></a></a> just for this entry. Conversely, if you have used the package option <span class="cmss-10">nonumberlist</span><a - id="dx1-27102"></a>, you can activate the number list<a - id="dx1-27103"></a> just for this entry with + id="dx1-28103"></a>, you can activate the number list<a + id="dx1-28104"></a> just for this entry with <span class="cmss-10">nonumberlist=false</span><a - id="dx1-27104"></a>. (See <a + id="dx1-28105"></a>. (See <a href="#sec:numberlists"><span class="cmsy-10">§</span>5 </a><a href="#sec:numberlists">Number lists<!--tex4ht:ref: sec:numberlists --></a>.) </dd><dt class="description"> <span class="cmssbx-10">see</span><a - id="dx1-27105"></a> </dt><dd + id="dx1-28106"></a> </dt><dd class="description">Cross-reference another entry. Using the <span class="cmss-10">see</span><a - id="dx1-27106"></a> key will automatically add this entry + id="dx1-28107"></a> key will automatically add this entry to the glossary, but will not automatically add the cross-referenced entry. The referenced entry should be supplied as the value to this key. If you want to override the “see” tag, you can supply the new tag in square brackets before the @@ -7668,89 +7971,89 @@ class="cmbx-10">Note that if</span> class="cmbx-10">you have suppressed the </span><a href="#glo:numberlist"><span class="cmbx-10">number list</span><a - id="dx1-27107"></a></a><span + id="dx1-28108"></a></a><span class="cmbx-10">, the cross-referencing</span> <span class="cmbx-10">information won’t appear in the glossary, as it forms part of</span> <span class="cmbx-10">the number list</span><a - id="dx1-27108"></a><span + id="dx1-28109"></a><span class="cmbx-10">. </span>You can override this for individual glossary entries using <span class="cmss-10">nonumberlist=false</span><a - id="dx1-27109"></a> (see above). Alternatively, you can use the + id="dx1-28110"></a> (see above). Alternatively, you can use the <span class="cmss-10">seeautonumberlist</span><a - id="dx1-27110"></a> package option. For further details, see <a + id="dx1-28111"></a> package option. For further details, see <a href="#sec:crossref"><span class="cmsy-10">§</span>8 </a><a href="#sec:crossref">Cross-Referencing Entries<!--tex4ht:ref: sec:crossref --></a>. - <!--l. 3765--><p class="noindent" ><div class="important" title="Important Note"> For Options <a + <!--l. 3912--><p class="noindent" ><div class="important" title="Important Note"> For Options <a href="#option2">2</a> and <a href="#option3">3</a>, <span class="cmtt-10">\makeglossaries</span><a - id="dx1-27111"></a> must be used before any occurrence of + id="dx1-28112"></a> must be used before any occurrence of <span class="cmtt-10">\newglossaryentry</span><a - id="dx1-27112"></a> that contains the <span + id="dx1-28113"></a> that contains the <span class="cmss-10">see</span><a - id="dx1-27113"></a> key. </div> - </p><!--l. 3768--><p class="noindent" > + id="dx1-28114"></a> key. </div> + </p><!--l. 3915--><p class="noindent" > </p> </dd></dl> -<!--l. 3772--><p class="indent" > The following keys are reserved for <span +<!--l. 3919--><p class="indent" > The following keys are reserved for <span class="cmtt-10">\newacronym</span><a - id="dx1-27114"></a> (see <a + id="dx1-28115"></a> (see <a href="#sec:acronyms"><span class="cmsy-10">§</span>13 </a><a -href="#sec:acronyms">Acronyms<!--tex4ht:ref: sec:acronyms --></a>): <span +href="#sec:acronyms">Acronyms and Other +Abbreviations<!--tex4ht:ref: sec:acronyms --></a>): <span class="cmss-10">long</span><a - id="dx1-27115"></a>, -<span + id="dx1-28116"></a>, <span class="cmss-10">longplural</span><a - id="dx1-27116"></a>, <span + id="dx1-28117"></a>, <span class="cmss-10">short</span><a - id="dx1-27117"></a> and <span + id="dx1-28118"></a> and <span class="cmss-10">shortplural</span><a - id="dx1-27118"></a>. Additional keys are provided by the <span + id="dx1-28119"></a>. Additional keys are provided by +the <span class="cmss-10">glossaries-prefix</span><a - id="dx1-27119"></a> -(<a + id="dx1-28120"></a> (<a href="#sec:prefix"><span class="cmsy-10">§</span>17 </a><a href="#sec:prefix">Prefixes or Determiners<!--tex4ht:ref: sec:prefix --></a>) and the <span class="cmss-10">glossaries-accsupp</span><a - id="dx1-27120"></a> (<a + id="dx1-28121"></a> (<a href="#sec:accsupp"><span -class="cmsy-10">§</span>18 </a><a -href="#sec:accsupp">Accessibility Support<!--tex4ht:ref: sec:accsupp --></a>) -packages. You can also define your own custom keys (see <a +class="cmsy-10">§</span>18 +</a><a +href="#sec:accsupp">Accessibility Support<!--tex4ht:ref: sec:accsupp --></a>) packages. You can also define your own custom keys (see <a href="#sec:addkey"><span -class="cmsy-10">§</span>4.3 </a><a -href="#sec:addkey">Additional -Keys<!--tex4ht:ref: sec:addkey --></a>). -</p><!--l. 3780--><p class="indent" > Note that if the name starts with <a +class="cmsy-10">§</span>4.3 +</a><a +href="#sec:addkey">Additional Keys<!--tex4ht:ref: sec:addkey --></a>). +</p><!--l. 3927--><p class="indent" > Note that if the name starts with <a href="#glo:nonlatinchar">non-Latin character<a - id="dx1-27121"></a></a>, you must group the + id="dx1-28122"></a></a>, you must group the character, otherwise it will cause a problem for commands like <span class="cmtt-10">\Gls</span><a - id="dx1-27122"></a> and <span + id="dx1-28123"></a> and <span class="cmtt-10">\Glspl</span><a - id="dx1-27123"></a>. For + id="dx1-28124"></a>. For example: </p> - <div class="verbatim" id="verbatim-93"> + <div class="verbatim" id="verbatim-96"> \newglossaryentry{elite}{name={{\’e}lite},  <br />description={select group or class}} </div> -<!--l. 3787--><p class="nopar" > Note that the same applies if you are using the <span +<!--l. 3934--><p class="nopar" > Note that the same applies if you are using the <span class="cmss-10">inputenc</span><a - id="dx1-27124"></a> package: </p><div class="alltt"> + id="dx1-28125"></a> package: </p><div class="alltt"> <div class="obeylines-v"> <span class="verb"><span class="cmtt-10">\newglossaryentry{elite}{name={{</span></span><span @@ -7765,77 +8068,77 @@ class="cmtt-10"> class}}</span></span> </div> </div> (This doesn’t apply for XeLaTeX documents using the <span class="cmss-10">fontspec</span><a - id="dx1-27125"></a> package. For further + id="dx1-28126"></a> package. For further details, see the section <a href="mfirstuc-manual.html" >“UTF-8”</a> in the <span class="cmss-10">mfirstuc</span><a - id="dx1-27126"></a> user manual.) -<!--l. 3799--><p class="indent" > Note that in both of the above examples, you will also need to supply the <span + id="dx1-28127"></a> user manual.) +<!--l. 3946--><p class="indent" > Note that in both of the above examples, you will also need to supply the <span class="cmss-10">sort</span><a - id="dx1-27127"></a> key + id="dx1-28128"></a> key if you are using <a href="#option2">Option 2</a> whereas <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-27128"></a></a> (<a + id="dx1-28129"></a></a> (<a href="#option3">Option 3</a>) is usually able to sort <a href="#glo:nonlatinchar">non-Latin character<a - id="dx1-27129"></a>s</a> correctly. <a + id="dx1-28130"></a>s</a> correctly. <a href="#option1">Option 1</a> discards accents from <a href="#glo:latexexlatinchar">standard <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> extended Latin character<a - id="dx1-27130"></a>s</a> unless you use the <span + id="dx1-28131"></a>s</a> unless you use the <span class="cmss-10">sanitizesort=true</span><a - id="dx1-27131"></a>. + id="dx1-28132"></a>. </p> -<!--l. 3807--><p class="noindent" ><a +<!--l. 3954--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">4.1 </span> <a id="sec:plurals"></a>Plurals</h3> -<!--l. 3810--><p class="noindent" >You may have noticed from above that you can specify the plural form when you +<!--l. 3957--><p class="noindent" >You may have noticed from above that you can specify the plural form when you define a term. If you omit this, the plural will be obtained by appending -</p><!--l. 3813--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 3960--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glspluralsuffix</span><span class="cmtt-9"> </span></span><a - id="dx1-28001"></a> <span + id="dx1-29001"></a> <span class="cmtt-10">\glspluralsuffix </span></div><hr> -</p><!--l. 3815--><p class="noindent" > +</p><!--l. 3962--><p class="noindent" > to the singular form. This command defaults to the letter “s”. For example: </p> - <div class="verbatim" id="verbatim-94"> + <div class="verbatim" id="verbatim-97"> \newglossaryentry{cow}{name=cow,description={a fully grown  <br />female of any bovine animal}} </div> -<!--l. 3821--><p class="nopar" > defines a new entry whose singular form is “cow” and plural form is “cows”. However, +<!--l. 3968--><p class="nopar" > defines a new entry whose singular form is “cow” and plural form is “cows”. However, if you are writing in archaic English, you may want to use “kine” as the plural form, in which case you would have to do: </p> - <div class="verbatim" id="verbatim-95"> + <div class="verbatim" id="verbatim-98"> \newglossaryentry{cow}{name=cow,plural=kine,  <br />description={a fully grown female of any bovine animal}} </div> -<!--l. 3829--><p class="nopar" > -</p><!--l. 3831--><p class="indent" > If you are writing in a language that supports multiple plurals (for a given term) +<!--l. 3976--><p class="nopar" > +</p><!--l. 3978--><p class="indent" > If you are writing in a language that supports multiple plurals (for a given term) then use the <span class="cmss-10">plural</span><a - id="dx1-28002"></a> key for one of them and one of the user keys to specify the other + id="dx1-29002"></a> key for one of them and one of the user keys to specify the other plural form. For example: </p> - <div class="verbatim" id="verbatim-96"> + <div class="verbatim" id="verbatim-99"> \newglossaryentry{cow}{%  <br />  name=cow,%  <br />  description={a fully grown female of any bovine animal  <br />               (plural cows, archaic plural kine)},%  <br />  user1={kine}} </div> -<!--l. 3841--><p class="nopar" > You can then use <span class="obeylines-h"><span class="verb"><span +<!--l. 3988--><p class="nopar" > You can then use <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glspl{cow}</span></span></span> to produce “cows” and <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsuseri{cow}</span></span></span> to produce “kine”. You can, of course, define an easy to remember synonym. For @@ -7843,18 +8146,18 @@ example: </p> - <div class="verbatim" id="verbatim-97"> + <div class="verbatim" id="verbatim-100"> \let\glsaltpl\glsuseri </div> -<!--l. 3847--><p class="nopar" > Then you don’t have to remember which key you used to store the second plural. +<!--l. 3994--><p class="nopar" > Then you don’t have to remember which key you used to store the second plural. Alternatively, you can define your own keys using <span class="cmtt-10">\glsaddkey</span><a - id="dx1-28003"></a>, described in <a + id="dx1-29003"></a>, described in <a href="#sec:addkey"><span class="cmsy-10">§</span>4.3 </a><a href="#sec:addkey">Additional Keys<!--tex4ht:ref: sec:addkey --></a>. -</p><!--l. 3852--><p class="indent" > If you are using a language that usually forms plurals by appending a +</p><!--l. 3999--><p class="indent" > If you are using a language that usually forms plurals by appending a different letter, or sequence of letters, you can redefine <span class="cmtt-10">\glspluralsuffix</span> as required. However, this must be done <span @@ -7862,21 +8165,21 @@ class="cmti-10">before </span>the entries are defined. For languages that don’t form plurals by simply appending a suffix, all the plural forms must be specified using the <span class="cmss-10">plural</span><a - id="dx1-28004"></a> key (and the <span + id="dx1-29004"></a> key (and the <span class="cmss-10">firstplural</span><a - id="dx1-28005"></a> key where + id="dx1-29005"></a> key where necessary). -</p><!--l. 3860--><p class="noindent" > +</p><!--l. 4007--><p class="noindent" > </p> -<!--l. 3860--><p class="noindent" ><a +<!--l. 4007--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">4.2 </span> <a id="sec:grammar"></a>Other Grammatical Constructs</h3> -<!--l. 3863--><p class="noindent" >You can use the six user keys to provide alternatives, such as participles. For +<!--l. 4010--><p class="noindent" >You can use the six user keys to provide alternatives, such as participles. For example: </p> - <div class="verbatim" id="verbatim-98"> + <div class="verbatim" id="verbatim-101"> \let\glsing\glsuseri  <br />\let\glsd\glsuserii  <br />\newcommand*{\ingkey}{user1} @@ -7890,42 +8193,73 @@ example:  <br />  }%  <br />} </div> -<!--l. 3880--><p class="nopar" > With the above definitions, I can now define terms like this: +<!--l. 4027--><p class="nopar" > With the above definitions, I can now define terms like this: </p> - <div class="verbatim" id="verbatim-99"> + <div class="verbatim" id="verbatim-102"> \newword{play}{to take part in activities for enjoyment}  <br />\newword[\edkey={ran},\ingkey={running}]{run}{to move fast using  <br />the legs} </div> -<!--l. 3886--><p class="nopar" > and use them in the text: +<!--l. 4033--><p class="nopar" > and use them in the text: </p> - <div class="verbatim" id="verbatim-100"> + <div class="verbatim" id="verbatim-103"> Peter is \glsing{play} in the park today.  <br />Jane \glsd{play} in the park yesterday.  <br />Peter and Jane \glsd{run} in the park last week. </div> -<!--l. 3894--><p class="nopar" > -</p><!--l. 3896--><p class="indent" > Alternatively, you can define your own keys using <span +<!--l. 4041--><p class="nopar" > +</p><!--l. 4043--><p class="indent" > Alternatively, you can define your own keys using <span class="cmtt-10">\glsaddkey</span><a - id="dx1-29001"></a>, described below in + id="dx1-30001"></a>, described below in <a href="#sec:addkey"><span class="cmsy-10">§</span>4.3 </a><a href="#sec:addkey">Additional Keys<!--tex4ht:ref: sec:addkey --></a>. -</p><!--l. 3899--><p class="noindent" > +</p><!--l. 4046--><p class="noindent" > </p> -<!--l. 3899--><p class="noindent" ><a +<!--l. 4046--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">4.3 </span> <a id="sec:addkey"></a>Additional Keys</h3> -<!--l. 3902--><p class="noindent" >You can now also define your own custom keys using: -</p><!--l. 3903--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +<!--l. 4049--><p class="noindent" >You can now also define your own custom keys using the commands described in this +section. There are two types of keys: those for use within the document and those to +store information used behind the scenes by other commands. +</p><!--l. 4054--><p class="indent" > For example, if you want to add a key that indicates the associated unit for +a term, you might want to reference this unit in your document. In this case use +<span +class="cmtt-10">\glsaddkey </span>described in <a +href="#sec:glsaddkey"><span +class="cmsy-10">§</span>4.4 </a><a +href="#sec:glsaddkey">Document Keys<!--tex4ht:ref: sec:glsaddkey --></a>. If, on the other hand, you want to add +a key to indicate to a glossary style or acronym style that this entry should be +formatted differently to other entries, then you can use <span +class="cmtt-10">\glsaddstoragekey </span>described +in <a +href="#sec:glsaddstoragekey"><span +class="cmsy-10">§</span>4.5 </a><a +href="#sec:glsaddstoragekey">Storage Keys<!--tex4ht:ref: sec:glsaddstoragekey --></a>. +</p><!--l. 4062--><p class="indent" > In both cases, a new command ⟨<span +class="cmti-10">no link cs</span>⟩ will be defined that can be used to access +the value of this key (analogous to commands such as <span +class="cmtt-10">\glsentrytext</span>). This can be +used in an expandable context (provided any fragile commands stored in the key +have been protected). The new keys must be added using <span +class="cmtt-10">\glsaddkey </span>or +<span +class="cmtt-10">\glsaddstoragekey </span>before glossary entries are defined. +</p><!--l. 4069--><p class="noindent" > +</p> +<!--l. 4069--><p class="noindent" ><a +href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">4.4 </span> <a + id="sec:glsaddkey"></a>Document Keys</h3> +<!--l. 4072--><p class="noindent" >A custom key that can be used in the document is defined using: +</p><!--l. 4073--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsaddkey</span><span class="cmtt-9"> </span></span><a - id="dx1-30001"></a> <span + id="dx1-32001"></a> <span class="cmtt-10">\glsaddkey{</span>⟨<span class="cmitt-10">key</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -7943,17 +8277,19 @@ class="cmitt-10">link ucfirst cs</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">link allcaps cs</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 3911--><p class="noindent" > +</p><!--l. 4081--><p class="noindent" > where: </p><dl class="description"><dt class="description"> ⟨<span class="cmbxti-10">key</span>⟩ </dt><dd class="description">is the new key to use in <span class="cmtt-10">\newglossaryentry</span><a - id="dx1-30002"></a> (or similar commands such as + id="dx1-32002"></a> (or similar commands such as <span class="cmtt-10">\longnewglossaryentry</span><a - id="dx1-30003"></a>); + id="dx1-32003"></a>); + + </dd><dt class="description"> ⟨<span class="cmbxti-10">default value</span>⟩ </dt><dd @@ -7969,46 +8305,44 @@ class="cmbxti-10">no link cs</span>⟩ </dt><dd class="description">is the control sequence to use analogous to commands like <span class="cmtt-10">\glsentrytext</span><a - id="dx1-30004"></a>; + id="dx1-32004"></a>; </dd><dt class="description"> ⟨<span class="cmbxti-10">no link ucfirst cs</span>⟩ </dt><dd class="description">is the control sequence to use analogous to commands like <span class="cmtt-10">\Glsentrytext</span><a - id="dx1-30005"></a>; + id="dx1-32005"></a>; </dd><dt class="description"> ⟨<span class="cmbxti-10">link cs</span>⟩ </dt><dd class="description">is the control sequence to use analogous to commands like <span class="cmtt-10">\glstext</span><a - id="dx1-30006"></a>; + id="dx1-32006"></a>; </dd><dt class="description"> ⟨<span class="cmbxti-10">link ucfirst cs</span>⟩ </dt><dd class="description">is the control sequence to use analogous to commands like <span class="cmtt-10">\Glstext</span><a - id="dx1-30007"></a>; - - + id="dx1-32007"></a>; </dd><dt class="description"> ⟨<span class="cmbxti-10">link allcaps cs</span>⟩ </dt><dd class="description">is the control sequence to use analogous to commands like <span class="cmtt-10">\GLStext</span><a - id="dx1-30008"></a>.</dd></dl> -<!--l. 3932--><p class="noindent" >The starred version of <span + id="dx1-32008"></a>.</dd></dl> +<!--l. 4102--><p class="noindent" >The starred version of <span class="cmtt-10">\glsaddkey </span>switches on expansion for this key. The unstarred version doesn’t override the current expansion setting. <a - id="x1-30009r3"></a> -</p><!--l. 3936--><p class="noindent" ><span + id="x1-32009r3"></a> +</p><!--l. 4106--><p class="noindent" ><span class="cmbx-12">Example 3</span><span class="cmbx-12"> (Defining Custom Keys)</span><a - id="x1-30010"></a> -</p><!--l. 3937--><p class="indent" > Suppose I want to define two new keys, <span + id="x1-32010"></a> +</p><!--l. 4107--><p class="indent" > Suppose I want to define two new keys, <span class="cmtt-10">ed </span>and <span class="cmtt-10">ing</span>, that default to the entry text followed by “ed” and “ing”, respectively. The default value will need expanding in @@ -8016,7 +8350,7 @@ both cases, so I need to use the starred form: </p> - <div class="verbatim" id="verbatim-101"> + <div class="verbatim" id="verbatim-104">  % Define "ed" key:  <br /> \glsaddkey*  <br />  {ed}% key @@ -8036,11 +8370,11 @@ both cases, so I need to use the starred form:  <br />  {\Glsing}% command analogous to \Glstext  <br />  {\GLSing}% command analogous to \GLStext </div> -<!--l. 3961--><p class="nopar" > Now I can define some entries: +<!--l. 4131--><p class="nopar" > Now I can define some entries: </p> - <div class="verbatim" id="verbatim-102"> + <div class="verbatim" id="verbatim-105">  % No need to override defaults for this entry:  <br /> \newglossaryentry{jump}{name={jump},description={}}  <br /> % Need to override defaults on these entries: @@ -8053,62 +8387,434 @@ both cases, so I need to use the starred form:  <br />   ing={waddling},%  <br />   description={}} </div> -<!--l. 3979--><p class="nopar" > -</p><!--l. 3981--><p class="indent" > These entries can later be used in the document: +<!--l. 4149--><p class="nopar" > +</p><!--l. 4151--><p class="indent" > These entries can later be used in the document: </p> - <div class="verbatim" id="verbatim-103"> + <div class="verbatim" id="verbatim-106"> The dog \glsed{jump} over the duck.  <br />The duck was \glsing{waddle} round the dog.  <br />The dog \glsed{run} away from the duck. </div> -<!--l. 3988--><p class="nopar" > For a complete document, see the sample file <a +<!--l. 4158--><p class="nopar" > For a complete document, see the sample file <a href="#x1-5092r27"><span class="cmtt-10">sample-newkeys.tex</span></a>. </p> <div class="center" > -<!--l. 3990--><p class="noindent" > -</p><!--l. 3990--><p class="noindent" >____________________________</p></div> -<!--l. 3992--><p class="noindent" > +<!--l. 4160--><p class="noindent" > +</p><!--l. 4160--><p class="noindent" >____________________________</p></div> +<!--l. 4162--><p class="noindent" > </p> -<!--l. 3992--><p class="noindent" ><a -href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">4.4 </span> <a +<!--l. 4162--><p class="noindent" ><a +href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">4.5 </span> <a + id="sec:glsaddstoragekey"></a>Storage Keys</h3> +<!--l. 4165--><p class="noindent" >A custom key that can be used for simply storing information is defined +using: +</p><!--l. 4167--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +class="cmtt-9">\glsaddstoragekey</span><span +class="cmtt-9"> </span></span><a + id="dx1-33001"></a> <span +class="cmtt-10">\glsaddstoragekey{</span>⟨<span +class="cmitt-10">key</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">default value</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">no link cs</span>⟩<span +class="cmtt-10">}</span> +</div><hr> +</p><!--l. 4169--><p class="noindent" > +where the arguments are as the first three arguments of <span +class="cmtt-10">\glsaddkey</span>, described above +in <a +href="#sec:glsaddkey"><span +class="cmsy-10">§</span>4.4 </a><a +href="#sec:glsaddkey">Document Keys<!--tex4ht:ref: sec:glsaddkey --></a>. +</p><!--l. 4173--><p class="indent" > This is essentially the same as <span +class="cmtt-10">\glsaddkey </span>except that it doesn’t define the +additional commands. You can access or update the value of your new field +using the commands described in <a +href="#sec:fetchset"><span +class="cmsy-10">§</span>16.3 </a><a +href="#sec:fetchset">Fetching and Updating the Value of a +Field<!--tex4ht:ref: sec:fetchset --></a>. +<a + id="x1-33002r4"></a> +</p><!--l. 4178--><p class="noindent" ><span +class="cmbx-12">Example 4</span><span +class="cmbx-12"> (Defining Custom Storage Key (Acronyms and</span> +<span +class="cmbx-12">Initialisms))</span><a + id="x1-33003"></a> +</p><!--l. 4179--><p class="indent" > Suppose I want to define acronyms and other forms of abbreviations, such as +initialisms, but I want them all in the same glossary and I want the acronyms on first +use to be displayed with the short form followed by the long form in parentheses, but +the opposite way round for other forms of abbreviations. +</p><!--l. 4185--><p class="indent" > Here I can define a new key that determines whether the term is actually an +acronym rather than some other form of abbreviation. I’m going to call this key +<span +class="cmtt-10">abbrtype </span>(since <span +class="cmtt-10">type </span>already exists): + + +</p> + <div class="verbatim" id="verbatim-107"> +\glsaddstoragekey + <br /> {abbrtype}% key/field name + <br /> {word}% default value if not explicitly set + <br /> {\abbrtype}% custom command to access the value if required +</div> +<!--l. 4194--><p class="nopar" > +</p><!--l. 4196--><p class="indent" > Now I can define a style that looks up the value of this new key to determine how +to display the full form: + + +</p> + <div class="verbatim" id="verbatim-108"> +\newacronymstyle + <br /> {mystyle}% style name + <br /> {% Use the generic display + <br />   \ifglshaslong{\glslabel}{\glsgenacfmt}{\glsgenentryfmt}% + <br /> } + <br /> {% Put the long form in the description + <br />   \renewcommand*{\GenericAcronymFields}{description={\the\glslongtok}}% + <br />   % For the full format, test the value of the "abbrtype" key. + <br />   % If it’s set to "word" put the short form first with + <br />   % the long form in brackets. + <br />   \renewcommand*{\genacrfullformat}[2]{% + <br />    \ifglsfieldeq{##1}{abbrtype}{word} + <br />    {% is a proper acronym + <br />      \protect\firstacronymfont{\glsentryshort{##1}}##2\space + <br />       (\glsentrylong{##1})% + <br />    } + <br />    {% is another form of abbreviation + <br />     \glsentrylong{##1}##2\space + <br />      (\protect\firstacronymfont{\glsentryshort{##1}})% + <br />    }% + <br />  }% + <br />  % first letter upper case version: + <br />   \renewcommand*{\Genacrfullformat}[2]{% + <br />    \ifglsfieldeq{##1}{abbrtype}{word} + <br />    {% is a proper acronym + <br />      \protect\firstacronymfont{\Glsentryshort{##1}}##2\space + <br />       (\glsentrylong{##1})% + <br />    } + <br />    {% is another form of abbreviation + <br />     \Glsentrylong{##1}##2\space + <br />      (\protect\firstacronymfont{\glsentryshort{##1}})% + <br />    }% + <br />  }% + <br />  % plural + <br />   \renewcommand*{\genplacrfullformat}[2]{% + <br />    \ifglsfieldeq{##1}{abbrtype}{word} + <br />    {% is a proper acronym + <br />      \protect\firstacronymfont{\glsentryshortpl{##1}}##2\space + <br />       (\glsentrylong{##1})% + <br />    } + <br />    {% is another form of abbreviation + <br />     \glsentrylongpl{##1}##2\space + <br />      (\protect\firstacronymfont{\glsentryshortpl{##1}})% + <br />    }% + <br />  }% + <br />  % plural and first letter upper case + + + <br />  \renewcommand*{\Genplacrfullformat}[2]{% + <br />    \ifglsfieldeq{##1}{abbrtype}{word} + <br />    {% is a proper acronym + <br />      \protect\firstacronymfont{\Glsentryshortpl{##1}}##2\space + <br />       (\glsentrylong{##1})% + <br />    } + <br />    {% is another form of abbreviation + <br />     \Glsentrylongpl{##1}##2\space + <br />      (\protect\firstacronymfont{\glsentryshortpl{##1}})% + <br />    }% + <br />  }% + <br />  % Just use the short form as the name part in the glossary: + <br />  \renewcommand*{\acronymentry}[1]{\acronymfont{\glsentryshort{##1}}}% + <br />  % Sort by the short form: + <br />  \renewcommand*{\acronymsort}[2]{##1}% + <br />  % Just use the surrounding font for the short form: + <br />  \renewcommand*{\acronymfont}[1]{##1}% + <br />  % Same for first use: + <br />  \renewcommand*{\firstacronymfont}[1]{\acronymfont{##1}}% + <br />  % Default plural suffix if the plural isn’t explicitly set + <br />  \renewcommand*{\acrpluralsuffix}{\glspluralsuffix}% + <br /> } +</div> +<!--l. 4267--><p class="nopar" > Remember that the new style needs to be set before defining any terms: + + +</p> + <div class="verbatim" id="verbatim-109"> +\setacronymstyle{mystyle} +</div> +<!--l. 4272--><p class="nopar" > +</p><!--l. 4274--><p class="indent" > Since it’s a bit confusing to use <span +class="cmtt-10">\newacronym</span><a + id="dx1-33004"></a> for something that’s not technically +an acronym, let’s define a new command for initialisms: + + +</p> + <div class="verbatim" id="verbatim-110"> +\newcommand*{\newinitialism}[4][]{% + <br />  \newacronym[abbrtype=initialism,#1]{#2}{#3}{#4}% + <br />} +</div> +<!--l. 4281--><p class="nopar" > Now the entries can all be defined: + + +</p> + <div class="verbatim" id="verbatim-111"> +\newacronym{radar}{radar}{radio detecting and ranging} + <br />\newacronym{laser}{laser}{light amplification by stimulated + <br />emission of radiation} + <br />\newacronym{scuba}{scuba}{self-contained underwater breathing + <br />apparatus} + <br />\newinitialism{dsp}{DSP}{digital signal processing} + <br />\newinitialism{atm}{ATM}{automated teller machine} +</div> +<!--l. 4291--><p class="nopar" > On <a +href="#glo:firstuse">first use</a>, <span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\gls{radar}</span></span></span> will produce “radar (radio detecting and ranging)” but +<span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\gls{dsp}</span></span></span> will produce “DSP (digital signal processing)”. +</p><!--l. 4296--><p class="indent" > For a complete document, see the sample file <a +href="#x1-5093r28"><span +class="cmtt-10">sample-storage-abbr.tex</span></a>. +</p> +<div class="center" +> +<!--l. 4298--><p class="noindent" > +</p><!--l. 4298--><p class="noindent" >____________________________</p></div> +<!--l. 4300--><p class="indent" > In the above example, if <span +class="cmtt-10">\newglossaryentry </span>is explicitly used (instead of +through <span +class="cmtt-10">\newacronym</span>) the <span +class="cmtt-10">abbrtype </span>key will be set to its default value of +“word” but the <span +class="cmtt-10">\ifglshaslong </span>test in the custom acronym style will be false +(since the <span +class="cmss-10">long</span><a + id="dx1-33005"></a> key hasn’t been set) so the display style will switch to that +given by <span +class="cmtt-10">\glsgenentryfmt </span>and they’ll be no test performed on the <span +class="cmtt-10">abbrtype</span> +field. +<a + id="x1-33006r5"></a> +</p><!--l. 4309--><p class="noindent" ><span +class="cmbx-12">Example 5</span><span +class="cmbx-12"> (Defining Custom Storage Key (Acronyms and</span> +<span +class="cmbx-12">Non-Acronyms with Descriptions))</span><a + id="x1-33007"></a> +</p><!--l. 4310--><p class="indent" > The previous example can be modified if the <span +class="cmss-10">description</span><a + id="dx1-33008"></a> also needs to be provided. +Here I’ve changed “word” to “acronym”: + + +</p> + <div class="verbatim" id="verbatim-112"> +\glsaddstoragekey + <br /> {abbrtype}% key/field name + <br /> {acronym}% default value if not explicitly set + <br /> {\abbrtype}% custom command to access the value if required +</div> +<!--l. 4318--><p class="nopar" > This may seem a little odd for non-abbreviated entries defined using <span +class="cmtt-10">\newglossaryentry</span> +directly, but <span +class="cmtt-10">\ifglshaslong</span><a + id="dx1-33009"></a> can be used to determine whether or not to reference the +value of this new <span +class="cmtt-10">abbrtype </span>field. +</p><!--l. 4324--><p class="indent" > The new acronym style has a minor modification that forces the user to specify a +description. In the previous example, the line: + + +</p> + <div class="verbatim" id="verbatim-113"> +   \renewcommand*{\GenericAcronymFields}{description={\the\glslongtok}}% +</div> +<!--l. 4328--><p class="nopar" > needs to be changed to: + + +</p> + <div class="verbatim" id="verbatim-114"> +   \renewcommand*{\GenericAcronymFields}{}% +</div> +<!--l. 4332--><p class="nopar" > Additionally, to accommodate the change in the default value of the <span +class="cmtt-10">abbrtype </span>key, all +instances of + + +</p> + <div class="verbatim" id="verbatim-115"> +    \ifglsfieldeq{##1}{abbrtype}{word} +</div> +<!--l. 4337--><p class="nopar" > need to be changed to: + + +</p> + <div class="verbatim" id="verbatim-116"> +    \ifglsfieldeq{##1}{abbrtype}{acronym} +</div> +<!--l. 4341--><p class="nopar" > +</p><!--l. 4343--><p class="indent" > Once this new style has been set, the new acronyms can be defined using the +optional argument to set the description: + + +</p> + <div class="verbatim" id="verbatim-117"> +\newacronym[description={system for detecting the position and + <br />speed of aircraft, ships, etc}]{radar}{radar}{radio detecting + <br />and ranging} +</div> +<!--l. 4349--><p class="nopar" > +</p><!--l. 4351--><p class="indent" > No change is required for the definition of <span +class="cmtt-10">\newinitialism </span>but again the optional +argument is required to set the description: + + +</p> + <div class="verbatim" id="verbatim-118"> +\newinitialism[description={mathematical manipulation of an + <br />information signal}]{dsp}{DSP}{digital signal processing} +</div> +<!--l. 4356--><p class="nopar" > +</p><!--l. 4358--><p class="indent" > We can also accommodate contractions in a similar manner to the initialisms: + + +</p> + <div class="verbatim" id="verbatim-119"> +\newcommand*{\newcontraction}[4][]{% + <br />  \newacronym[abbrtype=contraction,#1]{#2}{#3}{#4}% + <br />} +</div> +<!--l. 4364--><p class="nopar" > The contractions can similarly been defined using this new command: + + +</p> + <div class="verbatim" id="verbatim-120"> +\newcontraction[description={front part of a ship below the + <br />deck}]{focsle}{fo’c’s’le}{forecastle} +</div> +<!--l. 4369--><p class="nopar" > +</p><!--l. 4371--><p class="indent" > Since the custom acronym style just checks if <span +class="cmtt-10">abbrtype </span>is <span +class="cmtt-10">acronym</span>, the +contractions will be treated the same as the initialisms, but the style could be +modified by a further test of the <span +class="cmtt-10">abbrtype </span>value if required. +</p><!--l. 4376--><p class="indent" > To test regular non-abbreviated entries, I’ve also defined a simple word: + + +</p> + <div class="verbatim" id="verbatim-121"> +\newglossaryentry{apple}{name={apple},description={a fruit}} +</div> +<!--l. 4380--><p class="nopar" > +</p><!--l. 4382--><p class="indent" > Now for a new glossary style that provides information about the abbreviation (in +addition to the description): + + +</p> + <div class="verbatim" id="verbatim-122"> +\newglossarystyle + <br /> {mystyle}% style name + <br /> {% base it on the "list" style + <br />   \setglossarystyle{list}% + <br />   \renewcommand*{\glossentry}[2]{% + <br />     \item[\glsentryitem{##1}% + <br />          \glstarget{##1}{\glossentryname{##1}}] + <br />       \ifglshaslong{##1}% + <br />       { (\abbrtype{##1}: \glsentrylong{##1})\space}{}% + <br />       \glossentrydesc{##1}\glspostdescription\space ##2}% + <br /> } +</div> +<!--l. 4396--><p class="nopar" > This uses <span +class="cmtt-10">\ifglshaslong</span><a + id="dx1-33010"></a> to determine whether or not the term is an abbreviation. If +it has an abbreviation, the full form is supplied in parentheses and <span +class="cmtt-10">\abbrtype </span>(defined +by <span +class="cmtt-10">\glsaddstoragekey </span>earlier) is used to indicate the type of abbreviation. +</p><!--l. 4403--><p class="indent" > With this style set, the <span +class="cmtt-10">apple </span>entry is simply displayed in the glossary +as + </p><dl class="description"><dt class="description"> +<span +class="cmbx-10">apple</span> </dt><dd +class="description">a fruit.</dd></dl> +<!--l. 4408--><p class="noindent" >but the abbreviations are displayed in the form + </p><dl class="description"><dt class="description"> +<span +class="cmbx-10">laser</span> </dt><dd +class="description">(acronym: light amplification by stimulated emission of radiation) device + that creates a narrow beam of intense light.</dd></dl> +<!--l. 4414--><p class="noindent" >(for acronyms) or + </p><dl class="description"><dt class="description"> +<span +class="cmbx-10">DSP</span> </dt><dd +class="description">(initialism: digital signal processing) mathematical manipulation of an + information signal.</dd></dl> +<!--l. 4419--><p class="noindent" >(for initalisms) or + </p><dl class="description"><dt class="description"> +<span +class="cmbx-10">fo’c’s’le</span> </dt><dd +class="description">(contraction: forecastle) front part of a ship below the deck.</dd></dl> +<!--l. 4424--><p class="noindent" >(for contractions). +</p><!--l. 4426--><p class="indent" > For a complete document, see the sample file <a +href="#x1-5094r29"><span +class="cmtt-10">sample-storage-abbr-desc.tex</span></a>. +</p> +<div class="center" +> +<!--l. 4428--><p class="noindent" > +</p><!--l. 4428--><p class="noindent" >____________________________</p></div> + + +<!--l. 4430--><p class="noindent" > +</p> +<!--l. 4430--><p class="noindent" ><a +href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">4.6 </span> <a id="sec:expansion"></a>Expansion</h3> -<!--l. 3995--><p class="noindent" >When you define new glossary entries expansion is performed by default, except for +<!--l. 4433--><p class="noindent" >When you define new glossary entries expansion is performed by default, except for the <span class="cmss-10">name</span><a - id="dx1-31001"></a>, <span + id="dx1-34001"></a>, <span class="cmss-10">description</span><a - id="dx1-31002"></a>, <span + id="dx1-34002"></a>, <span class="cmss-10">descriptionplural</span><a - id="dx1-31003"></a>, <span + id="dx1-34003"></a>, <span class="cmss-10">symbol</span><a - id="dx1-31004"></a>, <span + id="dx1-34004"></a>, <span class="cmss-10">symbolplural</span><a - id="dx1-31005"></a> and <span + id="dx1-34005"></a> and <span class="cmss-10">sort</span><a - id="dx1-31006"></a> keys (these keys + id="dx1-34006"></a> keys (these keys all have expansion suppressed via <span class="cmtt-10">\glssetnoexpandfield</span>). -</p><!--l. 4001--><p class="indent" > You can switch expansion on or off for individual keys using -</p><!--l. 4002--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 4439--><p class="indent" > You can switch expansion on or off for individual keys using +</p><!--l. 4440--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glssetexpandfield</span><span class="cmtt-9"> </span></span><a - id="dx1-31007"></a> <span + id="dx1-34007"></a> <span class="cmtt-10">\glssetexpandfield{</span>⟨<span class="cmitt-10">field</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 4004--><p class="noindent" > +</p><!--l. 4442--><p class="noindent" > or -</p><!--l. 4006--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 4444--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glssetnoexpandfield</span><span class="cmtt-9"> </span></span><a - id="dx1-31008"></a> <span + id="dx1-34008"></a> <span class="cmtt-10">\glssetnoexpandfield{</span>⟨<span class="cmitt-10">field</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 4008--><p class="noindent" > +</p><!--l. 4446--><p class="noindent" > respectively, where ⟨<span class="cmti-10">field</span>⟩ is the field tag corresponding to the key. In most cases, this is the same as the name of the key except for those listed in <a @@ -8117,14 +8823,14 @@ href="#tab:fieldmap">table 4.1</a>. <div class="table"> -<!--l. 4013--><p class="indent" > <a +<!--l. 4451--><p class="indent" > <a id="tab:fieldmap"></a></p><hr class="float" /><div class="float" > <div class="caption" ><span class="id">Table 4.1: </span><span -class="content">Key to Field Mappings</span></div><!--tex4ht:label?: x1-310091 --> +class="content">Key to Field Mappings</span></div><!--tex4ht:label?: x1-340091 --> <div class="tabular"> <table id="TBL-5" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-5-1g"><col @@ -8139,83 +8845,83 @@ class="cmbx-10">Field </span></td> style="vertical-align:baseline;" id="TBL-5-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-2-1" class="td11"> <span class="cmss-10">sort</span><a - id="dx1-31010"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-2-2" + id="dx1-34010"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-2-2" class="td11"> <span class="cmtt-10">sortvalue </span></td></tr><tr style="vertical-align:baseline;" id="TBL-5-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-3-1" class="td11"> <span class="cmss-10">firstplural</span><a - id="dx1-31011"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-3-2" + id="dx1-34011"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-3-2" class="td11"> <span class="cmtt-10">firstpl</span></td> </tr><tr style="vertical-align:baseline;" id="TBL-5-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-4-1" class="td11"> <span class="cmss-10">description</span><a - id="dx1-31012"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-4-2" + id="dx1-34012"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-4-2" class="td11"> <span class="cmtt-10">desc </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-5-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-5-1" class="td11"> <span class="cmss-10">descriptionplural</span><a - id="dx1-31013"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-5-2" + id="dx1-34013"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-5-2" class="td11"> <span class="cmtt-10">descplural </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-5-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-6-1" class="td11"> <span class="cmss-10">user1</span><a - id="dx1-31014"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-6-2" + id="dx1-34014"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-6-2" class="td11"> <span class="cmtt-10">useri </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-5-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-7-1" class="td11"> <span class="cmss-10">user2</span><a - id="dx1-31015"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-7-2" + id="dx1-34015"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-7-2" class="td11"> <span class="cmtt-10">userii </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-5-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-8-1" class="td11"> <span class="cmss-10">user3</span><a - id="dx1-31016"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-8-2" + id="dx1-34016"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-8-2" class="td11"> <span class="cmtt-10">useriii </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-5-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-9-1" class="td11"> <span class="cmss-10">user4</span><a - id="dx1-31017"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-9-2" + id="dx1-34017"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-9-2" class="td11"> <span class="cmtt-10">useriv </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-5-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-10-1" class="td11"> <span class="cmss-10">user5</span><a - id="dx1-31018"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-10-2" + id="dx1-34018"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-10-2" class="td11"> <span class="cmtt-10">userv </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-5-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-11-1" class="td11"> <span class="cmss-10">user6</span><a - id="dx1-31019"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-11-2" + id="dx1-34019"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-11-2" class="td11"> <span class="cmtt-10">uservi </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-5-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-12-1" class="td11"> <span class="cmss-10">longplural</span><a - id="dx1-31020"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-12-2" + id="dx1-34020"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-12-2" class="td11"> <span class="cmtt-10">longpl </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-5-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-13-1" class="td11"> <span class="cmss-10">shortplural</span><a - id="dx1-31021"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-13-2" + id="dx1-34021"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-5-13-2" class="td11"> <span class="cmtt-10">shortpl </span></td></tr></table> </div> @@ -8223,32 +8929,32 @@ class="cmtt-10">shortpl </span></td></tr></table> </div><hr class="endfloat" /> </div> -<!--l. 4034--><p class="indent" > Any keys that haven’t had the expansion explicitly set using <span +<!--l. 4472--><p class="indent" > Any keys that haven’t had the expansion explicitly set using <span class="cmtt-10">\glssetexpandfield</span> or <span class="cmtt-10">\glssetnoexpandfield </span>are governed by -</p><!--l. 4036--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 4474--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsexpandfields</span><span class="cmtt-9"> </span></span><a - id="dx1-31022"></a> <span + id="dx1-34022"></a> <span class="cmtt-10">\glsexpandfields </span></div><hr> -</p><!--l. 4038--><p class="noindent" > +</p><!--l. 4476--><p class="noindent" > and -</p><!--l. 4040--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 4478--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsnoexpandfields</span><span class="cmtt-9"> </span></span><a - id="dx1-31023"></a> <span + id="dx1-34023"></a> <span class="cmtt-10">\glsnoexpandfields </span></div><hr> -</p><!--l. 4042--><p class="noindent" > -</p><!--l. 4044--><p class="indent" > If your entries contain any fragile commands, I recommend you switch off +</p><!--l. 4480--><p class="noindent" > +</p><!--l. 4482--><p class="indent" > If your entries contain any fragile commands, I recommend you switch off expansion via <span class="cmtt-10">\glsnoexpandfields</span>. (This should be used before you define the entries.) </p> -<!--l. 4048--><p class="noindent" ><a -href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">4.5 </span> <a +<!--l. 4486--><p class="noindent" ><a +href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">4.7 </span> <a id="sec:subentries"></a>Sub-Entries</h3> -<!--l. 4051--><p class="noindent" >As from version 1.17, it is possible to specify sub-entries. These may be used to +<!--l. 4489--><p class="noindent" >As from version 1.17, it is possible to specify sub-entries. These may be used to order the glossary into categories, in which case the sub-entry will have a different name to its parent entry, or it may be used to distinguish different definitions for the same word, in which case the sub-entries will have the @@ -8263,62 +8969,62 @@ href="#sec:styles">Glossary Styles<!--tex4ht:ref: sec:styles --></a> for a list sub-entries are automatically numbered in the predefined styles if you use the <span class="cmss-10">subentrycounter</span><a - id="dx1-32001"></a> package option (see <a + id="dx1-35001"></a> package option (see <a href="#glossaryappearanceoptions"><span class="cmsy-10">§</span>2.3 </a><a href="#glossaryappearanceoptions">Glossary Appearance Options<!--tex4ht:ref: sec:pkgopts-printglos --></a> for further details). -</p><!--l. 4066--><p class="indent" > Note that the parent entry will automatically be added to the glossary if any of its +</p><!--l. 4504--><p class="indent" > Note that the parent entry will automatically be added to the glossary if any of its child entries are used in the document. If the parent entry is not referenced in the document, it will not have a <a href="#glo:numberlist">number list<a - id="dx1-32002"></a></a>. Note also that <a + id="dx1-35002"></a></a>. Note also that <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-32003"></a></a> has a restriction + id="dx1-35003"></a></a> has a restriction on the maximum sub-entry depth. -</p><!--l. 4072--><p class="noindent" > +</p><!--l. 4510--><p class="noindent" > </p> -<!--l. 4072--><p class="noindent" ><a -href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">4.5.1 </span> <a +<!--l. 4510--><p class="noindent" ><a +href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">4.7.1 </span> <a id="sec:hierarchical"></a>Hierarchical Categories</h4> -<!--l. 4075--><p class="noindent" >To arrange a glossary with hierarchical categories, you need to first define the category +<!--l. 4513--><p class="noindent" >To arrange a glossary with hierarchical categories, you need to first define the category and then define the sub-entries using the relevant category entry as the value of the <span class="cmss-10">parent</span><a - id="dx1-33001"></a> key. + id="dx1-36001"></a> key. <a - id="x1-33002r4"></a> -</p><!--l. 4080--><p class="noindent" ><span -class="cmbx-12">Example 4</span><span + id="x1-36002r6"></a> +</p><!--l. 4518--><p class="noindent" ><span +class="cmbx-12">Example 6</span><span class="cmbx-12"> (Hierarchical Categories—Greek and Roman</span> <span class="cmbx-12">Mathematical Symbols)</span><a - id="x1-33003"></a> -</p><!--l. 4082--><p class="indent" > Suppose I want a glossary of mathematical symbols that are divided into Greek + id="x1-36003"></a> +</p><!--l. 4520--><p class="indent" > Suppose I want a glossary of mathematical symbols that are divided into Greek letters and Roman letters. Then I can define the categories as follows: </p> - <div class="verbatim" id="verbatim-104"> + <div class="verbatim" id="verbatim-123"> \newglossaryentry{greekletter}{name={Greek letters},  <br />description={\nopostdesc}}  <br />\newglossaryentry{romanletter}{name={Roman letters},  <br />description={\nopostdesc}} </div> -<!--l. 4091--><p class="nopar" > -</p><!--l. 4093--><p class="indent" > Note that in this example, the category entries don’t need a description so I have +<!--l. 4529--><p class="nopar" > +</p><!--l. 4531--><p class="indent" > Note that in this example, the category entries don’t need a description so I have set the descriptions to <span class="cmtt-10">\nopostdesc</span><a - id="dx1-33004"></a>. This gives a blank description and suppresses the + id="dx1-36004"></a>. This gives a blank description and suppresses the description terminator. -</p><!--l. 4098--><p class="indent" > I can now define my sub-entries as follows: +</p><!--l. 4536--><p class="indent" > I can now define my sub-entries as follows: </p> - <div class="verbatim" id="verbatim-105"> + <div class="verbatim" id="verbatim-124"> \newglossaryentry{pi}{name={\ensuremath{\pi}},sort={pi},  <br />description={ratio of the circumference of a circle to  <br />the diameter}, @@ -8327,41 +9033,41 @@ description terminator.  <br />description={Euler’s constant},  <br />parent=romanletter} </div> -<!--l. 4108--><p class="nopar" > For a complete document, see the sample file <a +<!--l. 4546--><p class="nopar" > For a complete document, see the sample file <a href="#x1-5062r20"><span class="cmtt-10">sampletree.tex</span></a>. </p> <div class="center" > -<!--l. 4110--><p class="noindent" > -</p><!--l. 4110--><p class="noindent" >____________________________</p></div> -<!--l. 4112--><p class="noindent" > +<!--l. 4548--><p class="noindent" > +</p><!--l. 4548--><p class="noindent" >____________________________</p></div> +<!--l. 4550--><p class="noindent" > </p> -<!--l. 4112--><p class="noindent" ><a -href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">4.5.2 </span> <a +<!--l. 4550--><p class="noindent" ><a +href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">4.7.2 </span> <a id="sec:homographs"></a>Homographs</h4> -<!--l. 4115--><p class="noindent" >Sub-entries that have the same name as the parent entry, don’t need to have the <span +<!--l. 4553--><p class="noindent" >Sub-entries that have the same name as the parent entry, don’t need to have the <span class="cmss-10">name</span><a - id="dx1-34001"></a> + id="dx1-37001"></a> key. For example, the word “glossary” can mean a list of technical words or a collection of glosses. In both cases the plural is “glossaries”. So first define the parent entry: </p> - <div class="verbatim" id="verbatim-106"> + <div class="verbatim" id="verbatim-125"> \newglossaryentry{glossary}{name=glossary,  <br />description={\nopostdesc},  <br />plural={glossaries}} </div> -<!--l. 4124--><p class="nopar" > Again, the parent entry has no description, so the description terminator needs to be +<!--l. 4562--><p class="nopar" > Again, the parent entry has no description, so the description terminator needs to be suppressed using <span class="cmtt-10">\nopostdesc</span><a - id="dx1-34002"></a>. -</p><!--l. 4128--><p class="indent" > Now define the two different meanings of the word: + id="dx1-37002"></a>. +</p><!--l. 4566--><p class="indent" > Now define the two different meanings of the word: </p> - <div class="verbatim" id="verbatim-107"> + <div class="verbatim" id="verbatim-126"> \newglossaryentry{glossarylist}{  <br />description={list of technical words},  <br />sort={1}, @@ -8371,39 +9077,39 @@ class="cmtt-10">\nopostdesc</span><a  <br />sort={2},  <br />parent={glossary}} </div> -<!--l. 4139--><p class="nopar" > Note that if I reference the parent entry, the location will be added to the parent’s +<!--l. 4577--><p class="nopar" > Note that if I reference the parent entry, the location will be added to the parent’s <a href="#glo:numberlist">number list<a - id="dx1-34003"></a></a>, whereas if I reference any of the child entries, the location will be added + id="dx1-37003"></a></a>, whereas if I reference any of the child entries, the location will be added to the child entry’s number list. Note also that since the sub-entries have the same name, the <span class="cmss-10">sort</span><a - id="dx1-34004"></a> key is required unless you are using the <span + id="dx1-37004"></a> key is required unless you are using the <span class="cmss-10">sort=use</span><a - id="dx1-34005"></a> or <span + id="dx1-37005"></a> or <span class="cmss-10">sort=def</span><a - id="dx1-34006"></a> package + id="dx1-37006"></a> package options (see <a href="#sortingoptions"><span class="cmsy-10">§</span>2.4 </a><a href="#sortingoptions">Sorting Options<!--tex4ht:ref: sec:pkgopts-sort --></a>). You can use the <span class="cmss-10">subentrycounter</span><a - id="dx1-34007"></a> package option to + id="dx1-37007"></a> package option to automatically number the first-level child entries. See <a href="#glossaryappearanceoptions"><span class="cmsy-10">§</span>2.3 </a><a href="#glossaryappearanceoptions">Glossary Appearance Options<!--tex4ht:ref: sec:pkgopts-printglos --></a> for further details. -</p><!--l. 4151--><p class="indent" > In the above example, the plural form for both of the child entries is the same as +</p><!--l. 4589--><p class="indent" > In the above example, the plural form for both of the child entries is the same as the parent entry, so the <span class="cmss-10">plural</span><a - id="dx1-34008"></a> key was not required for the child entries. However, + id="dx1-37008"></a> key was not required for the child entries. However, if the sub-entries have different plurals, they will need to be specified. For example: </p> - <div class="verbatim" id="verbatim-108"> + <div class="verbatim" id="verbatim-127"> \newglossaryentry{bravo}{name={bravo},  <br />description={\nopostdesc}}  <br />\newglossaryentry{bravocry}{description={cry of approval @@ -8417,84 +9123,84 @@ example:  <br />plural={bravoes},  <br />parent=bravo} </div> -<!--l. 4170--><p class="nopar" > -</p><!--l. 4173--><p class="noindent" > +<!--l. 4608--><p class="nopar" > +</p><!--l. 4611--><p class="noindent" > </p> -<!--l. 4173--><p class="noindent" ><a -href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">4.6 </span> <a +<!--l. 4611--><p class="noindent" ><a +href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">4.8 </span> <a id="sec:loadglsentries"></a>Loading Entries From a File</h3> -<!--l. 4176--><p class="noindent" >You can store all your glossary entry definitions in another file and use: -</p><!--l. 4178--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +<!--l. 4614--><p class="noindent" >You can store all your glossary entry definitions in another file and use: +</p><!--l. 4616--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\loadglsentries</span><span class="cmtt-9"> </span></span><a - id="dx1-35001"></a> <span + id="dx1-38001"></a> <span class="cmtt-10">\loadglsentries[</span>⟨<span class="cmitt-10">type</span>⟩<span class="cmtt-10">]{</span>⟨<span class="cmitt-10">filename</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 4180--><p class="noindent" > +</p><!--l. 4618--><p class="noindent" > where ⟨<span class="cmti-10">filename</span>⟩ is the name of the file containing all the <span class="cmtt-10">\newglossaryentry</span><a - id="dx1-35002"></a> or + id="dx1-38002"></a> or <span class="cmtt-10">\longnewglossaryentry</span><a - id="dx1-35003"></a> commands. The optional argument ⟨<span + id="dx1-38003"></a> commands. The optional argument ⟨<span class="cmti-10">type</span>⟩ is the name of the glossary to which those entries should belong, for those entries where the <span class="cmss-10">type</span><a - id="dx1-35004"></a> key has + id="dx1-38004"></a> key has been omitted (or, more specifically, for those entries whose type has been specified by <span class="cmtt-10">\glsdefaulttype</span><a - id="dx1-35005"></a>, which is what <span + id="dx1-38005"></a>, which is what <span class="cmtt-10">\newglossaryentry</span><a - id="dx1-35006"></a> uses by + id="dx1-38006"></a> uses by default). -</p><!--l. 4190--><p class="indent" > This is a preamble-only command. You may also use <span +</p><!--l. 4628--><p class="indent" > This is a preamble-only command. You may also use <span class="cmtt-10">\input</span><a - id="dx1-35007"></a> to load the file but + id="dx1-38007"></a> to load the file but don’t use <span class="cmtt-10">\include</span><a - id="dx1-35008"></a>. -</p><!--l. 4193--><p class="indent" > <div class="important" title="Important Note"> If you want to use <span + id="dx1-38008"></a>. +</p><!--l. 4631--><p class="indent" > <div class="important" title="Important Note"> If you want to use <span class="cmtt-10">\AtBeginDocument</span><a - id="dx1-35009"></a> to <span + id="dx1-38009"></a> to <span class="cmtt-10">\input </span>all your entries automatically at the start of the document, add the <span class="cmtt-10">\AtBeginDocument </span>command <span class="cmti-10">before </span>you load the <span class="cmss-10">glossaries</span><a - id="dx1-35010"></a> package (and <span + id="dx1-38010"></a> package (and <span class="cmss-10">babel</span><a - id="dx1-35011"></a>, if you are also loading that) to avoid the creation of the + id="dx1-38011"></a>, if you are also loading that) to avoid the creation of the <span class="cmtt-10">.glsdefs </span>file and any associated problems that are caused by defining commands in the <span class="cmss-10">document</span><a - id="dx1-35012"></a><a - id="dx1-35013"></a> environment. (See <a + id="dx1-38012"></a><a + id="dx1-38013"></a> environment. (See <a href="#sec:docdefs"><span -class="cmsy-10">§</span>4.8 </a><a +class="cmsy-10">§</span>4.10 </a><a href="#sec:docdefs">Drawbacks With Defining Entries in the Document Environment<!--tex4ht:ref: sec:docdefs --></a>.) </div> -</p><!--l. 4202--><p class="noindent" > +</p><!--l. 4640--><p class="noindent" > <a - id="x1-35014r5"></a> + id="x1-38014r7"></a> -</p><!--l. 4204--><p class="noindent" ><span -class="cmbx-12">Example 5</span><span +</p><!--l. 4642--><p class="noindent" ><span +class="cmbx-12">Example 7</span><span class="cmbx-12"> (Loading Entries from Another File)</span><a - id="x1-35015"></a> -</p><!--l. 4205--><p class="indent" > Suppose I have a file called <span + id="x1-38015"></a> +</p><!--l. 4643--><p class="indent" > Suppose I have a file called <span class="cmtt-10">myentries.tex </span>which contains: </p> - <div class="verbatim" id="verbatim-109"> + <div class="verbatim" id="verbatim-128"> \newglossaryentry{perl}{type=main,  <br />name={Perl},  <br />description={A scripting language}} @@ -8504,14 +9210,14 @@ class="cmtt-10">myentries.tex </span>which contains:  <br />name={html},  <br />description={A mark up language}} </div> -<!--l. 4217--><p class="nopar" > and suppose in my document preamble I use the command: +<!--l. 4655--><p class="nopar" > and suppose in my document preamble I use the command: </p> - <div class="verbatim" id="verbatim-110"> + <div class="verbatim" id="verbatim-129"> \loadglsentries[languages]{myentries} </div> -<!--l. 4221--><p class="nopar" > then this will add the entries <span +<!--l. 4659--><p class="nopar" > then this will add the entries <span class="cmtt-10">tex </span>and <span class="cmtt-10">html </span>to the glossary whose type is given by <span @@ -8521,91 +9227,91 @@ sets the type to <span class="cmtt-10">main</span>. </p> <div class="center" > -<!--l. 4226--><p class="noindent" > -</p><!--l. 4226--><p class="noindent" >____________________________</p></div> -<!--l. 4228--><p class="indent" > <span +<!--l. 4664--><p class="noindent" > +</p><!--l. 4664--><p class="noindent" >____________________________</p></div> +<!--l. 4666--><p class="indent" > <span class="cmbx-10">Note: </span>if you use <span class="cmtt-10">\newacronym</span><a - id="dx1-35016"></a> (see <a + id="dx1-38016"></a> (see <a href="#sec:acronyms"><span class="cmsy-10">§</span>13 </a><a -href="#sec:acronyms">Acronyms<!--tex4ht:ref: sec:acronyms --></a>) the type is set as -<span class="obeylines-h"><span class="verb"><span -class="cmtt-10">type=\acronymtype</span></span></span> unless you explicitly override it. For example, if my file -<span +href="#sec:acronyms">Acronyms and Other Abbreviations<!--tex4ht:ref: sec:acronyms --></a>) the +type is set as <span class="obeylines-h"><span class="verb"><span +class="cmtt-10">type=\acronymtype</span></span></span> unless you explicitly override it. For example, if my +file <span class="cmtt-10">myacronyms.tex </span>contains: </p> - <div class="verbatim" id="verbatim-111"> + <div class="verbatim" id="verbatim-130"> \newacronym{aca}{aca}{a contrived acronym} </div> -<!--l. 4234--><p class="nopar" > then (supposing I have defined a new glossary type called <span +<!--l. 4672--><p class="nopar" > then (supposing I have defined a new glossary type called <span class="cmtt-10">altacronym</span>) </p> - <div class="verbatim" id="verbatim-112"> + <div class="verbatim" id="verbatim-131"> \loadglsentries[altacronym]{myacronyms} </div> -<!--l. 4239--><p class="nopar" > will add <span +<!--l. 4677--><p class="nopar" > will add <span class="cmtt-10">aca </span>to the glossary type <span class="cmtt-10">acronym</span>, if the package option <span class="cmss-10">acronym</span><a - id="dx1-35017"></a> has been specified, + id="dx1-38017"></a> has been specified, or will add <span class="cmtt-10">aca </span>to the glossary type <span class="cmtt-10">altacronym</span>, if the package option <span class="cmss-10">acronym</span><a - id="dx1-35018"></a> is not + id="dx1-38018"></a> is not specified.<span class="footnote-mark"><a href="#fn1x5" id="fn1x5-bk"><sup class="textsuperscript">4.1</sup></a></span><a - id="x1-35019f1"></a> -</p><!--l. 4247--><p class="indent" > If you have used the <span + id="x1-38019f1"></a> +</p><!--l. 4685--><p class="indent" > If you have used the <span class="cmss-10">acronym</span><a - id="dx1-35023"></a> package option, there are two possible solutions to + id="dx1-38023"></a> package option, there are two possible solutions to this problem: </p><ol class="enumerate1" > <li - class="enumerate" id="x1-35025x1">Change <span + class="enumerate" id="x1-38025x1">Change <span class="cmtt-10">myacronyms.tex </span>so that entries are defined in the form: - <div class="verbatim" id="verbatim-113"> + <div class="verbatim" id="verbatim-132"> \newacronym[type=\glsdefaulttype]{aca}{aca}{a  <br />contrived acronym} </div> - <!--l. 4255--><p class="nopar" > and do: + <!--l. 4693--><p class="nopar" > and do: </p> - <div class="verbatim" id="verbatim-114"> + <div class="verbatim" id="verbatim-133"> \loadglsentries[altacronym]{myacronyms} </div> - <!--l. 4259--><p class="nopar" > + <!--l. 4697--><p class="nopar" > </p></li> <li - class="enumerate" id="x1-35027x2">Temporarily change <span + class="enumerate" id="x1-38027x2">Temporarily change <span class="cmtt-10">\acronymtype </span>to the target glossary: - <div class="verbatim" id="verbatim-115"> + <div class="verbatim" id="verbatim-134"> \let\orgacronymtype\acronymtype  <br />\renewcommand{\acronymtype}{altacronym}  <br />\loadglsentries{myacronyms}  <br />\let\acronymtype\orgacronymtype </div> - <!--l. 4267--><p class="nopar" ></p></li></ol> -<!--l. 4270--><p class="indent" > Note that only those entries that have been used in the text will appear in the + <!--l. 4705--><p class="nopar" ></p></li></ol> +<!--l. 4708--><p class="indent" > Note that only those entries that have been used in the text will appear in the relevant glossaries. Note also that <span class="cmtt-10">\loadglsentries </span>may only be used in the preamble. -</p><!--l. 4275--><p class="indent" > Remember that you can use <span +</p><!--l. 4713--><p class="indent" > Remember that you can use <span class="cmtt-10">\provideglossaryentry</span><a - id="dx1-35028"></a> rather than + id="dx1-38028"></a> rather than <span class="cmtt-10">\newglossaryentry</span><a - id="dx1-35029"></a>. Suppose you want to maintain a large database of acronyms or + id="dx1-38029"></a>. Suppose you want to maintain a large database of acronyms or terms that you’re likely to use in your documents, but you may want to use a modified version of some of those entries. (Suppose, for example, one document may require a more detailed description.) Then if you define the entries using @@ -8618,106 +9324,106 @@ class="cmtt-10">terms.tex</span>) contains: </p> - <div class="verbatim" id="verbatim-116"> + <div class="verbatim" id="verbatim-135"> \provideglossaryentry{mallard}{name=mallard,  <br /> description={a type of duck}} </div> -<!--l. 4288--><p class="nopar" > but suppose your document requires a more detailed description, you can +<!--l. 4726--><p class="nopar" > but suppose your document requires a more detailed description, you can do: </p> - <div class="verbatim" id="verbatim-117"> + <div class="verbatim" id="verbatim-136"> \usepackage{glossaries}  <br />\makeglossaries  <br />\newglossaryentry{mallard}{name=mallard,  <br /> description={a dabbling duck where the male has a green head}}  <br />\loadglsentries{terms} </div> -<!--l. 4299--><p class="nopar" > Now the <span +<!--l. 4737--><p class="nopar" > Now the <span class="cmtt-10">mallard </span>definition in the <span class="cmtt-10">terms.tex </span>file will be ignored. -</p><!--l. 4303--><p class="noindent" > +</p><!--l. 4741--><p class="noindent" > </p> -<!--l. 4303--><p class="noindent" ><a -href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">4.7 </span> <a +<!--l. 4741--><p class="noindent" ><a +href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">4.9 </span> <a id="sec:moveentry"></a>Moving Entries to Another Glossary</h3> -<!--l. 4306--><p class="noindent" >As from version 3.02, you can move an entry from one glossary to another +<!--l. 4744--><p class="noindent" >As from version 3.02, you can move an entry from one glossary to another using: -</p><!--l. 4308--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 4746--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsmoveentry</span><span class="cmtt-9"> </span></span><a - id="dx1-36001"></a> <span + id="dx1-39001"></a> <span class="cmtt-10">\glsmoveentry{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">target glossary label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 4310--><p class="noindent" > +</p><!--l. 4748--><p class="noindent" > where ⟨<span class="cmti-10">label</span>⟩ is the unique label identifying the required entry and ⟨<span class="cmti-10">target glossary label</span>⟩ is the unique label identifying the glossary in which to put the entry. -</p><!--l. 4315--><p class="indent" > Note that no check is performed to determine the existence of the target glossary. +</p><!--l. 4753--><p class="indent" > Note that no check is performed to determine the existence of the target glossary. If you want to move an entry to a glossary that’s skipped by <span class="cmtt-10">\printglossaries</span><a - id="dx1-36002"></a>, then + id="dx1-39002"></a>, then define an ignored glossary with <span class="cmtt-10">\newignoredglossary</span><a - id="dx1-36003"></a>. (See <a + id="dx1-39003"></a>. (See <a href="#sec:newglossary"><span class="cmsy-10">§</span>12 </a><a href="#sec:newglossary">Defining New Glossaries<!--tex4ht:ref: sec:newglossary --></a>.) -</p><!--l. 4321--><p class="indent" > <div class="important" title="Important Note"> Unpredictable results may occur if you move an entry to a different glossary from +</p><!--l. 4759--><p class="indent" > <div class="important" title="Important Note"> Unpredictable results may occur if you move an entry to a different glossary from its parent or children. </div> -</p><!--l. 4324--><p class="noindent" > -</p><!--l. 4326--><p class="noindent" > +</p><!--l. 4762--><p class="noindent" > +</p><!--l. 4764--><p class="noindent" > </p> -<!--l. 4326--><p class="noindent" ><a -href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">4.8 </span> <a +<!--l. 4764--><p class="noindent" ><a +href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">4.10 </span> <a id="sec:docdefs"></a>Drawbacks With Defining Entries in the Document Environment</h3> -<!--l. 4329--><p class="noindent" >Originally, <span +<!--l. 4767--><p class="noindent" >Originally, <span class="cmtt-10">\newglossaryentry</span><a - id="dx1-37001"></a> (and <span + id="dx1-40001"></a> (and <span class="cmtt-10">\newacronym</span><a - id="dx1-37002"></a>) could only be used in the + id="dx1-40002"></a>) could only be used in the preamble. I reluctantly removed this restriction in version 1.13, but there are issues with defining commands in the <span class="cmss-10">document</span><a - id="dx1-37003"></a><a - id="dx1-37004"></a> environment instead of the preamble, which + id="dx1-40003"></a><a + id="dx1-40004"></a> environment instead of the preamble, which is why the restriction is maintained for newer commands. This restriction is also reimposed for <span class="cmtt-10">\newglossaryentry </span>by the new <a href="#option1">Option 1</a>. -</p><!--l. 4336--><p class="noindent" > +</p><!--l. 4774--><p class="noindent" > </p> -<!--l. 4336--><p class="noindent" ><a -href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">4.8.1 </span> <a +<!--l. 4774--><p class="noindent" ><a +href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">4.10.1 </span> <a id="sec:techissues"></a>Technical Issues</h4> -<!--l. 4339--><p class="noindent" > +<!--l. 4777--><p class="noindent" > </p><ol class="enumerate1" > <li - class="enumerate" id="x1-38002x1">If you define an entry mid-way through your document, but subsequently + class="enumerate" id="x1-41002x1">If you define an entry mid-way through your document, but subsequently shuffle sections around, you could end up using an entry before it has been defined. </li> <li - class="enumerate" id="x1-38004x2">Entry information is required when displaying the glossary. If this occurs + class="enumerate" id="x1-41004x2">Entry information is required when displaying the glossary. If this occurs at the start of the document, but the entries aren’t defined until later, then the entry details are being looked up before the entry has been defined. </li> <li - class="enumerate" id="x1-38006x3">If you use a package, such as <span + class="enumerate" id="x1-41006x3">If you use a package, such as <span class="cmss-10">babel</span><a - id="dx1-38007"></a>, that makes certain characters active + id="dx1-41007"></a>, that makes certain characters active at the start of the <span class="cmss-10">document</span><a - id="dx1-38008"></a><a - id="dx1-38009"></a> environment, there will be a problem if those + id="dx1-41008"></a><a + id="dx1-41009"></a> environment, there will be a problem if those characters have a special significance when defining glossary entries. These characters include the double-quote <span class="obeylines-h"><span class="verb"><span class="cmtt-10">"</span></span></span> character, the exclamation mark <span @@ -8728,7 +9434,7 @@ class="cmtt-10">|</span></span></span> character. They must not be active when defining a glossary entry where they occur in the <span class="cmss-10">sort</span><a - id="dx1-38010"></a> key (and they should be avoided in the label if they may be active at + id="dx1-41010"></a> key (and they should be avoided in the label if they may be active at any point in the document). Additionally, the comma <span class="cmtt-10">, </span>character and the equals <span @@ -8737,24 +9443,24 @@ class="cmtt-10">= </span>character should not be active when using commands that class="cmti-10">key</span>⟩=⟨<span class="cmti-10">value</span>⟩ arguments. </li></ol> -<!--l. 4365--><p class="noindent" >To overcome the first two problems, as from version 4.0 the <span +<!--l. 4803--><p class="noindent" >To overcome the first two problems, as from version 4.0 the <span class="cmss-10">glossaries </span>package modifies the definition of <span class="cmtt-10">\newglossaryentry </span>at the beginning of the <span class="cmss-10">document</span><a - id="dx1-38011"></a><a - id="dx1-38012"></a> environment + id="dx1-41011"></a><a + id="dx1-41012"></a> environment so that the definitions are written to an external file (<span class="cmtt-10">\jobname.glsdefs</span><a - id="dx1-38013"></a>) which is + id="dx1-41013"></a>) which is then read in at the start of the document on the next run. The entry will then only be defined in the <span class="cmss-10">document</span><a - id="dx1-38014"></a><a - id="dx1-38015"></a> environment if it doesn’t already exist. This means that the + id="dx1-41014"></a><a + id="dx1-41015"></a> environment if it doesn’t already exist. This means that the entry can now be looked up in the glossary, even if the glossary occurs at the beginning of the document. -</p><!--l. 4375--><p class="indent" > There are drawbacks to this mechanism: if you modify an entry definition, you +</p><!--l. 4813--><p class="indent" > There are drawbacks to this mechanism: if you modify an entry definition, you need a second run to see the effect of your modification; this method requires an extra <span class="cmtt-10">\newwrite</span>, which may exceed <span class="TEX">T<span @@ -8763,28 +9469,28 @@ issues could occur; if you have very long entries, you could find unexpected lin breaks have been written to the temporary file causing spurious spaces (or, even worse, a command name could get split across a line causing an error message). -</p><!--l. 4384--><p class="indent" > The last reason is why <span +</p><!--l. 4822--><p class="indent" > The last reason is why <span class="cmtt-10">\longnewglossaryentry</span><a - id="dx1-38016"></a> has the preamble-only restriction, + id="dx1-41016"></a> has the preamble-only restriction, which I don’t intend to lift. -</p><!--l. 4387--><p class="noindent" > +</p><!--l. 4825--><p class="noindent" > </p> -<!--l. 4387--><p class="noindent" ><a -href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">4.8.2 </span> <a +<!--l. 4825--><p class="noindent" ><a +href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">4.10.2 </span> <a id="sec:goodpractice"></a>Good Practice Issues</h4> -<!--l. 4390--><p class="noindent" >The above section covers technical issues that can cause your document to have +<!--l. 4828--><p class="noindent" >The above section covers technical issues that can cause your document to have compilation errors or produce incorrect output. This section focuses on good writing practice. The main reason cited by users wanting to define entries within the <span class="cmss-10">document</span><a - id="dx1-39001"></a><a - id="dx1-39002"></a> + id="dx1-42001"></a><a + id="dx1-42002"></a> environment rather than in the preamble is that they want to write the definition as they type in their document text. This suggests a “stream of consciousness” style of writing that may be acceptable in certain literary genres but is inappropriate for factual documents. -</p><!--l. 4399--><p class="indent" > When you write technical documents, regardless of whether it’s a PhD thesis or an +</p><!--l. 4837--><p class="indent" > When you write technical documents, regardless of whether it’s a PhD thesis or an article for a journal or proceedings, you must plan what you write in advance. If you plan in advance, you should have a fairly good idea of the type of terminology that your document will contain, so while you are planning, create a new file with all your @@ -8797,13 +9503,13 @@ definition. </p> -<!--l. 4412--><p class="indent" > </div> -</p><!--l. 4412--><p class="noindent" ><a +<!--l. 4850--><p class="indent" > </div> +</p><!--l. 4850--><p class="noindent" ><a href="#top">Top</a><div class="chapter"><h2 class="chapterHead">5. <a id="sec:numberlists"></a>Number lists</h2> -</p><!--l. 4415--><p class="indent" > Each entry in the glossary has an associated <a +</p><!--l. 4853--><p class="indent" > Each entry in the glossary has an associated <a href="#glo:numberlist">number list<a - id="dx1-40001"></a></a>. By default, these + id="dx1-43001"></a></a>. By default, these numbers refer to the pages on which that entry has been used (using any of the commands described in <a href="#sec:glslink"><span @@ -8815,13 +9521,13 @@ href="#sec:glsadd">Adding an Entry to the Glossary Without Generating Text<!--tex4ht:ref: sec:glsadd --></a>). The number list can be suppressed using the <span class="cmss-10">nonumberlist</span><a - id="dx1-40002"></a> package option, or an alternative counter can be set as the default using + id="dx1-43002"></a> package option, or an alternative counter can be set as the default using the <span class="cmss-10">counter</span><a - id="dx1-40003"></a> package option. The number list is also referred to as the location + id="dx1-43003"></a> package option. The number list is also referred to as the location list<a - id="dx1-40004"></a>. -</p><!--l. 4424--><p class="indent" > Due to the asynchronous nature of <span class="TEX">T<span + id="dx1-43004"></a>. +</p><!--l. 4862--><p class="indent" > Due to the asynchronous nature of <span class="TEX">T<span class="E">E</span>X</span>’s output routine (see, for example, <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=oddpage" >Finding if you’re on an odd or an even page</a>) the <span @@ -8846,40 +9552,40 @@ class="cmtt-10">\</span></span></span>⟨<span class="cmti-10">internal cs name</span>⟩<span class="cmtt-10">\c@page </span>you need to use: -</p><!--l. 4438--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 4876--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsaddprotectedpagefmt</span><span class="cmtt-9"> </span></span><a - id="dx1-40005"></a> <span + id="dx1-43005"></a> <span class="cmtt-10">\glsaddprotectedpagefmt{</span>⟨<span class="cmitt-10">internal cs name</span>⟩<span class="cmtt-10">}</span> </div><hr> -</p><!--l. 4440--><p class="noindent" > -</p><!--l. 4442--><p class="indent" > For example, suppose you have a style <span +</p><!--l. 4878--><p class="noindent" > +</p><!--l. 4880--><p class="indent" > For example, suppose you have a style <span class="cmtt-10">samplenum </span>that is implemented as follows: </p> - <div class="verbatim" id="verbatim-118"> + <div class="verbatim" id="verbatim-137">  \newcommand*{\samplenum}[1]{%  <br />   \expandafter\@samplenum\csname c@#1\endcsname}  <br /> \newcommand*{\@samplenum}[1]{\two@digits{#1}} </div> -<!--l. 4449--><p class="nopar" > (That is, it displays the value of the counter as a two-digit number.) Then to ensure +<!--l. 4887--><p class="nopar" > (That is, it displays the value of the counter as a two-digit number.) Then to ensure the location is correct for entries in page-spanning paragraphs, you need to do: </p> - <div class="verbatim" id="verbatim-119"> + <div class="verbatim" id="verbatim-138"> \glsaddprotectedpagefmt{@samplenum} </div> -<!--l. 4455--><p class="nopar" > (If you are using a different counter for the location, such as <span +<!--l. 4893--><p class="nopar" > (If you are using a different counter for the location, such as <span class="cmtt-10">section </span>or <span class="cmtt-10">equation</span>, you don’t need to worry about this.) -</p><!--l. 4460--><p class="indent" > If the inner macro (as given by <span class="obeylines-h"><span class="verb"><span +</p><!--l. 4898--><p class="indent" > If the inner macro (as given by <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\</span></span></span>⟨<span class="cmti-10">internal cs name</span>⟩) contains non-expandable commands then you may need to redefine <span @@ -8896,19 +9602,19 @@ now my page counter format uses small caps Roman numerals: </p> - <div class="verbatim" id="verbatim-120"> + <div class="verbatim" id="verbatim-139">  \newcommand*{\samplenum}[1]{%  <br />  \expandafter\@samplenum\csname c@#1\endcsname}  <br /> \newcommand*{\@samplenum}[1]{\textsc{\romannumeral#1}} </div> -<!--l. 4470--><p class="nopar" > Again, the inner macro needs to be identified using: +<!--l. 4908--><p class="nopar" > Again, the inner macro needs to be identified using: </p> - <div class="verbatim" id="verbatim-121"> + <div class="verbatim" id="verbatim-140"> \glsaddprotectedpagefmt{@samplenum} </div> -<!--l. 4474--><p class="nopar" > However, since <span +<!--l. 4912--><p class="nopar" > However, since <span class="cmtt-10">\textsc </span>isn’t fully expandable, the location is written to the file as <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\textsc</span><span @@ -8921,7 +9627,7 @@ a problem for the <a href="#glo:indexingapp">indexing application</a> (particularly for <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-40006"></a></a>). To compensate + id="dx1-43006"></a></a>). To compensate for this, the <span class="cmtt-10">\gls</span>⟨<span class="cmti-10">internal cs name</span>⟩<span @@ -8931,47 +9637,47 @@ example: </p> - <div class="verbatim" id="verbatim-122"> + <div class="verbatim" id="verbatim-141"> \renewcommand*{\gls@samplenumpage}{\romannumeral\c@page} </div> -<!--l. 4484--><p class="nopar" > While this modification means that the location list in the glossary won’t +<!--l. 4922--><p class="nopar" > While this modification means that the location list in the glossary won’t exactly match the format of the page numbers (displaying lower case Roman numbers instead of small cap Roman numerals) this method will at least work correctly for both <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-40007"></a></a> and <a + id="dx1-43007"></a></a> and <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-40008"></a></a>. If you are using <a + id="dx1-43008"></a></a>. If you are using <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-40009"></a></a>, the following + id="dx1-43009"></a></a>, the following definition: </p> - <div class="verbatim" id="verbatim-123"> + <div class="verbatim" id="verbatim-142">  \renewcommand*{\gls@samplenumpage}{%  <br />   \glsbackslash\string\textsc{\romannumeral\c@page}} </div> -<!--l. 4494--><p class="nopar" > combined with +<!--l. 4932--><p class="nopar" > combined with </p> - <div class="verbatim" id="verbatim-124"> + <div class="verbatim" id="verbatim-143"> \GlsAddXdyLocation{romansc}{:sep "\string\textsc\glsopenbrace"  <br /> "roman-numbers-lowercase" :sep "\glsclosebrace"} </div> -<!--l. 4499--><p class="nopar" > will now have lowercase Roman numerals in the location list. (This option may cause +<!--l. 4937--><p class="nopar" > will now have lowercase Roman numerals in the location list. (This option may cause problems if your locations should be hyperlinks.) -</p><!--l. 4504--><p class="indent" > Another possibility that will work with both <a +</p><!--l. 4942--><p class="indent" > Another possibility that will work with both <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-40010"></a></a> and <a + id="dx1-43010"></a></a> and <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-40011"></a></a> is to redefine + id="dx1-43011"></a></a> is to redefine <span class="cmtt-10">\gls</span>⟨<span class="cmti-10">internal cs name</span>⟩<span @@ -8979,17 +9685,17 @@ class="cmtt-10">page </span>(<span class="cmtt-10">\gls@samplenumpage </span>in this example) to just expand to the decimal page number and redefine <span class="cmtt-10">\glsnumberformat</span><a - id="dx1-40012"></a> to change the displayed + id="dx1-43012"></a> to change the displayed format: </p> - <div class="verbatim" id="verbatim-125"> + <div class="verbatim" id="verbatim-144">   \renewcommand*{\gls@samplenumpage}{\number\c@page}  <br />  \renewcommand*{\glsnumberformat}[1]{\textsc{\romannumeral#1}} </div> -<!--l. 4512--><p class="nopar" > -</p><!--l. 4514--><p class="indent" > <div class="important" title="Important Note"> If you redefine <span +<!--l. 4950--><p class="nopar" > +</p><!--l. 4952--><p class="indent" > <div class="important" title="Important Note"> If you redefine <span class="cmtt-10">\gls</span>⟨<span class="cmti-10">internal cs name</span>⟩<span class="cmtt-10">page</span>, you must make sure that <span @@ -8997,117 +9703,117 @@ class="cmtt-10">\c@page </span>is expanded when it’s written to the file. (So don’t, for example, hide <span class="cmtt-10">\c@page </span>inside a robust command.) </div> -</p><!--l. 4519--><p class="noindent" > -</p><!--l. 4521--><p class="indent" > Both <a +</p><!--l. 4957--><p class="noindent" > +</p><!--l. 4959--><p class="indent" > Both <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-40013"></a></a> and <a + id="dx1-43013"></a></a> and <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-40014"></a></a> (Options <a + id="dx1-43014"></a></a> (Options <a href="#option2">2</a> and <a href="#option3">3</a>) concatenate a sequence of 3 or more consecutive pages into a range. With <span class="cmtt-10">xindy</span><a - id="dx1-40015"></a> + id="dx1-43015"></a> (<a href="#option3">Option 3</a>) you can vary the minimum sequence length using <span class="cmtt-10">\GlsSetXdyMinRangeLength</span><a - id="dx1-40016"></a><span + id="dx1-43016"></a><span class="cmtt-10">{</span>⟨<span class="cmti-10">n</span>⟩<span class="cmtt-10">} </span>where ⟨<span class="cmti-10">n</span>⟩ is either an integer or the keyword <span class="cmtt-10">none</span> which indicates that there should be no range formation. -</p><!--l. 4529--><p class="indent" > <div class="important" title="Important Note"> Note that <span +</p><!--l. 4967--><p class="indent" > <div class="important" title="Important Note"> Note that <span class="cmtt-10">\GlsSetXdyMinRangeLength </span>must be used before <span class="cmtt-10">\makeglossaries</span><a - id="dx1-40017"></a> + id="dx1-43017"></a> and has no effect if <span class="cmtt-10">\noist</span><a - id="dx1-40018"></a> is used. </div> -</p><!--l. 4532--><p class="noindent" > -</p><!--l. 4534--><p class="indent" > With both <a + id="dx1-43018"></a> is used. </div> +</p><!--l. 4970--><p class="noindent" > +</p><!--l. 4972--><p class="indent" > With both <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-40019"></a></a> and <a + id="dx1-43019"></a></a> and <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-40020"></a></a> (Options <a + id="dx1-43020"></a></a> (Options <a href="#option2">2</a> and <a href="#option3">3</a>), you can replace the separator and the closing number in the range using: -</p><!--l. 4536--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 4974--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsSetSuffixF</span><span class="cmtt-9"> </span></span><a - id="dx1-40021"></a> <span + id="dx1-43021"></a> <span class="cmtt-10">\glsSetSuffixF{</span>⟨<span class="cmitt-10">suffix</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 4538--><p class="noindent" > -</p><!--l. 4539--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 4976--><p class="noindent" > +</p><!--l. 4977--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsSetSuffixFF</span><span class="cmtt-9"> </span></span><a - id="dx1-40022"></a> <span + id="dx1-43022"></a> <span class="cmtt-10">\glsSetSuffixFF{</span>⟨<span class="cmitt-10">suffix</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 4541--><p class="noindent" > +</p><!--l. 4979--><p class="noindent" > where the former command specifies the suffix to use for a 2 page list and the latter specifies the suffix to use for longer lists. For example: </p> - <div class="verbatim" id="verbatim-126"> + <div class="verbatim" id="verbatim-145"> \glsSetSuffixF{f.}  <br />\glsSetSuffixFF{ff.} </div> -<!--l. 4548--><p class="nopar" > Note that if you use <a +<!--l. 4986--><p class="nopar" > Note that if you use <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-40023"></a></a> (<a + id="dx1-43023"></a></a> (<a href="#option3">Option 3</a>), you will also need to set the minimum range length to 1 if you want to change these suffixes: </p> - <div class="verbatim" id="verbatim-127"> + <div class="verbatim" id="verbatim-146"> \GlsSetXdyMinRangeLength{1} </div> -<!--l. 4554--><p class="nopar" > Note that if you use the <span +<!--l. 4992--><p class="nopar" > Note that if you use the <span class="cmss-10">hyperref</span><a - id="dx1-40024"></a> package, you will need to use <span + id="dx1-43024"></a> package, you will need to use <span class="cmtt-10">\nohyperpage</span><a - id="dx1-40025"></a> in the + id="dx1-43025"></a> in the suffix to ensure that the hyperlinks work correctly. For example: </p> - <div class="verbatim" id="verbatim-128"> + <div class="verbatim" id="verbatim-147"> \glsSetSuffixF{\nohyperpage{f.}}  <br />\glsSetSuffixFF{\nohyperpage{ff.}} </div> -<!--l. 4561--><p class="nopar" > -</p><!--l. 4563--><p class="indent" > <div class="important" title="Important Note"> Note that <span +<!--l. 4999--><p class="nopar" > +</p><!--l. 5001--><p class="indent" > <div class="important" title="Important Note"> Note that <span class="cmtt-10">\glsSetSuffixF </span>and <span class="cmtt-10">\glsSetSuffixFF </span>must be used before <span class="cmtt-10">\makeglossaries</span><a - id="dx1-40026"></a> and have no effect if <span + id="dx1-43026"></a> and have no effect if <span class="cmtt-10">\noist</span><a - id="dx1-40027"></a> is used. </div> -</p><!--l. 4567--><p class="noindent" > -</p><!--l. 4569--><p class="indent" > <a + id="dx1-43027"></a> is used. </div> +</p><!--l. 5005--><p class="noindent" > +</p><!--l. 5007--><p class="indent" > <a href="#option1">Option 1</a> doesn’t form ranges. However, with this option you can iterate over an entry’s <a href="#glo:numberlist">number list<a - id="dx1-40028"></a></a> using: -</p><!--l. 4571--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-43028"></a></a> using: +</p><!--l. 5009--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsnumberlistloop</span><span class="cmtt-9"> </span></span><a - id="dx1-40029"></a> <span + id="dx1-43029"></a> <span class="cmtt-10">\glsnumberlistloop{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -9117,12 +9823,12 @@ class="cmitt-10">xr handler</span> <span class="cmitt-10">cs</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 4574--><p class="noindent" > +</p><!--l. 5012--><p class="noindent" > where ⟨<span class="cmti-10">label</span>⟩ is the entry’s label and ⟨<span class="cmti-10">handler cs</span>⟩ is a handler control sequence of the form: -</p><!--l. 4578--><p class="indent" > <hr><div title="Definition">⟨<span +</p><!--l. 5016--><p class="indent" > <hr><div title="Definition">⟨<span class="cmitt-10">handler cs</span>⟩<span class="cmtt-10">{</span>⟨<span class="cmitt-10">prefix</span>⟩<span @@ -9133,11 +9839,11 @@ class="cmitt-10">format</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">location</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 4579--><p class="noindent" > +</p><!--l. 5017--><p class="noindent" > where ⟨<span class="cmti-10">prefix</span>⟩ is the <span class="cmss-10">hyperref</span><a - id="dx1-40030"></a> prefix, ⟨<span + id="dx1-43030"></a> prefix, ⟨<span class="cmti-10">counter</span>⟩ is the name of the counter used for the location, ⟨<span class="cmti-10">format</span>⟩ is the format used to display the location (e.g. <span @@ -9145,57 +9851,57 @@ class="cmtt-10">textbf</span>) and ⟨<span class="cmti-10">location</span>⟩ is the location. The third argument is the control sequence to use for any cross-references in the list. This handler should have the syntax: -</p><!--l. 4587--><p class="indent" > <hr><div title="Definition">⟨<span +</p><!--l. 5025--><p class="indent" > <hr><div title="Definition">⟨<span class="cmitt-10">xr handler cs</span>⟩<span class="cmtt-10">[</span>⟨<span class="cmitt-10">tag</span>⟩<span class="cmtt-10">]{</span>⟨<span class="cmitt-10">xr list</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 4588--><p class="noindent" > +</p><!--l. 5026--><p class="noindent" > where ⟨<span class="cmti-10">tag</span>⟩ is the cross-referenced text (e.g. “see”) and ⟨<span class="cmti-10">xr list</span>⟩ is a comma-separated list of labels. (This actually has a third argument but it’s always empty when used with <a href="#option1">Option 1</a>.) -</p><!--l. 4593--><p class="indent" > For example, if on page 12 I have used +</p><!--l. 5031--><p class="indent" > For example, if on page 12 I have used </p> - <div class="verbatim" id="verbatim-129"> + <div class="verbatim" id="verbatim-148"> \gls[format=textbf]{apple} </div> -<!--l. 4597--><p class="nopar" > and on page 18 I have used +<!--l. 5035--><p class="nopar" > and on page 18 I have used </p> - <div class="verbatim" id="verbatim-130"> + <div class="verbatim" id="verbatim-149"> \gls[format=emph]{apple} </div> -<!--l. 4601--><p class="nopar" > then +<!--l. 5039--><p class="nopar" > then </p> - <div class="verbatim" id="verbatim-131"> + <div class="verbatim" id="verbatim-150"> \glsnumberlistloop{apple}{\myhandler} </div> -<!--l. 4605--><p class="nopar" > will be equivalent to: +<!--l. 5043--><p class="nopar" > will be equivalent to: </p> - <div class="verbatim" id="verbatim-132"> + <div class="verbatim" id="verbatim-151"> \myhandler{}{page}{textbf}{12}%  <br />\myhandler{}{page}{emph}{18}% </div> -<!--l. 4610--><p class="nopar" > There is a predefined handler that’s used to display the <a +<!--l. 5048--><p class="nopar" > There is a predefined handler that’s used to display the <a href="#glo:numberlist">number list<a - id="dx1-40031"></a></a> in the + id="dx1-43031"></a></a> in the glossary: -</p><!--l. 4613--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5051--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsnoidxdisplayloc</span><span class="cmtt-9"> </span></span><a - id="dx1-40032"></a> <span + id="dx1-43032"></a> <span class="cmtt-10">\glsnoidxdisplayloc{</span>⟨<span class="cmitt-10">prefix</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -9206,9 +9912,9 @@ class="cmtt-10">}{</span>⟨<span class="cmitt-10">location</span>⟩<span class="cmtt-10">}</span> </div><hr> -</p><!--l. 4615--><p class="noindent" > +</p><!--l. 5053--><p class="noindent" > The predefined handler used for the cross-references in the glossary is: -</p><!--l. 4618--><p class="indent" > <hr><div title="Definition"><span +</p><!--l. 5056--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\glsseeformat[</span>⟨<span class="cmitt-10">tag</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -9216,51 +9922,52 @@ class="cmitt-10">xr list</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">location</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 4619--><p class="noindent" > +</p><!--l. 5057--><p class="noindent" > which is described in <a href="#sec:customxr"><span class="cmsy-10">§</span>8.1 </a><a href="#sec:customxr">Customising Cross-reference Text<!--tex4ht:ref: sec:customxr --></a>. -</p><!--l. 4622--><p class="indent" > <div class="important" title="Important Note"> <span +</p><!--l. 5060--><p class="indent" > <div class="important" title="Important Note"> <span class="cmtt-10">\glsnumberlistloop </span>is not available for Options <a href="#option2">2</a> and <a href="#option3">3</a>. </div> -</p><!--l. 4624--><p class="noindent" > +</p><!--l. 5062--><p class="noindent" > </p> -<!--l. 4626--><p class="indent" > </div> -</p><!--l. 4626--><p class="noindent" ><a +<!--l. 5064--><p class="indent" > </div> +</p><!--l. 5064--><p class="noindent" ><a href="#top">Top</a><div class="chapter"><h2 class="chapterHead">6. <a id="sec:glslink"></a>Links to Glossary Entries</h2> -</p><!--l. 4629--><p class="indent" > Once you have defined a glossary entry using <span +</p><!--l. 5067--><p class="indent" > Once you have defined a glossary entry using <span class="cmtt-10">\newglossaryentry</span><a - id="dx1-41001"></a> or <span + id="dx1-44001"></a> or +<span class="cmtt-10">\newacronym</span><a - id="dx1-41002"></a> -(see <a + id="dx1-44002"></a> (see <a href="#sec:acronyms"><span class="cmsy-10">§</span>13 </a><a -href="#sec:acronyms">Acronyms<!--tex4ht:ref: sec:acronyms --></a>), you can refer to that entry in the document using one of the -commands listed in <a -href="#x1-420006.1"><span +href="#sec:acronyms">Acronyms and Other Abbreviations<!--tex4ht:ref: sec:acronyms --></a>), you can refer to +that entry in the document using one of the commands listed in <a +href="#x1-450006.1"><span class="cmsy-10">§</span>6.1 </a><a -href="#x1-420006.1">The <span +href="#x1-450006.1">The +<span class="cmtt-10">\gls</span>-Like Commands (First Use Flag Queried)<!--tex4ht:ref: sec:gls-like --></a> or <a -href="#x1-430006.2"><span -class="cmsy-10">§</span>6.2 -</a><a -href="#x1-430006.2">The <span -class="cmtt-10">\glstext</span>-Like Commands (First Use Flag Not Queried)<!--tex4ht:ref: sec:glstext-like --></a>. The text which appears -at that point in the document when using one of these commands is referred to as the -<a -href="#glo:linktext">link text<a - id="dx1-41003"></a></a> (even if there are no hyperlinks). These commands also add a line to +href="#x1-460006.2"><span +class="cmsy-10">§</span>6.2 </a><a +href="#x1-460006.2">The <span +class="cmtt-10">\glstext</span>-Like +Commands (First Use Flag Not Queried)<!--tex4ht:ref: sec:glstext-like --></a>. The text which appears at that point in +the document when using one of these commands is referred to as the <a +href="#glo:linktext">link +text<a + id="dx1-44003"></a></a> (even if there are no hyperlinks). These commands also add a line to an external file that is used to generate the relevant entry in the glossary. This information includes an associated location that is added to the <a href="#glo:numberlist">number list<a - id="dx1-41004"></a></a> for that entry. By default, the location refers to the page number. For + id="dx1-44004"></a></a> for that entry. By default, the location refers to the page number. For further information on number lists, see <a href="#sec:numberlists"><span class="cmsy-10">§</span>5 </a><a @@ -9268,34 +9975,34 @@ href="#sec:numberlists">Number lists<!--tex4ht:ref: sec:numberlists --></a>. The need to be post-processed by <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-41005"></a></a> or <a + id="dx1-44005"></a></a> or <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-41006"></a></a> unless you have chosen + id="dx1-44006"></a></a> unless you have chosen <a href="#option1">Option 1</a>. If you don’t use <span class="cmtt-10">\makeglossaries</span><a - id="dx1-41007"></a> these external files won’t be + id="dx1-44007"></a> these external files won’t be created. -</p><!--l. 4646--><p class="indent" > <div class="important" title="Important Note"> I strongly recommend that you don’t use the commands defined in this chapter in +</p><!--l. 5084--><p class="indent" > <div class="important" title="Important Note"> I strongly recommend that you don’t use the commands defined in this chapter in the arguments of sectioning or caption commands or any other command that has a moving argument. -</p><!--l. 4651--><p class="indent" > Aside from problems with expansion issues, PDF bookmarks and possible nested +</p><!--l. 5089--><p class="indent" > Aside from problems with expansion issues, PDF bookmarks and possible nested hyperlinks in the table of contents (or list of whatever) any use of the commands described in <a -href="#x1-420006.1"><span +href="#x1-450006.1"><span class="cmsy-10">§</span>6.1 </a><a -href="#x1-420006.1">The <span +href="#x1-450006.1">The <span class="cmtt-10">\gls</span>-Like Commands (First Use Flag Queried)<!--tex4ht:ref: sec:gls-like --></a> will have their <a href="#glo:firstuseflag">first use flag</a> unset when they appear in the table of contents (or list of whatever). </div> -</p><!--l. 4656--><p class="noindent" > -</p><!--l. 4658--><p class="indent" > The above warning is particularly important if you are using the <span +</p><!--l. 5094--><p class="noindent" > +</p><!--l. 5096--><p class="indent" > The above warning is particularly important if you are using the <span class="cmss-10">glossaries</span> package in conjunction with the <span class="cmss-10">hyperref</span><a - id="dx1-41008"></a> package. Instead, use one of the + id="dx1-44008"></a> package. Instead, use one of the <span class="cmti-10">expandable </span>commands listed in <a href="#sec:glsnolink"><span @@ -9303,46 +10010,46 @@ class="cmsy-10">§</span>9 </a><a href="#sec:glsnolink">Using Glossary Terms Without Links<!--tex4ht:ref: sec:glsnolink --></a> (such as <span class="cmtt-10">\glsentrytext</span><a - id="dx1-41009"></a> <span + id="dx1-44009"></a> <span class="cmti-10">but not </span>the non-expandable case changing versions like <span class="cmtt-10">\Glsentrytext</span><a - id="dx1-41010"></a>). Alternatively, provide an alternative via the optional argument to + id="dx1-44010"></a>). Alternatively, provide an alternative via the optional argument to the sectioning/caption command or use <span class="cmss-10">hyperref</span><a - id="dx1-41011"></a>’s <span + id="dx1-44011"></a>’s <span class="cmtt-10">\texorpdfstring</span><a - id="dx1-41012"></a>. Examples: + id="dx1-44012"></a>. Examples: </p> - <div class="verbatim" id="verbatim-133"> + <div class="verbatim" id="verbatim-152"> \chapter{An overview of \glsentrytext{perl}}  <br />\chapter[An overview of Perl]{An overview of \gls{perl}}  <br />\chapter{An overview of \texorpdfstring{\gls{perl}}{Perl}} </div> -<!--l. 4670--><p class="nopar" > -</p><!--l. 4672--><p class="indent" > If you want the <a +<!--l. 5108--><p class="nopar" > +</p><!--l. 5110--><p class="indent" > If you want the <a href="#glo:linktext">link text<a - id="dx1-41013"></a></a> to produce a hyperlink to the corresponding entry details + id="dx1-44013"></a></a> to produce a hyperlink to the corresponding entry details in the glossary, you should load the <span class="cmss-10">hyperref</span><a - id="dx1-41014"></a> package <span + id="dx1-44014"></a> package <span class="cmti-10">before </span>the <span class="cmss-10">glossaries </span>package. That’s what I’ve done in this document, so if you see a hyperlinked term, such as <a href="#glo:linktext">link text<a - id="dx1-41015"></a></a>, you can click on the word or phrase and it will take you to a brief description in + id="dx1-44015"></a></a>, you can click on the word or phrase and it will take you to a brief description in this document’s glossary. -</p><!--l. 4680--><p class="indent" > <div class="important" title="Important Note"> If you use the <span +</p><!--l. 5118--><p class="indent" > <div class="important" title="Important Note"> If you use the <span class="cmss-10">hyperref</span><a - id="dx1-41016"></a> package, I strongly recommend you use <span + id="dx1-44016"></a> package, I strongly recommend you use <span class="cmtt-10">pdflatex</span><a - id="dx1-41017"></a> rather + id="dx1-44017"></a> rather than <span class="cmtt-10">latex</span><a - id="dx1-41018"></a> to compile your document, if possible. The DVI format of <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span + id="dx1-44018"></a> to compile your document, if possible. The DVI format of <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> has limitations with the hyperlinks that can cause a problem when used with the <span class="cmss-10">glossaries</span> @@ -9354,71 +10061,71 @@ Secondly, the DVI format doesn’t correctly size hyperlinks in subscripts o superscripts. This means that if you define a term that may be used as a subscript or superscript, if you use the DVI format, it won’t come out the correct size. -</p><!--l. 4694--><p class="indent" > These are limitations of the DVI format not of the <span +</p><!--l. 5132--><p class="indent" > These are limitations of the DVI format not of the <span class="cmss-10">glossaries</span><a - id="dx1-41019"></a> package. + id="dx1-44019"></a> package. </div> -</p><!--l. 4696--><p class="noindent" > -</p><!--l. 4698--><p class="indent" > It may be that you only want terms in certain glossaries to have hyperlinks, but +</p><!--l. 5134--><p class="noindent" > +</p><!--l. 5136--><p class="indent" > It may be that you only want terms in certain glossaries to have hyperlinks, but not for other glossaries. In this case, you can use the package option <span class="cmss-10">nohypertypes</span><a - id="dx1-41020"></a> to + id="dx1-44020"></a> to identify the glossary lists that shouldn’t have hyperlinked <a href="#glo:linktext">link text<a - id="dx1-41021"></a></a>. See <a + id="dx1-44021"></a></a>. See <a href="#generaloptions"><span class="cmsy-10">§</span>2.1 </a><a href="#generaloptions">General Options<!--tex4ht:ref: sec:pkgopts-general --></a> for further details. -</p><!--l. 4704--><p class="indent" > The way the <a +</p><!--l. 5142--><p class="indent" > The way the <a href="#glo:linktext">link text<a - id="dx1-41022"></a></a> is displayed depends on -</p><!--l. 4705--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-44022"></a></a> is displayed depends on +</p><!--l. 5143--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glstextformat</span><span class="cmtt-9"> </span></span><a - id="dx1-41023"></a> <span + id="dx1-44023"></a> <span class="cmtt-10">\glstextformat{</span>⟨<span class="cmitt-10">text</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 4707--><p class="noindent" > +</p><!--l. 5145--><p class="noindent" > For example, to make all <a href="#glo:linktext">link text<a - id="dx1-41024"></a></a> appear in a sans-serif font, do: + id="dx1-44024"></a></a> appear in a sans-serif font, do: </p> - <div class="verbatim" id="verbatim-134"> + <div class="verbatim" id="verbatim-153"> \renewcommand*{\glstextformat}[1]{\textsf{#1}} </div> -<!--l. 4712--><p class="nopar" > Further customisation can be done via <span +<!--l. 5150--><p class="nopar" > Further customisation can be done via <span class="cmtt-10">\defglsentryfmt</span><a - id="dx1-41025"></a> or by redefining + id="dx1-44025"></a> or by redefining <span class="cmtt-10">\glsentryfmt</span><a - id="dx1-41026"></a>. See <a + id="dx1-44026"></a>. See <a href="#sec:glsdisplay"><span class="cmsy-10">§</span>6.3 </a><a href="#sec:glsdisplay">Changing the format of the link text<!--tex4ht:ref: sec:glsdisplay --></a> for further details. -</p><!--l. 4717--><p class="indent" > Each entry has an associated conditional referred to as the <a +</p><!--l. 5155--><p class="indent" > Each entry has an associated conditional referred to as the <a href="#glo:firstuseflag">first use flag</a>. Some of the commands described in this chapter automatically unset this flag and can also use it to determine what text should be displayed. These types of commands are the <a -href="#x1-420006.1"><span +href="#x1-450006.1"><span class="cmtt-10">\gls</span>-like</a> commands and are described in <a -href="#x1-420006.1"><span +href="#x1-450006.1"><span class="cmsy-10">§</span>6.1 </a><a -href="#x1-420006.1">The <span +href="#x1-450006.1">The <span class="cmtt-10">\gls</span>-Like Commands (First Use Flag Queried)<!--tex4ht:ref: sec:gls-like --></a>. The commands that don’t reference or change the <a href="#glo:firstuseflag">first use flag</a> are <a -href="#x1-430006.2"><span +href="#x1-460006.2"><span class="cmtt-10">\glstext</span>-like</a> commands and are described in <a -href="#x1-430006.2"><span +href="#x1-460006.2"><span class="cmsy-10">§</span>6.2 </a><a -href="#x1-430006.2">The <span +href="#x1-460006.2">The <span class="cmtt-10">\glstext</span>-Like Commands (First Use Flag Not Queried)<!--tex4ht:ref: sec:glstext-like --></a>. See <a href="#sec:glsunset"><span @@ -9427,10 +10134,10 @@ href="#sec:glsunset">Unsetting and Resetting Entry Flags<!--tex4ht:ref: sec:glsu for commands that unset or reset the <a href="#glo:firstuseflag">first use flag</a> without referencing the entries. -</p><!--l. 4728--><p class="indent" > The <a -href="#x1-420006.1"><span +</p><!--l. 5166--><p class="indent" > The <a +href="#x1-450006.1"><span class="cmtt-10">\gls</span>-like</a> and <a -href="#x1-430006.2"><span +href="#x1-460006.2"><span class="cmtt-10">\glstext</span>-like</a> commands all take a first optional argument that is a comma-separated list of ⟨<span class="cmti-10">key</span>⟩=⟨<span @@ -9449,60 +10156,60 @@ class="cmtt-10">\gls{sample}</span></span></span> will use the default hyperlink setting which depends on a number of factors (such as whether the entry is in a glossary that has been identified in the <span class="cmss-10">nohypertypes</span><a - id="dx1-41027"></a> + id="dx1-44027"></a> list). You can override the <span class="cmss-10">hyper</span><a - id="dx1-41028"></a> key in the variant’s optional argument, for + id="dx1-44028"></a> key in the variant’s optional argument, for example, <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\gls*[hyper=true]{sample}</span></span></span> but this creates redundancy and is best avoided. -</p><!--l. 4744--><p class="indent" > The following keys are available for the optional argument: +</p><!--l. 5182--><p class="indent" > The following keys are available for the optional argument: </p><dl class="description"><dt class="description"> <span class="cmssbx-10">hyper</span><a - id="dx1-41029"></a> </dt><dd + id="dx1-44029"></a> </dt><dd class="description">This is a boolean key which can be used to enable/disable the hyperlink to the relevant entry in the glossary. If this key is omitted, the value is determined by current settings, as indicated above. For example, when used with a <a -href="#x1-420006.1"><span +href="#x1-450006.1"><span class="cmtt-10">\gls</span>-like</a> command, if this is the first use and the <span class="cmss-10">hyperfirst=false</span><a - id="dx1-41030"></a> + id="dx1-44030"></a> package option has been used, then the default value is <span class="cmtt-10">hyper=false</span>. The hyperlink can be forced on using <span class="cmtt-10">hyper=true </span>unless the hyperlinks have been suppressed using <span class="cmtt-10">\glsdisablehyper</span><a - id="dx1-41031"></a>. You must load the <span + id="dx1-44031"></a>. You must load the <span class="cmss-10">hyperref</span><a - id="dx1-41032"></a> + id="dx1-44032"></a> package before the <span class="cmss-10">glossaries</span><a - id="dx1-41033"></a> package to ensure the hyperlinks work. + id="dx1-44033"></a> package to ensure the hyperlinks work. </dd><dt class="description"> <span class="cmssbx-10">format</span><a - id="dx1-41034"></a> </dt><dd + id="dx1-44034"></a> </dt><dd class="description">This specifies how to format the associated location number for this entry in the glossary. This value is equivalent to the <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-41035"></a></a> encap value, and (as with + id="dx1-44035"></a></a> encap value, and (as with <span class="cmtt-10">\index</span><a - id="dx1-41036"></a>) the value needs to be the name of a command <span + id="dx1-44036"></a>) the value needs to be the name of a command <span class="cmti-10">without </span>the initial backslash. As with <span class="cmtt-10">\index</span><a - id="dx1-41037"></a>, the characters <span class="obeylines-h"><span class="verb"><span + id="dx1-44037"></a>, the characters <span class="obeylines-h"><span class="verb"><span class="cmtt-10">(</span></span></span> and <span class="obeylines-h"><span class="verb"><span class="cmtt-10">)</span></span></span> can also be used to specify the beginning and ending of a number range. Again as with <span class="cmtt-10">\index</span><a - id="dx1-41038"></a>, the command should be the name of a command which takes an + id="dx1-44038"></a>, the command should be the name of a command which takes an argument (which will be the associated location). Be careful not to use @@ -9517,78 +10224,78 @@ class="cmti-10">italic</span>) you will need to create a command that applies bo e.g.  - <div class="verbatim" id="verbatim-135"> + <div class="verbatim" id="verbatim-154"> \newcommand*{\textbfem}[1]{\textbf{\emph{#1}}} </div> - <!--l. 4773--><p class="nopar" > and use that command. - </p><!--l. 4776--><p class="noindent" >In this document, the standard formats refer to the standard text block + <!--l. 5211--><p class="nopar" > and use that command. + </p><!--l. 5214--><p class="noindent" >In this document, the standard formats refer to the standard text block commands such as <span class="cmtt-10">\textbf</span><a - id="dx1-41039"></a> or <span + id="dx1-44039"></a> or <span class="cmtt-10">\emph</span><a - id="dx1-41040"></a> or any of the commands listed in + id="dx1-44040"></a> or any of the commands listed in <a href="#tab:hyperxx">table 6.1</a>. - </p><!--l. 4780--><p class="noindent" ><div class="important" title="Important Note"> If you use <a + </p><!--l. 5218--><p class="noindent" ><div class="important" title="Important Note"> If you use <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-41041"></a></a> instead of <a + id="dx1-44041"></a></a> instead of <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-41042"></a></a>, you must specify any non-standard formats + id="dx1-44042"></a></a>, you must specify any non-standard formats that you want to use with the <span class="cmss-10">format</span><a - id="dx1-41043"></a> key using <span + id="dx1-44043"></a> key using <span class="cmtt-10">\GlsAddXdyAttribute</span><a - id="dx1-41044"></a><span + id="dx1-44044"></a><span class="cmtt-10">{</span>⟨<span class="cmti-10">name</span>⟩<span class="cmtt-10">}</span>. So if you use <span class="cmtt-10">xindy</span><a - id="dx1-41045"></a> with the above example, you would need to add: + id="dx1-44045"></a> with the above example, you would need to add: </p> - <div class="verbatim" id="verbatim-136"> + <div class="verbatim" id="verbatim-155"> \GlsAddXdyAttribute{textbfem} </div> - <!--l. 4788--><p class="nopar" > See <a + <!--l. 5226--><p class="nopar" > See <a href="#sec:xindy"><span class="cmsy-10">§</span>11 </a><a href="#sec:xindy">Xindy (Option 3)<!--tex4ht:ref: sec:xindy --></a> for further details. </div> - </p><!--l. 4790--><p class="noindent" > - </p><!--l. 4792--><p class="noindent" >Note that unlike <span + </p><!--l. 5228--><p class="noindent" > + </p><!--l. 5230--><p class="noindent" >Note that unlike <span class="cmtt-10">\index</span><a - id="dx1-41046"></a>, you can’t have anything following the command name, + id="dx1-44046"></a>, you can’t have anything following the command name, such as an asterisk or arguments. If you want to cross-reference another entry, either use the <span class="cmss-10">see</span><a - id="dx1-41047"></a> key when you define the entry or use <span + id="dx1-44047"></a> key when you define the entry or use <span class="cmtt-10">\glssee</span><a - id="dx1-41048"></a> (described in <a + id="dx1-44048"></a> (described in <a href="#sec:crossref"><span class="cmsy-10">§</span>8 </a><a href="#sec:crossref">Cross-Referencing Entries<!--tex4ht:ref: sec:crossref --></a>). - </p><!--l. 4799--><p class="noindent" >If you are using hyperlinks and you want to change the font of the hyperlinked + </p><!--l. 5237--><p class="noindent" >If you are using hyperlinks and you want to change the font of the hyperlinked location, don’t use <span class="cmtt-10">\hyperpage</span><a - id="dx1-41049"></a> (provided by the <span + id="dx1-44049"></a> (provided by the <span class="cmss-10">hyperref</span><a - id="dx1-41050"></a> package) as the + id="dx1-44050"></a> package) as the locations may not refer to a page number. Instead, the <span class="cmss-10">glossaries </span>package provides number formats listed in <a href="#tab:hyperxx">table 6.1</a>. </p> <div class="table"> - <!--l. 4805--><p class="noindent" ><a + <!--l. 5243--><p class="noindent" ><a id="tab:hyperxx"></a></p><hr class="float" /><div class="float" > <div class="caption" ><span class="id">Table 6.1: </span><span -class="content">Predefined Hyperlinked Location Formats</span></div><!--tex4ht:label?: x1-410511 --> +class="content">Predefined Hyperlinked Location Formats</span></div><!--tex4ht:label?: x1-440511 --> <div class="tabular"> <table id="TBL-6" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-6-1g"><col @@ -9597,68 +10304,68 @@ id="TBL-6-2" /></colgroup><tr style="vertical-align:baseline;" id="TBL-6-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-1-1" class="td11"> <span class="cmtt-10">hyperrm</span><a - id="dx1-41052"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-1-2" + id="dx1-44052"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-1-2" class="td11"> serif hyperlink </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-2-1" class="td11"> <span class="cmtt-10">hypersf</span><a - id="dx1-41053"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-2-2" + id="dx1-44053"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-2-2" class="td11"> sans-serif hyperlink </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-3-1" class="td11"> <span class="cmtt-10">hypertt</span><a - id="dx1-41054"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-3-2" + id="dx1-44054"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-3-2" class="td11"> monospaced hyperlink </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-4-1" class="td11"> <span class="cmtt-10">hyperbf</span><a - id="dx1-41055"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-4-2" + id="dx1-44055"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-4-2" class="td11"> bold hyperlink </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-5-1" class="td11"> <span class="cmtt-10">hypermd</span><a - id="dx1-41056"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-5-2" + id="dx1-44056"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-5-2" class="td11"> medium weight hyperlink </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-6-1" class="td11"> <span class="cmtt-10">hyperit</span><a - id="dx1-41057"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-6-2" + id="dx1-44057"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-6-2" class="td11"> italic hyperlink </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-7-1" class="td11"> <span class="cmtt-10">hypersl</span><a - id="dx1-41058"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-7-2" + id="dx1-44058"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-7-2" class="td11"> slanted hyperlink </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-8-1" class="td11"> <span class="cmtt-10">hyperup</span><a - id="dx1-41059"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-8-2" + id="dx1-44059"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-8-2" class="td11"> upright hyperlink </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-9-1" class="td11"> <span class="cmtt-10">hypersc</span><a - id="dx1-41060"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-9-2" + id="dx1-44060"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-9-2" class="td11"> small caps hyperlink </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-10-1" class="td11"> <span class="cmtt-10">hyperemph</span><a - id="dx1-41061"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-10-2" + id="dx1-44061"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-6-10-2" class="td11"> emphasized hyperlink </td></tr></table> </div> </div><hr class="endfloat" /> </div> - <!--l. 4825--><p class="noindent" >Note that if the <span + <!--l. 5263--><p class="noindent" >Note that if the <span class="cmtt-10">\hyperlink</span><a - id="dx1-41062"></a> command hasn’t been defined, the <span + id="dx1-44062"></a> command hasn’t been defined, the <span class="cmtt-10">hyper</span>⟨<span class="cmti-10">xx</span>⟩ formats are equivalent to the analogous <span @@ -9671,35 +10378,35 @@ class="cmtt-10">emph</span>). If you want to make a new format, you will need to location number to be in a bold sans-serif font, you can define a command called, say, <span class="cmtt-10">\hyperbsf</span><a - id="dx1-41063"></a>: + id="dx1-44063"></a>: </p> - <div class="verbatim" id="verbatim-137"> + <div class="verbatim" id="verbatim-156"> \newcommand{\hyperbsf}[1]{\textbf{\hypersf{#1}}} </div> - <!--l. 4835--><p class="nopar" > and then use <span + <!--l. 5273--><p class="nopar" > and then use <span class="cmtt-10">hyperbsf </span>as the value for the <span class="cmss-10">format</span><a - id="dx1-41064"></a> key. (See also “Displaying + id="dx1-44064"></a> key. (See also “Displaying the glossary” in the documented code, <span class="cmtt-10">glossaries-code.pdf</span>.) Remember that if you use <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-41065"></a></a>, you will need to add this to the list of location + id="dx1-44065"></a></a>, you will need to add this to the list of location attributes: </p> - <div class="verbatim" id="verbatim-138"> + <div class="verbatim" id="verbatim-157"> \GlsAddXdyAttribute{hyperbsf} </div> - <!--l. 4843--><p class="nopar" > + <!--l. 5281--><p class="nopar" > </p></dd><dt class="description"> <span class="cmssbx-10">counter</span><a - id="dx1-41066"></a> </dt><dd + id="dx1-44066"></a> </dt><dd class="description">This specifies which counter to use for this location. This overrides the default counter used by this entry. (See also <a href="#sec:numberlists"><span @@ -9708,10 +10415,10 @@ href="#sec:numberlists">Number lists<!--tex4ht:ref: sec:numberlists --></a>.) </dd><dt class="description"> <span class="cmssbx-10">local</span><a - id="dx1-41067"></a> </dt><dd + id="dx1-44067"></a> </dt><dd class="description">This is a boolean key that only makes a difference when used with <a -href="#x1-420006.1"><span +href="#x1-450006.1"><span class="cmtt-10">\gls</span>-like</a> commands that change the entry’s <a href="#glo:firstuseflag">first use flag</a>. If <span class="cmtt-10">local=true</span>, the @@ -9719,11 +10426,11 @@ class="cmtt-10">local=true</span>, the <span class="cmtt-10">local=false</span>. </dd></dl> -<!--l. 4857--><p class="noindent" ><a +<!--l. 5295--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">6.1 </span> <a - id="x1-420006.1"></a>The <span + id="x1-450006.1"></a>The <span class="cmtt-10">\gls</span>-Like Commands (First Use Flag Queried)</h3> -<!--l. 4860--><p class="noindent" >This section describes the commands that unset the <a +<!--l. 5298--><p class="noindent" >This section describes the commands that unset the <a href="#glo:firstuseflag">first use flag</a> on completion, and in most cases they use the current state of the flag to determine the text to be displayed. As described above, these commands all have a star-variant (<span @@ -9733,24 +10440,24 @@ class="cmtt-10">hyper=true</span>) and have an optional first argument that is a ⟨<span class="cmti-10">key</span>⟩=⟨<span class="cmti-10">value</span>⟩ list. -</p><!--l. 4867--><p class="indent" > These commands use <span +</p><!--l. 5305--><p class="indent" > These commands use <span class="cmtt-10">\glsentryfmt</span><a - id="dx1-42001"></a> or the equivalent definition provided by + id="dx1-45001"></a> or the equivalent definition provided by <span class="cmtt-10">\defglsentryfmt</span><a - id="dx1-42002"></a> to determine the automatically generated text and its format (see + id="dx1-45002"></a> to determine the automatically generated text and its format (see <a href="#sec:glsdisplay"><span class="cmsy-10">§</span>6.3 </a><a href="#sec:glsdisplay">Changing the format of the link text<!--tex4ht:ref: sec:glsdisplay --></a>). -</p><!--l. 4871--><p class="indent" > Apart from <span +</p><!--l. 5309--><p class="indent" > Apart from <span class="cmtt-10">\glsdisp</span><a - id="dx1-42003"></a>, the commands described in this section also have a <span + id="dx1-45003"></a>, the commands described in this section also have a <span class="cmti-10">final</span> optional argument ⟨<span class="cmti-10">insert</span>⟩ which may be used to insert material into the automatically generated text. -</p><!--l. 4875--><p class="indent" > <div class="important" title="Important Note"> Since the commands have a final optional argument, take care if you actually want +</p><!--l. 5313--><p class="indent" > <div class="important" title="Important Note"> Since the commands have a final optional argument, take care if you actually want to display an open square bracket after the command when the final optional argument is absent. Insert an empty set of braces <span class="obeylines-h"><span class="verb"><span class="cmtt-10">{}</span></span></span> immediately before the opening @@ -9759,22 +10466,22 @@ example: </p> - <div class="verbatim" id="verbatim-139"> + <div class="verbatim" id="verbatim-158"> \gls{sample} {}[Editor’s comment] </div> -<!--l. 4884--><p class="nopar" > -</p><!--l. 4886--><p class="indent" > Don’t use any of the <a -href="#x1-420006.1"><span +<!--l. 5322--><p class="nopar" > +</p><!--l. 5324--><p class="indent" > Don’t use any of the <a +href="#x1-450006.1"><span class="cmtt-10">\gls</span>-like</a> or <a -href="#x1-430006.2"><span +href="#x1-460006.2"><span class="cmtt-10">\glstext</span>-like</a> commands in the ⟨<span class="cmti-10">insert</span>⟩ argument. </div> -</p><!--l. 4888--><p class="noindent" > -</p><!--l. 4890--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5326--><p class="noindent" > +</p><!--l. 5328--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\gls</span><span class="cmtt-9"> </span></span><a - id="dx1-42004"></a> <span + id="dx1-45004"></a> <span class="cmtt-10">\gls[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -9782,34 +10489,34 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 4892--><p class="noindent" > +</p><!--l. 5330--><p class="noindent" > This command typically determines the <a href="#glo:linktext">link text<a - id="dx1-42005"></a></a> from the values of the <span + id="dx1-45005"></a></a> from the values of the <span class="cmss-10">text</span><a - id="dx1-42006"></a> or + id="dx1-45006"></a> or <span class="cmss-10">first</span><a - id="dx1-42007"></a> keys supplied when the entry was defined using <span + id="dx1-45007"></a> keys supplied when the entry was defined using <span class="cmtt-10">\newglossaryentry</span><a - id="dx1-42008"></a>. + id="dx1-45008"></a>. However, if the entry was defined using <span class="cmtt-10">\newacronym</span><a - id="dx1-42009"></a> and <span + id="dx1-45009"></a> and <span class="cmtt-10">\setacronymstyle</span><a - id="dx1-42010"></a> was + id="dx1-45010"></a> was used, then the link text<a - id="dx1-42011"></a> will usually be determined from the <span + id="dx1-45011"></a> will usually be determined from the <span class="cmss-10">long</span><a - id="dx1-42012"></a> or <span + id="dx1-45012"></a> or <span class="cmss-10">short</span><a - id="dx1-42013"></a> + id="dx1-45013"></a> keys. -</p><!--l. 4900--><p class="indent" > There are two upper case variants: -</p><!--l. 4901--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5338--><p class="indent" > There are two upper case variants: +</p><!--l. 5339--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Gls</span><span class="cmtt-9"> </span></span><a - id="dx1-42014"></a> <span + id="dx1-45014"></a> <span class="cmtt-10">\Gls[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -9817,12 +10524,12 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 4903--><p class="noindent" > +</p><!--l. 5341--><p class="noindent" > and -</p><!--l. 4905--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5343--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\GLS</span><span class="cmtt-9"> </span></span><a - id="dx1-42015"></a> <span + id="dx1-45015"></a> <span class="cmtt-10">\GLS[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -9830,20 +10537,20 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 4907--><p class="noindent" > +</p><!--l. 5345--><p class="noindent" > which make the first letter of the link text or all the link text upper case, respectively. For the former, the uppercasing of the first letter is performed by <span class="cmtt-10">\makefirstuc</span><a - id="dx1-42016"></a>. For further details, including its limitations, see the <span + id="dx1-45016"></a>. For further details, including its limitations, see the <span class="cmss-10">mfirstuc</span><a - id="dx1-42017"></a> user + id="dx1-45017"></a> user manual. -</p><!--l. 4913--><p class="indent" > There are also analogous plural forms: -</p><!--l. 4914--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5351--><p class="indent" > There are also analogous plural forms: +</p><!--l. 5352--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glspl</span><span class="cmtt-9"> </span></span><a - id="dx1-42018"></a> <span + id="dx1-45018"></a> <span class="cmtt-10">\glspl[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -9851,11 +10558,11 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 4916--><p class="noindent" > -</p><!--l. 4917--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5354--><p class="noindent" > +</p><!--l. 5355--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glspl</span><span class="cmtt-9"> </span></span><a - id="dx1-42019"></a> <span + id="dx1-45019"></a> <span class="cmtt-10">\Glspl[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -9863,11 +10570,11 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 4919--><p class="noindent" > -</p><!--l. 4920--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5357--><p class="noindent" > +</p><!--l. 5358--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\GLSpl</span><span class="cmtt-9"> </span></span><a - id="dx1-42020"></a> <span + id="dx1-45020"></a> <span class="cmtt-10">\GLSpl[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -9875,42 +10582,42 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 4922--><p class="noindent" > +</p><!--l. 5360--><p class="noindent" > These typically determine the link text from the <span class="cmss-10">plural</span><a - id="dx1-42021"></a> or <span + id="dx1-45021"></a> or <span class="cmss-10">firstplural</span><a - id="dx1-42022"></a> keys supplied + id="dx1-45022"></a> keys supplied when the entry was defined using <span class="cmtt-10">\newglossaryentry</span><a - id="dx1-42023"></a> or, if the entry is an + id="dx1-45023"></a> or, if the entry is an acronym and <span class="cmtt-10">\setacronymstyle </span>was used, from the <span class="cmss-10">longplural</span><a - id="dx1-42024"></a> or <span + id="dx1-45024"></a> or <span class="cmss-10">shortplural</span><a - id="dx1-42025"></a> + id="dx1-45025"></a> keys. -</p><!--l. 4929--><p class="indent" > <div class="important" title="Important Note"> Be careful when you use glossary entries in math mode especially if you are using +</p><!--l. 5367--><p class="indent" > <div class="important" title="Important Note"> Be careful when you use glossary entries in math mode especially if you are using <span class="cmss-10">hyperref</span><a - id="dx1-42026"></a> as it can affect the spacing of subscripts and superscripts. For example, + id="dx1-45026"></a> as it can affect the spacing of subscripts and superscripts. For example, suppose you have defined the following entry: </p> - <div class="verbatim" id="verbatim-140"> + <div class="verbatim" id="verbatim-159"> \newglossaryentry{Falpha}{name={F_\alpha},  <br />description=sample} </div> -<!--l. 4937--><p class="nopar" > and later you use it in math mode: +<!--l. 5375--><p class="nopar" > and later you use it in math mode: </p> - <div class="verbatim" id="verbatim-141"> + <div class="verbatim" id="verbatim-160"> $\gls{Falpha}^2$ </div> -<!--l. 4941--><p class="nopar" > This will result in <span +<!--l. 5379--><p class="nopar" > This will result in <span class="cmmi-10">F</span><sub><span class="cmmi-7">α</span></sub><sup><span class="cmr-7">2</span></sup> instead of <span @@ -9922,15 +10629,15 @@ class="cmti-10">insert</span>⟩ optional argument: </p> - <div class="verbatim" id="verbatim-142"> + <div class="verbatim" id="verbatim-161"> $\gls{Falpha}[^2]$ </div> -<!--l. 4947--><p class="nopar" > </div> -</p><!--l. 4948--><p class="noindent" > -</p><!--l. 4950--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +<!--l. 5385--><p class="nopar" > </div> +</p><!--l. 5386--><p class="noindent" > +</p><!--l. 5388--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsdisp</span><span class="cmtt-9"> </span></span><a - id="dx1-42027"></a> <span + id="dx1-45027"></a> <span class="cmtt-10">\glsdisp[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -9938,28 +10645,28 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">link text</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 4952--><p class="noindent" > +</p><!--l. 5390--><p class="noindent" > This behaves in the same way as the above commands, except that the ⟨<span class="cmti-10">link text</span>⟩ is explicitly set. There’s no final optional argument as any inserted material can be added to the ⟨<span class="cmti-10">link text</span>⟩ argument. -</p><!--l. 4958--><p class="indent" > <div class="important" title="Important Note"> Don’t use any of the <a -href="#x1-420006.1"><span +</p><!--l. 5396--><p class="indent" > <div class="important" title="Important Note"> Don’t use any of the <a +href="#x1-450006.1"><span class="cmtt-10">\gls</span>-like</a> or <a -href="#x1-430006.2"><span +href="#x1-460006.2"><span class="cmtt-10">\glstext</span>-like</a> commands in the ⟨<span class="cmti-10">link text</span>⟩ argument of <span class="cmtt-10">\glsdisp</span>. </div> -</p><!--l. 4961--><p class="noindent" > -</p><!--l. 4963--><p class="noindent" > +</p><!--l. 5399--><p class="noindent" > +</p><!--l. 5401--><p class="noindent" > </p> -<!--l. 4963--><p class="noindent" ><a +<!--l. 5401--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">6.2 </span> <a - id="x1-430006.2"></a>The <span + id="x1-460006.2"></a>The <span class="cmtt-10">\glstext</span>-Like Commands (First Use Flag Not Queried)</h3> -<!--l. 4966--><p class="noindent" >This section describes the commands that don’t change or reference the <a +<!--l. 5404--><p class="noindent" >This section describes the commands that don’t change or reference the <a href="#glo:firstuseflag">first use flag</a>. As described above, these commands all have a star-variant (<span class="cmtt-10">hyper=false</span>) and a @@ -9969,30 +10676,30 @@ class="cmti-10">key</span>⟩=⟨<span class="cmti-10">value</span>⟩ list. These commands also don’t use <span class="cmtt-10">\glsentryfmt</span><a - id="dx1-43001"></a> or the equivalent definition + id="dx1-46001"></a> or the equivalent definition provided by <span class="cmtt-10">\defglsentryfmt</span><a - id="dx1-43002"></a> (see <a + id="dx1-46002"></a> (see <a href="#sec:glsdisplay"><span class="cmsy-10">§</span>6.3 </a><a href="#sec:glsdisplay">Changing the format of the link text<!--tex4ht:ref: sec:glsdisplay --></a>). -</p><!--l. 4974--><p class="indent" > Apart from <span +</p><!--l. 5412--><p class="indent" > Apart from <span class="cmtt-10">\glslink</span><a - id="dx1-43003"></a>, the commands described in this section also have a <span + id="dx1-46003"></a>, the commands described in this section also have a <span class="cmti-10">final</span> optional argument ⟨<span class="cmti-10">insert</span>⟩ which may be used to insert material into the automatically generated text. See the caveat above in <a -href="#x1-420006.1"><span +href="#x1-450006.1"><span class="cmsy-10">§</span>6.1 </a><a -href="#x1-420006.1">The <span +href="#x1-450006.1">The <span class="cmtt-10">\gls</span>-Like Commands (First Use Flag Queried)<!--tex4ht:ref: sec:gls-like --></a>. -</p><!--l. 4979--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5417--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glslink</span><span class="cmtt-9"> </span></span><a - id="dx1-43004"></a> <span + id="dx1-46004"></a> <span class="cmtt-10">\glslink[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10000,22 +10707,22 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">link text</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 4981--><p class="noindent" > +</p><!--l. 5419--><p class="noindent" > This command explicitly sets the <a href="#glo:linktext">link text<a - id="dx1-43005"></a></a> as given in the final argument. -</p><!--l. 4985--><p class="indent" > <div class="important" title="Important Note"> Don’t use any of the <a -href="#x1-420006.1"><span + id="dx1-46005"></a></a> as given in the final argument. +</p><!--l. 5423--><p class="indent" > <div class="important" title="Important Note"> Don’t use any of the <a +href="#x1-450006.1"><span class="cmtt-10">\gls</span>-like</a> or <a -href="#x1-430006.2"><span +href="#x1-460006.2"><span class="cmtt-10">\glstext</span>-like</a> commands in the argument of <span class="cmtt-10">\glslink</span>. </div> -</p><!--l. 4988--><p class="noindent" > -</p><!--l. 4990--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5426--><p class="noindent" > +</p><!--l. 5428--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glstext</span><span class="cmtt-9"> </span></span><a - id="dx1-43006"></a> <span + id="dx1-46006"></a> <span class="cmtt-10">\glstext[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10023,17 +10730,17 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 4992--><p class="noindent" > +</p><!--l. 5430--><p class="noindent" > This command always uses the value of the <span class="cmss-10">text</span><a - id="dx1-43007"></a> key as the <a + id="dx1-46007"></a> key as the <a href="#glo:linktext">link text<a - id="dx1-43008"></a></a>. -</p><!--l. 4996--><p class="indent" > There are also analogous commands: -</p><!--l. 4997--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-46008"></a></a>. +</p><!--l. 5434--><p class="indent" > There are also analogous commands: +</p><!--l. 5435--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glstext</span><span class="cmtt-9"> </span></span><a - id="dx1-43009"></a> <span + id="dx1-46009"></a> <span class="cmtt-10">\Glstext[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10043,11 +10750,11 @@ class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 4999--><p class="noindent" > -</p><!--l. 5000--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5437--><p class="noindent" > +</p><!--l. 5438--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\GLStext</span><span class="cmtt-9"> </span></span><a - id="dx1-43010"></a> <span + id="dx1-46010"></a> <span class="cmtt-10">\GLStext[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10055,12 +10762,12 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5002--><p class="noindent" > +</p><!--l. 5440--><p class="noindent" > These convert the first character or all the characters to uppercase, respectively. -</p><!--l. 5006--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5444--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsfirst</span><span class="cmtt-9"> </span></span><a - id="dx1-43011"></a> <span + id="dx1-46011"></a> <span class="cmtt-10">\glsfirst[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10068,17 +10775,17 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5008--><p class="noindent" > +</p><!--l. 5446--><p class="noindent" > This command always uses the value of the <span class="cmss-10">first</span><a - id="dx1-43012"></a> key as the <a + id="dx1-46012"></a> key as the <a href="#glo:linktext">link text<a - id="dx1-43013"></a></a>. -</p><!--l. 5012--><p class="indent" > There are also analogous uppercasing commands: -</p><!--l. 5013--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-46013"></a></a>. +</p><!--l. 5450--><p class="indent" > There are also analogous uppercasing commands: +</p><!--l. 5451--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsfirst</span><span class="cmtt-9"> </span></span><a - id="dx1-43014"></a> <span + id="dx1-46014"></a> <span class="cmtt-10">\Glsfirst[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10086,11 +10793,11 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5015--><p class="noindent" > -</p><!--l. 5016--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5453--><p class="noindent" > +</p><!--l. 5454--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\GLSfirst</span><span class="cmtt-9"> </span></span><a - id="dx1-43015"></a> <span + id="dx1-46015"></a> <span class="cmtt-10">\GLSfirst[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10098,11 +10805,11 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5018--><p class="noindent" > -</p><!--l. 5020--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5456--><p class="noindent" > +</p><!--l. 5458--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsplural</span><span class="cmtt-9"> </span></span><a - id="dx1-43016"></a> <span + id="dx1-46016"></a> <span class="cmtt-10">\glsplural[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10110,17 +10817,17 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5022--><p class="noindent" > +</p><!--l. 5460--><p class="noindent" > This command always uses the value of the <span class="cmss-10">plural</span><a - id="dx1-43017"></a> key as the <a + id="dx1-46017"></a> key as the <a href="#glo:linktext">link text<a - id="dx1-43018"></a></a>. -</p><!--l. 5026--><p class="indent" > There are also analogous uppercasing commands: -</p><!--l. 5027--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-46018"></a></a>. +</p><!--l. 5464--><p class="indent" > There are also analogous uppercasing commands: +</p><!--l. 5465--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsplural</span><span class="cmtt-9"> </span></span><a - id="dx1-43019"></a> <span + id="dx1-46019"></a> <span class="cmtt-10">\Glsplural[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10128,11 +10835,11 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5029--><p class="noindent" > -</p><!--l. 5030--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5467--><p class="noindent" > +</p><!--l. 5468--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\GLSplural</span><span class="cmtt-9"> </span></span><a - id="dx1-43020"></a> <span + id="dx1-46020"></a> <span class="cmtt-10">\GLSplural[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10140,11 +10847,11 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5032--><p class="noindent" > -</p><!--l. 5034--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5470--><p class="noindent" > +</p><!--l. 5472--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsfirstplural</span><span class="cmtt-9"> </span></span><a - id="dx1-43021"></a> <span + id="dx1-46021"></a> <span class="cmtt-10">\glsfirstplural[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10152,17 +10859,17 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5036--><p class="noindent" > +</p><!--l. 5474--><p class="noindent" > This command always uses the value of the <span class="cmss-10">firstplural</span><a - id="dx1-43022"></a> key as the <a + id="dx1-46022"></a> key as the <a href="#glo:linktext">link text<a - id="dx1-43023"></a></a>. -</p><!--l. 5040--><p class="indent" > There are also analogous uppercasing commands: -</p><!--l. 5041--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-46023"></a></a>. +</p><!--l. 5478--><p class="indent" > There are also analogous uppercasing commands: +</p><!--l. 5479--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsfirstplural</span><span class="cmtt-9"> </span></span><a - id="dx1-43024"></a> <span + id="dx1-46024"></a> <span class="cmtt-10">\Glsfirstplural[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10170,11 +10877,11 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5043--><p class="noindent" > -</p><!--l. 5044--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5481--><p class="noindent" > +</p><!--l. 5482--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\GLSfirstplural</span><span class="cmtt-9"> </span></span><a - id="dx1-43025"></a> <span + id="dx1-46025"></a> <span class="cmtt-10">\GLSfirstplural[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10182,11 +10889,11 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5046--><p class="noindent" > -</p><!--l. 5048--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5484--><p class="noindent" > +</p><!--l. 5486--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsname</span><span class="cmtt-9"> </span></span><a - id="dx1-43026"></a> <span + id="dx1-46026"></a> <span class="cmtt-10">\glsname[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10194,26 +10901,26 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5050--><p class="noindent" > +</p><!--l. 5488--><p class="noindent" > This command always uses the value of the <span class="cmss-10">name</span><a - id="dx1-43027"></a> key as the <a + id="dx1-46027"></a> key as the <a href="#glo:linktext">link text<a - id="dx1-43028"></a></a>. Note that this + id="dx1-46028"></a></a>. Note that this may be different from the values of the <span class="cmss-10">text</span><a - id="dx1-43029"></a> or <span + id="dx1-46029"></a> or <span class="cmss-10">first</span><a - id="dx1-43030"></a> keys. In general it’s better to use + id="dx1-46030"></a> keys. In general it’s better to use <span class="cmtt-10">\glstext </span>or <span class="cmtt-10">\glsfirst </span>instead of <span class="cmtt-10">\glsname</span>. -</p><!--l. 5056--><p class="indent" > There are also analogous uppercasing commands: -</p><!--l. 5057--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5494--><p class="indent" > There are also analogous uppercasing commands: +</p><!--l. 5495--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsname</span><span class="cmtt-9"> </span></span><a - id="dx1-43031"></a> <span + id="dx1-46031"></a> <span class="cmtt-10">\Glsname[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10221,11 +10928,11 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5059--><p class="noindent" > -</p><!--l. 5060--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5497--><p class="noindent" > +</p><!--l. 5498--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\GLSname</span><span class="cmtt-9"> </span></span><a - id="dx1-43032"></a> <span + id="dx1-46032"></a> <span class="cmtt-10">\GLSname[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10235,18 +10942,18 @@ class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5062--><p class="noindent" > -</p><!--l. 5064--><p class="indent" > <div class="important" title="Important Note"> In general it’s best to avoid <span +</p><!--l. 5500--><p class="noindent" > +</p><!--l. 5502--><p class="indent" > <div class="important" title="Important Note"> In general it’s best to avoid <span class="cmtt-10">\Glsname </span>with acronyms. Instead, consider using <span class="cmtt-10">\Acrlong</span>, <span class="cmtt-10">\Acrshort </span>or <span class="cmtt-10">\Acrfull</span>. </div> -</p><!--l. 5067--><p class="noindent" > -</p><!--l. 5069--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5505--><p class="noindent" > +</p><!--l. 5507--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glssymbol</span><span class="cmtt-9"> </span></span><a - id="dx1-43033"></a> <span + id="dx1-46033"></a> <span class="cmtt-10">\glssymbol[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10254,17 +10961,17 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5071--><p class="noindent" > +</p><!--l. 5509--><p class="noindent" > This command always uses the value of the <span class="cmss-10">symbol</span><a - id="dx1-43034"></a> key as the <a + id="dx1-46034"></a> key as the <a href="#glo:linktext">link text<a - id="dx1-43035"></a></a>. -</p><!--l. 5075--><p class="indent" > There are also analogous uppercasing commands: -</p><!--l. 5076--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-46035"></a></a>. +</p><!--l. 5513--><p class="indent" > There are also analogous uppercasing commands: +</p><!--l. 5514--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glssymbol</span><span class="cmtt-9"> </span></span><a - id="dx1-43036"></a> <span + id="dx1-46036"></a> <span class="cmtt-10">\Glssymbol[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10272,11 +10979,11 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5078--><p class="noindent" > -</p><!--l. 5079--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5516--><p class="noindent" > +</p><!--l. 5517--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\GLSsymbol</span><span class="cmtt-9"> </span></span><a - id="dx1-43037"></a> <span + id="dx1-46037"></a> <span class="cmtt-10">\GLSsymbol[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10284,11 +10991,11 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5081--><p class="noindent" > -</p><!--l. 5083--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5519--><p class="noindent" > +</p><!--l. 5521--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsdesc</span><span class="cmtt-9"> </span></span><a - id="dx1-43038"></a> <span + id="dx1-46038"></a> <span class="cmtt-10">\glsdesc[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10296,17 +11003,17 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5085--><p class="noindent" > +</p><!--l. 5523--><p class="noindent" > This command always uses the value of the <span class="cmss-10">description</span><a - id="dx1-43039"></a> key as the <a + id="dx1-46039"></a> key as the <a href="#glo:linktext">link text<a - id="dx1-43040"></a></a>. -</p><!--l. 5089--><p class="indent" > There are also analogous uppercasing commands: -</p><!--l. 5090--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-46040"></a></a>. +</p><!--l. 5527--><p class="indent" > There are also analogous uppercasing commands: +</p><!--l. 5528--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsdesc</span><span class="cmtt-9"> </span></span><a - id="dx1-43041"></a> <span + id="dx1-46041"></a> <span class="cmtt-10">\Glsdesc[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10314,11 +11021,11 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5092--><p class="noindent" > -</p><!--l. 5093--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5530--><p class="noindent" > +</p><!--l. 5531--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\GLSdesc</span><span class="cmtt-9"> </span></span><a - id="dx1-43042"></a> <span + id="dx1-46042"></a> <span class="cmtt-10">\GLSdesc[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10326,11 +11033,11 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5095--><p class="noindent" > -</p><!--l. 5097--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5533--><p class="noindent" > +</p><!--l. 5535--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsuseri</span><span class="cmtt-9"> </span></span><a - id="dx1-43043"></a> <span + id="dx1-46043"></a> <span class="cmtt-10">\glsuseri[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10338,17 +11045,17 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5099--><p class="noindent" > +</p><!--l. 5537--><p class="noindent" > This command always uses the value of the <span class="cmss-10">user1</span><a - id="dx1-43044"></a> key as the <a + id="dx1-46044"></a> key as the <a href="#glo:linktext">link text<a - id="dx1-43045"></a></a>. -</p><!--l. 5103--><p class="indent" > There are also analogous uppercasing commands: -</p><!--l. 5104--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-46045"></a></a>. +</p><!--l. 5541--><p class="indent" > There are also analogous uppercasing commands: +</p><!--l. 5542--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsuseri</span><span class="cmtt-9"> </span></span><a - id="dx1-43046"></a> <span + id="dx1-46046"></a> <span class="cmtt-10">\Glsuseri[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10356,11 +11063,11 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5106--><p class="noindent" > -</p><!--l. 5107--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5544--><p class="noindent" > +</p><!--l. 5545--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\GLSuseri</span><span class="cmtt-9"> </span></span><a - id="dx1-43047"></a> <span + id="dx1-46047"></a> <span class="cmtt-10">\GLSuseri[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10368,11 +11075,11 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5109--><p class="noindent" > -</p><!--l. 5111--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5547--><p class="noindent" > +</p><!--l. 5549--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsuserii</span><span class="cmtt-9"> </span></span><a - id="dx1-43048"></a> <span + id="dx1-46048"></a> <span class="cmtt-10">\glsuserii[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10380,17 +11087,17 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5113--><p class="noindent" > +</p><!--l. 5551--><p class="noindent" > This command always uses the value of the <span class="cmss-10">user2</span><a - id="dx1-43049"></a> key as the <a + id="dx1-46049"></a> key as the <a href="#glo:linktext">link text<a - id="dx1-43050"></a></a>. -</p><!--l. 5117--><p class="indent" > There are also analogous uppercasing commands: -</p><!--l. 5118--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-46050"></a></a>. +</p><!--l. 5555--><p class="indent" > There are also analogous uppercasing commands: +</p><!--l. 5556--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsuserii</span><span class="cmtt-9"> </span></span><a - id="dx1-43051"></a> <span + id="dx1-46051"></a> <span class="cmtt-10">\Glsuserii[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10398,11 +11105,11 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5120--><p class="noindent" > -</p><!--l. 5121--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5558--><p class="noindent" > +</p><!--l. 5559--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\GLSuserii</span><span class="cmtt-9"> </span></span><a - id="dx1-43052"></a> <span + id="dx1-46052"></a> <span class="cmtt-10">\GLSuserii[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10410,13 +11117,13 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5123--><p class="noindent" > +</p><!--l. 5561--><p class="noindent" > -</p><!--l. 5125--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5563--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsuseriii</span><span class="cmtt-9"> </span></span><a - id="dx1-43053"></a> <span + id="dx1-46053"></a> <span class="cmtt-10">\glsuseriii[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10424,17 +11131,17 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5127--><p class="noindent" > +</p><!--l. 5565--><p class="noindent" > This command always uses the value of the <span class="cmss-10">user3</span><a - id="dx1-43054"></a> key as the <a + id="dx1-46054"></a> key as the <a href="#glo:linktext">link text<a - id="dx1-43055"></a></a>. -</p><!--l. 5131--><p class="indent" > There are also analogous uppercasing commands: -</p><!--l. 5132--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-46055"></a></a>. +</p><!--l. 5569--><p class="indent" > There are also analogous uppercasing commands: +</p><!--l. 5570--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsuseriii</span><span class="cmtt-9"> </span></span><a - id="dx1-43056"></a> <span + id="dx1-46056"></a> <span class="cmtt-10">\Glsuseriii[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10442,11 +11149,11 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5134--><p class="noindent" > -</p><!--l. 5135--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5572--><p class="noindent" > +</p><!--l. 5573--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\GLSuseriii</span><span class="cmtt-9"> </span></span><a - id="dx1-43057"></a> <span + id="dx1-46057"></a> <span class="cmtt-10">\GLSuseriii[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10454,11 +11161,11 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5137--><p class="noindent" > -</p><!--l. 5139--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5575--><p class="noindent" > +</p><!--l. 5577--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsuseriv</span><span class="cmtt-9"> </span></span><a - id="dx1-43058"></a> <span + id="dx1-46058"></a> <span class="cmtt-10">\glsuseriv[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10466,17 +11173,17 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5141--><p class="noindent" > +</p><!--l. 5579--><p class="noindent" > This command always uses the value of the <span class="cmss-10">user4</span><a - id="dx1-43059"></a> key as the <a + id="dx1-46059"></a> key as the <a href="#glo:linktext">link text<a - id="dx1-43060"></a></a>. -</p><!--l. 5145--><p class="indent" > There are also analogous uppercasing commands: -</p><!--l. 5146--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-46060"></a></a>. +</p><!--l. 5583--><p class="indent" > There are also analogous uppercasing commands: +</p><!--l. 5584--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsuseriv</span><span class="cmtt-9"> </span></span><a - id="dx1-43061"></a> <span + id="dx1-46061"></a> <span class="cmtt-10">\Glsuseriv[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10484,11 +11191,11 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5148--><p class="noindent" > -</p><!--l. 5149--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5586--><p class="noindent" > +</p><!--l. 5587--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\GLSuseriv</span><span class="cmtt-9"> </span></span><a - id="dx1-43062"></a> <span + id="dx1-46062"></a> <span class="cmtt-10">\GLSuseriv[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10496,11 +11203,11 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5151--><p class="noindent" > -</p><!--l. 5153--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5589--><p class="noindent" > +</p><!--l. 5591--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsuserv</span><span class="cmtt-9"> </span></span><a - id="dx1-43063"></a> <span + id="dx1-46063"></a> <span class="cmtt-10">\glsuserv[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10508,17 +11215,17 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5155--><p class="noindent" > +</p><!--l. 5593--><p class="noindent" > This command always uses the value of the <span class="cmss-10">user5</span><a - id="dx1-43064"></a> key as the <a + id="dx1-46064"></a> key as the <a href="#glo:linktext">link text<a - id="dx1-43065"></a></a>. -</p><!--l. 5159--><p class="indent" > There are also analogous uppercasing commands: -</p><!--l. 5160--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-46065"></a></a>. +</p><!--l. 5597--><p class="indent" > There are also analogous uppercasing commands: +</p><!--l. 5598--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsuserv</span><span class="cmtt-9"> </span></span><a - id="dx1-43066"></a> <span + id="dx1-46066"></a> <span class="cmtt-10">\Glsuserv[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10526,11 +11233,11 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5162--><p class="noindent" > -</p><!--l. 5163--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5600--><p class="noindent" > +</p><!--l. 5601--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\GLSuserv</span><span class="cmtt-9"> </span></span><a - id="dx1-43067"></a> <span + id="dx1-46067"></a> <span class="cmtt-10">\GLSuserv[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10538,11 +11245,11 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5165--><p class="noindent" > -</p><!--l. 5167--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5603--><p class="noindent" > +</p><!--l. 5605--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsuservi</span><span class="cmtt-9"> </span></span><a - id="dx1-43068"></a> <span + id="dx1-46068"></a> <span class="cmtt-10">\glsuservi[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10550,17 +11257,17 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5169--><p class="noindent" > +</p><!--l. 5607--><p class="noindent" > This command always uses the value of the <span class="cmss-10">user6</span><a - id="dx1-43069"></a> key as the <a + id="dx1-46069"></a> key as the <a href="#glo:linktext">link text<a - id="dx1-43070"></a></a>. -</p><!--l. 5173--><p class="indent" > There are also analogous uppercasing commands: -</p><!--l. 5174--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-46070"></a></a>. +</p><!--l. 5611--><p class="indent" > There are also analogous uppercasing commands: +</p><!--l. 5612--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsuservi</span><span class="cmtt-9"> </span></span><a - id="dx1-43071"></a> <span + id="dx1-46071"></a> <span class="cmtt-10">\Glsuservi[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10568,11 +11275,11 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5176--><p class="noindent" > -</p><!--l. 5177--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5614--><p class="noindent" > +</p><!--l. 5615--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\GLSuservi</span><span class="cmtt-9"> </span></span><a - id="dx1-43072"></a> <span + id="dx1-46072"></a> <span class="cmtt-10">\GLSuservi[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -10580,130 +11287,130 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5179--><p class="noindent" > -</p><!--l. 5181--><p class="noindent" > +</p><!--l. 5617--><p class="noindent" > +</p><!--l. 5619--><p class="noindent" > </p> -<!--l. 5181--><p class="noindent" ><a +<!--l. 5619--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">6.3 </span> <a id="sec:glsdisplay"></a>Changing the format of the link text</h3> -<!--l. 5184--><p class="noindent" >The default format of the <a +<!--l. 5622--><p class="noindent" >The default format of the <a href="#glo:linktext">link text<a - id="dx1-44001"></a></a> for the <a -href="#x1-420006.1"><span + id="dx1-47001"></a></a> for the <a +href="#x1-450006.1"><span class="cmtt-10">\gls</span>-like</a> commands is governed by<span class="footnote-mark"><a href="#fn1x7" id="fn1x7-bk"><sup class="textsuperscript">6.1</sup></a></span><a - id="x1-44002f1"></a>: -</p><!--l. 5188--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="x1-47002f1"></a>: +</p><!--l. 5626--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentryfmt</span><span class="cmtt-9"> </span></span><a - id="dx1-44006"></a> <span + id="dx1-47006"></a> <span class="cmtt-10">\glsentryfmt </span></div><hr> -</p><!--l. 5190--><p class="noindent" > +</p><!--l. 5628--><p class="noindent" > This may be redefined but if you only want the change the display style for a given glossary, then you need to use -</p><!--l. 5193--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5631--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\defglsentryfmt</span><span class="cmtt-9"> </span></span><a - id="dx1-44007"></a> <span + id="dx1-47007"></a> <span class="cmtt-10">\defglsentryfmt[</span>⟨<span class="cmitt-10">type</span>⟩<span class="cmtt-10">]{</span>⟨<span class="cmitt-10">definition</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5195--><p class="noindent" > +</p><!--l. 5633--><p class="noindent" > instead of redefining <span class="cmtt-10">\glsentryfmt</span>. The optional first argument ⟨<span class="cmti-10">type</span>⟩ is the glossary type. This defaults to <span class="cmtt-10">\glsdefaulttype</span><a - id="dx1-44008"></a> if omitted. The second argument is the entry + id="dx1-47008"></a> if omitted. The second argument is the entry format definition. -</p><!--l. 5201--><p class="indent" > <div class="important" title="Important Note"> Note that <span +</p><!--l. 5639--><p class="indent" > <div class="important" title="Important Note"> Note that <span class="cmtt-10">\glsentryfmt </span>is the default display format for entries. Once the display format has been changed for an individual glossary using <span class="cmtt-10">\defglsentryfmt</span><a - id="dx1-44009"></a>, + id="dx1-47009"></a>, redefining <span class="cmtt-10">\glsentryfmt </span>won’t have an effect on that glossary, you must instead use <span class="cmtt-10">\defglsentryfmt </span>again. Note that glossaries that have been identified as lists of acronyms (via the package option <span class="cmss-10">acronymlists</span><a - id="dx1-44010"></a> or the command + id="dx1-47010"></a> or the command <span class="cmtt-10">\DeclareAcronymList</span><a - id="dx1-44011"></a>, see <a + id="dx1-47011"></a>, see <a href="#acronymoptions"><span class="cmsy-10">§</span>2.5 </a><a href="#acronymoptions">Acronym Options<!--tex4ht:ref: sec:pkgopts-acronym --></a>) use <span class="cmtt-10">\defglsentryfmt </span>to set their display style. </div> -</p><!--l. 5211--><p class="noindent" > -</p><!--l. 5213--><p class="indent" > Within the ⟨<span +</p><!--l. 5649--><p class="noindent" > +</p><!--l. 5651--><p class="indent" > Within the ⟨<span class="cmti-10">definition</span>⟩ argument of <span class="cmtt-10">\defglsentryfmt</span>, or if you want to redefine <span class="cmtt-10">\glsentryfmt</span>, you may use the following commands: -</p><!--l. 5217--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5655--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glslabel</span><span class="cmtt-9"> </span></span><a - id="dx1-44012"></a> <span + id="dx1-47012"></a> <span class="cmtt-10">\glslabel </span></div><hr> -</p><!--l. 5219--><p class="noindent" > +</p><!--l. 5657--><p class="noindent" > This is the label of the entry being referenced. As from version 4.08, you can also access the glossary entry type using: -</p><!--l. 5222--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5660--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glstype</span><span class="cmtt-9"> </span></span><a - id="dx1-44013"></a> <span + id="dx1-47013"></a> <span class="cmtt-10">\glstype </span></div><hr> -</p><!--l. 5224--><p class="noindent" > +</p><!--l. 5662--><p class="noindent" > This is defined using <span class="cmtt-10">\edef</span><a - id="dx1-44014"></a> so the replacement text is the actual glossary type rather + id="dx1-47014"></a> so the replacement text is the actual glossary type rather than <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentrytype{\glslabel}</span></span></span>. -</p><!--l. 5228--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5666--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glscustomtext</span><span class="cmtt-9"> </span></span><a - id="dx1-44015"></a> <span + id="dx1-47015"></a> <span class="cmtt-10">\glscustomtext </span></div><hr> -</p><!--l. 5230--><p class="noindent" > +</p><!--l. 5668--><p class="noindent" > This is the custom text supplied in <span class="cmtt-10">\glsdisp</span>. It’s always empty for <span class="cmtt-10">\gls</span><a - id="dx1-44016"></a>, <span + id="dx1-47016"></a>, <span class="cmtt-10">\glspl</span><a - id="dx1-44017"></a> and + id="dx1-47017"></a> and their upper case variants. (You can use <span class="cmss-10">etoolbox</span><a - id="dx1-44018"></a>’s <span + id="dx1-47018"></a>’s <span class="cmtt-10">\ifdefempty </span>to determine if <span class="cmtt-10">\glscustomtext </span>is empty.) -</p><!--l. 5236--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5674--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsinsert</span><span class="cmtt-9"> </span></span><a - id="dx1-44019"></a> <span + id="dx1-47019"></a> <span class="cmtt-10">\glsinsert </span></div><hr> -</p><!--l. 5238--><p class="noindent" > +</p><!--l. 5676--><p class="noindent" > The custom text supplied in the final optional argument to <span class="cmtt-10">\gls</span>, <span class="cmtt-10">\glspl </span>and their upper case variants. -</p><!--l. 5242--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5680--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsifplural</span><span class="cmtt-9"> </span></span><a - id="dx1-44020"></a> <span + id="dx1-47020"></a> <span class="cmtt-10">\glsifplural{</span>⟨<span class="cmitt-10">true text</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">false text</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5244--><p class="noindent" > +</p><!--l. 5682--><p class="noindent" > If <span class="cmtt-10">\glspl</span>, <span class="cmtt-10">\Glspl </span>or <span @@ -10711,10 +11418,10 @@ class="cmtt-10">\GLSpl </span>was used, this command does ⟨<span class="cmti-10">true text</span>⟩ otherwise it does ⟨<span class="cmti-10">false text</span>⟩. -</p><!--l. 5248--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5686--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glscapscase</span><span class="cmtt-9"> </span></span><a - id="dx1-44021"></a> <span + id="dx1-47021"></a> <span class="cmtt-10">\glscapscase{</span>⟨<span class="cmitt-10">no case</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -10722,7 +11429,7 @@ class="cmitt-10">first uc</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">all caps</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5250--><p class="noindent" > +</p><!--l. 5688--><p class="noindent" > If <span class="cmtt-10">\gls</span>, <span class="cmtt-10">\glspl </span>or <span @@ -10737,43 +11444,43 @@ class="cmti-10">first uc</span>⟩. If <span class="cmtt-10">\GLS </span>or <span class="cmtt-10">\GLSpl </span>were used, this does ⟨<span class="cmti-10">all caps</span>⟩. -</p><!--l. 5255--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5693--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsifhyperon</span><span class="cmtt-9"> </span></span><a - id="dx1-44022"></a> <span + id="dx1-47022"></a> <span class="cmtt-10">\glsifhyperon{</span>⟨<span class="cmitt-10">hyper true</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">hyper false</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5257--><p class="noindent" > +</p><!--l. 5695--><p class="noindent" > This will do ⟨<span class="cmti-10">hyper true</span>⟩ if the hyperlinks are on for the current reference, otherwise it will do ⟨<span class="cmti-10">hyper false</span>⟩. The hyperlink may be off even if it wasn’t explicitly switched off with the <span class="cmss-10">hyper</span><a - id="dx1-44023"></a> key or the use of a starred command. It may be off because the + id="dx1-47023"></a> key or the use of a starred command. It may be off because the <span class="cmss-10">hyperref</span><a - id="dx1-44024"></a> package hasn’t been loaded or because <span + id="dx1-47024"></a> package hasn’t been loaded or because <span class="cmtt-10">\glsdisablehyper</span><a - id="dx1-44025"></a> has been used or + id="dx1-47025"></a> has been used or because the entry is in a glossary type that’s had the hyperlinks switched off (using <span class="cmss-10">nohypertypes</span><a - id="dx1-44026"></a>) or because it’s the <a + id="dx1-47026"></a>) or because it’s the <a href="#glo:firstuse">first use</a> and the hyperlinks have been suppressed on first use. -</p><!--l. 5268--><p class="indent" > Note that <span +</p><!--l. 5706--><p class="indent" > Note that <span class="cmtt-10">\glsifhyper</span><a - id="dx1-44027"></a> is now deprecated. If you want to know if the command + id="dx1-47027"></a> is now deprecated. If you want to know if the command used to reference this entry was used with the star or plus variant, you can use: -</p><!--l. 5271--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5709--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glslinkvar</span><span class="cmtt-9"> </span></span><a - id="dx1-44028"></a> <span + id="dx1-47028"></a> <span class="cmtt-10">\glslinkvar{</span>⟨<span class="cmitt-10">unmodified</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -10781,7 +11488,7 @@ class="cmitt-10">star</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">plus</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5273--><p class="noindent" > +</p><!--l. 5711--><p class="noindent" > This will do ⟨<span class="cmti-10">unmodified</span>⟩ if the unmodified version was used, or will do ⟨<span class="cmti-10">star</span>⟩ if the @@ -10789,229 +11496,280 @@ starred version was used, or will do ⟨<span class="cmti-10">plus</span>⟩ if the plus version was used. Note that this doesn’t take into account if the <span class="cmss-10">hyper</span><a - id="dx1-44029"></a> key was used to override the default setting, so + id="dx1-47029"></a> key was used to override the default setting, so this command shouldn’t be used to guess whether or not the hyperlink is on for this reference. -</p><!--l. 5282--><p class="indent" > Note that you can also use commands such as <span +</p><!--l. 5720--><p class="indent" > Note that you can also use commands such as <span class="cmtt-10">\ifglsused</span><a - id="dx1-44030"></a> within the definition of + id="dx1-47030"></a> within the definition of <span class="cmtt-10">\glsentryfmt </span>(see <a href="#sec:glsunset"><span class="cmsy-10">§</span>14 </a><a href="#sec:glsunset">Unsetting and Resetting Entry Flags<!--tex4ht:ref: sec:glsunset --></a>). -</p><!--l. 5285--><p class="indent" > If you only want to make minor modifications to <span +</p><!--l. 5723--><p class="indent" > The commands <span +class="cmtt-10">\glslabel</span><a + id="dx1-47031"></a>, <span +class="cmtt-10">\glstype</span><a + id="dx1-47032"></a>, <span +class="cmtt-10">\glsifplural</span><a + id="dx1-47033"></a>, <span +class="cmtt-10">\glscapscase</span><a + id="dx1-47034"></a>, +<span +class="cmtt-10">\glscustomtex</span><a + id="dx1-47035"></a> and <span +class="cmtt-10">\glsinsert</span><a + id="dx1-47036"></a> are typically updated at the start of the +<a +href="#x1-450006.1"><span +class="cmtt-10">\gls</span>-like</a> and <a +href="#x1-460006.2"><span +class="cmtt-10">\glstext</span>-like</a> commands so they can usually be accessed in the hook +user commands, such as <span +class="cmtt-10">\glspostlinkhook</span><a + id="dx1-47037"></a> and <span +class="cmtt-10">\glslinkpostsetkeys</span><a + id="dx1-47038"></a>. +</p><!--l. 5729--><p class="indent" > If you only want to make minor modifications to <span class="cmtt-10">\glsentryfmt</span>, you can use -</p><!--l. 5287--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5731--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsgenentryfmt</span><span class="cmtt-9"> </span></span><a - id="dx1-44031"></a> <span + id="dx1-47039"></a> <span class="cmtt-10">\glsgenentryfmt </span></div><hr> -</p><!--l. 5289--><p class="noindent" > +</p><!--l. 5733--><p class="noindent" > This uses the above commands to display just the <span class="cmss-10">first</span><a - id="dx1-44032"></a>, <span + id="dx1-47040"></a>, <span class="cmss-10">text</span><a - id="dx1-44033"></a>, <span + id="dx1-47041"></a>, <span class="cmss-10">plural</span><a - id="dx1-44034"></a> or <span + id="dx1-47042"></a> or <span class="cmss-10">firstplural</span><a - id="dx1-44035"></a> keys + id="dx1-47043"></a> keys (or the custom text) with the insert text appended. -</p><!--l. 5294--><p class="indent" > Alternatively, if want to change the entry format for acronyms (defined via +</p><!--l. 5738--><p class="indent" > Alternatively, if want to change the entry format for acronyms (defined via <span class="cmtt-10">\newacronym</span><a - id="dx1-44036"></a>) you can use: -</p><!--l. 5296--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-47044"></a>) you can use: +</p><!--l. 5740--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsgenacfmt</span><span class="cmtt-9"> </span></span><a - id="dx1-44037"></a> <span + id="dx1-47045"></a> <span class="cmtt-10">\glsgenacfmt </span></div><hr> -</p><!--l. 5298--><p class="noindent" > +</p><!--l. 5742--><p class="noindent" > This uses the values from the <span class="cmss-10">long</span><a - id="dx1-44038"></a>, <span + id="dx1-47046"></a>, <span class="cmss-10">short</span><a - id="dx1-44039"></a>, <span + id="dx1-47047"></a>, <span class="cmss-10">longplural</span><a - id="dx1-44040"></a> and <span + id="dx1-47048"></a> and <span class="cmss-10">shortplural</span><a - id="dx1-44041"></a> keys, rather than + id="dx1-47049"></a> keys, rather than using the <span class="cmss-10">text</span><a - id="dx1-44042"></a>, <span + id="dx1-47050"></a>, <span class="cmss-10">plural</span><a - id="dx1-44043"></a>, <span + id="dx1-47051"></a>, <span class="cmss-10">first</span><a - id="dx1-44044"></a> and <span + id="dx1-47052"></a> and <span class="cmss-10">firstplural</span><a - id="dx1-44045"></a> keys. The first use singular text is obtained + id="dx1-47053"></a> keys. The first use singular text is obtained via: -</p><!--l. 5303--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5747--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\genacrfullformat</span><span class="cmtt-9"> </span></span><a - id="dx1-44046"></a> <span + id="dx1-47054"></a> <span class="cmtt-10">\genacrfullformat{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5305--><p class="noindent" > +</p><!--l. 5749--><p class="noindent" > instead of from the <span class="cmss-10">first</span><a - id="dx1-44047"></a> key, and the first use plural text is obtained via: -</p><!--l. 5308--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-47055"></a> key, and the first use plural text is obtained via: +</p><!--l. 5752--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\genplacrfullformat</span><span class="cmtt-9"> </span></span><a - id="dx1-44048"></a> <span + id="dx1-47056"></a> <span class="cmtt-10">\genplacrfullformat{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5310--><p class="noindent" > +</p><!--l. 5754--><p class="noindent" > instead of from the <span class="cmss-10">firstplural</span><a - id="dx1-44049"></a> key. In both cases, ⟨<span + id="dx1-47057"></a> key. In both cases, ⟨<span class="cmti-10">label</span>⟩ is the entry’s label and ⟨<span class="cmti-10">insert</span>⟩ is the insert text provided in the final optional argument of commands like <span class="cmtt-10">\gls</span><a - id="dx1-44050"></a>. The + id="dx1-47058"></a>. The + + default behaviour is to do the long form (or plural long form) followed by ⟨<span class="cmti-10">insert</span>⟩ and a space and the short form (or plural short form) in parentheses, where the short form is in the argument of <span class="cmtt-10">\firstacronymfont</span><a - id="dx1-44051"></a>. There are also first letter upper case + id="dx1-47059"></a>. There are also first letter upper case versions: - - -</p><!--l. 5319--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5763--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Genacrfullformat</span><span class="cmtt-9"> </span></span><a - id="dx1-44052"></a> <span + id="dx1-47060"></a> <span class="cmtt-10">\Genacrfullformat{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5321--><p class="noindent" > +</p><!--l. 5765--><p class="noindent" > and -</p><!--l. 5323--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5767--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Genplacrfullformat</span><span class="cmtt-9"> </span></span><a - id="dx1-44053"></a> <span + id="dx1-47061"></a> <span class="cmtt-10">\Genplacrfullformat{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5325--><p class="noindent" > +</p><!--l. 5769--><p class="noindent" > By default these perform a protected expansion on their no-case-change equivalents and then use <span class="cmtt-10">\makefirstuc</span><a - id="dx1-44054"></a> to convert the first character to upper case. If there are -issues caused by this expansion, you will need to redefine those commands to -explicitly use commands like <span + id="dx1-47062"></a> to convert the first character to upper case. If there are +issues caused by this expansion, you will need to redefine those commands to explicitly +use commands like <span class="cmtt-10">\Glsentrylong</span><a - id="dx1-44055"></a> (which is what the predefined -acronym styles, such as <span + id="dx1-47063"></a> (which is what the predefined acronym styles, such +as <span class="cmss-10">long-short</span><a - id="dx1-44056"></a>, do). Otherwise, you only need to redefine -<span + id="dx1-47064"></a>, do). Otherwise, you only need to redefine <span class="cmtt-10">\genacrfullformat</span><a - id="dx1-44057"></a> and <span -class="cmtt-10">\genplacrfullformat</span><a - id="dx1-44058"></a> to change the behaviour of + id="dx1-47065"></a> and <span +class="cmtt-10">\genplacrfullformat</span><a + id="dx1-47066"></a> to change the behaviour of <span class="cmtt-10">\glsgenacfmt</span><a - id="dx1-44059"></a>. See <a + id="dx1-47067"></a>. See <a href="#sec:acronyms"><span -class="cmsy-10">§</span>13 </a><a -href="#sec:acronyms">Acronyms<!--tex4ht:ref: sec:acronyms --></a> for further details on changing the style of +class="cmsy-10">§</span>13 +</a><a +href="#sec:acronyms">Acronyms and Other Abbreviations<!--tex4ht:ref: sec:acronyms --></a> for further details on changing the style of acronyms. -</p><!--l. 5337--><p class="indent" > <div class="important" title="Important Note"> Note that <span +</p><!--l. 5781--><p class="indent" > <div class="important" title="Important Note"> Note that <span class="cmtt-10">\glsentryfmt </span>is not used by the <a -href="#x1-430006.2"><span +href="#x1-460006.2"><span class="cmtt-10">\glstext</span>-like</a> commands. </div> -</p><!--l. 5339--><p class="noindent" > +</p><!--l. 5783--><p class="noindent" > +</p><!--l. 5785--><p class="indent" > As from version 4.16, both the <a +href="#x1-450006.1"><span +class="cmtt-10">\gls</span>-like</a> and <a +href="#x1-460006.2"><span +class="cmtt-10">\glstext</span>-like</a> commands +use +</p><!--l. 5787--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +class="cmtt-9">\glslinkpostsetkeys</span><span +class="cmtt-9"> </span></span><a + id="dx1-47068"></a> <span +class="cmtt-10">\glslinkpostsetkeys </span></div><hr> +</p><!--l. 5789--><p class="noindent" > +after the ⟨<span +class="cmti-10">options</span>⟩ are set. This macro does nothing by default but can be redefined. +(For example, to switch off the hyperlink under certain conditions.) This version also +introduces +</p><!--l. 5793--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +class="cmtt-9">\glspostlinkhook</span><span +class="cmtt-9"> </span></span><a + id="dx1-47069"></a> <span +class="cmtt-10">\glspostlinkhook </span></div><hr> +</p><!--l. 5795--><p class="noindent" > +which is done after the link text has been displayed and also <span +class="cmti-10">after </span>the <a +href="#glo:firstuseflag">first use +flag</a> has been unset (see example <a +href="#x1-62077r24">24<!--tex4ht:ref: ex:dotabbr --></a>). <a - id="x1-44060r6"></a> -</p><!--l. 5341--><p class="noindent" ><span -class="cmbx-12">Example 6</span><span + id="x1-47070r8"></a> +</p><!--l. 5800--><p class="noindent" ><span +class="cmbx-12">Example 8</span><span class="cmbx-12"> (Custom Entry Display in Text)</span><a - id="x1-44061"></a> -</p><!--l. 5342--><p class="indent" > Suppose you want a glossary of measurements and units, you can use the <span + id="x1-47071"></a> +</p><!--l. 5801--><p class="indent" > Suppose you want a glossary of measurements and units, you can use the <span class="cmss-10">symbol</span><a - id="dx1-44062"></a> + id="dx1-47072"></a> key to store the unit: </p> - <div class="verbatim" id="verbatim-143"> + <div class="verbatim" id="verbatim-162"> \newglossaryentry{distance}{name=distance,  <br />description={The length between two points},  <br />symbol={km}} </div> -<!--l. 5348--><p class="nopar" > and now suppose you want <span class="obeylines-h"><span class="verb"><span +<!--l. 5807--><p class="nopar" > and now suppose you want <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\gls{distance}</span></span></span> to produce “distance (km)” on <a href="#glo:firstuse">first use</a>, then you can redefine <span class="cmtt-10">\glsentryfmt</span><a - id="dx1-44063"></a> as follows: + id="dx1-47073"></a> as follows: </p> - <div class="verbatim" id="verbatim-144"> + <div class="verbatim" id="verbatim-163"> \renewcommand*{\glsentryfmt}{%  <br />  \glsgenentryfmt  <br />  \ifglsused{\glslabel}{}{\space (\glsentrysymbol{\glslabel})}%  <br />} </div> -<!--l. 5357--><p class="nopar" > -</p><!--l. 5359--><p class="indent" > (Note that I’ve used <span +<!--l. 5816--><p class="nopar" > +</p><!--l. 5818--><p class="indent" > (Note that I’ve used <span class="cmtt-10">\glsentrysymbol</span><a - id="dx1-44064"></a> rather than <span + id="dx1-47074"></a> rather than <span class="cmtt-10">\glssymbol</span><a - id="dx1-44065"></a> to avoid nested + id="dx1-47075"></a> to avoid nested hyperlinks.) -</p><!--l. 5362--><p class="indent" > Note also that all of the <a +</p><!--l. 5821--><p class="indent" > Note also that all of the <a href="#glo:linktext">link text<a - id="dx1-44066"></a></a> will be formatted according to <span + id="dx1-47076"></a></a> will be formatted according to <span class="cmtt-10">\glstextformat</span><a - id="dx1-44067"></a> + id="dx1-47077"></a> (described earlier). So if you do, say: </p> - <div class="verbatim" id="verbatim-145"> + <div class="verbatim" id="verbatim-164"> \renewcommand{\glstextformat}[1]{\textbf{#1}}  <br />\renewcommand*{\glsentryfmt}{%  <br />  \glsgenentryfmt  <br />  \ifglsused{\glslabel}{}{\space(\glsentrysymbol{\glslabel})}%  <br />} </div> -<!--l. 5370--><p class="nopar" > then <span class="obeylines-h"><span class="verb"><span +<!--l. 5829--><p class="nopar" > then <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\gls{distance}</span></span></span> will produce “<span class="cmbx-10">distance (km)</span>”. -</p><!--l. 5373--><p class="indent" > For a complete document, see the sample file <a -href="#x1-5099r32"><span +</p><!--l. 5832--><p class="indent" > For a complete document, see the sample file <a +href="#x1-5103r36"><span class="cmtt-10">sample-entryfmt.tex</span></a>. </p> <div class="center" > -<!--l. 5374--><p class="noindent" > -</p><!--l. 5374--><p class="noindent" >____________________________</p></div> +<!--l. 5833--><p class="noindent" > +</p><!--l. 5833--><p class="noindent" >____________________________</p></div> <a - id="x1-44068r7"></a> -<!--l. 5376--><p class="noindent" ><span -class="cmbx-12">Example 7</span><span + id="x1-47078r9"></a> +<!--l. 5835--><p class="noindent" ><span +class="cmbx-12">Example 9</span><span class="cmbx-12"> (Custom Format for Particular Glossary)</span><a - id="x1-44069"></a> -</p><!--l. 5377--><p class="indent" > Suppose you have created a new glossary called <span + id="x1-47079"></a> +</p><!--l. 5836--><p class="indent" > Suppose you have created a new glossary called <span class="cmtt-10">notation </span>and you want to change the way the entry is displayed on <a href="#glo:firstuse">first use</a> so that it includes the symbol, you can @@ -11019,137 +11777,139 @@ do: </p> - <div class="verbatim" id="verbatim-146"> + <div class="verbatim" id="verbatim-165"> \defglsentryfmt[notation]{\glsgenentryfmt  <br /> \ifglsused{\glslabel}{}{\space  <br />   (denoted \glsentrysymbol{\glslabel})}} </div> -<!--l. 5384--><p class="nopar" > Now suppose you have defined an entry as follows: +<!--l. 5843--><p class="nopar" > Now suppose you have defined an entry as follows: </p> - <div class="verbatim" id="verbatim-147"> + <div class="verbatim" id="verbatim-166"> \newglossaryentry{set}{type=notation,  <br />  name=set,  <br />  description={A collection of objects},  <br />  symbol={$S$}  <br />} </div> -<!--l. 5392--><p class="nopar" > The <a +<!--l. 5851--><p class="nopar" > The <a href="#glo:firstuse">first time</a> you reference this entry it will be displayed as: “set (denoted <span class="cmmi-10">S</span>)” (assuming <span class="cmtt-10">\gls</span><a - id="dx1-44070"></a> was used). -</p><!--l. 5396--><p class="indent" > Alternatively, if you expect all the symbols to be set in math mode, you can + id="dx1-47080"></a> was used). +</p><!--l. 5855--><p class="indent" > Alternatively, if you expect all the symbols to be set in math mode, you can do: </p> - <div class="verbatim" id="verbatim-148"> + <div class="verbatim" id="verbatim-167"> \defglsentryfmt[notation]{\glsgenentryfmt  <br /> \ifglsused{\glslabel}{}{\space  <br />   (denoted $\glsentrysymbol{\glslabel}$)}} </div> -<!--l. 5402--><p class="nopar" > and define entries like this: +<!--l. 5861--><p class="nopar" > and define entries like this: </p> - <div class="verbatim" id="verbatim-149"> + <div class="verbatim" id="verbatim-168"> \newglossaryentry{set}{type=notation,  <br />  name=set,  <br />  description={A collection of objects},  <br />  symbol={S}  <br />} </div> -<!--l. 5410--><p class="nopar" > </p> +<!--l. 5869--><p class="nopar" > </p> <div class="center" > -<!--l. 5411--><p class="noindent" > -</p><!--l. 5411--><p class="noindent" >____________________________</p></div> -<!--l. 5413--><p class="indent" > Remember that if you use the <span +<!--l. 5870--><p class="noindent" > +</p><!--l. 5870--><p class="noindent" >____________________________</p></div> +<!--l. 5872--><p class="indent" > Remember that if you use the <span class="cmss-10">symbol</span><a - id="dx1-44071"></a> key, you need to use a glossary style that + id="dx1-47081"></a> key, you need to use a glossary style that displays the symbol, as many of the styles ignore it. -</p><!--l. 5417--><p class="noindent" > +</p><!--l. 5876--><p class="noindent" > </p> -<!--l. 5417--><p class="noindent" ><a +<!--l. 5876--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">6.4 </span> <a id="sec:disablehyperlinks"></a>Enabling and disabling hyperlinks to glossary entries</h3> -<!--l. 5420--><p class="noindent" >If you load the <span +<!--l. 5879--><p class="noindent" >If you load the <span class="cmss-10">hyperref</span><a - id="dx1-45001"></a> or <span + id="dx1-48001"></a> or <span class="cmss-10">html</span><a - id="dx1-45002"></a> packages prior to loading the <span + id="dx1-48002"></a> packages prior to loading the <span class="cmss-10">glossaries </span>package, the <a -href="#x1-420006.1"><span +href="#x1-450006.1"><span class="cmtt-10">\gls</span>-like</a> and <a -href="#x1-430006.2"><span +href="#x1-460006.2"><span class="cmtt-10">\glstext</span>-like</a> commands will automatically have hyperlinks to the relevant glossary entry, unless the <span class="cmss-10">hyper</span><a - id="dx1-45003"></a> option has been switched off (either + id="dx1-48003"></a> option has been switched off (either explicitly or through implicit means, such as via the <span class="cmss-10">nohypertypes</span><a - id="dx1-45004"></a> package + id="dx1-48004"></a> package option). -</p><!--l. 5427--><p class="indent" > You can disable or enable links using: -</p><!--l. 5428--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5886--><p class="indent" > You can disable or enable links using: +</p><!--l. 5887--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsdisablehyper</span><span class="cmtt-9"> </span></span><a - id="dx1-45005"></a> <span + id="dx1-48005"></a> <span class="cmtt-10">\glsdisablehyper </span></div><hr> -</p><!--l. 5430--><p class="noindent" > +</p><!--l. 5889--><p class="noindent" > and -</p><!--l. 5432--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 5891--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsenablehyper</span><span class="cmtt-9"> </span></span><a - id="dx1-45006"></a> <span + id="dx1-48006"></a> <span class="cmtt-10">\glsenablehyper </span></div><hr> -</p><!--l. 5434--><p class="noindent" > +</p><!--l. 5893--><p class="noindent" > respectively. The effect can be localised by placing the commands within a group. Note that you should only use <span class="cmtt-10">\glsenablehyper </span>if the commands <span class="cmtt-10">\hyperlink</span><a - id="dx1-45007"></a> and <span + id="dx1-48007"></a> and <span class="cmtt-10">\hypertarget</span><a - id="dx1-45008"></a> have been defined (for example, by the <span + id="dx1-48008"></a> have been defined (for example, by the <span class="cmss-10">hyperref</span><a - id="dx1-45009"></a> + id="dx1-48009"></a> package). -</p><!--l. 5440--><p class="indent" > You can disable just the <a +</p><!--l. 5899--><p class="indent" > You can disable just the <a href="#glo:firstuse">first use</a> links using the package option <span class="cmss-10">hyperfirst=false</span><a - id="dx1-45010"></a>. + id="dx1-48010"></a>. Note that this option only affects the <a -href="#x1-420006.1"><span +href="#x1-450006.1"><span class="cmtt-10">\gls</span>-like</a> commands that recognise the <a href="#glo:firstuseflag">first use flag</a>. <a - id="x1-45011r8"></a> -</p><!--l. 5444--><p class="noindent" ><span -class="cmbx-12">Example 8</span><span -class="cmbx-12"> (First Use With Hyperlinked Footnote Description)</span><a - id="x1-45012"></a> -</p><!--l. 5445--><p class="indent" > Suppose I want the first use to have a hyperlink to the description in a footnote + id="x1-48011r10"></a> +</p><!--l. 5903--><p class="noindent" ><span +class="cmbx-12">Example 10</span><span +class="cmbx-12"> (First Use With Hyperlinked Footnote</span> +<span +class="cmbx-12">Description)</span><a + id="x1-48012"></a> +</p><!--l. 5904--><p class="indent" > Suppose I want the first use to have a hyperlink to the description in a footnote instead of hyperlinking to the relevant place in the glossary. First I need to disable the hyperlinks on first use via the package option <span class="cmss-10">hyperfirst=false</span><a - id="dx1-45013"></a>: + id="dx1-48013"></a>: </p> - <div class="verbatim" id="verbatim-150"> + <div class="verbatim" id="verbatim-169"> \usepackage[hyperfirst=false]{glossaries} </div> -<!--l. 5451--><p class="nopar" > Now I need to redefine <span +<!--l. 5910--><p class="nopar" > Now I need to redefine <span class="cmtt-10">\glsentryfmt</span><a - id="dx1-45014"></a> (see <a + id="dx1-48014"></a> (see <a href="#sec:glsdisplay"><span class="cmsy-10">§</span>6.3 </a><a href="#sec:glsdisplay">Changing the format of the link @@ -11157,105 +11917,105 @@ text<!--tex4ht:ref: sec:glsdisplay --></a>): </p> - <div class="verbatim" id="verbatim-151"> + <div class="verbatim" id="verbatim-170"> \renewcommand*{\glsentryfmt}{%  <br />  \glsgenentryfmt  <br />  \ifglsused{\glslabel}{}{\footnote{\glsentrydesc{\glslabel}}}%  <br />} </div> -<!--l. 5459--><p class="nopar" > -</p><!--l. 5461--><p class="indent" > Now the first use won’t have hyperlinked text, but will be followed by a +<!--l. 5918--><p class="nopar" > +</p><!--l. 5920--><p class="indent" > Now the first use won’t have hyperlinked text, but will be followed by a footnote. See the sample file <a href="#x1-5029r10"><span class="cmtt-10">sample-FnDesc.tex</span></a> for a complete document. </p> <div class="center" > -<!--l. 5464--><p class="noindent" > -</p><!--l. 5464--><p class="noindent" >____________________________</p></div> -<!--l. 5466--><p class="indent" > Note that the <span +<!--l. 5923--><p class="noindent" > +</p><!--l. 5923--><p class="noindent" >____________________________</p></div> +<!--l. 5925--><p class="indent" > Note that the <span class="cmss-10">hyperfirst</span><a - id="dx1-45015"></a> option applies to all defined glossaries. It may be that you + id="dx1-48015"></a> option applies to all defined glossaries. It may be that you only want to disable the hyperlinks on <a href="#glo:firstuse">first use</a> for glossaries that have a different form on first use. This can be achieved by noting that since the entries that require hyperlinking for all instances have identical first and subsequent text, they can be unset via <span class="cmtt-10">\glsunsetall</span><a - id="dx1-45016"></a> (see <a + id="dx1-48016"></a> (see <a href="#sec:glsunset"><span class="cmsy-10">§</span>14 </a><a href="#sec:glsunset">Unsetting and Resetting Entry Flags<!--tex4ht:ref: sec:glsunset --></a>) so that the <span class="cmss-10">hyperfirst</span><a - id="dx1-45017"></a> option doesn’t get applied. + id="dx1-48017"></a> option doesn’t get applied. <a - id="x1-45018r9"></a> -</p><!--l. 5476--><p class="noindent" ><span -class="cmbx-12">Example 9</span><span + id="x1-48018r11"></a> +</p><!--l. 5935--><p class="noindent" ><span +class="cmbx-12">Example 11</span><span class="cmbx-12"> (Suppressing Hyperlinks on First Use Just For</span> <span class="cmbx-12">Acronyms)</span><a - id="x1-45019"></a> -</p><!--l. 5477--><p class="indent" > Suppose I want to suppress the hyperlink on <a + id="x1-48019"></a> +</p><!--l. 5936--><p class="indent" > Suppose I want to suppress the hyperlink on <a href="#glo:firstuse">first use</a> for acronyms but not for entries in the main glossary. I can load the <span class="cmss-10">glossaries </span>package using: </p> - <div class="verbatim" id="verbatim-152"> + <div class="verbatim" id="verbatim-171"> \usepackage[hyperfirst=false,acronym]{glossaries} </div> -<!--l. 5482--><p class="nopar" > Once all glossary entries have been defined I then do: +<!--l. 5941--><p class="nopar" > Once all glossary entries have been defined I then do: </p> - <div class="verbatim" id="verbatim-153"> + <div class="verbatim" id="verbatim-172"> \glsunsetall[main] </div> -<!--l. 5486--><p class="nopar" > +<!--l. 5945--><p class="nopar" > </p> <div class="center" > -<!--l. 5488--><p class="noindent" > -</p><!--l. 5488--><p class="noindent" >____________________________</p></div> -<!--l. 5490--><p class="indent" > For more complex requirements, you might find it easier to switch off all hyperlinks +<!--l. 5947--><p class="noindent" > +</p><!--l. 5947--><p class="noindent" >____________________________</p></div> +<!--l. 5949--><p class="indent" > For more complex requirements, you might find it easier to switch off all hyperlinks via <span class="cmtt-10">\glsdisablehyper</span><a - id="dx1-45020"></a> and put the hyperlinks (where required) within the definition + id="dx1-48020"></a> and put the hyperlinks (where required) within the definition of <span class="cmtt-10">\glsentryfmt</span><a - id="dx1-45021"></a> (see <a + id="dx1-48021"></a> (see <a href="#sec:glsdisplay"><span class="cmsy-10">§</span>6.3 </a><a href="#sec:glsdisplay">Changing the format of the link text<!--tex4ht:ref: sec:glsdisplay --></a>) via <span class="cmtt-10">\glshyperlink</span><a - id="dx1-45022"></a> + id="dx1-48022"></a> (see <a href="#sec:glsnolink"><span class="cmsy-10">§</span>9 </a><a href="#sec:glsnolink">Using Glossary Terms Without Links<!--tex4ht:ref: sec:glsnolink --></a>). <a - id="x1-45023r10"></a> -</p><!--l. 5497--><p class="noindent" ><span -class="cmbx-12">Example 10</span><span + id="x1-48023r12"></a> +</p><!--l. 5956--><p class="noindent" ><span +class="cmbx-12">Example 12</span><span class="cmbx-12"> (Only Hyperlink in Text Mode Not Math</span> <span class="cmbx-12">Mode)</span><a - id="x1-45024"></a> -</p><!--l. 5498--><p class="indent" > This is a bit of a contrived example, but suppose, for some reason, I only want the + id="x1-48024"></a> +</p><!--l. 5957--><p class="indent" > This is a bit of a contrived example, but suppose, for some reason, I only want the <a -href="#x1-420006.1"><span +href="#x1-450006.1"><span class="cmtt-10">\gls</span>-like</a> commands to have hyperlinks when used in text mode, but not in math mode. I can do this by adding the glossary to the list of nohypertypes and redefining <span class="cmtt-10">\glsentryfmt</span><a - id="dx1-45025"></a>: + id="dx1-48025"></a>: </p> - <div class="verbatim" id="verbatim-154"> + <div class="verbatim" id="verbatim-173"> \GlsDeclareNoHyperList{main}  <br />\renewcommand*{\glsentryfmt}{%  <br />  \ifmmode @@ -11267,45 +12027,126 @@ class="cmtt-10">\glsentryfmt</span><a  <br />  \fi  <br />} </div> -<!--l. 5515--><p class="nopar" > Note that this doesn’t affect the <a -href="#x1-430006.2"><span +<!--l. 5974--><p class="nopar" > Note that this doesn’t affect the <a +href="#x1-460006.2"><span class="cmtt-10">\glstext</span>-like</a> commands, which will have the hyperlinks off unless they’re forced on using the plus variant. -</p><!--l. 5520--><p class="indent" > See the sample file <a -href="#x1-5097r31"><span +</p><!--l. 5979--><p class="indent" > See the sample file <a +href="#x1-5101r35"><span class="cmtt-10">sample-nomathhyper.tex</span></a> for a complete document. </p> <div class="center" > -<!--l. 5522--><p class="noindent" > -</p><!--l. 5522--><p class="noindent" >____________________________</p></div> +<!--l. 5981--><p class="noindent" > +</p><!--l. 5981--><p class="noindent" >____________________________</p></div> +<a + id="x1-48026r13"></a> +<!--l. 5983--><p class="noindent" ><span +class="cmbx-12">Example 13</span><span +class="cmbx-12"> (One Hyper Link Per Entry Per Chapter)</span><a + id="x1-48027"></a> +</p><!--l. 5984--><p class="indent" > Here’s a more complicated example that will only have the hyperlink on the first +time an entry is used per chapter. This doesn’t involve resetting the <a +href="#glo:firstuseflag">first use +flag</a>. Instead it adds a new key using <span +class="cmtt-10">\glsaddstoragekey</span><a + id="dx1-48028"></a> (see <a +href="#sec:glsaddstoragekey"><span +class="cmsy-10">§</span>4.5 </a><a +href="#sec:glsaddstoragekey">Storage +Keys<!--tex4ht:ref: sec:glsaddstoragekey --></a>) that keeps track of the chapter number that the entry was last used +in: -<!--l. 5524--><p class="indent" > </div> -</p><!--l. 5524--><p class="noindent" ><a +</p> + <div class="verbatim" id="verbatim-174"> +\glsaddstoragekey{chapter}{0}{\glschapnum} +</div> +<!--l. 5991--><p class="nopar" > This creates a new user command called <span +class="cmtt-10">\glschapnum </span>that’s analogous to +<span +class="cmtt-10">\glsentrytext</span>. The default value for this key is 0. I then define my glossary entries +as usual. +</p><!--l. 5996--><p class="indent" > Next I redefine the hook <span +class="cmtt-10">\glslinkpostsetkeys</span><a + id="dx1-48029"></a> (see <a +href="#sec:glsdisplay"><span +class="cmsy-10">§</span>6.3 </a><a +href="#sec:glsdisplay">Changing the format of +the link text<!--tex4ht:ref: sec:glsdisplay --></a>) so that it determines the current chapter number (which is stored in +<span +class="cmtt-10">\currentchap </span>using <span +class="cmtt-10">\edef</span>). This value is then compared with the value of the +entry’s <span +class="cmtt-10">chapter </span>key that I defined earlier. If they’re the same, this entry +has already been used in this chapter so the hyperlink is switched off using +<span +class="cmss-10">xkeyval</span><a + id="dx1-48030"></a>’s <span +class="cmtt-10">\setkeys </span>command. If the chapter number isn’t the same, then this +entry hasn’t been used in the current chapter. The <span +class="cmtt-10">chapter </span>field is updated +using <span +class="cmtt-10">\glsfieldxdef</span><a + id="dx1-48031"></a> (<a +href="#sec:fetchset"><span +class="cmsy-10">§</span>16.3 </a><a +href="#sec:fetchset">Fetching and Updating the Value of a Field<!--tex4ht:ref: sec:fetchset --></a>) +provided the user hasn’t switched off the hyperlink. (This test is performed using +<span +class="cmtt-10">\glsifhyperon</span>. + + +</p> + <div class="verbatim" id="verbatim-175"> +\renewcommand*{\glslinkpostsetkeys}{% + <br /> \edef\currentchap{\arabic{chapter}}% + <br /> \ifnum\currentchap=\glschapnum{\glslabel}\relax + <br />  \setkeys{glslink}{hyper=false}% + <br /> \else + <br />  \glsifhyperon{\glsfieldxdef{\glslabel}{chapter}{\currentchap}}{}% + <br /> \fi + <br />} +</div> +<!--l. 6017--><p class="nopar" > Note that this will be confused if you use <span +class="cmtt-10">\gls </span>etc when the chapter counter is 0. +(That is, before the first <span +class="cmtt-10">\chapter</span>.) +</p><!--l. 6021--><p class="indent" > See the sample file <a +href="#x1-5095r30"><span +class="cmtt-10">sample-chap-hyperfirst.tex</span></a> for a complete document. +</p> +<div class="center" +> +<!--l. 6023--><p class="noindent" > +</p><!--l. 6023--><p class="noindent" >____________________________</p></div> + + +<!--l. 6025--><p class="indent" > </div> +</p><!--l. 6025--><p class="noindent" ><a href="#top">Top</a><div class="chapter"><h2 class="chapterHead">7. <a id="sec:glsadd"></a>Adding an Entry to the Glossary Without Generating Text</h2> -</p><!--l. 5527--><p class="indent" > It is possible to add a line to the glossary file without generating any text at that +</p><!--l. 6028--><p class="indent" > It is possible to add a line to the glossary file without generating any text at that point in the document using: -</p><!--l. 5529--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6030--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsadd</span><span class="cmtt-9"> </span></span><a - id="dx1-46001"></a> <span + id="dx1-49001"></a> <span class="cmtt-10">\glsadd[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5531--><p class="noindent" > +</p><!--l. 6032--><p class="noindent" > This is similar to the <a -href="#x1-430006.2"><span +href="#x1-460006.2"><span class="cmtt-10">\glstext</span>-like</a> commands, only it doesn’t produce any text (so therefore, there is no <span class="cmss-10">hyper</span><a - id="dx1-46002"></a> key available in ⟨<span + id="dx1-49002"></a> key available in ⟨<span class="cmti-10">options</span>⟩ but all the other options that can be used with <a -href="#x1-430006.2"><span +href="#x1-460006.2"><span class="cmtt-10">\glstext</span>-like</a> commands can be passed to <span class="cmtt-10">\glsadd</span>). For example, to add a page range to the glossary number list for the entry whose label is given by @@ -11314,103 +12155,103 @@ class="cmtt-10">set</span>: </p> - <div class="verbatim" id="verbatim-155"> + <div class="verbatim" id="verbatim-176"> \glsadd[format=(]{set}  <br />Lots of text about sets spanning many pages.  <br />\glsadd[format=)]{set} </div> -<!--l. 5542--><p class="nopar" > -</p><!--l. 5544--><p class="indent" > To add all entries that have been defined, use: -</p><!--l. 5545--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +<!--l. 6043--><p class="nopar" > +</p><!--l. 6045--><p class="indent" > To add all entries that have been defined, use: +</p><!--l. 6046--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsaddall</span><span class="cmtt-9"> </span></span><a - id="dx1-46003"></a> <span + id="dx1-49003"></a> <span class="cmtt-10">\glsaddall[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5547--><p class="noindent" > +</p><!--l. 6048--><p class="noindent" > The optional argument is the same as for <span class="cmtt-10">\glsadd</span>, except there is also a key <span class="cmss-10">types</span><a - id="dx1-46004"></a> + id="dx1-49004"></a> which can be used to specify which glossaries to use. This should be a comma separated list. For example, if you only want to add all the entries belonging to the list of acronyms (specified by the glossary type <span class="cmtt-10">\acronymtype</span><a - id="dx1-46005"></a>) and + id="dx1-49005"></a>) and a list of notation (specified by the glossary type <span class="cmtt-10">notation</span>) then you can do: </p> - <div class="verbatim" id="verbatim-156"> + <div class="verbatim" id="verbatim-177"> \glsaddall[types={\acronymtype,notation}] </div> -<!--l. 5558--><p class="nopar" > -</p><!--l. 5560--><p class="indent" > <div class="important" title="Important Note"> Note that <span +<!--l. 6059--><p class="nopar" > +</p><!--l. 6061--><p class="indent" > <div class="important" title="Important Note"> Note that <span class="cmtt-10">\glsadd </span>and <span class="cmtt-10">\glsaddall </span>add the current location to the <a href="#glo:numberlist">number list<a - id="dx1-46006"></a></a>. + id="dx1-49006"></a></a>. In the case of <span class="cmtt-10">\glsaddall</span>, all entries in the glossary will have the same location in the number list. If you want to use <span class="cmtt-10">\glsaddall</span>, it’s best to suppress the number list with the <span class="cmss-10">nonumberlist</span><a - id="dx1-46007"></a> package option. (See sections <a + id="dx1-49007"></a> package option. (See sections <a href="#glossaryappearanceoptions">2.3<!--tex4ht:ref: sec:pkgopts-printglos --></a> and <a href="#sec:numberlists">5<!--tex4ht:ref: sec:numberlists --></a>.) </div> -</p><!--l. 5567--><p class="noindent" > -</p><!--l. 5569--><p class="indent" > There is now a variation of <span +</p><!--l. 6068--><p class="noindent" > +</p><!--l. 6070--><p class="indent" > There is now a variation of <span class="cmtt-10">\glsaddall </span>that skips any entries that have already been used: -</p><!--l. 5571--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6072--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsaddallunused</span><span class="cmtt-9"> </span></span><a - id="dx1-46008"></a> <span + id="dx1-49008"></a> <span class="cmtt-10">\glsaddallunused[</span>⟨<span class="cmitt-10">list</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 5573--><p class="noindent" > +</p><!--l. 6074--><p class="noindent" > This command uses <span class="cmtt-10">\glsadd[format=@gobble] </span>which will ignore this location in the number list. The optional argument ⟨<span class="cmti-10">list</span>⟩ is a comma-separated list of glossary types. If omitted, it defaults to the list of all defined glossaries. -</p><!--l. 5579--><p class="indent" > If you want to use <span +</p><!--l. 6080--><p class="indent" > If you want to use <span class="cmtt-10">\glsaddallunused</span>, it’s best to place the command at the end of the document to ensure that all the commands you intend to use have already been used. Otherwise you could end up with a spurious comma or dash in the location list. <a - id="x1-46009r11"></a> -</p><!--l. 5584--><p class="noindent" ><span -class="cmbx-12">Example 11</span><span + id="x1-49009r14"></a> +</p><!--l. 6085--><p class="noindent" ><span +class="cmbx-12">Example 14</span><span class="cmbx-12"> (Dual Entries)</span><a - id="x1-46010"></a> -</p><!--l. 5585--><p class="indent" > The example file <a + id="x1-49010"></a> +</p><!--l. 6086--><p class="indent" > The example file <a href="#x1-5063r21"><span class="cmtt-10">sample-dual.tex</span></a> makes use of <span class="cmtt-10">\glsadd </span>to allow for an entry that should appear both in the main glossary and in the list of acronyms. This example sets up the list of acronyms using the <span class="cmss-10">acronym</span><a - id="dx1-46011"></a> package + id="dx1-49011"></a> package option: </p> - <div class="verbatim" id="verbatim-157"> + <div class="verbatim" id="verbatim-178"> \usepackage[acronym]{glossaries} </div> -<!--l. 5591--><p class="nopar" > A new command is then defined to make it easier to define dual entries: +<!--l. 6092--><p class="nopar" > A new command is then defined to make it easier to define dual entries: </p> - <div class="verbatim" id="verbatim-158"> + <div class="verbatim" id="verbatim-179"> \newcommand*{\newdualentry}[5][]{%  <br />  \newglossaryentry{main-#2}{name={#4},%  <br />  text={#3\glsadd{#2}},% @@ -11420,11 +12261,11 @@ option:  <br />  \newacronym{#2}{#3\glsadd{main-#2}}{#4}%  <br />} </div> -<!--l. 5603--><p class="nopar" > This has the following syntax: </p><div class="alltt"> +<!--l. 6104--><p class="nopar" > This has the following syntax: </p><div class="alltt"> <div class="obeylines-v"> <span class="cmtt-10">\newdualentry</span><a - id="dx1-46012"></a><span + id="dx1-49012"></a><span class="cmtt-10">[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -11440,33 +12281,33 @@ class="cmtt-10">}</span> </div> You can then define a new dual entry: - <div class="verbatim" id="verbatim-159"> + <div class="verbatim" id="verbatim-180"> \newdualentry{svm}% label  <br />  {SVM}% abbreviation  <br />  {support vector machine}% long form  <br />  {Statistical pattern recognition technique}% description </div> -<!--l. 5614--><p class="nopar" > Now you can reference the acronym with <span class="obeylines-h"><span class="verb"><span +<!--l. 6115--><p class="nopar" > Now you can reference the acronym with <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\gls{svm}</span></span></span> or you can reference the entry in the main glossary with <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\gls{main-svm}</span></span></span>. </p> <div class="center" > -<!--l. 5617--><p class="noindent" > -</p><!--l. 5617--><p class="noindent" >____________________________</p></div> +<!--l. 6118--><p class="noindent" > +</p><!--l. 6118--><p class="noindent" >____________________________</p></div> -<!--l. 5619--><p class="indent" > </div> -</p><!--l. 5619--><p class="noindent" ><a +<!--l. 6120--><p class="indent" > </div> +</p><!--l. 6120--><p class="noindent" ><a href="#top">Top</a><div class="chapter"><h2 class="chapterHead">8. <a id="sec:crossref"></a>Cross-Referencing Entries</h2> -</p><!--l. 5622--><p class="indent" > <div class="important" title="Important Note"> You must use <span +</p><!--l. 6123--><p class="indent" > <div class="important" title="Important Note"> You must use <span class="cmtt-10">\makeglossaries</span><a - id="dx1-47001"></a> (Options <a + id="dx1-50001"></a> (Options <a href="#option2">2</a> or <a href="#option3">3</a>) or <span class="cmtt-10">\makenoidxglossaries</span><a - id="dx1-47002"></a> + id="dx1-50002"></a> (<a href="#option1">Option 1</a>) <span class="cmti-10">before </span>defining any terms that cross-reference entries. If any of the terms @@ -11475,56 +12316,56 @@ put <span class="cmtt-10">\makeglossaries</span>/<span class="cmtt-10">\makenoidxglossaries </span>before all entry definitions. </div> -</p><!--l. 5629--><p class="noindent" > -</p><!--l. 5631--><p class="indent" > There are several ways of cross-referencing entries in the glossary: +</p><!--l. 6130--><p class="noindent" > +</p><!--l. 6132--><p class="indent" > There are several ways of cross-referencing entries in the glossary: </p><ol class="enumerate1" > <li - class="enumerate" id="x1-47004x1">You can use commands such as <span + class="enumerate" id="x1-50004x1">You can use commands such as <span class="cmtt-10">\gls</span><a - id="dx1-47005"></a> in the entries description. For + id="dx1-50005"></a> in the entries description. For example: - <div class="verbatim" id="verbatim-160"> + <div class="verbatim" id="verbatim-181"> \newglossaryentry{apple}{name=apple,  <br />description={firm, round fruit. See also \gls{pear}}} </div> - <!--l. 5640--><p class="nopar" > Note that with this method, if you don’t use the cross-referenced term in the + <!--l. 6141--><p class="nopar" > Note that with this method, if you don’t use the cross-referenced term in the main part of the document, you will need two runs of <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-47006"></a></a>: + id="dx1-50006"></a></a>: </p> - <div class="verbatim" id="verbatim-161"> + <div class="verbatim" id="verbatim-182"> latex filename  <br />makeglossaries filename  <br />latex filename  <br />makeglossaries filename  <br />latex filename </div> - <!--l. 5650--><p class="nopar" > + <!--l. 6151--><p class="nopar" > </p></li> <li - class="enumerate" id="x1-47008x2">As described in <a + class="enumerate" id="x1-50008x2">As described in <a href="#sec:newglosentry"><span class="cmsy-10">§</span>4 </a><a href="#sec:newglosentry">Defining Glossary Entries<!--tex4ht:ref: sec:newglosentry --></a>, you can use the <span class="cmss-10">see</span><a - id="dx1-47009"></a> key when you + id="dx1-50009"></a> key when you define the entry. For example: - <div class="verbatim" id="verbatim-162"> + <div class="verbatim" id="verbatim-183"> \newglossaryentry{MaclaurinSeries}{name={Maclaurin  <br />series},  <br />description={Series expansion},  <br />see={TaylorsTheorem}} </div> - <!--l. 5659--><p class="nopar" > Note that in this case, the entry with the <span + <!--l. 6160--><p class="nopar" > Note that in this case, the entry with the <span class="cmss-10">see</span><a - id="dx1-47010"></a> key will automatically be added to + id="dx1-50010"></a> key will automatically be added to the glossary, but the cross-referenced entry won’t. You therefore need to ensure that you use the cross-referenced term with the commands described in <a href="#sec:glslink"><span @@ -11535,41 +12376,41 @@ href="#sec:glsadd"><span class="cmsy-10">§</span>7 </a><a href="#sec:glsadd">Adding an Entry to the Glossary Without Generating Text<!--tex4ht:ref: sec:glsadd --></a>. - </p><!--l. 5666--><p class="noindent" >The “see” tag is produce using <span + </p><!--l. 6167--><p class="noindent" >The “see” tag is produce using <span class="cmtt-10">\seename</span><a - id="dx1-47011"></a>, but can be overridden in + id="dx1-50011"></a>, but can be overridden in specific instances using square brackets at the start of the <span class="cmss-10">see</span><a - id="dx1-47012"></a> value. For + id="dx1-50012"></a> value. For example: </p> - <div class="verbatim" id="verbatim-163"> + <div class="verbatim" id="verbatim-184"> \newglossaryentry{MaclaurinSeries}{name={Maclaurin  <br />series},  <br />description={Series expansion},  <br />see=[see also]{TaylorsTheorem}} </div> - <!--l. 5674--><p class="nopar" > Take care if you want to use the optional argument of commands such as + <!--l. 6175--><p class="nopar" > Take care if you want to use the optional argument of commands such as <span class="cmtt-10">\newacronym</span><a - id="dx1-47013"></a> or <span + id="dx1-50013"></a> or <span class="cmtt-10">\newterm</span><a - id="dx1-47014"></a> as the value will need to be grouped. For + id="dx1-50014"></a> as the value will need to be grouped. For example: </p> - <div class="verbatim" id="verbatim-164"> + <div class="verbatim" id="verbatim-185"> \newterm{seal}  <br />\newterm[see={[see also]seal}]{sea lion} </div> - <!--l. 5681--><p class="nopar" > Similarly if the value contains a list. For example: + <!--l. 6182--><p class="nopar" > Similarly if the value contains a list. For example: </p> - <div class="verbatim" id="verbatim-165"> + <div class="verbatim" id="verbatim-186"> \glossaryentry{lemon}{  <br />  name={lemon},  <br />  description={Yellow citrus fruit} @@ -11586,14 +12427,14 @@ class="cmtt-10">\newterm</span><a  <br />  see={lemon,lime}  <br />} </div> - <!--l. 5699--><p class="nopar" > + <!--l. 6200--><p class="nopar" > </p></li> <li - class="enumerate" id="x1-47016x3">After you have defined the entry, use - <!--l. 5702--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + class="enumerate" id="x1-50016x3">After you have defined the entry, use + <!--l. 6203--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glssee</span><span class="cmtt-9"> </span></span><a - id="dx1-47017"></a> <span + id="dx1-50017"></a> <span class="cmtt-10">\glssee[</span>⟨<span class="cmitt-10">tag</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -11601,7 +12442,7 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">xr label list</span>⟩<span class="cmtt-10">} </span></div><hr> - </p><!--l. 5704--><p class="noindent" > + </p><!--l. 6205--><p class="noindent" > where ⟨<span class="cmti-10">xr label list</span>⟩ is a comma-separated list of entry labels to be cross-referenced, ⟨<span @@ -11610,56 +12451,56 @@ class="cmti-10">label</span>⟩ is the label of the entry doing the cross-r class="cmti-10">tag</span>⟩ is the “see” tag. (The default value of ⟨<span class="cmti-10">tag</span>⟩ is <span class="cmtt-10">\seename</span><a - id="dx1-47018"></a>.) For + id="dx1-50018"></a>.) For example: </p> - <div class="verbatim" id="verbatim-166"> + <div class="verbatim" id="verbatim-187"> \glssee[see also]{series}{FourierSeries,TaylorsTheorem} </div> - <!--l. 5712--><p class="nopar" > Note that this automatically adds the entry given by ⟨<span + <!--l. 6213--><p class="nopar" > Note that this automatically adds the entry given by ⟨<span class="cmti-10">label</span>⟩ to the glossary but doesn’t add the cross-referenced entries (specified by ⟨<span class="cmti-10">xr label list</span>⟩) to the glossary.</p></li></ol> -<!--l. 5718--><p class="indent" > In both cases 2 and 3 above, the cross-referenced information appears in the +<!--l. 6219--><p class="indent" > In both cases 2 and 3 above, the cross-referenced information appears in the <a href="#glo:numberlist">number list<a - id="dx1-47019"></a></a>, whereas in case 1, the cross-referenced information appears + id="dx1-50019"></a></a>, whereas in case 1, the cross-referenced information appears in the description. (See the <a href="#x1-5031r12"><span class="cmtt-10">sample-crossref.tex</span></a> example file that comes with this package.) This means that in cases 2 and 3, the cross-referencing information won’t appear if you have suppressed the number list<a - id="dx1-47020"></a>. In this + id="dx1-50020"></a>. In this case, you will need to activate the number list<a - id="dx1-47021"></a> for the given entries using + id="dx1-50021"></a> for the given entries using <span class="cmss-10">nonumberlist=false</span><a - id="dx1-47022"></a>. Alternatively, if you just use the <span + id="dx1-50022"></a>. Alternatively, if you just use the <span class="cmss-10">see</span><a - id="dx1-47023"></a> key instead of <span + id="dx1-50023"></a> key instead of <span class="cmtt-10">\glssee</span><a - id="dx1-47024"></a>, you + id="dx1-50024"></a>, you can automatically activate the number list<a - id="dx1-47025"></a> using the <span + id="dx1-50025"></a> using the <span class="cmss-10">seeautonumberlist</span><a - id="dx1-47026"></a> package + id="dx1-50026"></a> package option. </p> -<!--l. 5730--><p class="noindent" ><a +<!--l. 6231--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">8.1 </span> <a id="sec:customxr"></a>Customising Cross-reference Text</h3> -<!--l. 5733--><p class="noindent" >When you use either the <span +<!--l. 6234--><p class="noindent" >When you use either the <span class="cmss-10">see</span><a - id="dx1-48001"></a> key or the command <span + id="dx1-51001"></a> key or the command <span class="cmtt-10">\glssee</span>, the cross-referencing information will be typeset in the glossary according to: -</p><!--l. 5736--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6237--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsseeformat</span><span class="cmtt-9"> </span></span><a - id="dx1-48002"></a> <span + id="dx1-51002"></a> <span class="cmtt-10">\glsseeformat[</span>⟨<span class="cmitt-10">tag</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -11667,7 +12508,7 @@ class="cmitt-10">label-list</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">location</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5738--><p class="noindent" > +</p><!--l. 6239--><p class="noindent" > The default definition of <span class="cmtt-10">\glsseeformat </span>is: <spacer type=vertical size=10><span class="obeylines-h"> <br /><span @@ -11680,152 +12521,152 @@ class="cmtt-10">}</span> Note that the location is always ignored.<span class="footnote-mark"><a href="#fn1x9" id="fn1x9-bk"><sup class="textsuperscript">8.1</sup></a></span><a - id="x1-48003f1"></a> + id="x1-51003f1"></a> For example, if you want the tag to appear in bold, you can do:<span class="footnote-mark"><a href="#fn2x9" id="fn2x9-bk"><sup class="textsuperscript">8.2</sup></a></span><a - id="x1-48005f2"></a> + id="x1-51005f2"></a> </p> - <div class="verbatim" id="verbatim-167"> + <div class="verbatim" id="verbatim-188"> \renewcommand*{\glsseeformat}[3][\seename]{\textbf{#1}  <br /> \glsseelist{#2}} </div> -<!--l. 5754--><p class="nopar" > -</p><!--l. 5757--><p class="indent" > The list of labels is dealt with by <span +<!--l. 6255--><p class="nopar" > +</p><!--l. 6258--><p class="indent" > The list of labels is dealt with by <span class="cmtt-10">\glsseelist</span>, which iterates through the list and typesets each entry in the label. The entries are separated by -</p><!--l. 5760--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6261--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsseesep</span><span class="cmtt-9"> </span></span><a - id="dx1-48008"></a> <span + id="dx1-51008"></a> <span class="cmtt-10">\glsseesep </span></div><hr> -</p><!--l. 5762--><p class="noindent" > +</p><!--l. 6263--><p class="noindent" > or (for the last pair) -</p><!--l. 5764--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6265--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsseelastsep</span><span class="cmtt-9"> </span></span><a - id="dx1-48009"></a> <span + id="dx1-51009"></a> <span class="cmtt-10">\glsseelastsep </span></div><hr> -</p><!--l. 5766--><p class="noindent" > +</p><!--l. 6267--><p class="noindent" > These default to “<span class="obeylines-h"><span class="verb"><span class="cmtt-10">,\space</span></span></span>” and “<span class="cmtt-10">\space\andname</span><a - id="dx1-48010"></a><span + id="dx1-51010"></a><span class="cmtt-10">\space</span>” respectively. The list entry text is displayed using: -</p><!--l. 5770--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6271--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsseeitemformat</span><span class="cmtt-9"> </span></span><a - id="dx1-48011"></a> <span + id="dx1-51011"></a> <span class="cmtt-10">\glsseeitemformat{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5772--><p class="noindent" > +</p><!--l. 6273--><p class="noindent" > This defaults to <span class="cmtt-10">\glsentrytext</span><a - id="dx1-48012"></a><span + id="dx1-51012"></a><span class="cmtt-10">{</span>⟨<span class="cmti-10">label</span>⟩<span class="cmtt-10">}</span>.<span class="footnote-mark"><a href="#fn3x9" id="fn3x9-bk"><sup class="textsuperscript">8.3</sup></a></span><a - id="x1-48013f3"></a> + id="x1-51013f3"></a> For example, to make the cross-referenced list use small caps: </p> - <div class="verbatim" id="verbatim-168"> + <div class="verbatim" id="verbatim-189"> \renewcommand{\glsseeitemformat}[1]{%  <br />  \textsc{\glsentrytext{#1}}} </div> -<!--l. 5780--><p class="nopar" > -</p><!--l. 5782--><p class="indent" > <div class="important" title="Important Note"> You can use <span +<!--l. 6281--><p class="nopar" > +</p><!--l. 6283--><p class="indent" > <div class="important" title="Important Note"> You can use <span class="cmtt-10">\glsseeformat</span><a - id="dx1-48016"></a> and <span + id="dx1-51016"></a> and <span class="cmtt-10">\glsseelist</span><a - id="dx1-48017"></a> in the main body of the text, but + id="dx1-51017"></a> in the main body of the text, but they won’t automatically add the cross-referenced entries to the glossary. If you want them added with that location, you can do: </p> - <div class="verbatim" id="verbatim-169"> + <div class="verbatim" id="verbatim-190"> Some information (see also  <br />\glsseelist{FourierSeries,TaylorsTheorem}%  <br />\glsadd{FourierSeries}\glsadd{TaylorsTheorem}). </div> -<!--l. 5791--><p class="nopar" > </div> -</p><!--l. 5792--><p class="noindent" > +<!--l. 6292--><p class="nopar" > </div> +</p><!--l. 6293--><p class="noindent" > </p> -<!--l. 5794--><p class="indent" > </div> -</p><!--l. 5794--><p class="noindent" ><a +<!--l. 6295--><p class="indent" > </div> +</p><!--l. 6295--><p class="noindent" ><a href="#top">Top</a><div class="chapter"><h2 class="chapterHead">9. <a id="sec:glsnolink"></a>Using Glossary Terms Without Links</h2> -</p><!--l. 5797--><p class="indent" > The commands described in this section display entry details without adding any +</p><!--l. 6298--><p class="indent" > The commands described in this section display entry details without adding any information to the glossary. They don’t use <span class="cmtt-10">\glstextformat</span><a - id="dx1-49001"></a>, they don’t have + id="dx1-52001"></a>, they don’t have any optional arguments, they don’t affect the <a href="#glo:firstuseflag">first use flag</a> and, apart from <span class="cmtt-10">\glshyperlink</span><a - id="dx1-49002"></a>, they don’t produce hyperlinks. -</p><!--l. 5803--><p class="indent" > <div class="important" title="Important Note"> Commands that aren’t expandable will be ignored by PDF bookmarks, so you will + id="dx1-52002"></a>, they don’t produce hyperlinks. +</p><!--l. 6304--><p class="indent" > <div class="important" title="Important Note"> Commands that aren’t expandable will be ignored by PDF bookmarks, so you will need to provide an alternative via <span class="cmss-10">hyperref</span><a - id="dx1-49003"></a>’s <span + id="dx1-52003"></a>’s <span class="cmtt-10">\texorpdfstring </span>if you want to use them in sectioning commands. (This isn’t specific to the <span class="cmss-10">glossaries </span>package.) See the <span class="cmss-10">hyperref</span><a - id="dx1-49004"></a> documentation for further details. All the commands that convert the + id="dx1-52004"></a> documentation for further details. All the commands that convert the first letter to upper case aren’t expandable. The other commands depend on whether their corresponding keys were assigned non-expandable values. </div> -</p><!--l. 5812--><p class="noindent" > -</p><!--l. 5814--><p class="indent" > If you want each word in a given entry field capitalised, you can use +</p><!--l. 6313--><p class="noindent" > +</p><!--l. 6315--><p class="indent" > If you want each word in a given entry field capitalised, you can use <span class="cmtt-10">\ecapitalisewords</span><a - id="dx1-49005"></a>⟨<span + id="dx1-52005"></a>⟨<span class="cmti-10">text</span>⟩ defined by the <span class="cmss-10">mfirstuc</span><a - id="dx1-49006"></a> package, but make sure you use one of + id="dx1-52006"></a> package, but make sure you use one of the expandable commands within ⟨<span class="cmti-10">text</span>⟩. For example: </p> - <div class="verbatim" id="verbatim-170"> + <div class="verbatim" id="verbatim-191"> \ecaptialisewords{\glsentrytext{somelabel}} </div> -<!--l. 5820--><p class="nopar" > Note that <span +<!--l. 6321--><p class="nopar" > Note that <span class="cmtt-10">\ecapitalisewords </span>is not expandable. -</p><!--l. 5823--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6324--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentryname</span><span class="cmtt-9"> </span></span><a - id="dx1-49007"></a> <span + id="dx1-52007"></a> <span class="cmtt-10">\glsentryname{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5825--><p class="noindent" > -</p><!--l. 5826--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6326--><p class="noindent" > +</p><!--l. 6327--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentryname</span><span class="cmtt-9"> </span></span><a - id="dx1-49008"></a> <span + id="dx1-52008"></a> <span class="cmtt-10">\Glsentryname{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5828--><p class="noindent" > +</p><!--l. 6329--><p class="noindent" > These commands display the name of the glossary entry given by ⟨<span class="cmti-10">label</span>⟩, as specified by the <span class="cmss-10">name</span><a - id="dx1-49009"></a> key. <span + id="dx1-52009"></a> key. <span class="cmtt-10">\Glsentryname </span>makes the first letter upper case. Neither of these commands check for the existence of ⟨<span class="cmti-10">label</span>⟩. The first form <span @@ -11833,28 +12674,28 @@ class="cmtt-10">\glsentryname </span>is expandable (unless the name contains unexpandable commands). Note that this may be different from the values of the <span class="cmss-10">text</span><a - id="dx1-49010"></a> or <span + id="dx1-52010"></a> or <span class="cmss-10">first</span><a - id="dx1-49011"></a> keys. In general it’s better to use + id="dx1-52011"></a> keys. In general it’s better to use <span class="cmtt-10">\glsentrytext </span>or <span class="cmtt-10">\glsentryfirst </span>instead of <span class="cmtt-10">\glsentryname</span>. -</p><!--l. 5839--><p class="indent" > <div class="important" title="Important Note"> In general it’s best to avoid <span +</p><!--l. 6340--><p class="indent" > <div class="important" title="Important Note"> In general it’s best to avoid <span class="cmtt-10">\Glsentryname </span>with acronyms. Instead, consider using <span class="cmtt-10">\Glsentrylong</span>, <span class="cmtt-10">\Glsentryshort </span>or <span class="cmtt-10">\Glsentryfull</span>. </div> -</p><!--l. 5842--><p class="noindent" > -</p><!--l. 5844--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6343--><p class="noindent" > +</p><!--l. 6345--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glossentryname</span><span class="cmtt-9"> </span></span><a - id="dx1-49012"></a> <span + id="dx1-52012"></a> <span class="cmtt-10">\glossentryname{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5846--><p class="noindent" > +</p><!--l. 6347--><p class="noindent" > This is like <span class="cmtt-10">\glsnamefont</span><span class="cmsy-10">{</span><span @@ -11871,116 +12712,116 @@ example: </p> - <div class="verbatim" id="verbatim-171"> + <div class="verbatim" id="verbatim-192"> \renewcommand*{\glsnamefont}[1]{\textmd{\sffamily #1}} </div> -<!--l. 5855--><p class="nopar" > -</p><!--l. 5856--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +<!--l. 6356--><p class="nopar" > +</p><!--l. 6357--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glossentryname</span><span class="cmtt-9"> </span></span><a - id="dx1-49013"></a> <span + id="dx1-52013"></a> <span class="cmtt-10">\Glossentryname{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5858--><p class="noindent" > +</p><!--l. 6359--><p class="noindent" > This is like <span class="cmtt-10">\glossentryname </span>but makes the first letter of the name upper case. -</p><!--l. 5862--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6363--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentrytext</span><span class="cmtt-9"> </span></span><a - id="dx1-49014"></a> <span + id="dx1-52014"></a> <span class="cmtt-10">\glsentrytext{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5864--><p class="noindent" > -</p><!--l. 5865--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6365--><p class="noindent" > +</p><!--l. 6366--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentrytext</span><span class="cmtt-9"> </span></span><a - id="dx1-49015"></a> <span + id="dx1-52015"></a> <span class="cmtt-10">\Glsentrytext{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5867--><p class="noindent" > +</p><!--l. 6368--><p class="noindent" > These commands display the subsequent use text for the glossary entry given by ⟨<span class="cmti-10">label</span>⟩, as specified by the <span class="cmss-10">text</span><a - id="dx1-49016"></a> key. <span + id="dx1-52016"></a> key. <span class="cmtt-10">\Glsentrytext </span>makes the first letter upper case. The first form is expandable (unless the text contains unexpandable commands). The second form is not expandable. Neither checks for the existence of ⟨<span class="cmti-10">label</span>⟩. -</p><!--l. 5875--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6376--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentryplural</span><span class="cmtt-9"> </span></span><a - id="dx1-49017"></a> <span + id="dx1-52017"></a> <span class="cmtt-10">\glsentryplural{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5877--><p class="noindent" > -</p><!--l. 5878--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6378--><p class="noindent" > +</p><!--l. 6379--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentryplural</span><span class="cmtt-9"> </span></span><a - id="dx1-49018"></a> <span + id="dx1-52018"></a> <span class="cmtt-10">\Glsentryplural{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5880--><p class="noindent" > +</p><!--l. 6381--><p class="noindent" > These commands display the subsequent use plural text for the glossary entry given by ⟨<span class="cmti-10">label</span>⟩, as specified by the <span class="cmss-10">plural</span><a - id="dx1-49019"></a> key. <span + id="dx1-52019"></a> key. <span class="cmtt-10">\Glsentryplural </span>makes the first letter upper case. The first form is expandable (unless the value of that key contains unexpandable commands). The second form is not expandable. Neither checks for the existence of ⟨<span class="cmti-10">label</span>⟩. -</p><!--l. 5889--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6390--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentryfirst</span><span class="cmtt-9"> </span></span><a - id="dx1-49020"></a> <span + id="dx1-52020"></a> <span class="cmtt-10">\glsentryfirst{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5891--><p class="noindent" > -</p><!--l. 5892--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6392--><p class="noindent" > +</p><!--l. 6393--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentryfirst</span><span class="cmtt-9"> </span></span><a - id="dx1-49021"></a> <span + id="dx1-52021"></a> <span class="cmtt-10">\Glsentryfirst{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5894--><p class="noindent" > +</p><!--l. 6395--><p class="noindent" > These commands display the <a href="#glo:firstusetext">first use text</a> for the glossary entry given by ⟨<span class="cmti-10">label</span>⟩, as specified by the <span class="cmss-10">first</span><a - id="dx1-49022"></a> key. <span + id="dx1-52022"></a> key. <span class="cmtt-10">\Glsentryfirst </span>makes the first letter upper case. The first form is expandable (unless the value of that key contains unexpandable commands). The second form is not expandable. Neither checks for the existence of ⟨<span class="cmti-10">label</span>⟩. -</p><!--l. 5902--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6403--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentryfirstplural</span><span class="cmtt-9"> </span></span><a - id="dx1-49023"></a> <span + id="dx1-52023"></a> <span class="cmtt-10">\glsentryfirstplural{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5904--><p class="noindent" > -</p><!--l. 5905--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6405--><p class="noindent" > +</p><!--l. 6406--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentryfirstplural</span><span class="cmtt-9"> </span></span><a - id="dx1-49024"></a> <span + id="dx1-52024"></a> <span class="cmtt-10">\Glsentryfirstplural{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5907--><p class="noindent" > +</p><!--l. 6408--><p class="noindent" > These commands display the plural form of the <a href="#glo:firstusetext">first use text</a> for the glossary entry @@ -11988,28 +12829,28 @@ href="#glo:firstusetext">first use text</a> for the glossary entry given by ⟨<span class="cmti-10">label</span>⟩, as specified by the <span class="cmss-10">firstplural</span><a - id="dx1-49025"></a> key. <span + id="dx1-52025"></a> key. <span class="cmtt-10">\Glsentryfirstplural </span>makes the first letter upper case. The first form is expandable (unless the value of that key contains unexpandable commands). The second form is not expandable. Neither checks for the existence of ⟨<span class="cmti-10">label</span>⟩. -</p><!--l. 5916--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6417--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentrydesc</span><span class="cmtt-9"> </span></span><a - id="dx1-49026"></a> <span + id="dx1-52026"></a> <span class="cmtt-10">\glsentrydesc{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5918--><p class="noindent" > -</p><!--l. 5919--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6419--><p class="noindent" > +</p><!--l. 6420--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentrydesc</span><span class="cmtt-9"> </span></span><a - id="dx1-49027"></a> <span + id="dx1-52027"></a> <span class="cmtt-10">\Glsentrydesc{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5921--><p class="noindent" > +</p><!--l. 6422--><p class="noindent" > These commands display the description for the glossary entry given by ⟨<span class="cmti-10">label</span>⟩. <span @@ -12017,14 +12858,14 @@ class="cmtt-10">\Glsentrydesc </span>makes the first letter upper case. The firs the value of that key contains unexpandable commands). The second form is not expandable. Neither checks for the existence of ⟨<span class="cmti-10">label</span>⟩. -</p><!--l. 5928--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6429--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glossentrydesc</span><span class="cmtt-9"> </span></span><a - id="dx1-49028"></a> <span + id="dx1-52028"></a> <span class="cmtt-10">\glossentrydesc{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5930--><p class="noindent" > +</p><!--l. 6431--><p class="noindent" > This is like <span class="cmtt-10">\glsentrydesc{</span>⟨<span class="cmti-10">label</span>⟩<span @@ -12032,33 +12873,33 @@ class="cmtt-10">} </span>but also checks for the existence of ⟨<span class="cmti-10">label</span>⟩. This command is not expandable. It’s used in the predefined glossary styles to display the description. -</p><!--l. 5935--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6436--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glossentrydesc</span><span class="cmtt-9"> </span></span><a - id="dx1-49029"></a> <span + id="dx1-52029"></a> <span class="cmtt-10">\Glossentrydesc{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5937--><p class="noindent" > +</p><!--l. 6438--><p class="noindent" > This is like <span class="cmtt-10">\glossentrydesc </span>but converts the first letter to upper case. This command is not expandable. -</p><!--l. 5941--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6442--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentrydescplural</span><span class="cmtt-9"> </span></span><a - id="dx1-49030"></a> <span + id="dx1-52030"></a> <span class="cmtt-10">\glsentrydescplural{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5943--><p class="noindent" > -</p><!--l. 5944--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6444--><p class="noindent" > +</p><!--l. 6445--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentrydescplural</span><span class="cmtt-9"> </span></span><a - id="dx1-49031"></a> <span + id="dx1-52031"></a> <span class="cmtt-10">\Glsentrydescplural{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5946--><p class="noindent" > +</p><!--l. 6447--><p class="noindent" > These commands display the plural description for the glossary entry given by ⟨<span class="cmti-10">label</span>⟩. <span @@ -12066,22 +12907,22 @@ class="cmtt-10">\Glsentrydescplural </span>makes the first letter upper case. Th (unless the value of that key contains unexpandable commands). The second form is not expandable. Neither checks for the existence of ⟨<span class="cmti-10">label</span>⟩. -</p><!--l. 5955--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6456--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentrysymbol</span><span class="cmtt-9"> </span></span><a - id="dx1-49032"></a> <span + id="dx1-52032"></a> <span class="cmtt-10">\glsentrysymbol{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5957--><p class="noindent" > -</p><!--l. 5958--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6458--><p class="noindent" > +</p><!--l. 6459--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentrysymbol</span><span class="cmtt-9"> </span></span><a - id="dx1-49033"></a> <span + id="dx1-52033"></a> <span class="cmtt-10">\Glsentrysymbol{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5960--><p class="noindent" > +</p><!--l. 6461--><p class="noindent" > These commands display the symbol for the glossary entry given by ⟨<span class="cmti-10">label</span>⟩. <span @@ -12089,10 +12930,10 @@ class="cmtt-10">\Glsentrysymbol </span>makes the first letter upper case. The fi (unless the value of that key contains unexpandable commands). The second form is not expandable. Neither checks for the existence of ⟨<span class="cmti-10">label</span>⟩. -</p><!--l. 5968--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6469--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsletentryfield</span><span class="cmtt-9"> </span></span><a - id="dx1-49034"></a> <span + id="dx1-52034"></a> <span class="cmtt-10">\glsletentryfield{</span>⟨<span class="cmitt-10">cs</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -12100,7 +12941,7 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">field</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5970--><p class="noindent" > +</p><!--l. 6471--><p class="noindent" > This command doesn’t display anything. It merely fetches the value associated with the given field (where the available field names are listed in <a href="#tab:fieldmap">table 4.1</a>) and stores the @@ -12111,18 +12952,18 @@ class="cmtt-10">\tmp</span></span></span>: </p> - <div class="verbatim" id="verbatim-172"> + <div class="verbatim" id="verbatim-193"> \glsletentryfield{\tmp}{apple}{desc} </div> -<!--l. 5979--><p class="nopar" > -</p><!--l. 5981--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +<!--l. 6480--><p class="nopar" > +</p><!--l. 6482--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glossentrysymbol</span><span class="cmtt-9"> </span></span><a - id="dx1-49035"></a> <span + id="dx1-52035"></a> <span class="cmtt-10">\glossentrysymbol{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5983--><p class="noindent" > +</p><!--l. 6484--><p class="noindent" > This is like <span class="cmtt-10">\glsentrysymbol{</span>⟨<span class="cmti-10">label</span>⟩<span @@ -12130,33 +12971,33 @@ class="cmtt-10">} </span>but also checks for the existence of ⟨<span class="cmti-10">label</span>⟩. This command is not expandable. It’s used in some of the predefined glossary styles to display the symbol. -</p><!--l. 5988--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6489--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glossentrysymbol</span><span class="cmtt-9"> </span></span><a - id="dx1-49036"></a> <span + id="dx1-52036"></a> <span class="cmtt-10">\Glossentrysymbol{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5990--><p class="noindent" > +</p><!--l. 6491--><p class="noindent" > This is like <span class="cmtt-10">\glossentrysymbol </span>but converts the first letter to upper case. This command is not expandable. -</p><!--l. 5994--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6495--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentrysymbolplural</span><span class="cmtt-9"> </span></span><a - id="dx1-49037"></a> <span + id="dx1-52037"></a> <span class="cmtt-10">\glsentrysymbolplural{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5996--><p class="noindent" > -</p><!--l. 5997--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6497--><p class="noindent" > +</p><!--l. 6498--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentrysymbolplural</span><span class="cmtt-9"> </span></span><a - id="dx1-49038"></a> <span + id="dx1-52038"></a> <span class="cmtt-10">\Glsentrysymbolplural{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 5999--><p class="noindent" > +</p><!--l. 6500--><p class="noindent" > These commands display the plural symbol for the glossary entry given by ⟨<span class="cmti-10">label</span>⟩. <span @@ -12164,104 +13005,104 @@ class="cmtt-10">\Glsentrysymbolplural </span>makes the first letter upper case. expandable (unless the value of that key contains unexpandable commands). The second form is not expandable. Neither checks for the existence of ⟨<span class="cmti-10">label</span>⟩. -</p><!--l. 6007--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6508--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentryuseri</span><span class="cmtt-9"> </span></span><a - id="dx1-49039"></a> <span + id="dx1-52039"></a> <span class="cmtt-10">\glsentryuseri{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6009--><p class="noindent" > -</p><!--l. 6010--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6510--><p class="noindent" > +</p><!--l. 6511--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentryuseri</span><span class="cmtt-9"> </span></span><a - id="dx1-49040"></a> <span + id="dx1-52040"></a> <span class="cmtt-10">\Glsentryuseri{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6012--><p class="noindent" > -</p><!--l. 6013--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6513--><p class="noindent" > +</p><!--l. 6514--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentryuserii</span><span class="cmtt-9"> </span></span><a - id="dx1-49041"></a> <span + id="dx1-52041"></a> <span class="cmtt-10">\glsentryuserii{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6015--><p class="noindent" > -</p><!--l. 6016--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6516--><p class="noindent" > +</p><!--l. 6517--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentryuserii</span><span class="cmtt-9"> </span></span><a - id="dx1-49042"></a> <span + id="dx1-52042"></a> <span class="cmtt-10">\Glsentryuserii{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6018--><p class="noindent" > -</p><!--l. 6019--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6519--><p class="noindent" > +</p><!--l. 6520--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentryuseriii</span><span class="cmtt-9"> </span></span><a - id="dx1-49043"></a> <span + id="dx1-52043"></a> <span class="cmtt-10">\glsentryuseriii{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6021--><p class="noindent" > -</p><!--l. 6022--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6522--><p class="noindent" > +</p><!--l. 6523--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentryuseriii</span><span class="cmtt-9"> </span></span><a - id="dx1-49044"></a> <span + id="dx1-52044"></a> <span class="cmtt-10">\Glsentryuseriii{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6024--><p class="noindent" > -</p><!--l. 6025--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6525--><p class="noindent" > +</p><!--l. 6526--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentryuseriv</span><span class="cmtt-9"> </span></span><a - id="dx1-49045"></a> <span + id="dx1-52045"></a> <span class="cmtt-10">\glsentryuseriv{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6027--><p class="noindent" > -</p><!--l. 6028--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6528--><p class="noindent" > +</p><!--l. 6529--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentryuseriv</span><span class="cmtt-9"> </span></span><a - id="dx1-49046"></a> <span + id="dx1-52046"></a> <span class="cmtt-10">\Glsentryuseriv{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6030--><p class="noindent" > -</p><!--l. 6031--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6531--><p class="noindent" > +</p><!--l. 6532--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentryuserv</span><span class="cmtt-9"> </span></span><a - id="dx1-49047"></a> <span + id="dx1-52047"></a> <span class="cmtt-10">\glsentryuserv{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6033--><p class="noindent" > -</p><!--l. 6034--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6534--><p class="noindent" > +</p><!--l. 6535--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentryuserv</span><span class="cmtt-9"> </span></span><a - id="dx1-49048"></a> <span + id="dx1-52048"></a> <span class="cmtt-10">\Glsentryuserv{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6036--><p class="noindent" > -</p><!--l. 6037--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6537--><p class="noindent" > +</p><!--l. 6538--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentryuservi</span><span class="cmtt-9"> </span></span><a - id="dx1-49049"></a> <span + id="dx1-52049"></a> <span class="cmtt-10">\glsentryuservi{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6039--><p class="noindent" > -</p><!--l. 6040--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6540--><p class="noindent" > +</p><!--l. 6541--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentryuservi</span><span class="cmtt-9"> </span></span><a - id="dx1-49050"></a> <span + id="dx1-52050"></a> <span class="cmtt-10">\Glsentryuservi{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6042--><p class="noindent" > +</p><!--l. 6543--><p class="noindent" > These commands display the value of the user keys for the glossary entry given by ⟨<span class="cmti-10">label</span>⟩. The lower case forms are expandable (unless the value of the @@ -12270,37 +13111,37 @@ upper case letter convert the first letter of the required value to upper case and are not expandable. None of these commands check for the existence of ⟨<span class="cmti-10">label</span>⟩. -</p><!--l. 6051--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6552--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glshyperlink</span><span class="cmtt-9"> </span></span><a - id="dx1-49051"></a> <span + id="dx1-52051"></a> <span class="cmtt-10">\glshyperlink[</span>⟨<span class="cmitt-10">link text</span>⟩<span class="cmtt-10">]{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6053--><p class="noindent" > +</p><!--l. 6554--><p class="noindent" > This command provides a hyperlink to the glossary entry given by ⟨<span class="cmti-10">label</span>⟩ <span class="cmbx-10">but does not add</span> <span class="cmbx-10">any information to the glossary file</span>. The link text is given by <span class="cmtt-10">\glsentrytext</span><a - id="dx1-49052"></a><span + id="dx1-52052"></a><span class="cmtt-10">{</span>⟨<span class="cmti-10">label</span>⟩<span class="cmtt-10">} </span>by default<span class="footnote-mark"><a href="#fn1x10" id="fn1x10-bk"><sup class="textsuperscript">9.1</sup></a></span><a - id="x1-49053f1"></a>, + id="x1-52053f1"></a>, but can be overridden using the optional argument. Note that the hyperlink will be suppressed if you have used <span class="cmtt-10">\glsdisablehyper</span><a - id="dx1-49057"></a> or if you haven’t loaded the <span + id="dx1-52057"></a> or if you haven’t loaded the <span class="cmss-10">hyperref</span><a - id="dx1-49058"></a> + id="dx1-52058"></a> package. -</p><!--l. 6064--><p class="indent" > <div class="important" title="Important Note"> If you use <span +</p><!--l. 6565--><p class="indent" > <div class="important" title="Important Note"> If you use <span class="cmtt-10">\glshyperlink</span>, you need to ensure that the relevant entry has been added to the glossary using any of the commands described in <a href="#sec:glslink"><span @@ -12311,31 +13152,31 @@ href="#sec:glsadd"><span class="cmsy-10">§</span>7 </a><a href="#sec:glsadd">Adding an Entry to the Glossary Without Generating Text<!--tex4ht:ref: sec:glsadd --></a> otherwise you will end up with an undefined link. </div> -</p><!--l. 6069--><p class="noindent" > -</p><!--l. 6071--><p class="indent" > The next two commands are only available with <a +</p><!--l. 6570--><p class="noindent" > +</p><!--l. 6572--><p class="indent" > The next two commands are only available with <a href="#option1">Option 1</a> or with the <span class="cmss-10">savenumberlist</span><a - id="dx1-49059"></a> package option: -</p><!--l. 6073--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-52059"></a> package option: +</p><!--l. 6574--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentrynumberlist</span><span class="cmtt-9"> </span></span><a - id="dx1-49060"></a> <span + id="dx1-52060"></a> <span class="cmtt-10">\glsentrynumberlist{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6075--><p class="noindent" > -</p><!--l. 6076--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6576--><p class="noindent" > +</p><!--l. 6577--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsdisplaynumberlist</span><span class="cmtt-9"> </span></span><a - id="dx1-49061"></a> <span + id="dx1-52061"></a> <span class="cmtt-10">\glsdisplaynumberlist{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6078--><p class="noindent" > +</p><!--l. 6579--><p class="noindent" > Both display the <a href="#glo:numberlist">number list<a - id="dx1-49062"></a></a> for the entry given by ⟨<span + id="dx1-52062"></a></a> for the entry given by ⟨<span class="cmti-10">label</span>⟩. When used with <a href="#option1">Option 1</a> a rerun is required to ensure this list is up-to-date, when used with Options <a @@ -12344,38 +13185,38 @@ href="#option3">3</a> a run of <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-49063"></a></a> (or <a + id="dx1-52063"></a></a> (or <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-49064"></a></a>/<a + id="dx1-52064"></a></a>/<a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-49065"></a></a>) followed by one or two runs of + id="dx1-52065"></a></a>) followed by one or two runs of <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> is required. -</p><!--l. 6085--><p class="indent" > The first command, <span +</p><!--l. 6586--><p class="indent" > The first command, <span class="cmtt-10">\glsentrynumberlist</span>, simply displays the number list as is. The second command, <span class="cmtt-10">\glsdisplaynumberlist</span>, formats the list using: -</p><!--l. 6088--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6589--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsnumlistsep</span><span class="cmtt-9"> </span></span><a - id="dx1-49066"></a> <span + id="dx1-52066"></a> <span class="cmtt-10">\glsnumlistsep </span></div><hr> -</p><!--l. 6090--><p class="noindent" > +</p><!--l. 6591--><p class="noindent" > as the separator between all but the last two elements and -</p><!--l. 6092--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6593--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsnumlistlastsep</span><span class="cmtt-9"> </span></span><a - id="dx1-49067"></a> <span + id="dx1-52067"></a> <span class="cmtt-10">\glsnumlistlastsep </span></div><hr> -</p><!--l. 6094--><p class="noindent" > +</p><!--l. 6595--><p class="noindent" > between the final two elements. The defaults are <span class="obeylines-h"><span class="verb"><span class="cmtt-10">,␣</span></span></span> and <span class="obeylines-h"><span class="verb"><span class="cmtt-10">␣\&␣</span></span></span>, respectively. -</p><!--l. 6098--><p class="indent" > <div class="important" title="Important Note"> <span +</p><!--l. 6599--><p class="indent" > <div class="important" title="Important Note"> <span class="cmtt-10">\glsdisplaynumberlist </span>is fairly experimental. It works with <a href="#option1">Option 1</a>, but for Options <a @@ -12383,28 +13224,28 @@ href="#option2">2</a> or <a href="#option3">3</a> it only works when the default counter format is used (that is, when the <span class="cmss-10">format</span><a - id="dx1-49068"></a> key is set to <span + id="dx1-52068"></a> key is set to <span class="cmtt-10">glsnumberformat</span>). This command will only work with <span class="cmss-10">hyperref</span><a - id="dx1-49069"></a> if you choose <a + id="dx1-52069"></a> if you choose <a href="#option1">Option 1</a>. If you try using this command with Options <a href="#option2">2</a> or <a href="#option3">3</a> and <span class="cmss-10">hyperref</span><a - id="dx1-49070"></a>, <span + id="dx1-52070"></a>, <span class="cmtt-10">\glsentrynumberlist </span>will be used instead. </div> -</p><!--l. 6106--><p class="noindent" > -</p><!--l. 6108--><p class="indent" > For further information see “Displaying entry details without adding information +</p><!--l. 6607--><p class="noindent" > +</p><!--l. 6609--><p class="indent" > For further information see “Displaying entry details without adding information to the glossary” in the documented code (<span class="cmtt-10">glossaries-code.pdf</span>). </p> -<!--l. 6112--><p class="indent" > </div> -</p><!--l. 6112--><p class="noindent" ><a +<!--l. 6613--><p class="indent" > </div> +</p><!--l. 6613--><p class="noindent" ><a href="#top">Top</a><div class="chapter"><h2 class="chapterHead">10. <a id="sec:printglossary"></a>Displaying a glossary</h2> </p><dl class="description"><dt class="description"> @@ -12414,15 +13255,15 @@ class="cmbx-10">Option</span><span class="cmbx-10"> 1</span></a><span class="cmbx-10">:</span> </dt><dd class="description"> - <!--l. 6117--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + <!--l. 6618--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\printnoidxglossaries</span><span class="cmtt-9"> </span></span><a - id="dx1-50001"></a> <span + id="dx1-53001"></a> <span class="cmtt-10">\printnoidxglossaries </span></div><hr> - </p><!--l. 6119--><p class="noindent" > + </p><!--l. 6620--><p class="noindent" > (Must be used with <span class="cmtt-10">\makenoidxglossaries</span><a - id="dx1-50002"></a> in the preamble.) + id="dx1-53002"></a> in the preamble.) </p></dd><dt class="description"> <span class="cmbx-10">Options</span><span @@ -12435,30 +13276,30 @@ href="#option3"><span class="cmbx-10">3</span></a><span class="cmbx-10">:</span> </dt><dd class="description"> - <!--l. 6123--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + <!--l. 6624--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\printglossaries</span><span class="cmtt-9"> </span></span><a - id="dx1-50003"></a> <span + id="dx1-53003"></a> <span class="cmtt-10">\printglossaries </span></div><hr> - </p><!--l. 6125--><p class="noindent" > + </p><!--l. 6626--><p class="noindent" > (Must be used with <span class="cmtt-10">\makeglossaries</span><a - id="dx1-50004"></a> in the preamble.)</p></dd></dl> -<!--l. 6129--><p class="indent" > These commands will display all the glossaries in the order in which they were + id="dx1-53004"></a> in the preamble.)</p></dd></dl> +<!--l. 6630--><p class="indent" > These commands will display all the glossaries in the order in which they were defined. Note that, in the case of Options <a href="#option2">2</a> and <a href="#option3">3</a>, no glossaries will appear until you have either used the Perl script <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-50005"></a></a> or have directly used <a + id="dx1-53005"></a></a> or have directly used <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-50006"></a></a> or + id="dx1-53006"></a></a> or <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-50007"></a></a> (as described in <a + id="dx1-53007"></a></a> (as described in <a href="#sec:makeglossaries"><span class="cmsy-10">§</span>1.4 </a><a href="#sec:makeglossaries">Generating the Associated Glossary Files<!--tex4ht:ref: sec:makeglossaries --></a>). If the @@ -12466,16 +13307,16 @@ glossary still does not appear after you re-<span class="LATEX">L<span class="A" class="E">E</span>X</span></span> your document, check the <span class="cmtt-10">makeindex</span><a - id="dx1-50008"></a>/<span + id="dx1-53008"></a>/<span class="cmtt-10">xindy</span><a - id="dx1-50009"></a> log files to see if there is a problem. With <a + id="dx1-53009"></a> log files to see if there is a problem. With <a href="#option1">Option 1</a>, you just need two <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> runs to make the glossaries appear, but you may need further runs to make the <a href="#glo:numberlist">number list<a - id="dx1-50010"></a>s</a> up-to-date. -</p><!--l. 6139--><p class="indent" > An individual glossary can be displayed using: + id="dx1-53010"></a>s</a> up-to-date. +</p><!--l. 6640--><p class="indent" > An individual glossary can be displayed using: </p><dl class="description"><dt class="description"> <a href="#option1"><span @@ -12483,17 +13324,17 @@ class="cmbx-10">Option</span><span class="cmbx-10"> 1</span></a><span class="cmbx-10">:</span> </dt><dd class="description"> - <!--l. 6142--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + <!--l. 6643--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\printnoidxglossary</span><span class="cmtt-9"> </span></span><a - id="dx1-50011"></a> <span + id="dx1-53011"></a> <span class="cmtt-10">\printnoidxglossary[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">] </span></div><hr> - </p><!--l. 6144--><p class="noindent" > + </p><!--l. 6645--><p class="noindent" > (Must be used with <span class="cmtt-10">\makenoidxglossaries</span><a - id="dx1-50012"></a> in the preamble.) + id="dx1-53012"></a> in the preamble.) </p></dd><dt class="description"> <span class="cmbx-10">Options</span><span @@ -12506,38 +13347,38 @@ href="#option3"><span class="cmbx-10">3</span></a><span class="cmbx-10">:</span> </dt><dd class="description"> - <!--l. 6148--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + <!--l. 6649--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\printglossary</span><span class="cmtt-9"> </span></span><a - id="dx1-50013"></a> <span + id="dx1-53013"></a> <span class="cmtt-10">\printglossary[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">] </span></div><hr> - </p><!--l. 6150--><p class="noindent" > + </p><!--l. 6651--><p class="noindent" > (Must be used with <span class="cmtt-10">\makeglossaries</span><a - id="dx1-50014"></a> in the preamble.)</p></dd></dl> -<!--l. 6153--><p class="noindent" >where ⟨<span + id="dx1-53014"></a> in the preamble.)</p></dd></dl> +<!--l. 6654--><p class="noindent" >where ⟨<span class="cmti-10">options</span>⟩ is a ⟨<span class="cmti-10">key</span>⟩=⟨<span class="cmti-10">value</span>⟩ list of options. The following keys are available: </p><dl class="description"><dt class="description"> <span class="cmssbx-10">type</span><a - id="dx1-50015"></a> </dt><dd + id="dx1-53015"></a> </dt><dd class="description">The value of this key specifies which glossary to print. If omitted, the default glossary is assumed. For example, to print the list of acronyms: - <div class="verbatim" id="verbatim-173"> + <div class="verbatim" id="verbatim-194"> \printglossary[type=\acronymtype] </div> - <!--l. 6161--><p class="nopar" > Note that you can’t display an ignored glossary, so don’t try setting <span + <!--l. 6662--><p class="nopar" > Note that you can’t display an ignored glossary, so don’t try setting <span class="cmss-10">type</span><a - id="dx1-50016"></a> to the + id="dx1-53016"></a> to the name of a glossary that was defined using <span class="cmtt-10">\newignoredglossary</span><a - id="dx1-50017"></a>. (See <a + id="dx1-53017"></a>. (See <a href="#sec:newglossary"><span class="cmsy-10">§</span>12 </a><a @@ -12545,41 +13386,41 @@ href="#sec:newglossary">Defining New Glossaries<!--tex4ht:ref: sec:newglossary - </p></dd><dt class="description"> <span class="cmssbx-10">title</span><a - id="dx1-50018"></a> </dt><dd + id="dx1-53018"></a> </dt><dd class="description">This is the glossary’s title (overriding the title specified when the glossary was defined). </dd><dt class="description"> <span class="cmssbx-10">toctitle</span><a - id="dx1-50019"></a> </dt><dd + id="dx1-53019"></a> </dt><dd class="description">This is the title to use for the table of contents (if the <span class="cmss-10">toc</span><a - id="dx1-50020"></a> package option has + id="dx1-53020"></a> package option has been used). It may also be used for the page header, depending on the page style. If omitted, the value of <span class="cmss-10">title</span><a - id="dx1-50021"></a> is used. + id="dx1-53021"></a> is used. </dd><dt class="description"> <span class="cmssbx-10">style</span><a - id="dx1-50022"></a> </dt><dd + id="dx1-53022"></a> </dt><dd class="description">This specifies which glossary style to use for this glossary, overriding the effect of the <span class="cmss-10">style</span><a - id="dx1-50023"></a> package option or <span + id="dx1-53023"></a> package option or <span class="cmtt-10">\glossarystyle</span><a - id="dx1-50024"></a>. + id="dx1-53024"></a>. </dd><dt class="description"> <span class="cmssbx-10">numberedsection</span><a - id="dx1-50025"></a> </dt><dd + id="dx1-53025"></a> </dt><dd class="description">This specifies whether to use a numbered section for this glossary, overriding the effect of the <span class="cmss-10">numberedsection</span><a - id="dx1-50026"></a> package option. This key has the + id="dx1-53026"></a> package option. This key has the same syntax as the <span class="cmss-10">numberedsection</span><a - id="dx1-50027"></a> package option, described in <a + id="dx1-53027"></a> package option, described in <a href="#sectioningheadingsandtocoptions"><span class="cmsy-10">§</span>2.2 </a><a href="#sectioningheadingsandtocoptions">Sectioning, @@ -12587,7 +13428,7 @@ href="#sectioningheadingsandtocoptions">Sectioning, </dd><dt class="description"> <span class="cmssbx-10">nonumberlist</span><a - id="dx1-50028"></a> </dt><dd + id="dx1-53028"></a> </dt><dd class="description">This is a boolean key. If true (<span class="obeylines-h"><span class="verb"><span class="cmtt-10">nonumberlist=true</span></span></span>) the numberlist is suppressed for this glossary. If false @@ -12596,46 +13437,46 @@ class="cmtt-10">nonumberlist=false</span></span></span>) the numberlist is displ </dd><dt class="description"> <span class="cmssbx-10">nogroupskip</span><a - id="dx1-50029"></a> </dt><dd + id="dx1-53029"></a> </dt><dd class="description">This is a boolean key. If true the vertical gap between groups is suppressed for this glossary. </dd><dt class="description"> <span class="cmssbx-10">nopostdot</span><a - id="dx1-50030"></a> </dt><dd + id="dx1-53030"></a> </dt><dd class="description">This is a boolean key. If true the full stop after the description is suppressed for this glossary. </dd><dt class="description"> <span class="cmssbx-10">entrycounter</span><a - id="dx1-50031"></a> </dt><dd + id="dx1-53031"></a> </dt><dd class="description">This is a boolean key. Behaves similar to the package option of the same name. The corresponding package option must be used to make <span class="cmtt-10">\glsrefentry</span><a - id="dx1-50032"></a> + id="dx1-53032"></a> work correctly. </dd><dt class="description"> <span class="cmssbx-10">subentrycounter</span><a - id="dx1-50033"></a> </dt><dd + id="dx1-53033"></a> </dt><dd class="description">This is a boolean key. Behaves similar to the package option of the same name. If you want to set both <span class="cmss-10">entrycounter</span><a - id="dx1-50034"></a> and <span + id="dx1-53034"></a> and <span class="cmss-10">subentrycounter</span><a - id="dx1-50035"></a>, make sure + id="dx1-53035"></a>, make sure you specify <span class="cmss-10">entrycounter</span><a - id="dx1-50036"></a> first. The corresponding package option must be used to + id="dx1-53036"></a> first. The corresponding package option must be used to make <span class="cmtt-10">\glsrefentry</span><a - id="dx1-50037"></a> work correctly. + id="dx1-53037"></a> work correctly. </dd><dt class="description"> <span class="cmssbx-10">sort</span><a - id="dx1-50038"></a> </dt><dd + id="dx1-53038"></a> </dt><dd class="description">This key is only available for <a href="#option1">Option 1</a>. Possible values are: <span class="cmtt-10">word </span>(word order), @@ -12643,14 +13484,14 @@ class="cmtt-10">word </span>(word order), class="cmtt-10">letter </span>(letter order), <span class="cmtt-10">standard </span>(word or letter ordering taken from the <span class="cmss-10">order</span><a - id="dx1-50039"></a> + id="dx1-53039"></a> package option), <span class="cmtt-10">use </span>(order of use), <span class="cmtt-10">def </span>(order of definition) <span class="cmtt-10">nocase</span> (case-insensitive) or <span class="cmtt-10">case </span>(case-sensitive). - <!--l. 6220--><p class="noindent" >The + <!--l. 6721--><p class="noindent" >The word and letter @@ -12660,14 +13501,14 @@ class="cmtt-10">case </span>(case-sensitive). use <span class="cmss-10">datatool</span><a - id="dx1-50040"></a>’s + id="dx1-53040"></a>’s <span class="cmtt-10">\dtlwordindexcompare</span><a - id="dx1-50041"></a> + id="dx1-53041"></a> and <span class="cmtt-10">\dtlletterindexcompare</span><a - id="dx1-50042"></a> + id="dx1-53042"></a> handlers. The case-insensitive @@ -12676,10 +13517,10 @@ class="cmtt-10">\dtlletterindexcompare</span><a uses <span class="cmss-10">datatool</span><a - id="dx1-50043"></a>’s + id="dx1-53043"></a>’s <span class="cmtt-10">\dtlicompare</span><a - id="dx1-50044"></a> + id="dx1-53044"></a> handler. The case-sensitive @@ -12688,21 +13529,21 @@ class="cmtt-10">\dtlicompare</span><a uses <span class="cmss-10">datatool</span><a - id="dx1-50045"></a>’s + id="dx1-53045"></a>’s <span class="cmtt-10">\dtlcompare</span><a - id="dx1-50046"></a> + id="dx1-53046"></a> handler. See the <span class="cmss-10">datatool</span><a - id="dx1-50047"></a> + id="dx1-53047"></a> documentation for further details. - </p><!--l. 6229--><p class="noindent" >If you don’t get an error with <span + </p><!--l. 6730--><p class="noindent" >If you don’t get an error with <span class="cmtt-10">sort=use </span>and <span class="cmtt-10">sort=def </span>but you do get an error with one of the other sort options, then you probably need to use the @@ -12710,114 +13551,114 @@ class="cmtt-10">sort=def </span>but you do get an error <span class="cmss-10">sanitizesort=true</span><a - id="dx1-50048"></a> package option or make sure none of the entries have fragile + id="dx1-53048"></a> package option or make sure none of the entries have fragile commands in their <span class="cmss-10">sort</span><a - id="dx1-50049"></a> field.</p></dd></dl> -<!--l. 6236--><p class="indent" > By default, the glossary is started either by <span + id="dx1-53049"></a> field.</p></dd></dl> +<!--l. 6737--><p class="indent" > By default, the glossary is started either by <span class="cmtt-10">\chapter*</span><a - id="dx1-50050"></a> or by <span + id="dx1-53050"></a> or by <span class="cmtt-10">\section*</span><a - id="dx1-50051"></a>, depending on + id="dx1-53051"></a>, depending on whether or not <span class="cmtt-10">\chapter</span><a - id="dx1-50052"></a> is defined. This can be overridden by the <span + id="dx1-53052"></a> is defined. This can be overridden by the <span class="cmss-10">section</span><a - id="dx1-50053"></a> package option or the + id="dx1-53053"></a> package option or the <span class="cmtt-10">\setglossarysection</span><a - id="dx1-50054"></a> command. Numbered sectional units can be obtained using the + id="dx1-53054"></a> command. Numbered sectional units can be obtained using the <span class="cmss-10">numberedsection</span><a - id="dx1-50055"></a> package option. Each glossary sets the page header via the + id="dx1-53055"></a> package option. Each glossary sets the page header via the command -</p><!--l. 6242--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6743--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsglossarymark</span><span class="cmtt-9"> </span></span><a - id="dx1-50056"></a> <span + id="dx1-53056"></a> <span class="cmtt-10">\glsglossarymark</span><a - id="dx1-50057"></a><span + id="dx1-53057"></a><span class="cmtt-10">{</span>⟨<span class="cmitt-10">title</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6244--><p class="noindent" > +</p><!--l. 6745--><p class="noindent" > If this mechanism is unsuitable for your chosen class file or page style package, you will need to redefine <span class="cmtt-10">\glsglossarymark</span><a - id="dx1-50058"></a>. Further information about these options and + id="dx1-53058"></a>. Further information about these options and commands is given in <a href="#sectioningheadingsandtocoptions"><span class="cmsy-10">§</span>2.2 </a><a href="#sectioningheadingsandtocoptions">Sectioning, Headings and TOC Options<!--tex4ht:ref: sec:pkgopts-sec --></a>. -</p><!--l. 6250--><p class="indent" > Information can be added to the start of the glossary (after the title and before the +</p><!--l. 6751--><p class="indent" > Information can be added to the start of the glossary (after the title and before the main body of the glossary) by redefining -</p><!--l. 6252--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6753--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glossarypreamble</span><span class="cmtt-9"> </span></span><a - id="dx1-50059"></a> <span + id="dx1-53059"></a> <span class="cmtt-10">\glossarypreamble </span></div><hr> -</p><!--l. 6254--><p class="noindent" > +</p><!--l. 6755--><p class="noindent" > For example: </p> - <div class="verbatim" id="verbatim-174"> + <div class="verbatim" id="verbatim-195"> \renewcommand{\glossarypreamble}{Numbers in italic  <br />indicate primary definitions.} </div> -<!--l. 6259--><p class="nopar" > This needs to be done before the glossary is displayed. -</p><!--l. 6262--><p class="indent" > If you want a different preamble per glossary you can use -</p><!--l. 6263--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +<!--l. 6760--><p class="nopar" > This needs to be done before the glossary is displayed. +</p><!--l. 6763--><p class="indent" > If you want a different preamble per glossary you can use +</p><!--l. 6764--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\setglossarypreamble</span><span class="cmtt-9"> </span></span><a - id="dx1-50060"></a> <span + id="dx1-53060"></a> <span class="cmtt-10">\setglossarypreamble[</span>⟨<span class="cmitt-10">type</span>⟩<span class="cmtt-10">]{</span>⟨<span class="cmitt-10">preamble text</span>⟩<span class="cmtt-10">}</span> </div><hr> -</p><!--l. 6265--><p class="noindent" > +</p><!--l. 6766--><p class="noindent" > If ⟨<span class="cmti-10">type</span>⟩ is omitted, <span class="cmtt-10">\glsdefaulttype </span>is used. -</p><!--l. 6268--><p class="indent" > For example: +</p><!--l. 6769--><p class="indent" > For example: </p> - <div class="verbatim" id="verbatim-175"> + <div class="verbatim" id="verbatim-196"> \setglossarypreamble{Numbers in italic  <br />indicate primary definitions.} </div> -<!--l. 6272--><p class="nopar" > This will print the given preamble text for the main glossary, but not have any +<!--l. 6773--><p class="nopar" > This will print the given preamble text for the main glossary, but not have any preamble text for any other glossaries. -</p><!--l. 6276--><p class="indent" > There is an analogous command to <span +</p><!--l. 6777--><p class="indent" > There is an analogous command to <span class="cmtt-10">\glossarypreamble </span>called -</p><!--l. 6277--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6778--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glossarypostamble</span><span class="cmtt-9"> </span></span><a - id="dx1-50061"></a> <span + id="dx1-53061"></a> <span class="cmtt-10">\glossarypostamble </span></div><hr> -</p><!--l. 6279--><p class="noindent" > +</p><!--l. 6780--><p class="noindent" > which is placed at the end of each glossary. <a - id="x1-50062r12"></a> -</p><!--l. 6282--><p class="noindent" ><span -class="cmbx-12">Example 12</span><span + id="x1-53062r15"></a> +</p><!--l. 6783--><p class="noindent" ><span +class="cmbx-12">Example 15</span><span class="cmbx-12"> (Switch to Two Column Mode for Glossary)</span><a - id="x1-50063"></a> -</p><!--l. 6283--><p class="indent" > Suppose you are using the <span + id="x1-53063"></a> +</p><!--l. 6784--><p class="indent" > Suppose you are using the <span class="cmss-10">superheaderborder</span><a - id="dx1-50064"></a> + id="dx1-53064"></a> style<span class="footnote-mark"><a href="#fn1x11" id="fn1x11-bk"><sup class="textsuperscript">10.1</sup></a></span><a - id="x1-50065f1"></a>, + id="x1-53065f1"></a>, and you want the glossary to be in two columns, but after the glossary you want to switch back to one column mode, you could do: </p> - <div class="verbatim" id="verbatim-176"> + <div class="verbatim" id="verbatim-197"> \renewcommand*{\glossarysection}[2][]{%  <br />  \twocolumn[{\chapter*{#2}}]%  <br />  \setlength\glsdescwidth{0.6\linewidth}% @@ -12825,83 +13666,83 @@ switch back to one column mode, you could do:  <br />}  <br />\renewcommand*{\glossarypostamble}{\onecolumn} </div> -<!--l. 6297--><p class="nopar" > +<!--l. 6798--><p class="nopar" > </p> <div class="center" > -<!--l. 6299--><p class="noindent" > -</p><!--l. 6299--><p class="noindent" >____________________________</p></div> -<!--l. 6301--><p class="indent" > Within each glossary, each entry name is formatted according to -</p><!--l. 6302--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +<!--l. 6800--><p class="noindent" > +</p><!--l. 6800--><p class="noindent" >____________________________</p></div> +<!--l. 6802--><p class="indent" > Within each glossary, each entry name is formatted according to +</p><!--l. 6803--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsnamefont</span><span class="cmtt-9"> </span></span><a - id="dx1-50069"></a> <span + id="dx1-53069"></a> <span class="cmtt-10">\glsnamefont{</span>⟨<span class="cmitt-10">name</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6304--><p class="noindent" > +</p><!--l. 6805--><p class="noindent" > which takes one argument: the entry name. This command is always used regardless of the glossary style. By default, <span class="cmtt-10">\glsnamefont </span>simply displays its argument in whatever the surrounding font happens to be. This means that in the list-like glossary styles (defined in the <span class="cmss-10">glossary-list</span><a - id="dx1-50070"></a> style file) the name will appear in bold, since the name is + id="dx1-53070"></a> style file) the name will appear in bold, since the name is placed in the optional argument of <span class="cmtt-10">\item</span>, whereas in the tabular styles (defined in the <span class="cmss-10">glossary-long</span><a - id="dx1-50071"></a> and <span + id="dx1-53071"></a> and <span class="cmss-10">glossary-super</span><a - id="dx1-50072"></a> style files) the name will appear in the normal font. + id="dx1-53072"></a> style files) the name will appear in the normal font. The hierarchical glossary styles (defined in the <span class="cmss-10">glossary-tree</span><a - id="dx1-50073"></a> style file) also set the + id="dx1-53073"></a> style file) also set the name in bold. <a - id="x1-50074r13"></a> -</p><!--l. 6318--><p class="noindent" ><span -class="cmbx-12">Example 13</span><span + id="x1-53074r16"></a> +</p><!--l. 6819--><p class="noindent" ><span +class="cmbx-12">Example 16</span><span class="cmbx-12"> (Changing the Font Used to Display Entry Names</span> <span class="cmbx-12">in the Glossary)</span><a - id="x1-50075"></a> -</p><!--l. 6319--><p class="indent" > Suppose you want all the entry names to appear in medium weight small caps in + id="x1-53075"></a> +</p><!--l. 6820--><p class="indent" > Suppose you want all the entry names to appear in medium weight small caps in your glossaries, then you can do: </p> - <div class="verbatim" id="verbatim-177"> + <div class="verbatim" id="verbatim-198"> \renewcommand{\glsnamefont}[1]{\textsc{\mdseries #1}} </div> -<!--l. 6323--><p class="nopar" > </p> +<!--l. 6824--><p class="nopar" > </p> <div class="center" > -<!--l. 6324--><p class="noindent" > -</p><!--l. 6324--><p class="noindent" >____________________________</p></div> +<!--l. 6825--><p class="noindent" > +</p><!--l. 6825--><p class="noindent" >____________________________</p></div> -<!--l. 6326--><p class="indent" > </div> -</p><!--l. 6326--><p class="noindent" ><a +<!--l. 6827--><p class="indent" > </div> +</p><!--l. 6827--><p class="noindent" ><a href="#top">Top</a><div class="chapter"><h2 class="chapterHead">11. <a id="sec:xindy"></a>Xindy (Option 3)</h2> -</p><!--l. 6329--><p class="indent" > If you want to use <a +</p><!--l. 6830--><p class="indent" > If you want to use <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-51001"></a></a> to sort the glossary, you must use the package option + id="dx1-54001"></a></a> to sort the glossary, you must use the package option <span class="cmss-10">xindy</span><a - id="dx1-51002"></a>: + id="dx1-54002"></a>: </p> - <div class="verbatim" id="verbatim-178"> + <div class="verbatim" id="verbatim-199"> \usepackage[xindy]{glossaries} </div> -<!--l. 6333--><p class="nopar" > This ensures that the glossary information is written in <span +<!--l. 6834--><p class="nopar" > This ensures that the glossary information is written in <span class="cmtt-10">xindy</span><a - id="dx1-51003"></a> syntax. -</p><!--l. 6337--><p class="indent" > <a + id="dx1-54003"></a> syntax. +</p><!--l. 6838--><p class="indent" > <a href="#sec:makeglossaries"><span class="cmsy-10">§</span>1.4 </a><a href="#sec:makeglossaries">Generating the Associated Glossary Files<!--tex4ht:ref: sec:makeglossaries --></a> covers how to use the external @@ -12911,72 +13752,72 @@ class="cmss-10">glossaries</span> package that allow you to adjust the <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-51004"></a></a> style file (<span + id="dx1-54004"></a></a> style file (<span class="cmtt-10">.xdy</span><a - id="dx1-51005"></a>) and parameters. -</p><!--l. 6342--><p class="indent" > To assist writing information to the <a + id="dx1-54005"></a>) and parameters. +</p><!--l. 6843--><p class="indent" > To assist writing information to the <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-51006"></a></a> style file, the <span + id="dx1-54006"></a></a> style file, the <span class="cmss-10">glossaries </span>package provides the following commands: -</p><!--l. 6345--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6846--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsopenbrace</span><span class="cmtt-9"> </span></span><a - id="dx1-51007"></a> <span + id="dx1-54007"></a> <span class="cmtt-10">\glsopenbrace </span></div><hr> -</p><!--l. 6347--><p class="noindent" > -</p><!--l. 6348--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6848--><p class="noindent" > +</p><!--l. 6849--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsclosebrace</span><span class="cmtt-9"> </span></span><a - id="dx1-51008"></a> <span + id="dx1-54008"></a> <span class="cmtt-10">\glsclosebrace </span></div><hr> -</p><!--l. 6350--><p class="noindent" > +</p><!--l. 6851--><p class="noindent" > which produce an open and closing brace. (This is needed because <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\{</span></span></span> and <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\}</span></span></span> don’t expand to a simple brace character when written to a file.) Similarly, you can write a percent character using: -</p><!--l. 6355--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6856--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glspercentchar</span><span class="cmtt-9"> </span></span><a - id="dx1-51009"></a> <span + id="dx1-54009"></a> <span class="cmtt-10">\glspercentchar </span></div><hr> -</p><!--l. 6357--><p class="noindent" > +</p><!--l. 6858--><p class="noindent" > and a tilde character using: -</p><!--l. 6359--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6860--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glstildechar</span><span class="cmtt-9"> </span></span><a - id="dx1-51010"></a> <span + id="dx1-54010"></a> <span class="cmtt-10">\glstildechar </span></div><hr> -</p><!--l. 6361--><p class="noindent" > +</p><!--l. 6862--><p class="noindent" > For example, a newline character is specified in a <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-51011"></a></a> style file using <span class="obeylines-h"><span class="verb"><span + id="dx1-54011"></a></a> style file using <span class="obeylines-h"><span class="verb"><span class="cmtt-10">~n</span></span></span> so you can use <span class="cmtt-10">\glstildechar n </span>to write this correctly (or you can do <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\string~n</span></span></span>). A backslash can be written to a file using -</p><!--l. 6366--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6867--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsbackslash</span><span class="cmtt-9"> </span></span><a - id="dx1-51012"></a> <span + id="dx1-54012"></a> <span class="cmtt-10">\glsbackslash </span></div><hr> -</p><!--l. 6368--><p class="noindent" > -</p><!--l. 6370--><p class="indent" > In addition, if you are using a package that makes the double quote character +</p><!--l. 6869--><p class="noindent" > +</p><!--l. 6871--><p class="indent" > In addition, if you are using a package that makes the double quote character active (e.g. <span class="cmss-10">ngerman</span><a - id="dx1-51013"></a>) you can use: -</p><!--l. 6372--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-54013"></a>) you can use: +</p><!--l. 6873--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsquote</span><span class="cmtt-9"> </span></span><a - id="dx1-51014"></a> <span + id="dx1-54014"></a> <span class="cmtt-10">\glsquote{</span>⟨<span class="cmitt-10">text</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6374--><p class="noindent" > +</p><!--l. 6875--><p class="noindent" > which will produce <span class="obeylines-h"><span class="verb"><span class="cmtt-10">"</span></span></span>⟨<span class="cmti-10">text</span>⟩<span class="obeylines-h"><span class="verb"><span @@ -12985,72 +13826,72 @@ class="cmtt-10">\string"</span></span></span> to write the double-quote character. This document assumes that the double quote character has not been made active, so the examples just use <span class="obeylines-h"><span class="verb"><span class="cmtt-10">"</span></span></span> for clarity. -</p><!--l. 6380--><p class="indent" > If you want greater control over the <a +</p><!--l. 6881--><p class="indent" > If you want greater control over the <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-51015"></a></a> style file than is available through the + id="dx1-54015"></a></a> style file than is available through the <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> commands provided by the <span class="cmss-10">glossaries </span>package, you will need to edit the <span class="cmtt-10">xindy</span><a - id="dx1-51016"></a> + id="dx1-54016"></a> style file. In which case, you must use <span class="cmtt-10">\noist</span><a - id="dx1-51017"></a> to prevent the style file from being + id="dx1-54017"></a> to prevent the style file from being overwritten by the <span class="cmss-10">glossaries </span>package. For additional information about <span class="cmtt-10">xindy</span><a - id="dx1-51018"></a>, read + id="dx1-54018"></a>, read the <span class="cmtt-10">xindy</span><a - id="dx1-51019"></a> documentation. I’m sorry I can’t provide any assistance with writing <span + id="dx1-54019"></a> documentation. I’m sorry I can’t provide any assistance with writing <span class="cmtt-10">xindy</span><a - id="dx1-51020"></a> + id="dx1-54020"></a> style files. If you need help, I recommend you ask on the <span class="cmtt-10">xindy</span><a - id="dx1-51021"></a> mailing list + id="dx1-54021"></a> mailing list (<a href="http://xindy.sourceforge.net/mailing-list.html" class="url" ><span class="cmtt-10">http://xindy.sourceforge.net/mailing-list.html</span></a>). </p> -<!--l. 6391--><p class="noindent" ><a +<!--l. 6892--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">11.1 </span> <a id="sec:langenc"></a>Language and Encodings</h3> -<!--l. 6394--><p class="noindent" >When you use <a +<!--l. 6895--><p class="noindent" >When you use <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-52001"></a></a>, you need to specify the language and encoding used (unless you + id="dx1-55001"></a></a>, you need to specify the language and encoding used (unless you have written your own custom <span class="cmtt-10">xindy</span><a - id="dx1-52002"></a> style file that defines the relevant alphabet and + id="dx1-55002"></a> style file that defines the relevant alphabet and sort rules). If you use <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-52003"></a></a>, this information is obtained from the + id="dx1-55003"></a></a>, this information is obtained from the document’s auxiliary (<span class="cmtt-10">.aux</span><a - id="dx1-52004"></a>) file. The <a + id="dx1-55004"></a>) file. The <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-52005"></a></a> script attempts to find the root + id="dx1-55005"></a></a> script attempts to find the root language given your document settings, but in the event that it gets it wrong or if <span class="cmtt-10">xindy</span><a - id="dx1-52006"></a> doesn’t support that language, then you can specify the required language + id="dx1-55006"></a> doesn’t support that language, then you can specify the required language using: -</p><!--l. 6403--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6904--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\GlsSetXdyLanguage</span><span class="cmtt-9"> </span></span><a - id="dx1-52007"></a> <span + id="dx1-55007"></a> <span class="cmtt-10">\GlsSetXdyLanguage[</span>⟨<span class="cmitt-10">glossary type</span>⟩<span class="cmtt-10">]{</span>⟨<span class="cmitt-10">language</span>⟩<span class="cmtt-10">}</span> </div><hr> -</p><!--l. 6405--><p class="noindent" > +</p><!--l. 6906--><p class="noindent" > where ⟨<span class="cmti-10">language</span>⟩ is the name of the language. The optional argument can be used if you have multiple glossaries in different languages. If ⟨<span @@ -13058,31 +13899,31 @@ class="cmti-10">glossary type</span>⟩ is omitted, it will be applied to all glossaries, otherwise the language setting will only be applied to the glossary given by ⟨<span class="cmti-10">glossary type</span>⟩. -</p><!--l. 6413--><p class="indent" > If the <span +</p><!--l. 6914--><p class="indent" > If the <span class="cmss-10">inputenc</span><a - id="dx1-52008"></a> package is used, the encoding will be obtained from the + id="dx1-55008"></a> package is used, the encoding will be obtained from the value of <span class="cmtt-10">\inputencodingname</span><a - id="dx1-52009"></a>. Alternatively, you can specify the encoding + id="dx1-55009"></a>. Alternatively, you can specify the encoding using: -</p><!--l. 6416--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6917--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\GlsSetXdyCodePage</span><span class="cmtt-9"> </span></span><a - id="dx1-52010"></a> <span + id="dx1-55010"></a> <span class="cmtt-10">\GlsSetXdyCodePage{</span>⟨<span class="cmitt-10">code</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6418--><p class="noindent" > +</p><!--l. 6919--><p class="noindent" > where ⟨<span class="cmti-10">code</span>⟩ is the name of the encoding. For example: </p> - <div class="verbatim" id="verbatim-179"> + <div class="verbatim" id="verbatim-200"> \GlsSetXdyCodePage{utf8} </div> -<!--l. 6422--><p class="nopar" > -</p><!--l. 6424--><p class="indent" > Note that you can also specify the language and encoding using the package option +<!--l. 6923--><p class="nopar" > +</p><!--l. 6925--><p class="indent" > Note that you can also specify the language and encoding using the package option <span class="obeylines-h"><span class="verb"><span class="cmtt-10">xindy={language=</span></span></span>⟨<span class="cmti-10">lang</span>⟩<span class="obeylines-h"><span class="verb"><span @@ -13092,166 +13933,166 @@ class="cmtt-10">}</span></span></span>. For example: </p> - <div class="verbatim" id="verbatim-180"> + <div class="verbatim" id="verbatim-201"> \usepackage[xindy={language=english,codepage=utf8}]{glossaries} </div> -<!--l. 6430--><p class="nopar" > -</p><!--l. 6432--><p class="indent" > If you write your own custom <a +<!--l. 6931--><p class="nopar" > +</p><!--l. 6933--><p class="indent" > If you write your own custom <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-52011"></a></a> style file that includes the language settings, + id="dx1-55011"></a></a> style file that includes the language settings, you need to set the language to nothing: </p> - <div class="verbatim" id="verbatim-181"> + <div class="verbatim" id="verbatim-202"> \GlsSetXdyLanguage{} </div> -<!--l. 6437--><p class="nopar" > (and remember to use <span +<!--l. 6938--><p class="nopar" > (and remember to use <span class="cmtt-10">\noist</span><a - id="dx1-52012"></a> to prevent the style file from being overwritten). -</p><!--l. 6441--><p class="indent" > <div class="important" title="Important Note"> The commands <span + id="dx1-55012"></a> to prevent the style file from being overwritten). +</p><!--l. 6942--><p class="indent" > <div class="important" title="Important Note"> The commands <span class="cmtt-10">\GlsSetXdyLanguage </span>and <span class="cmtt-10">\GlsSetXdyCodePage </span>have no effect if you don’t use <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-52013"></a></a>. If you call <a + id="dx1-55013"></a></a>. If you call <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-52014"></a></a> without <span + id="dx1-55014"></a></a> without <span class="cmtt-10">makeglossaries</span><a - id="dx1-52015"></a> you need + id="dx1-55015"></a> you need to remember to set the language and encoding using the <span class="cmtt-10">-L </span>and <span class="cmtt-10">-C </span>switches. </div> -</p><!--l. 6447--><p class="noindent" > -</p><!--l. 6449--><p class="noindent" > +</p><!--l. 6948--><p class="noindent" > +</p><!--l. 6950--><p class="noindent" > </p> -<!--l. 6449--><p class="noindent" ><a +<!--l. 6950--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">11.2 </span> <a id="sec:xindyloc"></a>Locations and Number lists</h3> -<!--l. 6452--><p class="noindent" >If you use <span +<!--l. 6953--><p class="noindent" >If you use <span class="cmss-10">xindy</span><a - id="dx1-53001"></a>, the <span + id="dx1-56001"></a>, the <span class="cmss-10">glossaries </span>package needs to know which counters you will be using in the <a href="#glo:numberlist">number list<a - id="dx1-53002"></a></a> in order to correctly format the <a + id="dx1-56002"></a></a> in order to correctly format the <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-53003"></a></a> style file. Counters specified + id="dx1-56003"></a></a> style file. Counters specified using the <span class="cmss-10">counter</span><a - id="dx1-53004"></a> package option or the ⟨<span + id="dx1-56004"></a> package option or the ⟨<span class="cmti-10">counter</span>⟩ option of <span class="cmtt-10">\newglossary</span><a - id="dx1-53005"></a> are + id="dx1-56005"></a> are automatically taken care of, but if you plan to use a different counter in the <span class="cmss-10">counter</span><a - id="dx1-53006"></a> + id="dx1-56006"></a> key for commands like <span class="cmtt-10">\glslink</span><a - id="dx1-53007"></a>, then you need to identify these counters <span + id="dx1-56007"></a>, then you need to identify these counters <span class="cmti-10">before</span> <span class="cmtt-10">\makeglossaries</span><a - id="dx1-53008"></a> using: -</p><!--l. 6460--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-56008"></a> using: +</p><!--l. 6961--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\GlsAddXdyCounters</span><span class="cmtt-9"> </span></span><a - id="dx1-53009"></a> <span + id="dx1-56009"></a> <span class="cmtt-10">\GlsAddXdyCounters{</span>⟨<span class="cmitt-10">counter list</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6462--><p class="noindent" > +</p><!--l. 6963--><p class="noindent" > where ⟨<span class="cmti-10">counter list</span>⟩ is a comma-separated list of counter names. -</p><!--l. 6465--><p class="indent" > The most likely attributes used in the <span +</p><!--l. 6966--><p class="indent" > The most likely attributes used in the <span class="cmss-10">format</span><a - id="dx1-53010"></a> key (<span + id="dx1-56010"></a> key (<span class="cmtt-10">textrm</span><a - id="dx1-53011"></a>, <span + id="dx1-56011"></a>, <span class="cmtt-10">hyperrm</span><a - id="dx1-53012"></a> etc) are + id="dx1-56012"></a> etc) are automatically added to the <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-53013"></a></a> style file, but if you want to use another attribute, + id="dx1-56013"></a></a> style file, but if you want to use another attribute, you need to add it using: -</p><!--l. 6469--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 6970--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\GlsAddXdyAttribute</span><span class="cmtt-9"> </span></span><a - id="dx1-53014"></a> <span + id="dx1-56014"></a> <span class="cmtt-10">\GlsAddXdyAttribute{</span>⟨<span class="cmitt-10">name</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6471--><p class="noindent" > +</p><!--l. 6972--><p class="noindent" > where ⟨<span class="cmti-10">name</span>⟩ is the name of the attribute, as used in the <span class="cmss-10">format</span><a - id="dx1-53015"></a> key. + id="dx1-56015"></a> key. <a - id="x1-53016r14"></a> -</p><!--l. 6475--><p class="noindent" ><span -class="cmbx-12">Example 14</span><span + id="x1-56016r17"></a> +</p><!--l. 6976--><p class="noindent" ><span +class="cmbx-12">Example 17</span><span class="cmbx-12"> (Custom Font for Displaying a Location)</span><a - id="x1-53017"></a> -</p><!--l. 6476--><p class="indent" > Suppose I want a bold, italic, hyperlinked location. I first need to define a + id="x1-56017"></a> +</p><!--l. 6977--><p class="indent" > Suppose I want a bold, italic, hyperlinked location. I first need to define a command that will do this: </p> - <div class="verbatim" id="verbatim-182"> + <div class="verbatim" id="verbatim-203"> \newcommand*{\hyperbfit}[1]{\textit{\hyperbf{#1}}} </div> -<!--l. 6480--><p class="nopar" > but with <a +<!--l. 6981--><p class="nopar" > but with <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-53018"></a></a>, I also need to add this as an allowed attribute: + id="dx1-56018"></a></a>, I also need to add this as an allowed attribute: </p> - <div class="verbatim" id="verbatim-183"> + <div class="verbatim" id="verbatim-204"> \GlsAddXdyAttribute{hyperbfit} </div> -<!--l. 6485--><p class="nopar" > Now I can use it in the optional argument of commands like <span +<!--l. 6986--><p class="nopar" > Now I can use it in the optional argument of commands like <span class="cmtt-10">\gls</span><a - id="dx1-53019"></a>: + id="dx1-56019"></a>: </p> - <div class="verbatim" id="verbatim-184"> + <div class="verbatim" id="verbatim-205"> Here is a \gls[format=hyperbfit]{sample} entry. </div> -<!--l. 6490--><p class="nopar" > (where <span +<!--l. 6991--><p class="nopar" > (where <span class="cmtt-10">sample </span>is the label of the required entry). </p> <div class="center" > -<!--l. 6492--><p class="noindent" > -</p><!--l. 6492--><p class="noindent" >____________________________</p></div> -<!--l. 6494--><p class="indent" > <div class="important" title="Important Note"> Note that <span +<!--l. 6993--><p class="noindent" > +</p><!--l. 6993--><p class="noindent" >____________________________</p></div> +<!--l. 6995--><p class="indent" > <div class="important" title="Important Note"> Note that <span class="cmtt-10">\GlsAddXdyAttribute </span>has no effect if <span class="cmtt-10">\noist</span><a - id="dx1-53020"></a> is used or if + id="dx1-56020"></a> is used or if <span class="cmtt-10">\makeglossaries</span><a - id="dx1-53021"></a> is omitted. <span + id="dx1-56021"></a> is omitted. <span class="cmtt-10">\GlsAddXdyAttribute </span>must be used before <span class="cmtt-10">\makeglossaries</span><a - id="dx1-53022"></a>. Additionally, <span + id="dx1-56022"></a>. Additionally, <span class="cmtt-10">\GlsAddXdyCounters </span>must come before <span class="cmtt-10">\GlsAddXdyAttribute</span>. </div> -</p><!--l. 6500--><p class="noindent" > -</p><!--l. 6502--><p class="indent" > If the location numbers include formatting commands, then you need to add a +</p><!--l. 7001--><p class="noindent" > +</p><!--l. 7003--><p class="indent" > If the location numbers include formatting commands, then you need to add a location style in the appropriate format using -</p><!--l. 6504--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7005--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\GlsAddXdyLocation</span><span class="cmtt-9"> </span></span><a - id="dx1-53023"></a> <span + id="dx1-56023"></a> <span class="cmtt-10">\GlsAddXdyLocation[</span>⟨<span class="cmitt-10">prefix-location</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -13260,13 +14101,13 @@ class="cmtt-10">}{</span>⟨<span class="cmitt-10">definition</span>⟩<span class="cmtt-10">}</span> </div><hr> -</p><!--l. 6506--><p class="noindent" > +</p><!--l. 7007--><p class="noindent" > where ⟨<span class="cmti-10">name</span>⟩ is the name of the format and ⟨<span class="cmti-10">definition</span>⟩ is the <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-53024"></a></a> + id="dx1-56024"></a></a> definition. The optional argument ⟨<span class="cmti-10">prefix-location</span>⟩ is needed if <span @@ -13276,118 +14117,118 @@ class="cmtt-10">\the</span>⟨<span class="cmti-10">counter</span>⟩. (See also <span class="cmtt-10">\glsaddprotectedpagefmt</span><a - id="dx1-53025"></a> described in <a + id="dx1-56025"></a> described in <a href="#sec:numberlists"><span class="cmsy-10">§</span>5 </a><a href="#sec:numberlists">Number lists<!--tex4ht:ref: sec:numberlists --></a>.) -</p><!--l. 6514--><p class="indent" > <div class="important" title="Important Note"> Note that <span +</p><!--l. 7015--><p class="indent" > <div class="important" title="Important Note"> Note that <span class="cmtt-10">\GlsAddXdyLocation </span>has no effect if <span class="cmtt-10">\noist</span><a - id="dx1-53026"></a> is used or if + id="dx1-56026"></a> is used or if <span class="cmtt-10">\makeglossaries</span><a - id="dx1-53027"></a> is omitted. <span + id="dx1-56027"></a> is omitted. <span class="cmtt-10">\GlsAddXdyLocation </span>must be used before <span class="cmtt-10">\makeglossaries</span><a - id="dx1-53028"></a>. </div> -</p><!--l. 6518--><p class="noindent" > + id="dx1-56028"></a>. </div> +</p><!--l. 7019--><p class="noindent" > <a - id="x1-53029r15"></a> -</p><!--l. 6520--><p class="noindent" ><span -class="cmbx-12">Example 15</span><span + id="x1-56029r18"></a> +</p><!--l. 7021--><p class="noindent" ><span +class="cmbx-12">Example 18</span><span class="cmbx-12"> (Custom Numbering System for Locations)</span><a - id="x1-53030"></a> -</p><!--l. 6521--><p class="indent" > Suppose I decide to use a somewhat eccentric numbering system for sections where + id="x1-56030"></a> +</p><!--l. 7022--><p class="indent" > Suppose I decide to use a somewhat eccentric numbering system for sections where I redefine <span class="cmtt-10">\thesection </span>as follows: </p> - <div class="verbatim" id="verbatim-185"> + <div class="verbatim" id="verbatim-206"> \renewcommand*{\thesection}{[\thechapter]\arabic{section}} </div> -<!--l. 6525--><p class="nopar" > If I haven’t done <span class="obeylines-h"><span class="verb"><span +<!--l. 7026--><p class="nopar" > If I haven’t done <span class="obeylines-h"><span class="verb"><span class="cmtt-10">counter=section</span></span></span> in the package option, I need to specify that the counter will be used as a location number: </p> - <div class="verbatim" id="verbatim-186"> + <div class="verbatim" id="verbatim-207"> \GlsAddXdyCounters{section} </div> -<!--l. 6531--><p class="nopar" > Next I need to add the location style (<span +<!--l. 7032--><p class="nopar" > Next I need to add the location style (<span class="cmtt-10">\thechapter </span>is assumed to be the standard <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\arabic{chapter}</span></span></span>): </p> - <div class="verbatim" id="verbatim-187"> + <div class="verbatim" id="verbatim-208"> \GlsAddXdyLocation{section}{:sep "[" "arabic-numbers" :sep "]"  <br />  "arabic-numbers"  <br />} </div> -<!--l. 6538--><p class="nopar" > Note that if I have further decided to use the <span +<!--l. 7039--><p class="nopar" > Note that if I have further decided to use the <span class="cmss-10">hyperref</span><a - id="dx1-53031"></a> package and want to redefine + id="dx1-56031"></a> package and want to redefine <span class="cmtt-10">\theHsection </span>as: </p> - <div class="verbatim" id="verbatim-188"> + <div class="verbatim" id="verbatim-209"> \renewcommand*{\theHsection}{\thepart.\thesection}  <br />\renewcommand*{\thepart}{\Roman{part}} </div> -<!--l. 6544--><p class="nopar" > then I need to modify the <span +<!--l. 7045--><p class="nopar" > then I need to modify the <span class="cmtt-10">\GlsAddXdyLocation </span>code above to: </p> - <div class="verbatim" id="verbatim-189"> + <div class="verbatim" id="verbatim-210"> \GlsAddXdyLocation["roman-numbers-uppercase"]{section}{:sep "["  <br />  "arabic-numbers" :sep "]" "arabic-numbers"  <br />} </div> -<!--l. 6550--><p class="nopar" > Since <span +<!--l. 7051--><p class="nopar" > Since <span class="cmtt-10">\Roman</span><a - id="dx1-53032"></a> will result in an empty string if the counter is zero, it’s a good idea to + id="dx1-56032"></a> will result in an empty string if the counter is zero, it’s a good idea to add an extra location to catch this: </p> - <div class="verbatim" id="verbatim-190"> + <div class="verbatim" id="verbatim-211"> \GlsAddXdyLocation{zero.section}{:sep "["  <br />  "arabic-numbers" :sep "]" "arabic-numbers"  <br />} </div> -<!--l. 6557--><p class="nopar" > This example is illustrated in the sample file <a +<!--l. 7058--><p class="nopar" > This example is illustrated in the sample file <a href="#x1-5076r24"><span class="cmtt-10">samplexdy2.tex</span></a>. </p> <div class="center" > -<!--l. 6560--><p class="noindent" > -</p><!--l. 6560--><p class="noindent" >____________________________</p></div> +<!--l. 7061--><p class="noindent" > +</p><!--l. 7061--><p class="noindent" >____________________________</p></div> <a - id="x1-53033r16"></a> -<!--l. 6562--><p class="noindent" ><span -class="cmbx-12">Example 16</span><span + id="x1-56033r19"></a> +<!--l. 7063--><p class="noindent" ><span +class="cmbx-12">Example 19</span><span class="cmbx-12"> (Locations as Words not Digits)</span><a - id="x1-53034"></a> -</p><!--l. 6563--><p class="indent" > Suppose I want the page numbers written as words rather than digits and I use + id="x1-56034"></a> +</p><!--l. 7064--><p class="indent" > Suppose I want the page numbers written as words rather than digits and I use the <span class="cmss-10">fmtcount</span><a - id="dx1-53035"></a> package to do this. I can redefine <span + id="dx1-56035"></a> package to do this. I can redefine <span class="cmtt-10">\thepage</span><a - id="dx1-53036"></a> as follows: + id="dx1-56036"></a> as follows: </p> - <div class="verbatim" id="verbatim-191"> + <div class="verbatim" id="verbatim-212"> \renewcommand*{\thepage}{\Numberstring{page}} </div> -<!--l. 6568--><p class="nopar" > This gets expanded to <span class="obeylines-h"><span class="verb"><span +<!--l. 7069--><p class="nopar" > This gets expanded to <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\protect</span><span class="cmtt-10"> \Numberstringnum</span><span class="cmtt-10"> </span></span></span><span @@ -13400,27 +14241,27 @@ form: </p> - <div class="verbatim" id="verbatim-192"> + <div class="verbatim" id="verbatim-213"> \GlsAddXdyLocation{Numberstring}{:sep "\string\protect\space  <br />  \string\Numberstringnum\space\glsopenbrace"  <br />  "arabic-numbers" :sep "\glsclosebrace"} </div> -<!--l. 6576--><p class="nopar" > Note that it’s necessary to use <span +<!--l. 7077--><p class="nopar" > Note that it’s necessary to use <span class="cmtt-10">\space </span>to indicate that spaces also appear in the format, since, unlike <span class="TEX">T<span class="E">E</span>X</span>, <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-53037"></a></a> doesn’t ignore spaces after control + id="dx1-56037"></a></a> doesn’t ignore spaces after control sequences. -</p><!--l. 6581--><p class="indent" > Note that <span +</p><!--l. 7082--><p class="indent" > Note that <span class="cmtt-10">\GlsAddXdyLocation{</span>⟨<span class="cmti-10">name</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmti-10">definition</span>⟩<span class="cmtt-10">} </span>will define commands in the form: -</p><!--l. 6584--><p class="indent" > <hr><div title="Definition"><span +</p><!--l. 7085--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\glsX</span>⟨<span class="cmitt-10">counter</span>⟩<span class="obeylines-h"><span class="verb"><span class="cmtt-10">X</span></span></span>⟨<span @@ -13430,20 +14271,20 @@ class="cmitt-10">Hprefix</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">location</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6585--><p class="noindent" > +</p><!--l. 7086--><p class="noindent" > for each counter that has been identified either by the <span class="cmss-10">counter</span><a - id="dx1-53038"></a> package option, the + id="dx1-56038"></a> package option, the ⟨<span class="cmti-10">counter</span>⟩ option for <span class="cmtt-10">\newglossary</span><a - id="dx1-53039"></a> or in the argument of <span + id="dx1-56039"></a> or in the argument of <span class="cmtt-10">\GlsAddXdyCounters</span><a - id="dx1-53040"></a>. -</p><!--l. 6590--><p class="indent" > The first argument ⟨<span + id="dx1-56040"></a>. +</p><!--l. 7091--><p class="indent" > The first argument ⟨<span class="cmti-10">Hprefix</span>⟩ is only relevant when used with the <span class="cmss-10">hyperref</span><a - id="dx1-53041"></a> package + id="dx1-56041"></a> package and indicates that <span class="cmtt-10">\the</span>⟨<span class="cmti-10">Hcounter</span>⟩ is given by <span @@ -13456,15 +14297,15 @@ href="#x1-5065r23"><span class="cmtt-10">samplexdy.tex</span></a>, which comes with the <span class="cmss-10">glossaries </span>package, uses the default <span class="cmss-10">page</span><a - id="dx1-53042"></a> + id="dx1-56042"></a> counter for locations, and it uses the default <span class="cmtt-10">\glsnumberformat</span><a - id="dx1-53043"></a> and a custom + id="dx1-56043"></a> and a custom <span class="cmtt-10">\hyperbfit </span>format. A new <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-53044"></a></a> location called <span + id="dx1-56044"></a></a> location called <span class="cmtt-10">Numberstring</span>, as illustrated above, is defined to make the page numbers appear as “One”, “Two”, etc. In order for the location numbers to hyperlink to the relevant pages, I need to redefine the necessary @@ -13476,7 +14317,7 @@ class="cmti-10">format</span>⟩ commands: </p> - <div class="verbatim" id="verbatim-193"> + <div class="verbatim" id="verbatim-214"> \renewcommand{\glsXpageXglsnumberformat}[2]{%  <br /> \linkpagenumber#2%  <br />} @@ -13485,14 +14326,14 @@ class="cmti-10">format</span>⟩ commands:  <br />}  <br />\newcommand{\linkpagenumber}[3]{\hyperlink{page.#3}{#1#2{#3}}} </div> -<!--l. 6611--><p class="nopar" > </p> +<!--l. 7112--><p class="nopar" > </p> <div class="center" > -<!--l. 6612--><p class="noindent" > -</p><!--l. 6612--><p class="noindent" >____________________________</p></div> -<!--l. 6614--><p class="indent" > In the <a +<!--l. 7113--><p class="noindent" > +</p><!--l. 7113--><p class="noindent" >____________________________</p></div> +<!--l. 7115--><p class="indent" > In the <a href="#glo:numberlist">number list<a - id="dx1-53045"></a></a>, the locations are sorted according to type. The default ordering is: + id="dx1-56045"></a></a>, the locations are sorted according to type. The default ordering is: <span class="cmtt-10">roman-page-numbers </span>(e.g. i), <span class="cmtt-10">arabic-page-numbers </span>(e.g. 1), <span @@ -13500,7 +14341,7 @@ class="cmtt-10">arabic-section-numbers</span> (e.g. 1.1 if the compositor is a full stop or 1-1 if the compositor is a hyphen<span class="footnote-mark"><a href="#fn1x12" id="fn1x12-bk"><sup class="textsuperscript">11.1</sup></a></span><a - id="x1-53046f1"></a>), + id="x1-56046f1"></a>), <span class="cmtt-10">alpha-page-numbers </span>(e.g. a), <span class="cmtt-10">Roman-page-numbers </span>(e.g. I), @@ -13510,28 +14351,28 @@ class="cmtt-10">Appendix-page-numbers </span>(e.g. A.1 if the Alpha compositor is a full stop or A-1 if the Alpha compositor is a hyphen<span class="footnote-mark"><a href="#fn2x12" id="fn2x12-bk"><sup class="textsuperscript">11.2</sup></a></span><a - id="x1-53048f2"></a>), + id="x1-56048f2"></a>), user defined location names (as specified by <span class="cmtt-10">\GlsAddXdyLocation</span><a - id="dx1-53050"></a> in the order in + id="dx1-56050"></a> in the order in which they were defined), <span class="cmtt-10">see </span>(cross-referenced entries). This ordering can be changed using: -</p><!--l. 6630--><p class="indent" > <span class="marginpar"><span +</p><!--l. 7131--><p class="indent" > <span class="marginpar"><span class="cmtt-9">\GlsSetXdyLocationClassOrder</span><span class="cmtt-9"> </span></span><a - id="dx1-53051"></a> -</p><!--l. 6632--><p class="indent" > <hr><div title="Definition"><span + id="dx1-56051"></a> +</p><!--l. 7133--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\GlsSetXdyLocationClassOrder{</span>⟨<span class="cmitt-10">location names</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6633--><p class="noindent" > +</p><!--l. 7134--><p class="noindent" > where each location name is delimited by double quote marks and separated by white space. For example: </p> - <div class="verbatim" id="verbatim-194"> + <div class="verbatim" id="verbatim-215"> \GlsSetXdyLocationClassOrder{  <br />  "arabic-page-numbers"  <br />  "arabic-section-numbers" @@ -13543,120 +14384,120 @@ space. For example:  <br />  "see"  <br />} </div> -<!--l. 6647--><p class="nopar" > -</p><!--l. 6649--><p class="indent" > <div class="important" title="Important Note"> Note that <span +<!--l. 7148--><p class="nopar" > +</p><!--l. 7150--><p class="indent" > <div class="important" title="Important Note"> Note that <span class="cmtt-10">\GlsSetXdyLocationClassOrder </span>has no effect if <span class="cmtt-10">\noist</span><a - id="dx1-53052"></a> is used or if + id="dx1-56052"></a> is used or if <span class="cmtt-10">\makeglossaries</span><a - id="dx1-53053"></a> is omitted. <span + id="dx1-56053"></a> is omitted. <span class="cmtt-10">\GlsSetXdyLocationClassOrder </span>must be used before <span class="cmtt-10">\makeglossaries</span><a - id="dx1-53054"></a>. </div> -</p><!--l. 6654--><p class="noindent" > -</p><!--l. 6656--><p class="indent" > If a <a + id="dx1-56054"></a>. </div> +</p><!--l. 7155--><p class="noindent" > +</p><!--l. 7157--><p class="indent" > If a <a href="#glo:numberlist">number list<a - id="dx1-53055"></a></a> consists of a sequence of consecutive numbers, the range will be + id="dx1-56055"></a></a> consists of a sequence of consecutive numbers, the range will be concatenated. The number of consecutive locations that causes a range formation defaults to 2, but can be changed using: -</p><!--l. 6661--><p class="indent" > <span class="marginpar"><span +</p><!--l. 7162--><p class="indent" > <span class="marginpar"><span class="cmtt-9">\GlsSetXdyMinRangeLength</span><span class="cmtt-9"> </span></span><a - id="dx1-53056"></a> -</p><!--l. 6663--><p class="indent" > <hr><div title="Definition"><span + id="dx1-56056"></a> +</p><!--l. 7164--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\GlsSetXdyMinRangeLength{</span>⟨<span class="cmitt-10">n</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6664--><p class="noindent" > +</p><!--l. 7165--><p class="noindent" > For example: </p> - <div class="verbatim" id="verbatim-195"> + <div class="verbatim" id="verbatim-216"> \GlsSetXdyMinRangeLength{3} </div> -<!--l. 6668--><p class="nopar" > The argument may also be the keyword <span +<!--l. 7169--><p class="nopar" > The argument may also be the keyword <span class="cmtt-10">none</span>, to indicate that there should be no range formations. See the <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-53057"></a></a> manual for further details on range + id="dx1-56057"></a></a> manual for further details on range formations. -</p><!--l. 6673--><p class="indent" > <div class="important" title="Important Note"> Note that <span +</p><!--l. 7174--><p class="indent" > <div class="important" title="Important Note"> Note that <span class="cmtt-10">\GlsSetXdyMinRangeLength </span>has no effect if <span class="cmtt-10">\noist</span><a - id="dx1-53058"></a> is used or if + id="dx1-56058"></a> is used or if <span class="cmtt-10">\makeglossaries</span><a - id="dx1-53059"></a> is omitted. <span + id="dx1-56059"></a> is omitted. <span class="cmtt-10">\GlsSetXdyMinRangeLength </span>must be used before <span class="cmtt-10">\makeglossaries</span><a - id="dx1-53060"></a>. </div> -</p><!--l. 6678--><p class="noindent" > -</p><!--l. 6680--><p class="indent" > See <a + id="dx1-56060"></a>. </div> +</p><!--l. 7179--><p class="noindent" > +</p><!--l. 7181--><p class="indent" > See <a href="#sec:numberlists"><span class="cmsy-10">§</span>5 </a><a href="#sec:numberlists">Number lists<!--tex4ht:ref: sec:numberlists --></a> for further details. </p> -<!--l. 6682--><p class="noindent" ><a +<!--l. 7183--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">11.3 </span> <a id="sec:groups"></a>Glossary Groups</h3> -<!--l. 6685--><p class="noindent" >The glossary is divided into groups according to the first letter of the sort key. The +<!--l. 7186--><p class="noindent" >The glossary is divided into groups according to the first letter of the sort key. The <span class="cmss-10">glossaries </span>package also adds a number group by default, unless you suppress it in the <span class="cmss-10">xindy</span><a - id="dx1-54001"></a> package option. For example: + id="dx1-57001"></a> package option. For example: </p> - <div class="verbatim" id="verbatim-196"> + <div class="verbatim" id="verbatim-217"> \usepackage[xindy={glsnumbers=false}]{glossaries} </div> -<!--l. 6691--><p class="nopar" > Any entry that doesn’t go in one of the letter groups or the number group is placed in +<!--l. 7192--><p class="nopar" > Any entry that doesn’t go in one of the letter groups or the number group is placed in the default group. -</p><!--l. 6695--><p class="indent" > If you have a number group, the default behaviour is to locate it before the “A” +</p><!--l. 7196--><p class="indent" > If you have a number group, the default behaviour is to locate it before the “A” letter group. If you are not using a Roman alphabet, you can change this using: -</p><!--l. 6699--><p class="indent" > <span class="marginpar"><span +</p><!--l. 7200--><p class="indent" > <span class="marginpar"><span class="cmtt-9">\GlsSetXdyFirstLetterAfterDigits</span><span class="cmtt-9"> </span></span><a - id="dx1-54002"></a> -</p><!--l. 6701--><p class="indent" > <hr><div title="Definition"><span + id="dx1-57002"></a> +</p><!--l. 7202--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\GlsSetXdyFirstLetterAfterDigits{</span>⟨<span class="cmitt-10">letter</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6702--><p class="noindent" > -</p><!--l. 6704--><p class="indent" > <div class="important" title="Important Note"> Note that <span +</p><!--l. 7203--><p class="noindent" > +</p><!--l. 7205--><p class="indent" > <div class="important" title="Important Note"> Note that <span class="cmtt-10">\GlsSetXdyFirstLetterAfterDigits </span>has no effect if <span class="cmtt-10">\noist</span><a - id="dx1-54003"></a> is used or + id="dx1-57003"></a> is used or if <span class="cmtt-10">\makeglossaries</span><a - id="dx1-54004"></a> is omitted. <span + id="dx1-57004"></a> is omitted. <span class="cmtt-10">\GlsSetXdyFirstLetterAfterDigits </span>must be used before <span class="cmtt-10">\makeglossaries</span><a - id="dx1-54005"></a>. + id="dx1-57005"></a>. </div> -</p><!--l. 6709--><p class="noindent" > +</p><!--l. 7210--><p class="noindent" > </p> -<!--l. 6711--><p class="indent" > </div> -</p><!--l. 6711--><p class="noindent" ><a +<!--l. 7212--><p class="indent" > </div> +</p><!--l. 7212--><p class="noindent" ><a href="#top">Top</a><div class="chapter"><h2 class="chapterHead">12. <a id="sec:newglossary"></a>Defining New Glossaries</h2> -</p><!--l. 6714--><p class="indent" > A new glossary can be defined using: -</p><!--l. 6715--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7215--><p class="indent" > A new glossary can be defined using: +</p><!--l. 7216--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\newglossary</span><span class="cmtt-9"> </span></span><a - id="dx1-55001"></a> <span + id="dx1-58001"></a> <span class="cmtt-10">\newglossary[</span>⟨<span class="cmitt-10">log-ext</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -13672,7 +14513,7 @@ class="cmtt-10">}</span> class="cmtt-10">[</span>⟨<span class="cmitt-10">counter</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 6717--><p class="noindent" > +</p><!--l. 7218--><p class="noindent" > where ⟨<span class="cmti-10">name</span>⟩ is the label to assign to this glossary. The arguments ⟨<span class="cmti-10">in-ext</span>⟩ and ⟨<span @@ -13683,7 +14524,7 @@ default title for this new glossary and the final optional argument ⟨<spa class="cmti-10">counter</span>⟩ specifies which counter to use for the associated <a href="#glo:numberlist">number list<a - id="dx1-55002"></a>s</a> (see also <a + id="dx1-58002"></a>s</a> (see also <a href="#sec:numberlists"><span class="cmsy-10">§</span>5 </a><a @@ -13691,35 +14532,35 @@ href="#sec:numberlists">Number lists<!--tex4ht:ref: sec:numberlists --></a>). Th <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-55003"></a></a> (<a + id="dx1-58003"></a></a> (<a href="#option2">Option 2</a>) or <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-55004"></a></a> (<a + id="dx1-58004"></a></a> (<a href="#option3">Option 3</a>) transcript file (this information is only used by <a href="#glo:makeglossaries"><span class="cmtt-10">makeglossaries</span><a - id="dx1-55005"></a></a> which picks up the information from the + id="dx1-58005"></a></a> which picks up the information from the auxiliary file). If you use <a href="#option1">Option 1</a>, the ⟨<span class="cmti-10">log-ext</span>⟩, ⟨<span class="cmti-10">in-ext</span>⟩ and ⟨<span class="cmti-10">out-ext</span>⟩ arguments are ignored. -</p><!--l. 6731--><p class="indent" > <div class="important" title="Important Note"> The glossary label ⟨<span +</p><!--l. 7232--><p class="indent" > <div class="important" title="Important Note"> The glossary label ⟨<span class="cmti-10">name</span>⟩ must not contain any active characters. It’s generally best to stick with just characters that have category code 11 (typically the non-extended <a href="#glo:latinchar">Latin character<a - id="dx1-55006"></a>s</a> for standard <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span + id="dx1-58006"></a>s</a> for standard <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span>). </div> -</p><!--l. 6736--><p class="noindent" > -</p><!--l. 6738--><p class="indent" > There is also a starred version (new to v4.08): -</p><!--l. 6739--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7237--><p class="noindent" > +</p><!--l. 7239--><p class="indent" > There is also a starred version (new to v4.08): +</p><!--l. 7240--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\newglossary*</span><span class="cmtt-9"> </span></span><a - id="dx1-55007"></a> <span + id="dx1-58007"></a> <span class="cmtt-10">\newglossary*{</span>⟨<span class="cmitt-10">name</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -13727,7 +14568,7 @@ class="cmitt-10">title</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">counter</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 6741--><p class="noindent" > +</p><!--l. 7242--><p class="noindent" > which is equivalent to </p><div class="alltt"> <div class="obeylines-v"> <span @@ -13750,10 +14591,10 @@ class="cmitt-10">counter</span>⟩<span class="cmtt-10">]</span> </div> </div> or you can also use: -<!--l. 6747--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +<!--l. 7248--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\altnewglossary</span><span class="cmtt-9"> </span></span><a - id="dx1-55008"></a> <span + id="dx1-58008"></a> <span class="cmtt-10">\altnewglossary{</span>⟨<span class="cmitt-10">name</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -13764,7 +14605,7 @@ class="cmtt-10">}[</span>⟨<span class="cmitt-10">counter</span>⟩<span class="cmtt-10">]</span> </div><hr> -</p><!--l. 6749--><p class="noindent" > +</p><!--l. 7250--><p class="noindent" > which is equivalent to </p><div class="alltt"> <div class="obeylines-v"> <span @@ -13787,38 +14628,38 @@ class="cmitt-10">counter</span>⟩<span class="cmtt-10">]</span> </div> </div> -<!--l. 6755--><p class="indent" > It may be that you have some terms or acronyms that are so common +<!--l. 7256--><p class="indent" > It may be that you have some terms or acronyms that are so common that they don’t need to be listed. In this case, you can define a special type of glossary that doesn’t create any associated files. This is referred to as an “ignored glossary” and it’s ignored by commands that iterate over all the glossaries, such as <span class="cmtt-10">\printglossaries</span><a - id="dx1-55009"></a>. To define an ignored glossary, + id="dx1-58009"></a>. To define an ignored glossary, use -</p><!--l. 6761--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7262--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\newignoredglossary</span><span class="cmtt-9"> </span></span><a - id="dx1-55010"></a> <span + id="dx1-58010"></a> <span class="cmtt-10">\newignoredglossary{</span>⟨<span class="cmitt-10">name</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6763--><p class="noindent" > +</p><!--l. 7264--><p class="noindent" > where ⟨<span class="cmti-10">name</span>⟩ is the name of the glossary (as above). This glossary type will automatically be added to the <span class="cmss-10">nohypertypes</span><a - id="dx1-55011"></a> list, since there are no hypertargets for the + id="dx1-58011"></a> list, since there are no hypertargets for the entries in an ignored glossary. (The sample file <a -href="#x1-5099r32"><span +href="#x1-5103r36"><span class="cmtt-10">sample-entryfmt.tex</span></a> defines an ignored glossary.) -</p><!--l. 6770--><p class="indent" > You can test if a glossary is an ignored one using: -</p><!--l. 6771--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7271--><p class="indent" > You can test if a glossary is an ignored one using: +</p><!--l. 7272--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\ifignoredglossary</span><span class="cmtt-9"> </span></span><a - id="dx1-55012"></a> <span + id="dx1-58012"></a> <span class="cmtt-10">\ifignoredglossary{</span>⟨<span class="cmitt-10">name</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -13826,135 +14667,135 @@ class="cmitt-10">true</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">false</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 6773--><p class="noindent" > +</p><!--l. 7274--><p class="noindent" > This does ⟨<span class="cmti-10">true</span>⟩ if ⟨<span class="cmti-10">name</span>⟩ was defined as an ignored glossary, otherwise it does ⟨<span class="cmti-10">false</span>⟩. -</p><!--l. 6777--><p class="indent" > Note that the main (default) glossary is automatically created as: +</p><!--l. 7278--><p class="indent" > Note that the main (default) glossary is automatically created as: </p> - <div class="verbatim" id="verbatim-197"> + <div class="verbatim" id="verbatim-218"> \newglossary{main}{gls}{glo}{\glossaryname} </div> -<!--l. 6780--><p class="nopar" > so it can be identified by the label <span +<!--l. 7281--><p class="nopar" > so it can be identified by the label <span class="cmtt-10">main </span>(unless the <span class="cmss-10">nomain</span><a - id="dx1-55013"></a> package option is used). + id="dx1-58013"></a> package option is used). Using the <span class="cmss-10">acronym</span><a - id="dx1-55014"></a> package option is equivalent to: + id="dx1-58014"></a> package option is equivalent to: </p> - <div class="verbatim" id="verbatim-198"> + <div class="verbatim" id="verbatim-219"> \newglossary[alg]{acronym}{acr}{acn}{\acronymname} </div> -<!--l. 6786--><p class="nopar" > so it can be identified by the label <span +<!--l. 7287--><p class="nopar" > so it can be identified by the label <span class="cmtt-10">acronym</span>. If you are not sure whether the <span class="cmss-10">acronym</span><a - id="dx1-55015"></a> + id="dx1-58015"></a> option has been used, you can identify the list of acronyms by the command <span class="marginpar"><span class="cmtt-9">\acronymtype</span><span class="cmtt-9"> </span></span><a - id="dx1-55016"></a><span + id="dx1-58016"></a><span class="cmtt-10">\acronymtype </span>which is set to <span class="cmtt-10">acronym</span>, if the <span class="cmss-10">acronym</span><a - id="dx1-55017"></a> option has been + id="dx1-58017"></a> option has been used, otherwise it is set to <span class="cmtt-10">main</span>. Note that if you are using the main glossary as your list of acronyms, you need to declare it as a list of acronyms using the package option <span class="cmss-10">acronymlists</span><a - id="dx1-55018"></a>. -</p><!--l. 6797--><p class="indent" > The <span + id="dx1-58018"></a>. +</p><!--l. 7298--><p class="indent" > The <span class="cmss-10">symbols</span><a - id="dx1-55019"></a> package option creates a new glossary with the label <span + id="dx1-58019"></a> package option creates a new glossary with the label <span class="cmtt-10">symbols</span> using: </p> - <div class="verbatim" id="verbatim-199"> + <div class="verbatim" id="verbatim-220"> \newglossary[slg]{symbols}{sls}{slo}{\glssymbolsgroupname} </div> -<!--l. 6801--><p class="nopar" > The <span +<!--l. 7302--><p class="nopar" > The <span class="cmss-10">numbers</span><a - id="dx1-55020"></a> package option creates a new glossary with the label <span + id="dx1-58020"></a> package option creates a new glossary with the label <span class="cmtt-10">numbers</span> using: </p> - <div class="verbatim" id="verbatim-200"> + <div class="verbatim" id="verbatim-221"> \newglossary[nlg]{numbers}{nls}{nlo}{\glsnumbersgroupname} </div> -<!--l. 6806--><p class="nopar" > The <span +<!--l. 7307--><p class="nopar" > The <span class="cmss-10">index</span><a - id="dx1-55021"></a> package option creates a new glossary with the label <span + id="dx1-58021"></a> package option creates a new glossary with the label <span class="cmtt-10">index </span>using: </p> - <div class="verbatim" id="verbatim-201"> + <div class="verbatim" id="verbatim-222"> \newglossary[ilg]{index}{ind}{idx}{\indexname} </div> -<!--l. 6811--><p class="nopar" > -</p><!--l. 6813--><p class="indent" > <div class="important" title="Important Note"> Options <a +<!--l. 7312--><p class="nopar" > +</p><!--l. 7314--><p class="indent" > <div class="important" title="Important Note"> Options <a href="#option2">2</a> and <a href="#option3">3</a>: all glossaries must be defined before <span class="cmtt-10">\makeglossaries</span><a - id="dx1-55022"></a> to + id="dx1-58022"></a> to ensure that the relevant output files are opened. -</p><!--l. 6817--><p class="indent" > See <a +</p><!--l. 7318--><p class="indent" > See <a href="#sec:fixednames"><span class="cmsy-10">§</span>1.3.1 </a><a href="#sec:fixednames">Changing the Fixed Names<!--tex4ht:ref: sec:fixednames --></a> if you want to redefine <span class="cmtt-10">\glossaryname</span>, especially if you are using <span class="cmss-10">babel</span><a - id="dx1-55023"></a> or <span + id="dx1-58023"></a> or <span class="cmss-10">translator</span><a - id="dx1-55024"></a>. (Similarly for <span + id="dx1-58024"></a>. (Similarly for <span class="cmtt-10">\glssymbolsgroupname</span> and <span class="cmtt-10">\glsnumbersgroupname</span>.) If you want to redefine <span class="cmtt-10">\indexname</span><a - id="dx1-55025"></a>, just follow the + id="dx1-58025"></a>, just follow the advice in <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam" >How to change LaTeX’s “fixed names”</a>. </div> -</p><!--l. 6824--><p class="noindent" > +</p><!--l. 7325--><p class="noindent" > </p> -<!--l. 6826--><p class="indent" > </div> -</p><!--l. 6826--><p class="noindent" ><a +<!--l. 7327--><p class="indent" > </div> +</p><!--l. 7327--><p class="noindent" ><a href="#top">Top</a><div class="chapter"><h2 class="chapterHead">13. <a - id="sec:acronyms"></a>Acronyms</h2> -</p><!--l. 6829--><p class="indent" > <div class="important" title="Important Note"> Note that although this chapter uses the term “acronym”, you can also use the + id="sec:acronyms"></a>Acronyms and Other Abbreviations</h2> +</p><!--l. 7330--><p class="indent" > <div class="important" title="Important Note"> Note that although this chapter uses the term “acronym”, you can also use the commands described here for abbreviations or contractions (as in the case of some of the examples given below). If the glossary title is no longer applicable (for example, it should be “Abbreviations” rather than “Acronyms”) then you can change the title either by redefining <span class="cmtt-10">\acronymname</span><a - id="dx1-56001"></a> (see <a + id="dx1-59001"></a> (see <a href="#sec:languages"><span class="cmsy-10">§</span>1.3 </a><a href="#sec:languages">Multi-Lingual Support<!--tex4ht:ref: sec:languages --></a>) or by using the <span class="cmss-10">title</span><a - id="dx1-56002"></a> in the optional argument of <span + id="dx1-59002"></a> in the optional argument of <span class="cmtt-10">\printglossary</span><a - id="dx1-56003"></a> (or <span + id="dx1-59003"></a> (or <span class="cmtt-10">\printacronym</span><a - id="dx1-56004"></a>). + id="dx1-59004"></a>). </div> -</p><!--l. 6839--><p class="noindent" > -</p><!--l. 6841--><p class="indent" > You may have noticed in <a +</p><!--l. 7340--><p class="noindent" > +</p><!--l. 7342--><p class="indent" > You may have noticed in <a href="#sec:newglosentry"><span class="cmsy-10">§</span>4 </a><a href="#sec:newglosentry">Defining Glossary Entries<!--tex4ht:ref: sec:newglosentry --></a> that when you specify a new @@ -13963,10 +14804,10 @@ href="#glo:firstuse">first used</a> in the document. This provides a useful means to define acronyms. For convenience, the <span class="cmss-10">glossaries </span>package defines the command: -</p><!--l. 6846--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7347--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\newacronym</span><span class="cmtt-9"> </span></span><a - id="dx1-56005"></a> <span + id="dx1-59005"></a> <span class="cmtt-10">\newacronym[</span>⟨<span class="cmitt-10">key-val list</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -13977,34 +14818,34 @@ class="cmtt-10">}{</span>⟨<span class="cmitt-10">long</span>⟩<span class="cmtt-10">}</span> </div><hr> -</p><!--l. 6848--><p class="noindent" > -</p><!--l. 6850--><p class="indent" > This uses <span +</p><!--l. 7349--><p class="noindent" > +</p><!--l. 7351--><p class="indent" > This uses <span class="cmtt-10">\newglossaryentry</span><a - id="dx1-56006"></a> to create an entry with the given label in the + id="dx1-59006"></a> to create an entry with the given label in the glossary given by <span class="cmtt-10">\acronymtype</span><a - id="dx1-56007"></a>. You can specify a different glossary using the <span + id="dx1-59007"></a>. You can specify a different glossary using the <span class="cmss-10">type</span><a - id="dx1-56008"></a> + id="dx1-59008"></a> key within the optional argument. The <span class="cmtt-10">\newacronym </span>command also uses the <span class="cmss-10">long</span><a - id="dx1-56009"></a>, + id="dx1-59009"></a>, <span class="cmss-10">longplural</span><a - id="dx1-56010"></a>, <span + id="dx1-59010"></a>, <span class="cmss-10">short</span><a - id="dx1-56011"></a> and <span + id="dx1-59011"></a> and <span class="cmss-10">shortplural</span><a - id="dx1-56012"></a> keys in <span + id="dx1-59012"></a> keys in <span class="cmtt-10">\newglossaryentry </span>to store the long and abbreviated forms and their plurals. -</p><!--l. 6858--><p class="indent" > <div class="important" title="Important Note"> If you haven’t identified the specified glossary type as a list of acronyms (via the +</p><!--l. 7359--><p class="indent" > <div class="important" title="Important Note"> If you haven’t identified the specified glossary type as a list of acronyms (via the package option <span class="cmss-10">acronymlists</span><a - id="dx1-56013"></a> or the command <span + id="dx1-59013"></a> or the command <span class="cmtt-10">\DeclareAcronymList</span><a - id="dx1-56014"></a>, see <a + id="dx1-59014"></a>, see <a href="#acronymoptions"><span class="cmsy-10">§</span>2.5 </a><a href="#acronymoptions">Acronym @@ -14013,22 +14854,22 @@ class="cmtt-10">\newacronym </span>will add it to the list and <span class="cmti-10">reset the display style </span>for that glossary via <span class="cmtt-10">\defglsentryfmt</span><a - id="dx1-56015"></a>. If you have a mixture of acronyms and regular entries + id="dx1-59015"></a>. If you have a mixture of acronyms and regular entries within the same glossary, care is needed if you want to change the display style: you must first identify that glossary as a list of acronyms and then use <span class="cmtt-10">\defglsentryfmt</span><a - id="dx1-56016"></a> (not redefine <span + id="dx1-59016"></a> (not redefine <span class="cmtt-10">\glsentryfmt</span><a - id="dx1-56017"></a>) before defining your entries. + id="dx1-59017"></a>) before defining your entries. </div> -</p><!--l. 6869--><p class="noindent" > -</p><!--l. 6871--><p class="indent" > The optional argument <span +</p><!--l. 7370--><p class="noindent" > +</p><!--l. 7372--><p class="indent" > The optional argument <span class="cmtt-10">{</span>⟨<span class="cmti-10">key-val list</span>⟩<span class="cmtt-10">} </span>allows you to specify keys such as <span class="cmss-10">description</span><a - id="dx1-56018"></a> + id="dx1-59018"></a> (when used with one of the styles that require a description, described in <a href="#sec:setacronymstyle"><span class="cmsy-10">§</span>13.1 @@ -14038,44 +14879,44 @@ class="cmti-10">abbrv</span>⟩ or ⟨<span class="cmti-10">long</span>⟩ using the <span class="cmss-10">shortplural</span><a - id="dx1-56019"></a> or <span + id="dx1-59019"></a> or <span class="cmss-10">longplural</span><a - id="dx1-56020"></a> keys. For example: + id="dx1-59020"></a> keys. For example: </p> - <div class="verbatim" id="verbatim-202"> + <div class="verbatim" id="verbatim-223"> \newacronym[longplural={diagonal matrices}]%  <br />  {dm}{DM}{diagonal matrix} </div> -<!--l. 6881--><p class="nopar" > If the <a +<!--l. 7382--><p class="nopar" > If the <a href="#glo:firstuse">first use</a> uses the plural form, <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glspl{dm}</span></span></span> will display: diagonal matrices (DMs). If you want to use the <span class="cmss-10">longplural</span><a - id="dx1-56021"></a> or <span + id="dx1-59021"></a> or <span class="cmss-10">shortplural</span><a - id="dx1-56022"></a> keys, I recommend you use + id="dx1-59022"></a> keys, I recommend you use <span class="cmtt-10">\setacronymstyle</span><a - id="dx1-56023"></a> to set the display style rather than using one of the pre-version + id="dx1-59023"></a> to set the display style rather than using one of the pre-version 4.02 acronym styles. -</p><!--l. 6888--><p class="indent" > Since <span +</p><!--l. 7389--><p class="indent" > Since <span class="cmtt-10">\newacronym</span><a - id="dx1-56024"></a> uses <span + id="dx1-59024"></a> uses <span class="cmtt-10">\newglossaryentry</span><a - id="dx1-56025"></a>, you can use commands like <span + id="dx1-59025"></a>, you can use commands like <span class="cmtt-10">\gls</span><a - id="dx1-56026"></a> + id="dx1-59026"></a> and <span class="cmtt-10">\glsreset</span><a - id="dx1-56027"></a> as with any other glossary entry. -</p><!--l. 6892--><p class="indent" > <div class="important" title="Important Note"> Since <span + id="dx1-59027"></a> as with any other glossary entry. +</p><!--l. 7393--><p class="indent" > <div class="important" title="Important Note"> Since <span class="cmtt-10">\newacronym </span>sets <span class="obeylines-h"><span class="verb"><span class="cmtt-10">type=\acronymtype</span></span></span>, if you want to load a file containing acronym definitions using <span class="cmtt-10">\loadglsentries</span><a - id="dx1-56028"></a><span + id="dx1-59028"></a><span class="cmtt-10">[</span>⟨<span class="cmti-10">type</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -14086,26 +14927,26 @@ class="cmti-10">type</span>⟩ will not have an effect unless you explicitl <span class="obeylines-h"><span class="verb"><span class="cmtt-10">type=\glsdefaulttype</span></span></span> in the optional argument to <span class="cmtt-10">\newacronym</span><a - id="dx1-56029"></a>. See <a + id="dx1-59029"></a>. See <a href="#sec:loadglsentries"><span -class="cmsy-10">§</span>4.6 </a><a +class="cmsy-10">§</span>4.8 </a><a href="#sec:loadglsentries">Loading Entries From a File<!--tex4ht:ref: sec:loadglsentries --></a>. </div> -</p><!--l. 6899--><p class="noindent" > +</p><!--l. 7400--><p class="noindent" > <a - id="x1-56030r17"></a> -</p><!--l. 6901--><p class="noindent" ><span -class="cmbx-12">Example 17</span><span -class="cmbx-12"> (Defining an Acronym)</span><a - id="x1-56031"></a> -</p><!--l. 6902--><p class="indent" > The following defines the acronym IDN: + id="x1-59030r20"></a> +</p><!--l. 7402--><p class="noindent" ><span +class="cmbx-12">Example 20</span><span +class="cmbx-12"> (Defining an Abbreviation)</span><a + id="x1-59031"></a> +</p><!--l. 7403--><p class="indent" > The following defines the abbreviation IDN: </p> - <div class="verbatim" id="verbatim-203"> + <div class="verbatim" id="verbatim-224"> \newacronym{idn}{IDN}{identification number} </div> -<!--l. 6905--><p class="nopar" > <span class="obeylines-h"><span class="verb"><span +<!--l. 7406--><p class="nopar" > <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\gls{idn}</span></span></span> will produce “identification number (IDN)” on <a href="#glo:firstuse">first use</a> and “IDN” on subsequent uses. If you want to use one of the smallcaps acronym styles, described in @@ -14117,10 +14958,10 @@ shortened form: </p> - <div class="verbatim" id="verbatim-204"> + <div class="verbatim" id="verbatim-225"> \newacronym{idn}{idn}{identification number} </div> -<!--l. 6913--><p class="nopar" > Now <span class="obeylines-h"><span class="verb"><span +<!--l. 7414--><p class="nopar" > Now <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\gls{idn}</span></span></span> will produce “identification number (<span class="cmcsc-10"><span class="small-caps">i</span><span @@ -14134,39 +14975,39 @@ class="small-caps">n</span></span>” on subsequent uses. </p> <div class="center" > -<!--l. 6917--><p class="noindent" > -</p><!--l. 6917--><p class="noindent" >____________________________</p></div> -<!--l. 6919--><p class="indent" > <div class="important" title="Important Note"> The commands described below are similar to the <a -href="#x1-430006.2"><span +<!--l. 7418--><p class="noindent" > +</p><!--l. 7418--><p class="noindent" >____________________________</p></div> +<!--l. 7420--><p class="indent" > <div class="important" title="Important Note"> The commands described below are similar to the <a +href="#x1-460006.2"><span class="cmtt-10">\glstext</span>-like</a> commands in that they don’t modify the <a href="#glo:firstuseflag">first use flag</a>. However, their display is governed by <span class="cmtt-10">\defentryfmt</span><a - id="dx1-56032"></a> with <span + id="dx1-59032"></a> with <span class="cmtt-10">\glscustomtext</span><a - id="dx1-56033"></a> set as appropriate. All caveats that + id="dx1-59033"></a> set as appropriate. All caveats that apply to the <a -href="#x1-430006.2"><span +href="#x1-460006.2"><span class="cmtt-10">\glstext</span>-like</a> commands also apply to the following commands. </div> -</p><!--l. 6925--><p class="noindent" > -</p><!--l. 6927--><p class="indent" > The optional arguments are the same as those for the <a -href="#x1-430006.2"><span +</p><!--l. 7426--><p class="noindent" > +</p><!--l. 7428--><p class="indent" > The optional arguments are the same as those for the <a +href="#x1-460006.2"><span class="cmtt-10">\glstext</span>-like</a> commands, and there are similar star and plus variants that switch off or on the hyperlinks. As with the <a -href="#x1-430006.2"><span +href="#x1-460006.2"><span class="cmtt-10">\glstext</span>-like</a> commands, the <a href="#glo:linktext">link text<a - id="dx1-56034"></a></a> is placed in the argument of + id="dx1-59034"></a></a> is placed in the argument of <span class="cmtt-10">\glstextformat</span><a - id="dx1-56035"></a>. -</p><!--l. 6932--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-59035"></a>. +</p><!--l. 7433--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\acrshort</span><span class="cmtt-9"> </span></span><a - id="dx1-56036"></a> <span + id="dx1-59036"></a> <span class="cmtt-10">\acrshort[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -14174,24 +15015,24 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 6934--><p class="noindent" > +</p><!--l. 7435--><p class="noindent" > This sets the <a href="#glo:linktext">link text<a - id="dx1-56037"></a></a> to the short form (within the argument of <span + id="dx1-59037"></a></a> to the short form (within the argument of <span class="cmtt-10">\acronymfont</span><a - id="dx1-56038"></a>) for + id="dx1-59038"></a>) for the entry given by ⟨<span class="cmti-10">label</span>⟩. The short form is as supplied by the <span class="cmss-10">short</span><a - id="dx1-56039"></a> key, which + id="dx1-59039"></a> key, which <span class="cmtt-10">\newacronym</span><a - id="dx1-56040"></a> implicitly sets. -</p><!--l. 6940--><p class="indent" > There are also analogous upper case variants: -</p><!--l. 6941--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-59040"></a> implicitly sets. +</p><!--l. 7441--><p class="indent" > There are also analogous upper case variants: +</p><!--l. 7442--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Acrshort</span><span class="cmtt-9"> </span></span><a - id="dx1-56041"></a> <span + id="dx1-59041"></a> <span class="cmtt-10">\Acrshort[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -14199,11 +15040,11 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 6943--><p class="noindent" > -</p><!--l. 6944--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7444--><p class="noindent" > +</p><!--l. 7445--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\ACRshort</span><span class="cmtt-9"> </span></span><a - id="dx1-56042"></a> <span + id="dx1-59042"></a> <span class="cmtt-10">\ACRshort[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -14211,12 +15052,12 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 6946--><p class="noindent" > +</p><!--l. 7447--><p class="noindent" > There are also plural versions: -</p><!--l. 6948--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7449--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\acrshortpl</span><span class="cmtt-9"> </span></span><a - id="dx1-56043"></a> <span + id="dx1-59043"></a> <span class="cmtt-10">\acrshortpl[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -14224,11 +15065,11 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 6950--><p class="noindent" > -</p><!--l. 6951--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7451--><p class="noindent" > +</p><!--l. 7452--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Acrshortpl</span><span class="cmtt-9"> </span></span><a - id="dx1-56044"></a> <span + id="dx1-59044"></a> <span class="cmtt-10">\Acrshortpl[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -14236,11 +15077,11 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 6953--><p class="noindent" > -</p><!--l. 6954--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7454--><p class="noindent" > +</p><!--l. 7455--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\ACRshortpl</span><span class="cmtt-9"> </span></span><a - id="dx1-56045"></a> <span + id="dx1-59045"></a> <span class="cmtt-10">\ACRshortpl[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -14248,17 +15089,17 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 6956--><p class="noindent" > +</p><!--l. 7457--><p class="noindent" > The short plural form is as supplied by the <span class="cmss-10">shortplural</span><a - id="dx1-56046"></a> key, which <span + id="dx1-59046"></a> key, which <span class="cmtt-10">\newacronym</span><a - id="dx1-56047"></a> + id="dx1-59047"></a> implicitly sets. -</p><!--l. 6960--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7461--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\acrlong</span><span class="cmtt-9"> </span></span><a - id="dx1-56048"></a> <span + id="dx1-59048"></a> <span class="cmtt-10">\acrlong[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -14268,21 +15109,21 @@ class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 6962--><p class="noindent" > +</p><!--l. 7463--><p class="noindent" > This sets the <a href="#glo:linktext">link text<a - id="dx1-56049"></a></a> to the long form for the entry given by ⟨<span + id="dx1-59049"></a></a> to the long form for the entry given by ⟨<span class="cmti-10">label</span>⟩. The long form is as supplied by the <span class="cmss-10">long</span><a - id="dx1-56050"></a> key, which <span + id="dx1-59050"></a> key, which <span class="cmtt-10">\newacronym</span><a - id="dx1-56051"></a> implicitly sets. -</p><!--l. 6967--><p class="indent" > There are also analogous upper case variants: -</p><!--l. 6968--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-59051"></a> implicitly sets. +</p><!--l. 7468--><p class="indent" > There are also analogous upper case variants: +</p><!--l. 7469--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Acrlong</span><span class="cmtt-9"> </span></span><a - id="dx1-56052"></a> <span + id="dx1-59052"></a> <span class="cmtt-10">\Acrlong[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -14290,11 +15131,11 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 6970--><p class="noindent" > -</p><!--l. 6971--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7471--><p class="noindent" > +</p><!--l. 7472--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\ACRlong</span><span class="cmtt-9"> </span></span><a - id="dx1-56053"></a> <span + id="dx1-59053"></a> <span class="cmtt-10">\ACRlong[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -14302,12 +15143,12 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 6973--><p class="noindent" > +</p><!--l. 7474--><p class="noindent" > Again there are also plural versions: -</p><!--l. 6975--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7476--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\acrlongpl</span><span class="cmtt-9"> </span></span><a - id="dx1-56054"></a> <span + id="dx1-59054"></a> <span class="cmtt-10">\acrlongpl[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -14315,11 +15156,11 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 6977--><p class="noindent" > -</p><!--l. 6978--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7478--><p class="noindent" > +</p><!--l. 7479--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Acrlongpl</span><span class="cmtt-9"> </span></span><a - id="dx1-56055"></a> <span + id="dx1-59055"></a> <span class="cmtt-10">\Acrlongpl[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -14327,11 +15168,11 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 6980--><p class="noindent" > -</p><!--l. 6981--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7481--><p class="noindent" > +</p><!--l. 7482--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\ACRlongpl</span><span class="cmtt-9"> </span></span><a - id="dx1-56056"></a> <span + id="dx1-59056"></a> <span class="cmtt-10">\ACRlongpl[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -14339,26 +15180,26 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 6983--><p class="noindent" > +</p><!--l. 7484--><p class="noindent" > The long plural form is as supplied by the <span class="cmss-10">longplural</span><a - id="dx1-56057"></a> key, which <span + id="dx1-59057"></a> key, which <span class="cmtt-10">\newacronym</span><a - id="dx1-56058"></a> + id="dx1-59058"></a> implicitly sets. -</p><!--l. 6987--><p class="indent" > The commands below display the full form of the acronym, but note that +</p><!--l. 7488--><p class="indent" > The commands below display the full form of the acronym, but note that this isn’t necessarily the same as the form used on <a href="#glo:firstuse">first use</a>. These full-form commands are shortcuts that use the above commands, rather than creating the <a href="#glo:linktext">link text<a - id="dx1-56059"></a></a> from the complete full form. These full-form commands have + id="dx1-59059"></a></a> from the complete full form. These full-form commands have star and plus variants and optional arguments that are passed to the above commands. -</p><!--l. 6994--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7495--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\acrfull</span><span class="cmtt-9"> </span></span><a - id="dx1-56060"></a> <span + id="dx1-59060"></a> <span class="cmtt-10">\acrfull[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -14366,12 +15207,12 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 6996--><p class="noindent" > +</p><!--l. 7497--><p class="noindent" > This is a shortcut for -</p><!--l. 6998--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7499--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\acrfullfmt</span><span class="cmtt-9"> </span></span><a - id="dx1-56061"></a> <span + id="dx1-59061"></a> <span class="cmtt-10">\acrfullfmt{</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -14379,7 +15220,7 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7000--><p class="noindent" > +</p><!--l. 7501--><p class="noindent" > which by default does </p><div class="alltt"> <div class="obeylines-v"> <span @@ -14406,26 +15247,26 @@ class="cmtt-10">}</span><span class="cmsy-10">}</span> </div> </div> where -<!--l. 7008--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +<!--l. 7509--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\acrfullformat</span><span class="cmtt-9"> </span></span><a - id="dx1-56062"></a> <span + id="dx1-59062"></a> <span class="cmtt-10">\acrfullformat{</span>⟨<span class="cmitt-10">long</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">short</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7010--><p class="noindent" > +</p><!--l. 7511--><p class="noindent" > by default does ⟨<span class="cmti-10">long</span>⟩ (⟨<span class="cmti-10">short</span>⟩). (For further details of these format commands see the documented code, <span class="cmtt-10">glossaries-code.pdf</span>.) -</p><!--l. 7016--><p class="indent" > There are also analogous upper case variants: -</p><!--l. 7017--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7517--><p class="indent" > There are also analogous upper case variants: +</p><!--l. 7518--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Acrfull</span><span class="cmtt-9"> </span></span><a - id="dx1-56063"></a> <span + id="dx1-59063"></a> <span class="cmtt-10">\Acrfull[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -14435,11 +15276,11 @@ class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 7019--><p class="noindent" > -</p><!--l. 7020--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7520--><p class="noindent" > +</p><!--l. 7521--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\ACRfull</span><span class="cmtt-9"> </span></span><a - id="dx1-56064"></a> <span + id="dx1-59064"></a> <span class="cmtt-10">\ACRfull[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -14447,12 +15288,12 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 7022--><p class="noindent" > +</p><!--l. 7523--><p class="noindent" > and plural versions: -</p><!--l. 7024--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7525--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\acrfullpl</span><span class="cmtt-9"> </span></span><a - id="dx1-56065"></a> <span + id="dx1-59065"></a> <span class="cmtt-10">\acrfullpl[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -14460,11 +15301,11 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 7026--><p class="noindent" > -</p><!--l. 7027--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7527--><p class="noindent" > +</p><!--l. 7528--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Acrfullpl</span><span class="cmtt-9"> </span></span><a - id="dx1-56066"></a> <span + id="dx1-59066"></a> <span class="cmtt-10">\Acrfullpl[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -14472,11 +15313,11 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 7029--><p class="noindent" > -</p><!--l. 7030--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7530--><p class="noindent" > +</p><!--l. 7531--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\ACRfullpl</span><span class="cmtt-9"> </span></span><a - id="dx1-56067"></a> <span + id="dx1-59067"></a> <span class="cmtt-10">\ACRfullpl[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -14484,18 +15325,18 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 7032--><p class="noindent" > -</p><!--l. 7034--><p class="indent" > If you find the above commands too cumbersome to write, you can use the +</p><!--l. 7533--><p class="noindent" > +</p><!--l. 7535--><p class="indent" > If you find the above commands too cumbersome to write, you can use the <span class="cmss-10">shortcuts</span><a - id="dx1-56068"></a> package option to activate the shorter command names listed in + id="dx1-59068"></a> package option to activate the shorter command names listed in <a href="#tab:shortcuts">table 13.1</a>. </p> <div class="table"> -<!--l. 7038--><p class="indent" > <a +<!--l. 7539--><p class="indent" > <a id="tab:shortcuts"></a></p><hr class="float" /><div class="float" > @@ -14503,7 +15344,7 @@ href="#tab:shortcuts">table 13.1</a>. <div class="caption" ><span class="id">Table 13.1: </span><span class="content">Synonyms provided by the package option <span -class="cmss-10">shortcuts</span></span></div><!--tex4ht:label?: x1-560691 --> +class="cmss-10">shortcuts</span></span></div><!--tex4ht:label?: x1-590691 --> <div class="tabular"> <table id="TBL-7" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-7-1g"><col @@ -14518,280 +15359,280 @@ class="cmbx-10">Equivalent Command </span></td> style="vertical-align:baseline;" id="TBL-7-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-2-1" class="td11"> <span class="cmtt-10">\acs</span><a - id="dx1-56070"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-2-2" + id="dx1-59070"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-2-2" class="td11"> <span class="cmtt-10">\acrshort</span><a - id="dx1-56071"></a> </td> + id="dx1-59071"></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-3-1" class="td11"> <span class="cmtt-10">\Acs</span><a - id="dx1-56072"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-3-2" + id="dx1-59072"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-3-2" class="td11"> <span class="cmtt-10">\Acrshort</span><a - id="dx1-56073"></a> </td> + id="dx1-59073"></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-4-1" class="td11"> <span class="cmtt-10">\acsp</span><a - id="dx1-56074"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-4-2" + id="dx1-59074"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-4-2" class="td11"> <span class="cmtt-10">\acrshortpl</span><a - id="dx1-56075"></a> </td> + id="dx1-59075"></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-5-1" class="td11"> <span class="cmtt-10">\Acsp</span><a - id="dx1-56076"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-5-2" + id="dx1-59076"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-5-2" class="td11"> <span class="cmtt-10">\Acrshortpl</span><a - id="dx1-56077"></a> </td> + id="dx1-59077"></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-6-1" class="td11"> <span class="cmtt-10">\acl</span><a - id="dx1-56078"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-6-2" + id="dx1-59078"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-6-2" class="td11"> <span class="cmtt-10">\acrlong</span><a - id="dx1-56079"></a> </td> + id="dx1-59079"></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-7-1" class="td11"> <span class="cmtt-10">\Acl</span><a - id="dx1-56080"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-7-2" + id="dx1-59080"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-7-2" class="td11"> <span class="cmtt-10">\Acrlong</span><a - id="dx1-56081"></a> </td> + id="dx1-59081"></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-8-1" class="td11"> <span class="cmtt-10">\aclp</span><a - id="dx1-56082"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-8-2" + id="dx1-59082"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-8-2" class="td11"> <span class="cmtt-10">\acrlongpl</span><a - id="dx1-56083"></a> </td> + id="dx1-59083"></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-9-1" class="td11"> <span class="cmtt-10">\Aclp</span><a - id="dx1-56084"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-9-2" + id="dx1-59084"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-9-2" class="td11"> <span class="cmtt-10">\Acrlongpl</span><a - id="dx1-56085"></a> </td> + id="dx1-59085"></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-10-1" class="td11"> <span class="cmtt-10">\acf</span><a - id="dx1-56086"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-10-2" + id="dx1-59086"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-10-2" class="td11"> <span class="cmtt-10">\acrfull</span><a - id="dx1-56087"></a> </td> + id="dx1-59087"></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-11-1" class="td11"> <span class="cmtt-10">\Acf</span><a - id="dx1-56088"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-11-2" + id="dx1-59088"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-11-2" class="td11"> <span class="cmtt-10">\Acrfull</span><a - id="dx1-56089"></a> </td> + id="dx1-59089"></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-12-1" class="td11"> <span class="cmtt-10">\acfp</span><a - id="dx1-56090"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-12-2" + id="dx1-59090"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-12-2" class="td11"> <span class="cmtt-10">\acrfullpl</span><a - id="dx1-56091"></a> </td> + id="dx1-59091"></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-13-1" class="td11"> <span class="cmtt-10">\Acfp</span><a - id="dx1-56092"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-13-2" + id="dx1-59092"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-13-2" class="td11"> <span class="cmtt-10">\Acrfullpl</span><a - id="dx1-56093"></a> </td> + id="dx1-59093"></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-14-1" class="td11"> <span class="cmtt-10">\ac</span><a - id="dx1-56094"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-14-2" + id="dx1-59094"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-14-2" class="td11"> <span class="cmtt-10">\gls</span><a - id="dx1-56095"></a> </td> + id="dx1-59095"></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-15-1" class="td11"> <span class="cmtt-10">\Ac</span><a - id="dx1-56096"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-15-2" + id="dx1-59096"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-15-2" class="td11"> <span class="cmtt-10">\Gls</span><a - id="dx1-56097"></a> </td> + id="dx1-59097"></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-16-1" class="td11"> <span class="cmtt-10">\acp</span><a - id="dx1-56098"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-16-2" + id="dx1-59098"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-16-2" class="td11"> <span class="cmtt-10">\glspl</span><a - id="dx1-56099"></a> </td> + id="dx1-59099"></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-17-1" class="td11"> <span class="cmtt-10">\Acp</span><a - id="dx1-56100"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-17-2" + id="dx1-59100"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-17-2" class="td11"> <span class="cmtt-10">\Glspl</span><a - id="dx1-56101"></a> </td></tr></table> + id="dx1-59101"></a> </td></tr></table> </div> </div><hr class="endfloat" /> </div> -<!--l. 7064--><p class="indent" > It is also possible to access the long and short forms without adding information to +<!--l. 7565--><p class="indent" > It is also possible to access the long and short forms without adding information to the glossary using commands analogous to <span class="cmtt-10">\glsentrytext</span><a - id="dx1-56102"></a> (described in <a + id="dx1-59102"></a> (described in <a href="#sec:glsnolink"><span class="cmsy-10">§</span>9 </a><a href="#sec:glsnolink">Using Glossary Terms Without Links<!--tex4ht:ref: sec:glsnolink --></a>). -</p><!--l. 7068--><p class="indent" > <div class="important" title="Important Note"> The commands that convert the first letter to upper case come with the same +</p><!--l. 7569--><p class="indent" > <div class="important" title="Important Note"> The commands that convert the first letter to upper case come with the same caveats as those for analogous commands like <span class="cmtt-10">\Glsentrytext</span><a - id="dx1-56103"></a> (non-expandable, + id="dx1-59103"></a> (non-expandable, can’t be used in PDF bookmarks, care needs to be taken if the first letter is an accented character etc). See <a href="#sec:glsnolink"><span class="cmsy-10">§</span>9 </a><a href="#sec:glsnolink">Using Glossary Terms Without Links<!--tex4ht:ref: sec:glsnolink --></a>. </div> -</p><!--l. 7074--><p class="noindent" > -</p><!--l. 7076--><p class="indent" > The long form can be accessed using: -</p><!--l. 7077--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7575--><p class="noindent" > +</p><!--l. 7577--><p class="indent" > The long form can be accessed using: +</p><!--l. 7578--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentrylong</span><span class="cmtt-9"> </span></span><a - id="dx1-56104"></a> <span + id="dx1-59104"></a> <span class="cmtt-10">\glsentrylong{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7079--><p class="noindent" > +</p><!--l. 7580--><p class="noindent" > or, with the first letter converted to upper case: -</p><!--l. 7081--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7582--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentrylong</span><span class="cmtt-9"> </span></span><a - id="dx1-56105"></a> <span + id="dx1-59105"></a> <span class="cmtt-10">\Glsentrylong{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7083--><p class="noindent" > +</p><!--l. 7584--><p class="noindent" > Plural forms: -</p><!--l. 7085--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7586--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentrylongpl</span><span class="cmtt-9"> </span></span><a - id="dx1-56106"></a> <span + id="dx1-59106"></a> <span class="cmtt-10">\glsentrylongpl{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7087--><p class="noindent" > -</p><!--l. 7088--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7588--><p class="noindent" > +</p><!--l. 7589--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentrylongpl</span><span class="cmtt-9"> </span></span><a - id="dx1-56107"></a> <span + id="dx1-59107"></a> <span class="cmtt-10">\Glsentrylongpl{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7090--><p class="noindent" > -</p><!--l. 7092--><p class="indent" > Similarly, to access the short form: -</p><!--l. 7093--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7591--><p class="noindent" > +</p><!--l. 7593--><p class="indent" > Similarly, to access the short form: +</p><!--l. 7594--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentryshort</span><span class="cmtt-9"> </span></span><a - id="dx1-56108"></a> <span + id="dx1-59108"></a> <span class="cmtt-10">\glsentryshort{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7095--><p class="noindent" > +</p><!--l. 7596--><p class="noindent" > or, with the first letter converted to upper case: -</p><!--l. 7097--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7598--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentryshort</span><span class="cmtt-9"> </span></span><a - id="dx1-56109"></a> <span + id="dx1-59109"></a> <span class="cmtt-10">\Glsentryshort{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7099--><p class="noindent" > +</p><!--l. 7600--><p class="noindent" > Plural forms: -</p><!--l. 7101--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7602--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentryshortpl</span><span class="cmtt-9"> </span></span><a - id="dx1-56110"></a> <span + id="dx1-59110"></a> <span class="cmtt-10">\glsentryshortpl{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7103--><p class="noindent" > -</p><!--l. 7104--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7604--><p class="noindent" > +</p><!--l. 7605--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentryshortpl</span><span class="cmtt-9"> </span></span><a - id="dx1-56111"></a> <span + id="dx1-59111"></a> <span class="cmtt-10">\Glsentryshortpl{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7106--><p class="noindent" > -</p><!--l. 7108--><p class="indent" > And the full form can be obtained using: -</p><!--l. 7109--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7607--><p class="noindent" > +</p><!--l. 7609--><p class="indent" > And the full form can be obtained using: +</p><!--l. 7610--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentryfull</span><span class="cmtt-9"> </span></span><a - id="dx1-56112"></a> <span + id="dx1-59112"></a> <span class="cmtt-10">\glsentryfull{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7111--><p class="noindent" > -</p><!--l. 7112--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7612--><p class="noindent" > +</p><!--l. 7613--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentryfull</span><span class="cmtt-9"> </span></span><a - id="dx1-56113"></a> <span + id="dx1-59113"></a> <span class="cmtt-10">\Glsentryfull{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7114--><p class="noindent" > -</p><!--l. 7115--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7615--><p class="noindent" > +</p><!--l. 7616--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentryfullpl</span><span class="cmtt-9"> </span></span><a - id="dx1-56114"></a> <span + id="dx1-59114"></a> <span class="cmtt-10">\glsentryfullpl{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7117--><p class="noindent" > -</p><!--l. 7118--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7618--><p class="noindent" > +</p><!--l. 7619--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentryfullpl</span><span class="cmtt-9"> </span></span><a - id="dx1-56115"></a> <span + id="dx1-59115"></a> <span class="cmtt-10">\Glsentryfullpl{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7120--><p class="noindent" > +</p><!--l. 7621--><p class="noindent" > These again use <span class="cmtt-10">\acrfullformat</span><a - id="dx1-56116"></a> by default, but the format may be redefined by the + id="dx1-59116"></a> by default, but the format may be redefined by the acronym style. </p> -<!--l. 7124--><p class="noindent" ><a +<!--l. 7625--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">13.1 </span> <a id="sec:setacronymstyle"></a>Changing the Acronym Style</h3> -<!--l. 7127--><p class="noindent" >It may be that the default style doesn’t suit your requirements in which case you can +<!--l. 7628--><p class="noindent" >It may be that the default style doesn’t suit your requirements in which case you can switch to another styles using -</p><!--l. 7129--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7630--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\setacronymstyle</span><span class="cmtt-9"> </span></span><a - id="dx1-57001"></a> <span + id="dx1-60001"></a> <span class="cmtt-10">\setacronymstyle{</span>⟨<span class="cmitt-10">style name</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7131--><p class="noindent" > +</p><!--l. 7632--><p class="noindent" > where ⟨<span class="cmti-10">style name</span>⟩ is the name of the required style. -</p><!--l. 7134--><p class="indent" > <div class="important" title="Important Note"> You must use <span +</p><!--l. 7635--><p class="indent" > <div class="important" title="Important Note"> You must use <span class="cmtt-10">\setacronymstyle </span><span class="cmti-10">before </span>you define the acronyms with <span @@ -14800,201 +15641,203 @@ use <span class="cmtt-10">\setacronymstyle </span><span class="cmti-10">after </span>using <span class="cmtt-10">\DeclareAcronymList</span>. </div> -</p><!--l. 7139--><p class="noindent" > -</p><!--l. 7141--><p class="indent" > Note that unlike the default behaviour of <span +</p><!--l. 7640--><p class="noindent" > +</p><!--l. 7642--><p class="indent" > Note that unlike the default behaviour of <span class="cmtt-10">\newacronym</span>, the styles used via <span class="cmtt-10">\setacronymstyle </span>don’t use the <span class="cmss-10">first</span><a - id="dx1-57002"></a> or <span + id="dx1-60002"></a> or <span class="cmss-10">text</span><a - id="dx1-57003"></a> keys, but instead they use + id="dx1-60003"></a> keys, but instead they use <span class="cmtt-10">\defglsentryfmt</span><a - id="dx1-57004"></a> to set a custom format that uses the <span + id="dx1-60004"></a> to set a custom format that uses the <span class="cmss-10">long</span><a - id="dx1-57005"></a> and <span + id="dx1-60005"></a> and <span class="cmss-10">short</span><a - id="dx1-57006"></a> keys (or their + id="dx1-60006"></a> keys (or their plural equivalents). This means that these styles cope better with plurals that aren’t formed by simply appending the singular form with the letter “s”. In fact, most of the predefined styles use <span class="cmtt-10">\glsgenacfmt</span><a - id="dx1-57007"></a> and modify the definitions of commands like + id="dx1-60007"></a> and modify the definitions of commands like <span class="cmtt-10">\genacrfullformat</span><a - id="dx1-57008"></a>. -</p><!--l. 7151--><p class="indent" > Note that when you use <span + id="dx1-60008"></a>. +</p><!--l. 7652--><p class="indent" > Note that when you use <span class="cmtt-10">\setacronymstyle </span>the <span class="cmss-10">name</span><a - id="dx1-57009"></a> key is set to -</p><!--l. 7153--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-60009"></a> key is set to +</p><!--l. 7654--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\acronymentry</span><span class="cmtt-9"> </span></span><a - id="dx1-57010"></a> <span + id="dx1-60010"></a> <span class="cmtt-10">\acronymentry{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7155--><p class="noindent" > +</p><!--l. 7656--><p class="noindent" > and the <span class="cmss-10">sort</span><a - id="dx1-57011"></a> key is set to -</p><!--l. 7157--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-60011"></a> key is set to +</p><!--l. 7658--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\acronymsort</span><span class="cmtt-9"> </span></span><a - id="dx1-57012"></a> <span + id="dx1-60012"></a> <span class="cmtt-10">\acronymsort{</span>⟨<span class="cmitt-10">short</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">long</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7159--><p class="noindent" > +</p><!--l. 7660--><p class="noindent" > These commands are redefined by the acronym styles. However, you can redefine them again after the style has been set but before you use <span class="cmtt-10">\newacronym</span>. Protected expansion is performed on <span class="cmtt-10">\acronymsort </span>when the entry is defined. -</p><!--l. 7165--><p class="noindent" > +</p><!--l. 7666--><p class="noindent" > </p> -<!--l. 7165--><p class="noindent" ><a +<!--l. 7666--><p class="noindent" ><a href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">13.1.1 </span> <a id="sec:predefinedacrstyles"></a>Predefined Acronym Styles</h4> -<!--l. 7168--><p class="noindent" >The <span +<!--l. 7669--><p class="noindent" >The <span class="cmss-10">glossaries </span>package provides a number of predefined styles. These styles apply -</p><!--l. 7170--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7671--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\firstacronymfont</span><span class="cmtt-9"> </span></span><a - id="dx1-58001"></a> <span + id="dx1-61001"></a> <span class="cmtt-10">\firstacronymfont{</span>⟨<span class="cmitt-10">text</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7172--><p class="noindent" > +</p><!--l. 7673--><p class="noindent" > to the short form on first use and -</p><!--l. 7174--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7675--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\acronymfont</span><span class="cmtt-9"> </span></span><a - id="dx1-58002"></a> <span + id="dx1-61002"></a> <span class="cmtt-10">\acronymfont{</span>⟨<span class="cmitt-10">text</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7176--><p class="noindent" > +</p><!--l. 7677--><p class="noindent" > on subsequent use. The styles modify the definition of <span class="cmtt-10">\acronymfont </span>as required, but <span class="cmtt-10">\firstacronymfont</span><a - id="dx1-58003"></a> is only set once by the package when it’s loaded. By default + id="dx1-61003"></a> is only set once by the package when it’s loaded. By default <span class="cmtt-10">\firstacronymfont</span><a - id="dx1-58004"></a><span + id="dx1-61004"></a><span class="cmtt-10">{</span>⟨<span class="cmti-10">text</span>⟩<span class="cmtt-10">} </span>is the same as <span class="cmtt-10">\acronymfont</span><a - id="dx1-58005"></a><span + id="dx1-61005"></a><span class="cmtt-10">{</span>⟨<span class="cmti-10">text</span>⟩<span class="cmtt-10">}</span>. If you want the short form displayed differently on first use, you can redefine <span class="cmtt-10">\firstacronymfont</span><a - id="dx1-58006"></a> + id="dx1-61006"></a> independently of the acronym style. -</p><!--l. 7186--><p class="indent" > The predefined styles that contain <span +</p><!--l. 7687--><p class="indent" > The predefined styles that contain <span class="cmtt-10">sc </span>in their name (for example <span class="cmss-10">long-sc-short</span><a - id="dx1-58007"></a>) + id="dx1-61007"></a>) redefine <span class="cmtt-10">\acronymfont </span>to use <span class="cmtt-10">\textsc</span><a - id="dx1-58008"></a>, which means that the short form needs to be + id="dx1-61008"></a>, which means that the short form needs to be specified in lower case. -</p><!--l. 7192--><p class="indent" > <a +</p><!--l. 7693--><p class="indent" > <a id="boldsc"></a> -</p><!--l. 7193--><p class="indent" > <div class="important" title="Important Note">Some fonts don’t support bold smallcaps, so you may need to redefine +</p><!--l. 7694--><p class="indent" > <div class="important" title="Important Note">Some fonts don’t support bold smallcaps, so you may need to redefine <span class="cmtt-10">\glsnamefont</span><a - id="dx1-58009"></a> (see <a + id="dx1-61009"></a> (see <a href="#sec:printglossary"><span class="cmsy-10">§</span>10 </a><a href="#sec:printglossary">Displaying a glossary<!--tex4ht:ref: sec:printglossary --></a>) to switch to medium weight if you are using a glossary style that displays entry names in bold and you have chosen an acronym style that uses <span class="cmtt-10">\textsc</span><a - id="dx1-58010"></a>. </div> -</p><!--l. 7199--><p class="noindent" > -</p><!--l. 7201--><p class="indent" > The predefined styles that contain <span + id="dx1-61010"></a>. </div> +</p><!--l. 7700--><p class="noindent" > +</p><!--l. 7702--><p class="indent" > The predefined styles that contain <span class="cmtt-10">sm </span>in their name (for example <span class="cmss-10">long-sm-short</span><a - id="dx1-58011"></a>) + id="dx1-61011"></a>) redefine <span class="cmtt-10">\acronymfont </span>to use <span class="cmtt-10">\textsmaller</span><a - id="dx1-58012"></a>. -</p><!--l. 7205--><p class="indent" > <a + id="dx1-61012"></a>. +</p><!--l. 7706--><p class="indent" > <a id="smaller"></a> -</p><!--l. 7206--><p class="indent" > <div class="important" title="Important Note"> Note that the <span +</p><!--l. 7707--><p class="indent" > <div class="important" title="Important Note"> Note that the <span class="cmss-10">glossaries </span>package doesn’t define or load any package that defines <span class="cmtt-10">\textsmaller</span><a - id="dx1-58013"></a>. If you use one of the acronym styles that set <span + id="dx1-61013"></a>. If you use one of the acronym styles that set <span class="cmtt-10">\acronymfont</span><a - id="dx1-58014"></a> to + id="dx1-61014"></a> to <span class="cmtt-10">\textsmaller </span>you must explicitly load the <span class="cmss-10">relsize</span><a - id="dx1-58015"></a> package or otherwise define + id="dx1-61015"></a> package or otherwise define <span class="cmtt-10">\textsmaller</span>. </div> -</p><!--l. 7212--><p class="noindent" > -</p><!--l. 7214--><p class="indent" > The remaining predefined styles redefine <span +</p><!--l. 7713--><p class="noindent" > +</p><!--l. 7715--><p class="indent" > The remaining predefined styles redefine <span class="cmtt-10">\acronymfont{</span>⟨<span class="cmti-10">text</span>⟩<span class="cmtt-10">} </span>to simply do its argument ⟨<span class="cmti-10">text</span>⟩. -</p><!--l. 7217--><p class="indent" > <div class="important" title="Important Note"> In most cases, the predefined styles adjust <span +</p><!--l. 7718--><p class="indent" > <div class="important" title="Important Note"> In most cases, the predefined styles adjust <span class="cmtt-10">\acrfull</span><a - id="dx1-58016"></a> and <span + id="dx1-61016"></a> and <span class="cmtt-10">\glsentryfull</span><a - id="dx1-58017"></a> (and + id="dx1-61017"></a> (and their plural and upper case variants) to reflect the style. The only exceptions to this are the <span class="cmss-10">dua</span><a - id="dx1-58018"></a> and <span + id="dx1-61018"></a> and <span class="cmss-10">footnote</span><a - id="dx1-58019"></a> styles (and their variants). </div> -</p><!--l. 7222--><p class="noindent" > -</p><!--l. 7224--><p class="indent" > The following styles are supplied by the <span + id="dx1-61019"></a> styles (and their variants). </div> +</p><!--l. 7723--><p class="noindent" > +</p><!--l. 7725--><p class="indent" > The following styles are supplied by the <span class="cmss-10">glossaries </span>package: </p> <ul class="itemize1"> <li class="itemize"><span class="cmss-10">long-short</span><a - id="dx1-58020"></a>, <span + id="dx1-61020"></a>, <span class="cmss-10">long-sc-short</span><a - id="dx1-58021"></a>, <span + id="dx1-61021"></a>, <span class="cmss-10">long-sm-short</span><a - id="dx1-58022"></a>: - <!--l. 7230--><p class="noindent" >With these three styles, acronyms are displayed in the form - </p><!--l. 7232--><p class="noindent" ><hr><div title="Definition">⟨<span + id="dx1-61022"></a>, <span +class="cmss-10">long-sp-short</span><a + id="dx1-61023"></a>: + <!--l. 7731--><p class="noindent" >With these three styles, acronyms are displayed in the form + </p><!--l. 7733--><p class="noindent" ><hr><div title="Definition">⟨<span class="cmitt-10">long</span>⟩ <span class="cmtt-10">(\firstacronymfont</span><a - id="dx1-58023"></a><span + id="dx1-61024"></a><span class="cmtt-10">{</span>⟨<span class="cmitt-10">short</span>⟩<span class="cmtt-10">}) </span></div><hr> - </p><!--l. 7233--><p class="noindent" > + </p><!--l. 7734--><p class="noindent" > on first use and - </p><!--l. 7236--><p class="noindent" ><hr><div title="Definition"><span + </p><!--l. 7737--><p class="noindent" ><hr><div title="Definition"><span class="cmtt-10">\acronymfont</span><a - id="dx1-58024"></a><span + id="dx1-61025"></a><span class="cmtt-10">{</span>⟨<span class="cmitt-10">short</span>⟩<span class="cmtt-10">} </span></div><hr> - </p><!--l. 7237--><p class="noindent" > + </p><!--l. 7738--><p class="noindent" > on subsequent use. They also set <span class="cmtt-10">\acronymsort{</span>⟨<span class="cmti-10">short</span>⟩<span @@ -15010,33 +15853,59 @@ class="cmtt-10">} </span>is set to just the short form (enclosed in <span class="cmtt-10">\acronymfont</span>) and the <span class="cmss-10">description</span><a - id="dx1-58025"></a> key is set to the long + id="dx1-61026"></a> key is set to the long form. + </p><!--l. 7746--><p class="noindent" >The <span +class="cmss-10">long-sp-short</span><a + id="dx1-61027"></a> style was introduced in version 4.16 and uses + </p><!--l. 7748--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span +class="cmtt-9">\glsacspace</span><span +class="cmtt-9"> </span></span><a + id="dx1-61028"></a> <span +class="cmtt-10">\glsacspace{</span>⟨<span +class="cmitt-10">label</span>⟩<span +class="cmtt-10">} </span></div><hr> + </p><!--l. 7750--><p class="noindent" > + for the space between the long and short forms. This defaults to a non-breakable + space (<span class="obeylines-h"><span class="verb"><span +class="cmtt-10">~</span></span></span>) if (<span +class="cmtt-10">\acronymfont{</span>⟨<span +class="cmti-10">short</span>⟩<span +class="cmtt-10">}</span>) is less than 3em, otherwise it uses a normal + space. This may be redefined as required. For example, to always use + a non-breakable space: + + +</p> + <div class="verbatim" id="verbatim-226"> + \renewcommand*{\glsacspace}[1]{~} +</div> + <!--l. 7758--><p class="nopar" > </p></li> <li class="itemize"><span class="cmss-10">short-long</span><a - id="dx1-58026"></a>, <span + id="dx1-61029"></a>, <span class="cmss-10">sc-short-long</span><a - id="dx1-58027"></a>, <span + id="dx1-61030"></a>, <span class="cmss-10">sm-short-long</span><a - id="dx1-58028"></a>: - <!--l. 7248--><p class="noindent" >These three styles are analogous to the above three styles, except the display + id="dx1-61031"></a>: + <!--l. 7763--><p class="noindent" >These three styles are analogous to the above three styles, except the display order is swapped to - </p><!--l. 7251--><p class="noindent" ><hr><div title="Definition"><span + </p><!--l. 7766--><p class="noindent" ><hr><div title="Definition"><span class="cmtt-10">\firstacronymfont</span><a - id="dx1-58029"></a><span + id="dx1-61032"></a><span class="cmtt-10">{</span>⟨<span class="cmitt-10">short</span>⟩<span class="cmtt-10">} (</span>⟨<span class="cmitt-10">long</span>⟩<span class="cmtt-10">) </span></div><hr> - </p><!--l. 7252--><p class="noindent" > + </p><!--l. 7767--><p class="noindent" > on first use. - </p><!--l. 7255--><p class="noindent" >Note, however, that <span + </p><!--l. 7770--><p class="noindent" >Note, however, that <span class="cmtt-10">\acronymsort</span><a - id="dx1-58030"></a> and <span + id="dx1-61033"></a> and <span class="cmtt-10">\acronymentry</span><a - id="dx1-58031"></a> are the same as for the + id="dx1-61034"></a> are the same as for the ⟨<span class="cmti-10">long</span>⟩ (⟨<span class="cmti-10">short</span>⟩) styles above, so the acronyms are still sorted according to the short @@ -15044,26 +15913,30 @@ class="cmti-10">short</span>⟩) styles above, so the acronyms are still so </p></li> <li class="itemize"><span class="cmss-10">long-short-desc</span><a - id="dx1-58032"></a>, <span + id="dx1-61035"></a>, <span class="cmss-10">long-sc-short-desc</span><a - id="dx1-58033"></a>, <span + id="dx1-61036"></a>, <span class="cmss-10">long-sm-short-desc</span><a - id="dx1-58034"></a>: - <!--l. 7262--><p class="noindent" >These are like the <span + id="dx1-61037"></a>, <span +class="cmss-10">long-sp-short-desc</span><a + id="dx1-61038"></a>: + <!--l. 7777--><p class="noindent" >These are like the <span class="cmss-10">long-short</span><a - id="dx1-58035"></a>, <span + id="dx1-61039"></a>, <span class="cmss-10">long-sc-short</span><a - id="dx1-58036"></a> and <span + id="dx1-61040"></a>, <span class="cmss-10">long-sm-short</span><a - id="dx1-58037"></a> styles described - above, except that the <span + id="dx1-61041"></a> and <span +class="cmss-10">long-sp-short</span><a + id="dx1-61042"></a> styles + described above, except that the <span class="cmss-10">description</span><a - id="dx1-58038"></a> key must be supplied in the optional + id="dx1-61043"></a> key must be supplied in the optional argument of <span class="cmtt-10">\newacronym</span><a - id="dx1-58039"></a>. They also redefine <span + id="dx1-61044"></a>. They also redefine <span class="cmtt-10">\acronymentry</span><a - id="dx1-58040"></a> to <span + id="dx1-61045"></a> to <span class="cmtt-10">{</span>⟨<span class="cmti-10">long</span>⟩<span class="cmtt-10">}</span> @@ -15072,7 +15945,7 @@ class="cmtt-10">\acronymfont{</span>⟨<span class="cmti-10">short</span>⟩<span class="cmtt-10">}</span>) and redefine <span class="cmtt-10">\acronymsort</span><a - id="dx1-58041"></a><span + id="dx1-61046"></a><span class="cmtt-10">{</span>⟨<span class="cmti-10">short</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -15084,218 +15957,218 @@ class="cmti-10">long</span>⟩. the short form in parentheses. I recommend you use a glossary style such as <span class="cmss-10">altlist</span><a - id="dx1-58042"></a> with these acronym styles to allow for the long name + id="dx1-61047"></a> with these acronym styles to allow for the long name field. </p></li> <li class="itemize"><span class="cmss-10">short-long-desc</span><a - id="dx1-58043"></a>, <span + id="dx1-61048"></a>, <span class="cmss-10">sc-short-long-desc</span><a - id="dx1-58044"></a>, <span + id="dx1-61049"></a>, <span class="cmss-10">sm-short-long-desc</span><a - id="dx1-58045"></a>: - <!--l. 7277--><p class="noindent" >These styles are analogous to the above three styles, but the first use display + id="dx1-61050"></a>: + <!--l. 7792--><p class="noindent" >These styles are analogous to the above three styles, but the first use display style is: - </p><!--l. 7280--><p class="noindent" ><hr><div title="Definition"><span + </p><!--l. 7795--><p class="noindent" ><hr><div title="Definition"><span class="cmtt-10">\firstacronymfont{</span>⟨<span class="cmitt-10">short</span>⟩<span class="cmtt-10">} (</span>⟨<span class="cmitt-10">long</span>⟩<span class="cmtt-10">) </span></div><hr> - </p><!--l. 7281--><p class="noindent" > + </p><!--l. 7796--><p class="noindent" > The definitions of <span class="cmtt-10">\acronymsort </span>and <span class="cmtt-10">\acronymentry </span>are the same as those for <span class="cmss-10">long-short-desc</span><a - id="dx1-58046"></a> etc. + id="dx1-61051"></a> etc. </p></li> <li class="itemize"><span class="cmss-10">dua</span><a - id="dx1-58047"></a>, <span + id="dx1-61052"></a>, <span class="cmss-10">dua-desc</span><a - id="dx1-58048"></a>: - <!--l. 7287--><p class="noindent" >With these styles, the <a -href="#x1-420006.1"><span + id="dx1-61053"></a>: + + + <!--l. 7802--><p class="noindent" >With these styles, the <a +href="#x1-450006.1"><span class="cmtt-10">\gls</span>-like</a> commands always display the long form regardless of whether the entry has been used or not. However, <span class="cmtt-10">\acrfull</span><a - id="dx1-58049"></a> and + id="dx1-61054"></a> and <span class="cmtt-10">\glsentryfull</span><a - id="dx1-58050"></a> will display ⟨<span + id="dx1-61055"></a> will display ⟨<span class="cmti-10">long</span>⟩ (<span class="cmtt-10">\acronymfont{</span>⟨<span class="cmti-10">short</span>⟩<span class="cmtt-10">}</span>). In the case of <span class="cmss-10">dua</span><a - id="dx1-58051"></a>, the + id="dx1-61056"></a>, the <span class="cmss-10">name</span><a - id="dx1-58052"></a> and <span + id="dx1-61057"></a> and <span class="cmss-10">sort</span><a - id="dx1-58053"></a> keys are set to the short form and the description is set to the - - + id="dx1-61058"></a> keys are set to the short form and the description is set to the long form. In the case of <span class="cmss-10">dua-desc</span><a - id="dx1-58054"></a>, the <span + id="dx1-61059"></a>, the <span class="cmss-10">name</span><a - id="dx1-58055"></a> and <span + id="dx1-61060"></a> and <span class="cmss-10">sort</span><a - id="dx1-58056"></a> keys are set to the + id="dx1-61061"></a> keys are set to the long form and the description is supplied in the optional argument of <span class="cmtt-10">\newacronym</span><a - id="dx1-58057"></a>. + id="dx1-61062"></a>. </p></li> <li class="itemize"><span class="cmss-10">footnote</span><a - id="dx1-58058"></a>, <span + id="dx1-61063"></a>, <span class="cmss-10">footnote-sc</span><a - id="dx1-58059"></a>, <span + id="dx1-61064"></a>, <span class="cmss-10">footnote-sm</span><a - id="dx1-58060"></a>: - <!--l. 7299--><p class="noindent" >With these three styles, on first use the <a -href="#x1-420006.1"><span + id="dx1-61065"></a>: + <!--l. 7814--><p class="noindent" >With these three styles, on first use the <a +href="#x1-450006.1"><span class="cmtt-10">\gls</span>-like</a> commands display: - </p><!--l. 7301--><p class="noindent" ><hr><div title="Definition"><span + </p><!--l. 7816--><p class="noindent" ><hr><div title="Definition"><span class="cmtt-10">\firstacronymfont{</span>⟨<span class="cmitt-10">short</span>⟩<span class="cmtt-10">}\footnote</span><a - id="dx1-58061"></a><span + id="dx1-61066"></a><span class="cmtt-10">{</span>⟨<span class="cmitt-10">long</span>⟩<span class="cmtt-10">} </span></div><hr> - </p><!--l. 7302--><p class="noindent" > + </p><!--l. 7817--><p class="noindent" > However, <span class="cmtt-10">\acrfull</span><a - id="dx1-58062"></a> and <span + id="dx1-61067"></a> and <span class="cmtt-10">\glsentryfull</span><a - id="dx1-58063"></a> are set to <span + id="dx1-61068"></a> are set to <span class="cmtt-10">\acronymfont{</span>⟨<span class="cmti-10">short</span>⟩<span class="cmtt-10">} </span>(⟨<span class="cmti-10">long</span>⟩). On subsequent use the display is: - </p><!--l. 7306--><p class="noindent" ><hr><div title="Definition"><span + </p><!--l. 7821--><p class="noindent" ><hr><div title="Definition"><span class="cmtt-10">\acronymfont{</span>⟨<span class="cmitt-10">short</span>⟩<span class="cmtt-10">} </span></div><hr> - </p><!--l. 7307--><p class="noindent" > + </p><!--l. 7822--><p class="noindent" > The <span class="cmss-10">sort</span><a - id="dx1-58064"></a> and <span + id="dx1-61069"></a> and <span class="cmss-10">name</span><a - id="dx1-58065"></a> keys are set to the short form, and the <span + id="dx1-61070"></a> keys are set to the short form, and the <span class="cmss-10">description</span><a - id="dx1-58066"></a> is set to the + id="dx1-61071"></a> is set to the long form. - </p><!--l. 7312--><p class="noindent" ><div class="important" title="Important Note"> In order to avoid nested hyperlinks on <a + </p><!--l. 7827--><p class="noindent" ><div class="important" title="Important Note"> In order to avoid nested hyperlinks on <a href="#glo:firstuse">first use</a> the footnote styles automatically implement <span class="cmss-10">hyperfirst=false</span><a - id="dx1-58067"></a> for the acronym lists. </div> - </p><!--l. 7316--><p class="noindent" > + id="dx1-61072"></a> for the acronym lists. </div> + </p><!--l. 7831--><p class="noindent" > </p></li> <li class="itemize"><span class="cmss-10">footnote-desc</span><a - id="dx1-58068"></a>, <span + id="dx1-61073"></a>, <span class="cmss-10">footnote-sc-desc</span><a - id="dx1-58069"></a>, <span + id="dx1-61074"></a>, <span class="cmss-10">footnote-sm-desc</span><a - id="dx1-58070"></a>: - <!--l. 7321--><p class="noindent" >These three styles are similar to the previous three styles, but the description + id="dx1-61075"></a>: + <!--l. 7836--><p class="noindent" >These three styles are similar to the previous three styles, but the description has to be supplied in the optional argument of <span class="cmtt-10">\newacronym</span><a - id="dx1-58071"></a>. The <span + id="dx1-61076"></a>. The <span class="cmss-10">name</span><a - id="dx1-58072"></a> key is + id="dx1-61077"></a> key is set to the long form followed by the short form in parentheses and the <span class="cmss-10">sort</span><a - id="dx1-58073"></a> key is + id="dx1-61078"></a> key is set to the long form. This means that the acronyms will be sorted according to the long form. In addition, since the <span class="cmss-10">name</span><a - id="dx1-58074"></a> will typically be quite wide it’s + id="dx1-61079"></a> will typically be quite wide it’s best to choose a glossary style that can accommodate this, such as <span class="cmss-10">altlist</span><a - id="dx1-58075"></a>. + id="dx1-61080"></a>. </p> </li></ul> <a - id="x1-58076r18"></a> -<!--l. 7332--><p class="noindent" ><span -class="cmbx-12">Example 18</span><span + id="x1-61081r21"></a> +<!--l. 7847--><p class="noindent" ><span +class="cmbx-12">Example 21</span><span class="cmbx-12"> (Adapting a Predefined Acronym Style)</span><a - id="x1-58077"></a> -</p><!--l. 7333--><p class="indent" > Suppose I want to use the <span + id="x1-61082"></a> +</p><!--l. 7848--><p class="indent" > Suppose I want to use the <span class="cmss-10">footnote-sc-desc</span><a - id="dx1-58078"></a> style, but I want the <span + id="dx1-61083"></a> style, but I want the <span class="cmss-10">name</span><a - id="dx1-58079"></a> + id="dx1-61084"></a> key set to the short form followed by the long form in parentheses and the <span class="cmss-10">sort</span><a - id="dx1-58080"></a> key set to the short form. Then I need to specify the <span + id="dx1-61085"></a> key set to the short form. Then I need to specify the <span class="cmss-10">footnote-sc-desc</span><a - id="dx1-58081"></a> + id="dx1-61086"></a> style: </p> - <div class="verbatim" id="verbatim-205"> + <div class="verbatim" id="verbatim-227"> \setacronymstyle{footnote-sc-desc} </div> -<!--l. 7339--><p class="nopar" > and then redefine <span +<!--l. 7854--><p class="nopar" > and then redefine <span class="cmtt-10">\acronymsort</span><a - id="dx1-58082"></a> and <span + id="dx1-61087"></a> and <span class="cmtt-10">\acronymentry</span><a - id="dx1-58083"></a>: + id="dx1-61088"></a>: </p> - <div class="verbatim" id="verbatim-206"> + <div class="verbatim" id="verbatim-228"> \renewcommand*{\acronymsort}[2]{#1}% sort by short form  <br />\renewcommand*{\acronymentry}[1]{%  <br />  \acronymfont{\glsentryshort{#1}}\space (\glsentrylong{#1})}% </div> -<!--l. 7345--><p class="nopar" > (I’ve used <span +<!--l. 7860--><p class="nopar" > (I’ve used <span class="cmtt-10">\space </span>for extra clarity, but you can just use an actual space instead.) -</p><!--l. 7349--><p class="indent" > Since the default Computer Modern fonts don’t support bold smallcaps, I’m also +</p><!--l. 7864--><p class="indent" > Since the default Computer Modern fonts don’t support bold smallcaps, I’m also going to redefine <span class="cmtt-10">\acronymfont</span><a - id="dx1-58084"></a> so that it always switches to medium weight to ensure + id="dx1-61089"></a> so that it always switches to medium weight to ensure the smallcaps setting is used: </p> - <div class="verbatim" id="verbatim-207"> + <div class="verbatim" id="verbatim-229"> \renewcommand*{\acronymfont}[1]{\textmd{\scshape #1}} </div> -<!--l. 7355--><p class="nopar" > This isn’t necessary if you use a font that supports bold smallcaps. -</p><!--l. 7358--><p class="indent" > The sample file <a +<!--l. 7870--><p class="nopar" > This isn’t necessary if you use a font that supports bold smallcaps. +</p><!--l. 7873--><p class="indent" > The sample file <a href="#x1-5027r9"><span class="cmtt-10">sampleFnAcrDesc.tex</span></a> illustrates this example. </p> <div class="center" > -<!--l. 7360--><p class="noindent" > -</p><!--l. 7360--><p class="noindent" >____________________________</p></div> -<!--l. 7362--><p class="noindent" > +<!--l. 7875--><p class="noindent" > +</p><!--l. 7875--><p class="noindent" >____________________________</p></div> +<!--l. 7877--><p class="noindent" > </p> -<!--l. 7362--><p class="noindent" ><a +<!--l. 7877--><p class="noindent" ><a href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">13.1.2 </span> <a id="sec:customacronym"></a>Defining A Custom Acronym Style</h4> -<!--l. 7365--><p class="noindent" >You may find that the predefined acronyms styles that come with the <span +<!--l. 7880--><p class="noindent" >You may find that the predefined acronyms styles that come with the <span class="cmss-10">glossaries</span> package don’t suit your requirements. In this case you can define your own style using: -</p><!--l. 7368--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7883--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\newacronymstyle</span><span class="cmtt-9"> </span></span><a - id="dx1-59001"></a> <span + id="dx1-62001"></a> <span class="cmtt-10">\newacronymstyle{</span>⟨<span class="cmitt-10">style name</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -15304,168 +16177,168 @@ class="cmtt-10">}{</span>⟨<span class="cmitt-10">definitions</span>⟩<span class="cmtt-10">}</span> </div><hr> -</p><!--l. 7370--><p class="noindent" > +</p><!--l. 7885--><p class="noindent" > where ⟨<span class="cmti-10">style name</span>⟩ is the name of the new style (avoid active characters). The second argument, ⟨<span class="cmti-10">display</span>⟩, is equivalent to the mandatory argument of <span class="cmtt-10">\defglsentryfmt</span><a - id="dx1-59002"></a>. + id="dx1-62002"></a>. You can simply use <span class="cmtt-10">\glsgenacfmt</span><a - id="dx1-59003"></a> or you can customize the display using commands + id="dx1-62003"></a> or you can customize the display using commands like <span class="cmtt-10">\ifglsused</span><a - id="dx1-59004"></a>, <span + id="dx1-62004"></a>, <span class="cmtt-10">\glsifplural</span><a - id="dx1-59005"></a> and <span + id="dx1-62005"></a> and <span class="cmtt-10">\glscapscase</span><a - id="dx1-59006"></a>. (See <a + id="dx1-62006"></a>. (See <a href="#sec:glsdisplay"><span class="cmsy-10">§</span>6.3 </a><a href="#sec:glsdisplay">Changing the format of the link text<!--tex4ht:ref: sec:glsdisplay --></a> for further details.) If the style is likely to be used with a mixed glossary (that is entries in that glossary are defined both with <span class="cmtt-10">\newacronym</span><a - id="dx1-59007"></a> and + id="dx1-62007"></a> and <span class="cmtt-10">\newglossaryentry</span><a - id="dx1-59008"></a>) then you can test if the entry is an acronym and use + id="dx1-62008"></a>) then you can test if the entry is an acronym and use <span class="cmtt-10">\glsgenacfmt</span><a - id="dx1-59009"></a> if it is or <span + id="dx1-62009"></a> if it is or <span class="cmtt-10">\glsgenentryfmt</span><a - id="dx1-59010"></a> if it isn’t. For example, the <span + id="dx1-62010"></a> if it isn’t. For example, the <span class="cmss-10">long-short</span><a - id="dx1-59011"></a> style + id="dx1-62011"></a> style sets ⟨<span class="cmti-10">display</span>⟩ as </p> - <div class="verbatim" id="verbatim-208"> + <div class="verbatim" id="verbatim-230"> \ifglshaslong{\glslabel}{\glsgenacfmt}{\glsgenentryfmt}% </div> -<!--l. 7385--><p class="nopar" > (You can use <span +<!--l. 7900--><p class="nopar" > (You can use <span class="cmtt-10">\ifglshasshort</span><a - id="dx1-59012"></a> instead of <span + id="dx1-62012"></a> instead of <span class="cmtt-10">\ifglshaslong</span><a - id="dx1-59013"></a> to test if the entry is an + id="dx1-62013"></a> to test if the entry is an acronym if you prefer.) -</p><!--l. 7389--><p class="indent" > The third argument, ⟨<span +</p><!--l. 7904--><p class="indent" > The third argument, ⟨<span class="cmti-10">definitions</span>⟩, can be used to redefine the commands that affect the display style, such as <span class="cmtt-10">\acronymfont</span><a - id="dx1-59014"></a> or, if ⟨<span + id="dx1-62014"></a> or, if ⟨<span class="cmti-10">display</span>⟩ uses <span class="cmtt-10">\glsgenacfmt</span>, <span class="cmtt-10">\genacrfullformat</span><a - id="dx1-59015"></a> and its variants. -</p><!--l. 7394--><p class="indent" > Note that <span + id="dx1-62015"></a> and its variants. +</p><!--l. 7909--><p class="indent" > Note that <span class="cmtt-10">\setacronymstyle</span><a - id="dx1-59016"></a> redefines <span + id="dx1-62016"></a> redefines <span class="cmtt-10">\glsentryfull</span><a - id="dx1-59017"></a> and <span + id="dx1-62017"></a> and <span class="cmtt-10">\acrfullfmt</span><a - id="dx1-59018"></a> to use + id="dx1-62018"></a> to use <span class="cmtt-10">\genacrfullformat</span><a - id="dx1-59019"></a> (and similarly for the plural and upper case variants). If this + id="dx1-62019"></a> (and similarly for the plural and upper case variants). If this isn’t appropriate for the style (as in the case of styles like <span class="cmss-10">footnote</span><a - id="dx1-59020"></a> and <span + id="dx1-62020"></a> and <span class="cmss-10">dua</span><a - id="dx1-59021"></a>) + id="dx1-62021"></a>) <span class="cmtt-10">\newacronymstyle </span>should redefine these commands within ⟨<span class="cmti-10">definitions</span>⟩. -</p><!--l. 7402--><p class="indent" > Within <span +</p><!--l. 7917--><p class="indent" > Within <span class="cmtt-10">\newacronymstyle</span>’s ⟨<span class="cmti-10">definitions</span>⟩ argument you can also redefine -</p><!--l. 7404--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7919--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\GenericAcronymFields</span><span class="cmtt-9"> </span></span><a - id="dx1-59022"></a> <span + id="dx1-62022"></a> <span class="cmtt-10">\GenericAcronymFields </span></div><hr> -</p><!--l. 7406--><p class="noindent" > +</p><!--l. 7921--><p class="noindent" > This is a list of additional fields to be set in <span class="cmtt-10">\newacronym</span><a - id="dx1-59023"></a>. You can use the + id="dx1-62023"></a>. You can use the following token registers to access the entry label, long form and short form: <span class="marginpar"><span class="cmtt-9">\glslabeltok</span><span class="cmtt-9"> </span></span><a - id="dx1-59024"></a><span + id="dx1-62024"></a><span class="cmtt-10">\glslabeltok</span>, <span class="marginpar"><span class="cmtt-9">\glslongtok</span><span class="cmtt-9"> </span></span><a - id="dx1-59025"></a><span + id="dx1-62025"></a><span class="cmtt-10">\glslongtok </span>and <span class="marginpar"><span class="cmtt-9">\glsshorttok</span><span class="cmtt-9"> </span></span><a - id="dx1-59026"></a><span + id="dx1-62026"></a><span class="cmtt-10">\glsshorttok</span>. As with all <span class="TEX">T<span class="E">E</span>X</span> registers, you can access their values by preceding the register with <span class="cmtt-10">\the</span><a - id="dx1-59027"></a>. For example, the <span + id="dx1-62027"></a>. For example, the <span class="cmss-10">long-short</span><a - id="dx1-59028"></a> style does: + id="dx1-62028"></a> style does: </p> - <div class="verbatim" id="verbatim-209"> + <div class="verbatim" id="verbatim-231"> \renewcommand*{\GenericAcronymFields}{%  <br />   description={\the\glslongtok}}% </div> -<!--l. 7417--><p class="nopar" > which sets the <span +<!--l. 7932--><p class="nopar" > which sets the <span class="cmss-10">description</span><a - id="dx1-59029"></a> field to the long form of the acronym whereas the + id="dx1-62029"></a> field to the long form of the acronym whereas the <span class="cmss-10">long-short-desc</span><a - id="dx1-59030"></a> style does: + id="dx1-62030"></a> style does: </p> - <div class="verbatim" id="verbatim-210"> + <div class="verbatim" id="verbatim-232"> \renewcommand*{\GenericAcronymFields}{}% </div> -<!--l. 7422--><p class="nopar" > since the description needs to be specified by the user. -</p><!--l. 7425--><p class="indent" > It may be that you want to define a new acronym style that’s based on an existing +<!--l. 7937--><p class="nopar" > since the description needs to be specified by the user. +</p><!--l. 7940--><p class="indent" > It may be that you want to define a new acronym style that’s based on an existing style. Within ⟨<span class="cmti-10">display</span>⟩ you can use -</p><!--l. 7428--><p class="indent" > <span class="marginpar"><span +</p><!--l. 7943--><p class="indent" > <span class="marginpar"><span class="cmtt-9">\GlsUseAcrEntryDispStyle</span><span class="cmtt-9"> </span></span><a - id="dx1-59031"></a> -</p><!--l. 7430--><p class="indent" > <hr><div title="Definition"><span + id="dx1-62031"></a> +</p><!--l. 7945--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\GlsUseAcrEntryDispStyle{</span>⟨<span class="cmitt-10">style name</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7431--><p class="noindent" > +</p><!--l. 7946--><p class="noindent" > to use the ⟨<span class="cmti-10">display</span>⟩ definition from the style given by ⟨<span class="cmti-10">style name</span>⟩. Within ⟨<span class="cmti-10">definitions</span>⟩ you can use -</p><!--l. 7434--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 7949--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\GlsUseAcrStyleDefs</span><span class="cmtt-9"> </span></span><a - id="dx1-59032"></a> <span + id="dx1-62032"></a> <span class="cmtt-10">\GlsUseAcrStyleDefs{</span>⟨<span class="cmitt-10">style name</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7436--><p class="noindent" > +</p><!--l. 7951--><p class="noindent" > to use the ⟨<span class="cmti-10">definitions</span>⟩ from the style given by ⟨<span class="cmti-10">style name</span>⟩. For example, the <span class="cmss-10">long-sc-short</span><a - id="dx1-59033"></a> acronym style is based on the <span + id="dx1-62033"></a> acronym style is based on the <span class="cmss-10">long-short</span><a - id="dx1-59034"></a> style with minor modifications + id="dx1-62034"></a> style with minor modifications (remember to use <span class="obeylines-h"><span class="verb"><span class="cmtt-10">##</span></span></span> instead of <span class="obeylines-h"><span class="verb"><span class="cmtt-10">#</span></span></span> within ⟨<span @@ -15473,7 +16346,7 @@ class="cmti-10">definitions</span>⟩): </p> - <div class="verbatim" id="verbatim-211"> + <div class="verbatim" id="verbatim-233"> \newacronymstyle{long-sc-short}%  <br />{% use the same display as "long-short"  <br />  \GlsUseAcrEntryDispStyle{long-short}% @@ -15485,18 +16358,18 @@ class="cmti-10">definitions</span>⟩):  <br />  \renewcommand*{\acrpluralsuffix}{\glstextup{\glspluralsuffix}}%  <br />} </div> -<!--l. 7453--><p class="nopar" > (<span class="marginpar"><span +<!--l. 7968--><p class="nopar" > (<span class="marginpar"><span class="cmtt-9">\glstextup</span><span class="cmtt-9"> </span></span><a - id="dx1-59035"></a><span + id="dx1-62035"></a><span class="cmtt-10">\glstextup </span>is used to cancel the effect of <span class="cmtt-10">\textsc</span><a - id="dx1-59036"></a>. This defaults to + id="dx1-62036"></a>. This defaults to <span class="cmtt-10">\textulc</span><a - id="dx1-59037"></a>, if defined, otherwise <span + id="dx1-62037"></a>, if defined, otherwise <span class="cmtt-10">\textup</span><a - id="dx1-59038"></a>. For example, the plural of <span + id="dx1-62038"></a>. For example, the plural of <span class="cmcsc-10"><span class="small-caps">s</span><span class="small-caps">v</span><span @@ -15512,12 +16385,12 @@ class="small-caps">v</span><span class="small-caps">m</span><span class="small-caps">s</span></span>.) <a - id="x1-59039r19"></a> -</p><!--l. 7459--><p class="noindent" ><span -class="cmbx-12">Example 19</span><span + id="x1-62039r22"></a> +</p><!--l. 7974--><p class="noindent" ><span +class="cmbx-12">Example 22</span><span class="cmbx-12"> (Defining a Custom Acronym Style)</span><a - id="x1-59040"></a> -</p><!--l. 7460--><p class="indent" > Suppose I want my acronym on <a + id="x1-62040"></a> +</p><!--l. 7975--><p class="indent" > Suppose I want my acronym on <a href="#glo:firstuse">first use</a> to have the short form in the text and the long form with the description in a footnote. Suppose also that I want the short form to be put in small caps in the main body of the document, but I @@ -15525,12 +16398,12 @@ want it in normal capitals in the list of acronyms. In my list of acronyms, I want the long form as the name with the short form in brackets followed by the description. That is, in the text I want <span class="cmtt-10">\gls</span><a - id="dx1-59041"></a> on <a + id="dx1-62041"></a> on <a href="#glo:firstuse">first use</a> to display: <spacer type=vertical size=10><span class="obeylines-h"> <br /><span class="cmtt-10">\textsc</span><a - id="dx1-59042"></a><span + id="dx1-62042"></a><span class="cmtt-10">{</span>⟨<span class="cmti-10">abbrv</span>⟩<span class="cmtt-10">}\footnote</span><span class="verb"><span @@ -15542,7 +16415,7 @@ class="cmtt-10">}</span></span> on subsequent use: <spacer type=vertical size=10><span class="obeylines-h"> <br /><span class="cmtt-10">\textsc</span><a - id="dx1-59043"></a><span + id="dx1-62043"></a><span class="cmtt-10">{</span>⟨<span class="cmti-10">abbrv</span>⟩<span class="cmtt-10">}</span> @@ -15553,28 +16426,28 @@ class="cmti-10">long</span>⟩ (⟨<span class="cmti-10">short</span>⟩) ⟨<span class="cmti-10">description</span>⟩ <br /><spacer type=vertical size=10></span> -</p><!--l. 7481--><p class="indent" > Let’s suppose it’s possible that I may have a mixed glossary. I can check this in the +</p><!--l. 7996--><p class="indent" > Let’s suppose it’s possible that I may have a mixed glossary. I can check this in the second argument of <span class="cmtt-10">\newacronymstyle</span><a - id="dx1-59044"></a> using: + id="dx1-62044"></a> using: </p> - <div class="verbatim" id="verbatim-212"> + <div class="verbatim" id="verbatim-234"> \ifglshaslong{\glslabel}{\glsgenacfmt}{\glsgenentryfmt}% </div> -<!--l. 7485--><p class="nopar" > This will use <span +<!--l. 8000--><p class="nopar" > This will use <span class="cmtt-10">\glsgenentryfmt</span><a - id="dx1-59045"></a> if the entry isn’t an acronym, otherwise it will use + id="dx1-62045"></a> if the entry isn’t an acronym, otherwise it will use <span class="cmtt-10">\glsgenacfmt</span><a - id="dx1-59046"></a>. The third argument (⟨<span + id="dx1-62046"></a>. The third argument (⟨<span class="cmti-10">definitions</span>⟩) of <span class="cmtt-10">\newacronymstyle</span><a - id="dx1-59047"></a> needs to + id="dx1-62047"></a> needs to redefine <span class="cmtt-10">\genacrfullformat</span><a - id="dx1-59048"></a> etc so that the <a + id="dx1-62048"></a> etc so that the <a href="#glo:firstuse">first use</a> displays the short form in the text with the long form in a footnote followed by the description. This is done as follows (remember to use <span class="obeylines-h"><span class="verb"><span @@ -15583,7 +16456,7 @@ class="cmtt-10">#</span></span></span>): </p> - <div class="verbatim" id="verbatim-213"> + <div class="verbatim" id="verbatim-235">  % No case change, singular first use:  <br />  \renewcommand*{\genacrfullformat}[2]{%  <br />   \firstacronymfont{\glsentryshort{##1}}##2% @@ -15605,12 +16478,12 @@ class="cmtt-10">#</span></span></span>):  <br />   \footnote{\glsentrylongpl{##1}: \glsentrydesc{##1}}%  <br />  }% </div> -<!--l. 7514--><p class="nopar" > If you think it inappropriate for the short form to be capitalised at the start of a +<!--l. 8029--><p class="nopar" > If you think it inappropriate for the short form to be capitalised at the start of a sentence you can change the above to: </p> - <div class="verbatim" id="verbatim-214"> + <div class="verbatim" id="verbatim-236">  % No case change, singular first use:  <br />  \renewcommand*{\genacrfullformat}[2]{%  <br />   \firstacronymfont{\glsentryshort{##1}}##2% @@ -15624,34 +16497,34 @@ sentence you can change the above to:  <br /> \let\Genacrfullformat\genacrfullformat  <br /> \let\Genplacrfullformat\genplacrfullformat </div> -<!--l. 7530--><p class="nopar" > Another variation is to use <span +<!--l. 8045--><p class="nopar" > Another variation is to use <span class="cmtt-10">\Glsentrylong</span><a - id="dx1-59049"></a> and <span + id="dx1-62049"></a> and <span class="cmtt-10">\Glsentrylongpl</span><a - id="dx1-59050"></a> in the footnote + id="dx1-62050"></a> in the footnote instead of <span class="cmtt-10">\glsentrylong</span><a - id="dx1-59051"></a> and <span + id="dx1-62051"></a> and <span class="cmtt-10">\glsentrylongpl</span><a - id="dx1-59052"></a>. -</p><!--l. 7535--><p class="indent" > Now let’s suppose that commands such as <span + id="dx1-62052"></a>. +</p><!--l. 8050--><p class="indent" > Now let’s suppose that commands such as <span class="cmtt-10">\glsentryfull</span><a - id="dx1-59053"></a> and <span + id="dx1-62053"></a> and <span class="cmtt-10">\acrfull</span><a - id="dx1-59054"></a> shouldn’t + id="dx1-62054"></a> shouldn’t use a footnote, but instead use the format: ⟨<span class="cmti-10">long</span>⟩ (⟨<span class="cmti-10">short</span>⟩). This means that the style needs to redefine <span class="cmtt-10">\glsentryfull</span>, <span class="cmtt-10">\acrfullfmt</span><a - id="dx1-59055"></a> and their plural and upper case + id="dx1-62055"></a> and their plural and upper case variants. -</p><!--l. 7542--><p class="indent" > First, the non-linking commands: +</p><!--l. 8057--><p class="indent" > First, the non-linking commands: </p> - <div class="verbatim" id="verbatim-215"> + <div class="verbatim" id="verbatim-237">   \renewcommand*{\glsentryfull}[1]{%  <br />    \glsentrylong{##1}\space  <br />      (\acronymfont{\glsentryshort{##1}})% @@ -15669,11 +16542,11 @@ variants.  <br />      (\acronymfont{\glsentryshortpl{##1}})%  <br />  }% </div> -<!--l. 7560--><p class="nopar" > Now for the linking commands: +<!--l. 8075--><p class="nopar" > Now for the linking commands: </p> - <div class="verbatim" id="verbatim-216"> + <div class="verbatim" id="verbatim-238">   \renewcommand*{\acrfullfmt}[3]{%  <br />    \glslink[##1]{##2}{%  <br />     \glsentrylong{##2}##3\space @@ -15715,105 +16588,105 @@ variants.  <br />    }%  <br />  }% </div> -<!--l. 7603--><p class="nopar" > (This may cause problems with long hyperlinks, in which case adjust the +<!--l. 8118--><p class="nopar" > (This may cause problems with long hyperlinks, in which case adjust the definitions so that, for example, only the short form is inside the argument of <span class="cmtt-10">\glslink</span><a - id="dx1-59056"></a>.) -</p><!--l. 7608--><p class="indent" > The style also needs to redefine <span + id="dx1-62056"></a>.) +</p><!--l. 8123--><p class="indent" > The style also needs to redefine <span class="cmtt-10">\acronymsort</span><a - id="dx1-59057"></a> so that the acronyms are sorted + id="dx1-62057"></a> so that the acronyms are sorted according to the long form: </p> - <div class="verbatim" id="verbatim-217"> + <div class="verbatim" id="verbatim-239">   \renewcommand*{\acronymsort}[2]{##2}% </div> -<!--l. 7612--><p class="nopar" > If you prefer them to be sorted according to the short form you can change the above +<!--l. 8127--><p class="nopar" > If you prefer them to be sorted according to the short form you can change the above to: </p> - <div class="verbatim" id="verbatim-218"> + <div class="verbatim" id="verbatim-240">   \renewcommand*{\acronymsort}[2]{##1}% </div> -<!--l. 7617--><p class="nopar" > The acronym font needs to be set to <span +<!--l. 8132--><p class="nopar" > The acronym font needs to be set to <span class="cmtt-10">\textsc</span><a - id="dx1-59058"></a> and the plural suffix adjusted so that + id="dx1-62058"></a> and the plural suffix adjusted so that the “s” suffix in the plural short form doesn’t get converted to smallcaps: </p> - <div class="verbatim" id="verbatim-219"> + <div class="verbatim" id="verbatim-241">   \renewcommand*{\acronymfont}[1]{\textsc{##1}}%  <br />  \renewcommand*{\acrpluralsuffix}{\glstextup{\glspluralsuffix}}% </div> -<!--l. 7624--><p class="nopar" > There are a number of ways of dealing with the format in the list of acronyms. The +<!--l. 8139--><p class="nopar" > There are a number of ways of dealing with the format in the list of acronyms. The simplest way is to redefine <span class="cmtt-10">\acronymentry</span><a - id="dx1-59059"></a> to the long form followed by the upper case + id="dx1-62059"></a> to the long form followed by the upper case short form in parentheses: </p> - <div class="verbatim" id="verbatim-220"> + <div class="verbatim" id="verbatim-242">  \renewcommand*{\acronymentry}[1]{%  <br />   \Glsentrylong{##1}\space  <br />     (\MakeTextUppercase{\glsentryshort{##1}})}% </div> -<!--l. 7632--><p class="nopar" > (I’ve used <span +<!--l. 8147--><p class="nopar" > (I’ve used <span class="cmtt-10">\Glsentrylong</span><a - id="dx1-59060"></a> instead of <span + id="dx1-62060"></a> instead of <span class="cmtt-10">\glsentrylong</span><a - id="dx1-59061"></a> to capitalise the name in the + id="dx1-62061"></a> to capitalise the name in the glossary.) -</p><!--l. 7636--><p class="indent" > An alternative approach is to set <span +</p><!--l. 8151--><p class="indent" > An alternative approach is to set <span class="cmtt-10">\acronymentry</span><a - id="dx1-59062"></a> to just the long form and + id="dx1-62062"></a> to just the long form and redefine <span class="cmtt-10">\GenericAcronymFields</span><a - id="dx1-59063"></a> to set the <span + id="dx1-62063"></a> to set the <span class="cmss-10">symbol</span><a - id="dx1-59064"></a> key to the short form and use a + id="dx1-62064"></a> key to the short form and use a glossary style that displays the symbol in parentheses after the <span class="cmss-10">name</span><a - id="dx1-59065"></a> (such as the <span + id="dx1-62065"></a> (such as the <span class="cmss-10">tree</span><a - id="dx1-59066"></a> + id="dx1-62066"></a> style) like this: </p> - <div class="verbatim" id="verbatim-221"> + <div class="verbatim" id="verbatim-243">  \renewcommand*{\acronymentry}[1]{\Glsentrylong{##1}}%  <br /> \renewcommand*{\GenericAcronymFields}{%  <br />    symbol={\protect\MakeTextUppercase{\the\glsshorttok}}}% </div> -<!--l. 7645--><p class="nopar" > I’m going to use the first approach and set <span +<!--l. 8160--><p class="nopar" > I’m going to use the first approach and set <span class="cmtt-10">\GenericAcronymFields</span><a - id="dx1-59067"></a> to do + id="dx1-62067"></a> to do nothing: </p> - <div class="verbatim" id="verbatim-222"> + <div class="verbatim" id="verbatim-244">  \renewcommand*{\GenericAcronymFields}{}% </div> -<!--l. 7650--><p class="nopar" > -</p><!--l. 7652--><p class="indent" > Finally, this style needs to switch off hyperlinks on first use to avoid nested +<!--l. 8165--><p class="nopar" > +</p><!--l. 8167--><p class="indent" > Finally, this style needs to switch off hyperlinks on first use to avoid nested links: </p> - <div class="verbatim" id="verbatim-223"> + <div class="verbatim" id="verbatim-245">  \glshyperfirstfalse </div> -<!--l. 7656--><p class="nopar" > Putting this all together: +<!--l. 8171--><p class="nopar" > Putting this all together: </p> - <div class="verbatim" id="verbatim-224"> + <div class="verbatim" id="verbatim-246"> \newacronymstyle{custom-fn}% new style name  <br />{%  <br />  \ifglshaslong{\glslabel}{\glsgenacfmt}{\glsgenentryfmt}% @@ -15903,30 +16776,30 @@ links:  <br />     (\MakeTextUppercase{\glsentryshort{##1}})}%  <br />} </div> -<!--l. 7745--><p class="nopar" > -</p><!--l. 7747--><p class="indent" > Now I need to specify that I want to use this new style: +<!--l. 8260--><p class="nopar" > +</p><!--l. 8262--><p class="indent" > Now I need to specify that I want to use this new style: </p> - <div class="verbatim" id="verbatim-225"> + <div class="verbatim" id="verbatim-247"> \setacronymstyle{custom-fn} </div> -<!--l. 7750--><p class="nopar" > I also need to use a glossary style that suits this acronym style, for example +<!--l. 8265--><p class="nopar" > I also need to use a glossary style that suits this acronym style, for example <span class="cmss-10">altlist</span><a - id="dx1-59068"></a>: + id="dx1-62068"></a>: </p> - <div class="verbatim" id="verbatim-226"> + <div class="verbatim" id="verbatim-248"> \setglossarystyle{altlist} </div> -<!--l. 7755--><p class="nopar" > -</p><!--l. 7757--><p class="indent" > Once the acronym style has been set, I can define my acronyms: +<!--l. 8270--><p class="nopar" > +</p><!--l. 8272--><p class="indent" > Once the acronym style has been set, I can define my acronyms: </p> - <div class="verbatim" id="verbatim-227"> + <div class="verbatim" id="verbatim-249"> \newacronym[description={set of tags for use in  <br />developing hypertext documents}]{html}{html}{Hyper  <br />Text Markup Language} @@ -15934,21 +16807,359 @@ class="cmss-10">altlist</span><a  <br />layout of a document written in a markup language}]{css}  <br />{css}{Cascading Style Sheet} </div> -<!--l. 7766--><p class="nopar" > -</p><!--l. 7768--><p class="indent" > The sample file <a +<!--l. 8281--><p class="nopar" > +</p><!--l. 8283--><p class="indent" > The sample file <a href="#x1-5030r11"><span class="cmtt-10">sample-custom-acronym.tex</span></a> illustrates this example. </p> <div class="center" > -<!--l. 7770--><p class="noindent" > -</p><!--l. 7770--><p class="noindent" >____________________________</p></div> -<!--l. 7772--><p class="noindent" > +<!--l. 8285--><p class="noindent" > +</p><!--l. 8285--><p class="noindent" >____________________________</p></div> +<a + id="x1-62069r23"></a> +<!--l. 8287--><p class="noindent" ><span +class="cmbx-12">Example 23</span><span +class="cmbx-12"> (Italic and Upright Abbreviations)</span><a + id="x1-62070"></a> +</p><!--l. 8288--><p class="indent" > Suppose I want to have some abbreviations in italic and some that just use the +surrounding font. Hard-coding this into the ⟨<span +class="cmti-10">short</span>⟩ argument of <span +class="cmtt-10">\newacronym </span>can cause +complications. +</p><!--l. 8292--><p class="indent" > This example uses <span +class="cmtt-10">\glsaddstoragekey</span><a + id="dx1-62071"></a> to add an extra field that can be used to +store the formatting declaration (such as <span +class="cmtt-10">\em</span>). + + </p> -<!--l. 7772--><p class="noindent" ><a + <div class="verbatim" id="verbatim-250"> +\glsaddstoragekey{font}{}{\entryfont} +</div> +<!--l. 8296--><p class="nopar" > This defines a new field/key called <span +class="cmtt-10">font</span>, which defaults to nothing if it’s not +explicitly set. This also defines a command called <span +class="cmtt-10">\entryfont </span>that’s analogous to +<span +class="cmtt-10">\glsentrytext</span>. A new style is then created to format abbreviations that access this +field. +</p><!--l. 8302--><p class="indent" > There are two ways to do this. The first is to create a style that doesn’t +use <span +class="cmtt-10">\glsgenacfmt</span><a + id="dx1-62072"></a> but instead provides a modified version that doesn’t use +<span +class="cmtt-10">\acronymfont{</span>⟨<span +class="cmti-10">short</span>⟩<span +class="cmtt-10">} </span>but instead uses <span class="obeylines-h"><span class="verb"><span +class="cmtt-10">{</span></span></span><span +class="cmtt-10">\entryfont</span><span class="obeylines-h"><span class="verb"><span +class="cmtt-10">{\glslabel}</span></span></span>⟨<span +class="cmti-10">short</span>⟩<span class="obeylines-h"><span class="verb"><span +class="cmtt-10">}</span></span></span>. The full +format given by commands such as <span +class="cmtt-10">\genacrfullformat </span>need to be similarly adjusted. +For example: + + +</p> + <div class="verbatim" id="verbatim-251"> +  \renewcommand*{\genacrfullformat}[2]{% + <br />   \glsentrylong{##1}##2\space + <br />   ({\entryfont{##1}\glsentryshort{##1}})% + <br />  }% +</div> +<!--l. 8314--><p class="nopar" > This will deal with commands like <span +class="cmtt-10">\gls</span><a + id="dx1-62073"></a> but not commands like <span +class="cmtt-10">\acrshort</span><a + id="dx1-62074"></a> which still +use <span +class="cmtt-10">\acronymfont</span><a + id="dx1-62075"></a>. Another approach is to redefine <span +class="cmtt-10">\acronymfont </span>to look up the +required font declaration. Since <span +class="cmtt-10">\acronymfont </span>doesn’t take the entry label as an +argument, the following will only work if <span +class="cmtt-10">\acronymfont </span>is used in a context where +the label is provided by <span +class="cmtt-10">\glslabel</span><a + id="dx1-62076"></a>. This is true in <span +class="cmtt-10">\gls</span>, <span +class="cmtt-10">\acrshort </span>and <span +class="cmtt-10">\acrfull</span>. +The redefinition is now: + + +</p> + <div class="verbatim" id="verbatim-252"> +\renewcommand*{\acronymfont}[1]{{\entryfont{\glslabel}#1}}% +</div> +<!--l. 8325--><p class="nopar" > So the new style can be defined as: + + +</p> + <div class="verbatim" id="verbatim-253"> +\newacronymstyle{long-font-short} + <br />{% + <br />  \GlsUseAcrEntryDispStyle{long-short}% + <br />} + <br />{% + <br />  \GlsUseAcrStyleDefs{long-short}% + <br />  \renewcommand*{\genacrfullformat}[2]{% + <br />   \glsentrylong{##1}##2\space + <br />   ({\entryfont{##1}\glsentryshort{##1}})% + <br />  }% + <br />  \renewcommand*{\Genacrfullformat}[2]{% + <br />   \Glsentrylong{##1}##2\space + <br />   ({\entryfont{##1}\glsentryshort{##1}})% + <br />  }% + <br />  \renewcommand*{\genplacrfullformat}[2]{% + <br />   \glsentrylongpl{##1}##2\space + <br />   ({\entryfont{##1}\glsentryshortpl{##1}})% + <br />  }% + <br />  \renewcommand*{\Genplacrfullformat}[2]{% + <br />   \Glsentrylongpl{##1}##2\space + <br />   ({\entryfont{##1}\glsentryshortpl{##1}})% + <br />  }% + <br />  \renewcommand*{\acronymfont}[1]{{\entryfont{\glslabel}##1}}% + <br />  \renewcommand*{\acronymentry}[1]{{\entryfont{##1}\glsentryshort{##1}}}% + <br />} +</div> +<!--l. 8353--><p class="nopar" > Remember the style needs to be set before defining the entries: + + +</p> + <div class="verbatim" id="verbatim-254"> +\setacronymstyle{long-font-short} +</div> +<!--l. 8357--><p class="nopar" > +</p><!--l. 8359--><p class="indent" > The complete document is contained in the sample file <a +href="#x1-5096r31"><span +class="cmtt-10">sample-font-abbr.tex</span></a>. +</p> +<div class="center" +> +<!--l. 8361--><p class="noindent" > +</p><!--l. 8361--><p class="noindent" >____________________________</p></div> +<!--l. 8363--><p class="indent" > Some writers and publishing houses have started to drop full stops (periods) from +upper case initials but may still retain them for lower case abbreviations, while others +may still use them for both upper and lower case. This can cause complications. +Chapter 12 of <span +class="cmti-10">The </span><span class="TEX"><span +class="cmti-10">T</span><span +class="E"><span +class="cmti-10">E</span></span><span +class="cmti-10">X</span></span><span +class="cmti-10">book </span>discusses the spacing between words but, briefly, the +default behaviour of <span class="TEX">T<span +class="E">E</span>X</span> is to assume that an upper case character followed by a full +stop and space is an abbreviation, so the space is the default inter-word space whereas +a lower case character followed by a full stop and space is a word occurring at the end +of a sentence. In the event that this isn’t true, you need to make a manual +adjustment using <span class="obeylines-h"><span class="verb"><span +class="cmtt-10">␣</span></span></span> (back slash space) in place of just a space character for an +inter-word mid-sentence space and use <span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\@</span></span></span> before the full stop to indicate the end of +the sentence. +</p><!--l. 8378--><p class="indent" > For example: + + +</p> + <div class="verbatim" id="verbatim-255"> +I was awarded a B.Sc. and a Ph.D. (From the same place.) +</div> +<!--l. 8381--><p class="nopar" > is typeset as <spacer type=vertical size=10><span class="obeylines-h"> + <br />I was awarded a B.Sc. and a Ph.D. (From the same place.) + <br /><spacer type=vertical size=10></span> +The spacing is more noticeable with the typewriter font: + + +</p> + <div class="verbatim" id="verbatim-256"> +\ttfamily + <br />I was awarded a B.Sc. and a Ph.D. (From the same place.) +</div> +<!--l. 8390--><p class="nopar" > is typeset as <spacer type=vertical size=10><span class="obeylines-h"> + <br /><span +class="cmtt-10">I was awarded a B.Sc. and a Ph.D. (From the same place.)</span> + <br /><spacer type=vertical size=10></span> +The lower case letter at the end of “B.Sc.” is confusing <span class="TEX">T<span +class="E">E</span>X</span> into thinking that the +full stop after it marks the end of the sentence. Whereas the upper case letter at the +end of “Ph.D.” has confused <span class="TEX">T<span +class="E">E</span>X</span> into thinking that the following full stop is just +part of the abbreviation. These can be corrected: + + +</p> + <div class="verbatim" id="verbatim-257"> +I was awarded a B.Sc.\ and a Ph.D\@. (From the same place.) +</div> +<!--l. 8402--><p class="nopar" > +</p><!--l. 8404--><p class="indent" > This situation is a bit problematic for <span +class="cmss-10">glossaries</span>. The full stops can form part of the +⟨<span +class="cmti-10">short</span>⟩ argument of <span +class="cmtt-10">\newacronym </span>and the <span class="obeylines-h"><span class="verb"><span +class="cmtt-10">B.Sc.\␣</span></span></span> part can be dealt with by +remembering to add <span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\␣</span></span></span> (for example, <span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\gls{bsc}\␣</span></span></span>) but the end of sentence case is +more troublesome as you need to omit the sentence terminating full stop (to avoid two +dots) which can make the source code look a little strange but you also need to +adjust the space factor, which is usually done by inserting <span +class="cmtt-10">\@ </span>before the full +stop. +</p><!--l. 8414--><p class="indent" > The next example shows one way of achieving this. +<a + id="x1-62077r24"></a> +</p><!--l. 8416--><p class="noindent" ><span +class="cmbx-12">Example 24</span><span +class="cmbx-12"> (Abbreviations with Full Stops (Periods))</span><a + id="x1-62078"></a> +</p><!--l. 8417--><p class="indent" > As from version 4.16, there’s now a hook (<span +class="cmtt-10">\glspostlinkhook</span><a + id="dx1-62079"></a>) that’s called at the +very end of the <a +href="#x1-450006.1"><span +class="cmtt-10">\gls</span>-like</a> and <a +href="#x1-460006.2"><span +class="cmtt-10">\glstext</span>-like</a> commands. This can be redefined to +check if the following character is a full stop. The <span +class="cmss-10">amsgen</span><a + id="dx1-62080"></a> package (which +is automatically loaded by <span +class="cmss-10">glossaries</span>) provides an internal command called +<span +class="cmtt-10">\new@ifnextchar </span>that can be used to determine if the given character appears next. +(For more information see the <span +class="cmss-10">amsgen</span><a + id="dx1-62081"></a> documentation.) +</p><!--l. 8426--><p class="indent" > It’s possible that I may also want acronyms or contractions in my document, so +I need some way to differentiate between them. Here I’m going to use the same +method as in example <a +href="#x1-33002r4">4<!--tex4ht:ref: ex:addstoragekey --></a> where a new field is defined to indicate the type of +abbreviation: + + +</p> + <div class="verbatim" id="verbatim-258"> +\glsaddstoragekey{abbrtype}{word}{\abbrtype} + <br />\newcommand*{\newabbr}[1][]{\newacronym[abbrtype=initials,#1]} +</div> +<!--l. 8435--><p class="nopar" > Now I just use <span +class="cmtt-10">\newacronym</span><a + id="dx1-62082"></a> for the acronyms, for example, + + +</p> + <div class="verbatim" id="verbatim-259"> +\newacronym{laser}{laser}{light amplification by stimulated + <br />emission of radiation} +</div> +<!--l. 8440--><p class="nopar" > and my new command <span +class="cmtt-10">\newabbr </span>for initials, for example, + + +</p> + <div class="verbatim" id="verbatim-260"> +\newabbr{eg}{e.g.}{exempli gratia} + <br />\newabbr{ie}{i.e.}{id est} + <br />\newabbr{bsc}{B.Sc.}{Bachelor of Science} + <br />\newabbr{ba}{B.A.}{Bachelor of Arts} + <br />\newabbr{agm}{A.G.M.}{annual general meeting} +</div> +<!--l. 8448--><p class="nopar" > Within <span +class="cmtt-10">\glspostlinkhook </span>the entry’s label can be accessed using <span +class="cmtt-10">\glslabel</span><a + id="dx1-62083"></a> and +<span +class="cmtt-10">\ifglsfieldeq</span><a + id="dx1-62084"></a> can be used to determine if the current entry has the new <span +class="cmtt-10">abbrtype</span> +field set to “initials”. If it doesn’t, then nothing needs to happen, but if it does, +a check is performed to see if the next character is a full stop. If it is, this signals the +end of a sentence otherwise it’s mid-sentence. +</p><!--l. 8457--><p class="indent" > Remember that internal commands within the document file (rather than in +a class or package) need to be placed between <span +class="cmtt-10">\makeatletter</span><a + id="dx1-62085"></a> and <span +class="cmtt-10">\makeatother</span><a + id="dx1-62086"></a>: + + +</p> + <div class="verbatim" id="verbatim-261"> +\makeatletter + <br />\renewcommand{\glspostlinkhook}{% + <br /> \ifglsfieldeq{\glslabel}{abbrtype}{initials}% + <br /> {\new@ifnextchar.\doendsentence\doendword} + <br /> {}% + <br />} + <br />\makeatother +</div> +<!--l. 8468--><p class="nopar" > In the event that a full stop is found <span +class="cmtt-10">\doendsentence </span>is performed but it will be +followed by the full stop, which needs to be discarded. Otherwise <span +class="cmtt-10">\doendword </span>will be +done but it won’t be followed by a full stop so there’s nothing to discard. The +definitions for these commands are: + + +</p> + <div class="verbatim" id="verbatim-262"> +\newcommand{\doendsentence}[1]{\spacefactor=10000{}} + <br />\newcommand{\doendword}{\spacefactor=1000{}} +</div> +<!--l. 8477--><p class="nopar" > Now, I can just do <span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\gls{bsc}</span></span></span> mid-sentence and <span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\gls{phd}.</span></span></span> at the end of the +sentence. The terminating full stop will be discarded in the latter case, but it won’t be +discarded in, say, <span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\gls{laser}.</span></span></span> as that doesn’t have the <span +class="cmtt-10">abbrtype </span>field set to +“initials”. +</p><!--l. 8484--><p class="indent" > This also works on first use when the style is set to one of the ⟨<span +class="cmti-10">long</span>⟩ (⟨<span +class="cmti-10">short</span>⟩) styles +but it will fail with the ⟨<span +class="cmti-10">short</span>⟩ (⟨<span +class="cmti-10">long</span>⟩) styles as in this case the terminating full stop +shouldn’t be discarded. Since <span +class="cmtt-10">\glspostlinkhook</span><a + id="dx1-62087"></a> is used after the <a +href="#glo:firstuseflag">first use +flag</a> has been unset for the entry, this can’t be fixed by simply checking with +<span +class="cmtt-10">\ifglsused</span><a + id="dx1-62088"></a>. One possible solution to this is to redefine <span +class="cmtt-10">\glslinkpostsetkeys</span><a + id="dx1-62089"></a> +to check for the <a +href="#glo:firstuseflag">first use flag</a> and define a macro that can then be used in +<span +class="cmtt-10">\glspostlinkhook</span><a + id="dx1-62090"></a>. +</p><!--l. 8494--><p class="indent" > The other thing to consider is what to do with plurals. One possibility is to check +for plural use within <span +class="cmtt-10">\doendsentence </span>(using <span +class="cmtt-10">\glsifplural</span><a + id="dx1-62091"></a>) and put the full stop +back if the plural has been used. +</p><!--l. 8499--><p class="indent" > The complete document is contained in the sample file <span +class="cmbx-10">??</span>. </p> +<div class="center" +> +<!--l. 8501--><p class="noindent" > +</p><!--l. 8501--><p class="noindent" >____________________________</p></div> +<!--l. 8503--><p class="noindent" > +</p> +<!--l. 8503--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">13.2 </span> <a id="sec:disploa"></a>Displaying the List of Acronyms</h3> -<!--l. 7775--><p class="noindent" >The list of acronyms is just like any other type of glossary and can be displayed on its +<!--l. 8506--><p class="noindent" >The list of acronyms is just like any other type of glossary and can be displayed on its own using: </p><dl class="description"><dt class="description"> <a @@ -15961,12 +17172,14 @@ class="description"> <div class="obeylines-v"> <span class="cmtt-10">\printnoidxglossary</span><a - id="dx1-60001"></a><span + id="dx1-63001"></a><span class="cmtt-10">[type=\acronymtype</span><a - id="dx1-60002"></a><span + id="dx1-63002"></a><span class="cmtt-10">]</span> </div> </div> + + </dd><dt class="description"> <span class="cmbx-10">Options</span><span @@ -15983,21 +17196,19 @@ class="description"> <div class="obeylines-v"> <span class="cmtt-10">\printglossary</span><a - id="dx1-60003"></a><span + id="dx1-63003"></a><span class="cmtt-10">[type=\acronymtype</span><a - id="dx1-60004"></a><span + id="dx1-63004"></a><span class="cmtt-10">]</span> - - </div> </div> - <!--l. 7788--><p class="noindent" >(If you use the <span + <!--l. 8519--><p class="noindent" >(If you use the <span class="cmss-10">acronym</span><a - id="dx1-60005"></a> package option you can also use </p><div class="alltt"> + id="dx1-63005"></a> package option you can also use </p><div class="alltt"> <div class="obeylines-v"> <span class="cmtt-10">\printacronyms</span><a - id="dx1-60006"></a><span + id="dx1-63006"></a><span class="cmtt-10">[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]</span> @@ -16006,9 +17217,9 @@ class="cmtt-10">]</span> <div class="obeylines-v"> <span class="cmtt-10">\printglossary</span><a - id="dx1-60007"></a><span + id="dx1-63007"></a><span class="cmtt-10">[type=\acronymtype</span><a - id="dx1-60008"></a><span + id="dx1-63008"></a><span class="cmtt-10">,</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]</span> @@ -16018,7 +17229,7 @@ href="#acronymoptions"><span class="cmsy-10">§</span>2.5 </a><a href="#acronymoptions">Acronym Options<!--tex4ht:ref: sec:pkgopts-acronym --></a>.) </dd></dl> -<!--l. 7800--><p class="noindent" >Alternatively the list of acronyms can be displayed with all the other glossaries +<!--l. 8531--><p class="noindent" >Alternatively the list of acronyms can be displayed with all the other glossaries using: </p><dl class="description"><dt class="description"> <a @@ -16028,7 +17239,7 @@ class="cmbx-10"> 1</span></a><span class="cmbx-10">:</span> </dt><dd class="description"><span class="cmtt-10">\printnoidxglossaries</span><a - id="dx1-60009"></a> + id="dx1-63009"></a> </dd><dt class="description"> <span class="cmbx-10">Options</span><span @@ -16042,40 +17253,42 @@ class="cmbx-10">3</span></a><span class="cmbx-10">:</span> </dt><dd class="description"><span class="cmtt-10">\printglossaries</span><a - id="dx1-60010"></a></dd></dl> -<!--l. 7808--><p class="indent" > However, care must be taken to choose a glossary style that’s appropriate to your + id="dx1-63010"></a></dd></dl> +<!--l. 8539--><p class="indent" > However, care must be taken to choose a glossary style that’s appropriate to your acronym style. Alternatively, you can define your own custom style (see <a href="#sec:newglossarystyle"><span class="cmsy-10">§</span>15.2 </a><a href="#sec:newglossarystyle">Defining your own glossary style<!--tex4ht:ref: sec:newglossarystyle --></a> for further details). -</p><!--l. 7813--><p class="noindent" > + + +</p><!--l. 8544--><p class="noindent" > </p> -<!--l. 7813--><p class="noindent" ><a +<!--l. 8544--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">13.3 </span> <a id="sec:oldacronym"></a>Upgrading From the glossary Package</h3> -<!--l. 7816--><p class="noindent" >Users of the obsolete <span +<!--l. 8547--><p class="noindent" >Users of the obsolete <span class="cmss-10">glossary</span><a - id="dx1-61001"></a> package may recall that the syntax used to define new + id="dx1-64001"></a> package may recall that the syntax used to define new acronyms has changed with the replacement <span class="cmss-10">glossaries </span>package. In addition, the old <span class="cmss-10">glossary</span><a - id="dx1-61002"></a> package created the command <span + id="dx1-64002"></a> package created the command <span class="cmtt-10">\</span>⟨<span class="cmti-10">acr-name</span>⟩ when defining the acronym ⟨<span class="cmti-10">acr-name</span>⟩. -</p><!--l. 7822--><p class="indent" > In order to facilitate migrating from the old package to the new one, the <span +</p><!--l. 8553--><p class="indent" > In order to facilitate migrating from the old package to the new one, the <span class="cmss-10">glossaries</span> package<span class="footnote-mark"><a href="#fn1x14" id="fn1x14-bk"><sup class="textsuperscript">13.1</sup></a></span><a - id="x1-61003f1"></a> + id="x1-64003f1"></a> provides the command: -</p><!--l. 7825--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 8556--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\oldacronym</span><span class="cmtt-9"> </span></span><a - id="dx1-61004"></a> <span + id="dx1-64004"></a> <span class="cmtt-10">\oldacronym[</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -16086,16 +17299,14 @@ class="cmtt-10">}{</span>⟨<span class="cmitt-10">key-val list</span>⟩<span class="cmtt-10">}</span> </div><hr> -</p><!--l. 7827--><p class="noindent" > +</p><!--l. 8558--><p class="noindent" > This uses the same syntax as the <span class="cmss-10">glossary</span><a - id="dx1-61005"></a> package’s method of defining acronyms. It is + id="dx1-64005"></a> package’s method of defining acronyms. It is equivalent to: <spacer type=vertical size=10><span class="obeylines-h"> - - <br /><span class="cmtt-10">\newacronym</span><a - id="dx1-61006"></a><span + id="dx1-64006"></a><span class="cmtt-10">[</span>⟨<span class="cmti-10">key-val list</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -16108,12 +17319,12 @@ class="cmtt-10">}</span> <br /><spacer type=vertical size=10></span> In addition, <span class="cmtt-10">\oldacronym</span><a - id="dx1-61007"></a> also defines the commands <span + id="dx1-64007"></a> also defines the commands <span class="cmtt-10">\</span>⟨<span class="cmti-10">label</span>⟩, which is equivalent to <span class="cmtt-10">\gls</span><a - id="dx1-61008"></a><span + id="dx1-64008"></a><span class="cmtt-10">{</span>⟨<span class="cmti-10">label</span>⟩<span class="cmtt-10">}</span>, and <span @@ -16121,7 +17332,7 @@ class="cmtt-10">\</span>⟨<span class="cmti-10">label</span>⟩<span class="cmtt-10">*</span>, which is equivalent to <span class="cmtt-10">\Gls</span><a - id="dx1-61009"></a><span + id="dx1-64009"></a><span class="cmtt-10">{</span>⟨<span class="cmti-10">label</span>⟩<span class="cmtt-10">}</span>. If ⟨<span @@ -16134,40 +17345,40 @@ class="cmtt-10">\</span>⟨<span class="cmti-10">label</span>⟩ doesn’t allow you to use the first optional argument of <span class="cmtt-10">\gls</span><a - id="dx1-61010"></a> or <span + id="dx1-64010"></a> or <span class="cmtt-10">\Gls</span><a - id="dx1-61011"></a> — you will need to explicitly use <span + id="dx1-64011"></a> — you will need to explicitly use <span class="cmtt-10">\gls</span><a - id="dx1-61012"></a> + id="dx1-64012"></a> or <span class="cmtt-10">\Gls</span><a - id="dx1-61013"></a> to change the settings. -</p><!--l. 7844--><p class="indent" > <div class="important" title="Important Note"> Recall that, in general, <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span + id="dx1-64013"></a> to change the settings. +</p><!--l. 8575--><p class="indent" > <div class="important" title="Important Note"> Recall that, in general, <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> ignores spaces following command names consisting of alphabetical characters. This is also true for <span class="cmtt-10">\</span>⟨<span class="cmti-10">label</span>⟩ unless you additionally load the <span class="cmss-10">xspace</span><a - id="dx1-61014"></a> package, but be aware that there are some issues with + id="dx1-64014"></a> package, but be aware that there are some issues with using <span class="cmss-10">xspace</span><a - id="dx1-61015"></a>.<span class="footnote-mark"><a + id="dx1-64015"></a>.<span class="footnote-mark"><a href="#fn2x14" id="fn2x14-bk"><sup class="textsuperscript">13.2</sup></a></span></div> -</p><!--l. 7850--><p class="noindent" > +</p><!--l. 8581--><p class="noindent" > <a - id="x1-61016f2"></a> -</p><!--l. 7854--><p class="indent" > The <span + id="x1-64016f2"></a> +</p><!--l. 8585--><p class="indent" > The <span class="cmss-10">glossaries </span>package doesn’t load the <span class="cmss-10">xspace</span><a - id="dx1-61017"></a> package since there are both + id="dx1-64017"></a> package since there are both advantages and disadvantages to using <span class="cmtt-10">\xspace</span><a - id="dx1-61018"></a> in <span + id="dx1-64018"></a> in <span class="cmtt-10">\</span>⟨<span class="cmti-10">label</span>⟩. If you don’t use the <span class="cmss-10">xspace</span><a - id="dx1-61019"></a> + id="dx1-64019"></a> package you need to explicitly force a space using <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\␣</span></span></span> (backslash space) however you can follow <span @@ -16175,21 +17386,21 @@ class="cmtt-10">\</span>⟨<span class="cmti-10">label</span>⟩ with additional text in square brackets (the final optional argument to <span class="cmtt-10">\gls</span><a - id="dx1-61020"></a>). If you use the <span + id="dx1-64020"></a>). If you use the <span class="cmss-10">xspace</span><a - id="dx1-61021"></a> package you don’t need to escape the spaces but you + id="dx1-64021"></a> package you don’t need to escape the spaces but you can’t use the optional argument to insert text (you will have to explicitly use <span class="cmtt-10">\gls</span><a - id="dx1-61022"></a>). -</p><!--l. 7865--><p class="indent" > To illustrate this, suppose I define the acronym “abc” as follows: + id="dx1-64022"></a>). +</p><!--l. 8596--><p class="indent" > To illustrate this, suppose I define the acronym “abc” as follows: </p> - <div class="verbatim" id="verbatim-228"> + <div class="verbatim" id="verbatim-263"> \oldacronym{abc}{example acronym}{} </div> -<!--l. 7869--><p class="nopar" > This will create the command <span +<!--l. 8600--><p class="nopar" > This will create the command <span class="cmtt-10">\abc </span>and its starred version <span class="cmtt-10">\abc*</span>. <a href="#tab:xspace">Table 13.2</a> @@ -16197,16 +17408,16 @@ illustrates the effect of <span class="cmtt-10">\abc </span>(on subsequent use) according to whether or not the <span class="cmss-10">xspace</span><a - id="dx1-61023"></a> package has been loaded. As can be seen from the final row in + id="dx1-64023"></a> package has been loaded. As can be seen from the final row in the table, the <span class="cmss-10">xspace</span><a - id="dx1-61024"></a> package prevents the optional argument from being + id="dx1-64024"></a> package prevents the optional argument from being recognised. </p> <div class="table"> -<!--l. 7877--><p class="indent" > <a +<!--l. 8608--><p class="indent" > <a id="tab:xspace"></a></p><hr class="float" /><div class="float" > @@ -16215,7 +17426,7 @@ recognised. ><span class="id">Table 13.2: </span><span class="content">The effect of using <span class="cmss-10">xspace </span>with <span -class="cmtt-10">\oldacronym</span></span></div><!--tex4ht:label?: x1-610252 --> +class="cmtt-10">\oldacronym</span></span></div><!--tex4ht:label?: x1-640252 --> <div class="tabular"> <table id="TBL-8" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-8-1g"><col @@ -16272,89 +17483,89 @@ class="td11"> abc’s xyz </td></tr></table> </div> -<!--l. 7895--><p class="indent" > </div> -</p><!--l. 7895--><p class="noindent" ><a +<!--l. 8626--><p class="indent" > </div> +</p><!--l. 8626--><p class="noindent" ><a href="#top">Top</a><div class="chapter"><h2 class="chapterHead">14. <a id="sec:glsunset"></a>Unsetting and Resetting Entry Flags</h2> -</p><!--l. 7898--><p class="indent" > When using the <a -href="#x1-420006.1"><span +</p><!--l. 8629--><p class="indent" > When using the <a +href="#x1-450006.1"><span class="cmtt-10">\gls</span>-like</a> commands it is possible that you may want to use the value given by the <span class="cmss-10">first</span><a - id="dx1-62001"></a> key, even though you have already <a + id="dx1-65001"></a> key, even though you have already <a href="#glo:firstuse">used</a> the glossary entry. Conversely, you may want to use the value given by the <span class="cmss-10">text</span><a - id="dx1-62002"></a> key, even though you + id="dx1-65002"></a> key, even though you haven’t used the glossary entry. The former can be achieved by one of the following commands: -</p><!--l. 7904--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 8635--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsreset</span><span class="cmtt-9"> </span></span><a - id="dx1-62003"></a> <span + id="dx1-65003"></a> <span class="cmtt-10">\glsreset{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7906--><p class="noindent" > -</p><!--l. 7907--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 8637--><p class="noindent" > +</p><!--l. 8638--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glslocalreset</span><span class="cmtt-9"> </span></span><a - id="dx1-62004"></a> <span + id="dx1-65004"></a> <span class="cmtt-10">\glslocalreset{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7909--><p class="noindent" > +</p><!--l. 8640--><p class="noindent" > while the latter can be achieved by one of the following commands: -</p><!--l. 7911--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 8642--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsunset</span><span class="cmtt-9"> </span></span><a - id="dx1-62005"></a> <span + id="dx1-65005"></a> <span class="cmtt-10">\glsunset{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7913--><p class="noindent" > -</p><!--l. 7914--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 8644--><p class="noindent" > +</p><!--l. 8645--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glslocalunset</span><span class="cmtt-9"> </span></span><a - id="dx1-62006"></a> <span + id="dx1-65006"></a> <span class="cmtt-10">\glslocalunset{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7916--><p class="noindent" > +</p><!--l. 8647--><p class="noindent" > You can also reset or unset all entries for a given glossary or list of glossaries using: -</p><!--l. 7919--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 8650--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsresetall</span><span class="cmtt-9"> </span></span><a - id="dx1-62007"></a> <span + id="dx1-65007"></a> <span class="cmtt-10">\glsresetall[</span>⟨<span class="cmitt-10">glossary list</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 7921--><p class="noindent" > -</p><!--l. 7922--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 8652--><p class="noindent" > +</p><!--l. 8653--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glslocalresetall</span><span class="cmtt-9"> </span></span><a - id="dx1-62008"></a> <span + id="dx1-65008"></a> <span class="cmtt-10">\glslocalresetall[</span>⟨<span class="cmitt-10">glossary list</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 7924--><p class="noindent" > -</p><!--l. 7925--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 8655--><p class="noindent" > +</p><!--l. 8656--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsunsetall</span><span class="cmtt-9"> </span></span><a - id="dx1-62009"></a> <span + id="dx1-65009"></a> <span class="cmtt-10">\glsunsetall[</span>⟨<span class="cmitt-10">glossary list</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 7927--><p class="noindent" > -</p><!--l. 7928--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 8658--><p class="noindent" > +</p><!--l. 8659--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glslocalunsetall</span><span class="cmtt-9"> </span></span><a - id="dx1-62010"></a> <span + id="dx1-65010"></a> <span class="cmtt-10">\glslocalunsetall[</span>⟨<span class="cmitt-10">glossary list</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 7930--><p class="noindent" > +</p><!--l. 8661--><p class="noindent" > where ⟨<span class="cmti-10">glossary list</span>⟩ is a comma-separated list of glossary labels. If omitted, all defined glossaries are assumed (except for the ignored ones). For example, to reset all entries @@ -16362,16 +17573,16 @@ in the main glossary and the list of acronyms: </p> - <div class="verbatim" id="verbatim-229"> + <div class="verbatim" id="verbatim-264"> \glsresetall[main,acronym] </div> -<!--l. 7938--><p class="nopar" > -</p><!--l. 7940--><p class="indent" > You can determine whether an entry’s <a +<!--l. 8669--><p class="nopar" > +</p><!--l. 8671--><p class="indent" > You can determine whether an entry’s <a href="#glo:firstuseflag">first use flag</a> is set using: -</p><!--l. 7941--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 8672--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\ifglsused</span><span class="cmtt-9"> </span></span><a - id="dx1-62011"></a> <span + id="dx1-65011"></a> <span class="cmtt-10">\ifglsused{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -16379,33 +17590,33 @@ class="cmitt-10">true part</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">false part</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 7943--><p class="noindent" > +</p><!--l. 8674--><p class="noindent" > where ⟨<span class="cmti-10">label</span>⟩ is the label of the required entry. If the entry has been used, ⟨<span class="cmti-10">true part</span>⟩ will be done, otherwise ⟨<span class="cmti-10">false part</span>⟩ will be done. -</p><!--l. 7948--><p class="indent" > <div class="important" title="Important Note"> Be careful when using <a -href="#x1-420006.1"><span +</p><!--l. 8679--><p class="indent" > <div class="important" title="Important Note"> Be careful when using <a +href="#x1-450006.1"><span class="cmtt-10">\gls</span>-like</a> commands within an environment or command argument that gets processed multiple times as it can cause unwanted side-effects when the first use displayed text is different from subsequent use. </div> -</p><!--l. 7953--><p class="noindent" > -</p><!--l. 7955--><p class="indent" > For example, the <span +</p><!--l. 8684--><p class="noindent" > +</p><!--l. 8686--><p class="indent" > For example, the <span class="cmss-10">frame</span><a - id="dx1-62012"></a><a - id="dx1-62013"></a> environment in <span + id="dx1-65012"></a><a + id="dx1-65013"></a> environment in <span class="cmss-10">beamer</span><a - id="dx1-62014"></a> processes its argument for each + id="dx1-65014"></a> processes its argument for each overlay. This means that the <a href="#glo:firstuseflag">first use flag</a> will be unset on the first overlay and subsequent overlays will use the non-first use form. -</p><!--l. 7960--><p class="indent" > Consider the following example: +</p><!--l. 8691--><p class="indent" > Consider the following example: </p> - <div class="verbatim" id="verbatim-230"> + <div class="verbatim" id="verbatim-265"> \documentclass{beamer}  <br />\usepackage{glossaries}  <br />\newacronym{svm}{SVM}{support vector machine} @@ -16419,22 +17630,22 @@ subsequent overlays will use the non-first use form.  <br />\end{frame}  <br />\end{document} </div> -<!--l. 7980--><p class="nopar" > -</p><!--l. 7982--><p class="indent" > On the first overlay, <span class="obeylines-h"><span class="verb"><span +<!--l. 8711--><p class="nopar" > +</p><!--l. 8713--><p class="indent" > On the first overlay, <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\gls{svm}</span></span></span> produces “support vector machine (SVM)” and then unsets the <a href="#glo:firstuseflag">first use flag</a>. When the second overlay is processed, <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\gls{svm}</span></span></span> now produces “SVM”, which is unlikely to be the desired effect. I don’t know anyway around this and I can only offer two suggestions. -</p><!--l. 7988--><p class="indent" > Firstly, unset all acronyms at the start of the document and explicitly use +</p><!--l. 8719--><p class="indent" > Firstly, unset all acronyms at the start of the document and explicitly use <span class="cmtt-10">\acrfull</span><a - id="dx1-62015"></a> when you want the full version to be displayed: + id="dx1-65015"></a> when you want the full version to be displayed: </p> - <div class="verbatim" id="verbatim-231"> + <div class="verbatim" id="verbatim-266"> \documentclass{beamer}  <br />\usepackage{glossaries}  <br />\newacronym{svm}{SVM}{support vector machine} @@ -16449,12 +17660,12 @@ class="cmtt-10">\acrfull</span><a  <br />\end{frame}  <br />\end{document} </div> -<!--l. 8010--><p class="nopar" > -</p><!--l. 8012--><p class="indent" > Secondly, explicitly reset each acronym on first use: +<!--l. 8741--><p class="nopar" > +</p><!--l. 8743--><p class="indent" > Secondly, explicitly reset each acronym on first use: </p> - <div class="verbatim" id="verbatim-232"> + <div class="verbatim" id="verbatim-267"> \begin{frame}  <br /> \frametitle{Frame 1}  <br /> \begin{itemize} @@ -16463,55 +17674,55 @@ class="cmtt-10">\acrfull</span><a  <br /> \end{itemize}  <br />\end{frame} </div> -<!--l. 8022--><p class="nopar" > These are non-optimal, but the <span +<!--l. 8753--><p class="nopar" > These are non-optimal, but the <span class="cmss-10">beamer</span><a - id="dx1-62016"></a> class is too complex for me to provide a + id="dx1-65016"></a> class is too complex for me to provide a programmatic solution. Other potentially problematic environments are some <span class="cmss-10">tabular</span><a - id="dx1-62017"></a><a - id="dx1-62018"></a>-like environments (but not <span + id="dx1-65017"></a><a + id="dx1-65018"></a>-like environments (but not <span class="cmss-10">tabular</span><a - id="dx1-62019"></a><a - id="dx1-62020"></a> itself) that process the contents in order to + id="dx1-65019"></a><a + id="dx1-65020"></a> itself) that process the contents in order to work out the column widths and then reprocess the contents to do the actual typesetting. -</p><!--l. 8030--><p class="indent" > The <span +</p><!--l. 8761--><p class="indent" > The <span class="cmss-10">amsmath</span><a - id="dx1-62021"></a> environments, such as <span + id="dx1-65021"></a> environments, such as <span class="cmss-10">align</span><a - id="dx1-62022"></a><a - id="dx1-62023"></a>, also process their contents multiple + id="dx1-65022"></a><a + id="dx1-65023"></a>, also process their contents multiple times, but the <span class="cmss-10">glossaries </span>package now checks for this. </p> -<!--l. 8035--><p class="noindent" ><a +<!--l. 8766--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">14.1 </span> <a id="sec:enableentrycount"></a>Counting the Number of Times an Entry has been Used (First Use Flag Unset)</h3> -<!--l. 8038--><p class="noindent" >As from version 4.14, it’s now possible to keep track of how many times an entry is +<!--l. 8769--><p class="noindent" >As from version 4.14, it’s now possible to keep track of how many times an entry is used. That is, how many times the <a href="#glo:firstuseflag">first use flag</a> is unset. -</p><!--l. 8042--><p class="indent" > <div class="important" title="Important Note"> This function is disabled by default as it adds extra overhead to the document +</p><!--l. 8773--><p class="indent" > <div class="important" title="Important Note"> This function is disabled by default as it adds extra overhead to the document build time and also switches <span class="cmtt-10">\newglossaryentry</span><a - id="dx1-63001"></a> (and therefore <span + id="dx1-66001"></a> (and therefore <span class="cmtt-10">\newacronym</span><a - id="dx1-63002"></a>) into + id="dx1-66002"></a>) into a preamble-only command. </div> -</p><!--l. 8047--><p class="noindent" > -</p><!--l. 8049--><p class="indent" > To enable this function, use -</p><!--l. 8050--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 8778--><p class="noindent" > +</p><!--l. 8780--><p class="indent" > To enable this function, use +</p><!--l. 8781--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsenableentrycount</span><span class="cmtt-9"> </span></span><a - id="dx1-63003"></a> <span + id="dx1-66003"></a> <span class="cmtt-10">\glsenableentrycount </span></div><hr> -</p><!--l. 8052--><p class="noindent" > +</p><!--l. 8783--><p class="noindent" > before defining your entries. This adds two extra (internal) fields to entries: <span class="cmtt-10">currcount</span> and <span class="cmtt-10">prevcount</span>. -</p><!--l. 8056--><p class="indent" > The <span +</p><!--l. 8787--><p class="indent" > The <span class="cmtt-10">currcount </span>field keeps track of how many times <span class="cmtt-10">\glsunset </span>is used within the document. A local unset (using <span @@ -16520,14 +17731,14 @@ increment to <span class="cmtt-10">currcount</span>. Remember that not all commands use <span class="cmtt-10">\glsunset</span>. Only the <a -href="#x1-420006.1"><span +href="#x1-450006.1"><span class="cmtt-10">\gls</span>-like</a> commands do this. The reset commands <span class="cmtt-10">\glsreset </span>and <span class="cmtt-10">\glslocalreset </span>reset this field back to zero (where <span class="cmtt-10">\glslocalreset </span>performs a local change). -</p><!--l. 8064--><p class="indent" > The <span +</p><!--l. 8795--><p class="indent" > The <span class="cmtt-10">prevcount </span>field stores the final value of the <span class="cmtt-10">currcount </span>field <span class="cmti-10">from the previous</span> @@ -16535,41 +17746,41 @@ class="cmti-10">from the previous</span> class="cmti-10">run</span>. This value is read from the <span class="cmtt-10">.aux </span>file at the beginning of the <span class="cmss-10">document</span><a - id="dx1-63004"></a><a - id="dx1-63005"></a> + id="dx1-66004"></a><a + id="dx1-66005"></a> environment. -</p><!--l. 8069--><p class="indent" > You can access these fields using -</p><!--l. 8070--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 8800--><p class="indent" > You can access these fields using +</p><!--l. 8801--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentrycurrcount</span><span class="cmtt-9"> </span></span><a - id="dx1-63006"></a> <span + id="dx1-66006"></a> <span class="cmtt-10">\glsentrycurrcount{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 8072--><p class="noindent" > +</p><!--l. 8803--><p class="noindent" > for the <span class="cmtt-10">currcount </span>field, and -</p><!--l. 8074--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 8805--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentryprevcount</span><span class="cmtt-9"> </span></span><a - id="dx1-63007"></a> <span + id="dx1-66007"></a> <span class="cmtt-10">\glsentryprevcount{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 8076--><p class="noindent" > +</p><!--l. 8807--><p class="noindent" > for the <span class="cmtt-10">prevcount </span>field. <span class="cmbx-10">These commands are only defined if you have used</span> <span class="cmtt-10">\glsenableentrycount</span><span class="cmbx-10">.</span> -</p><!--l. 8080--><p class="indent" > For example: +</p><!--l. 8811--><p class="indent" > For example: </p> - <div class="verbatim" id="verbatim-233"> + <div class="verbatim" id="verbatim-268"> \documentclass{article}  <br />\usepackage{glossaries}  <br />\makeglossaries @@ -16582,7 +17793,7 @@ class="cmbx-10">.</span>  <br />Number of times apple has been used: \glsentrycurrcount{apple}.  <br />\end{document} </div> -<!--l. 8098--><p class="nopar" > On the first <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span +<!--l. 8829--><p class="nopar" > On the first <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> run, <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentryprevcount{apple}</span></span></span> produces 0. At the end of the document, <span class="obeylines-h"><span class="verb"><span @@ -16607,13 +17818,13 @@ class="cmtt-10">\glsentryprevcount{apple}</span></span></span> now produces� class="cmtt-10">currcount </span>field for the <span class="cmtt-10">apple </span>entry at the end of the document on the previous run. -</p><!--l. 8111--><p class="indent" > When you enable the entry count using <span +</p><!--l. 8842--><p class="indent" > When you enable the entry count using <span class="cmtt-10">\glsenableentrycount</span>, you also enable the following commands: -</p><!--l. 8113--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 8844--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\cgls</span><span class="cmtt-9"> </span></span><a - id="dx1-63008"></a> <span + id="dx1-66008"></a> <span class="cmtt-10">\cgls[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -16621,12 +17832,12 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 8115--><p class="noindent" > +</p><!--l. 8846--><p class="noindent" > (no case-change, singular) -</p><!--l. 8117--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 8848--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\cglspl</span><span class="cmtt-9"> </span></span><a - id="dx1-63009"></a> <span + id="dx1-66009"></a> <span class="cmtt-10">\cglspl[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -16634,12 +17845,12 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 8119--><p class="noindent" > +</p><!--l. 8850--><p class="noindent" > (no case-change, plural) -</p><!--l. 8121--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 8852--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\cGls</span><span class="cmtt-9"> </span></span><a - id="dx1-63010"></a> <span + id="dx1-66010"></a> <span class="cmtt-10">\cGls[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -16647,12 +17858,12 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 8123--><p class="noindent" > +</p><!--l. 8854--><p class="noindent" > (first letter uppercase, singular), and -</p><!--l. 8125--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 8856--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\cGlspl</span><span class="cmtt-9"> </span></span><a - id="dx1-63011"></a> <span + id="dx1-66011"></a> <span class="cmtt-10">\cGlspl[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -16660,14 +17871,14 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 8127--><p class="noindent" > +</p><!--l. 8858--><p class="noindent" > (first letter uppercase, plural). These all have plus and starred variants like the analogous <span class="cmtt-10">\gls</span>, <span class="cmtt-10">\glspl</span>, <span class="cmtt-10">\Gls </span>and <span class="cmtt-10">\Glspl </span>commands. -</p><!--l. 8132--><p class="indent" > If you don’t use <span +</p><!--l. 8863--><p class="indent" > If you don’t use <span class="cmtt-10">\glsenableentrycount</span>, these commands behave like <span class="cmtt-10">\gls</span>, <span @@ -16705,16 +17916,16 @@ class="cmtt-10">\cglspl</span>, <span class="cmtt-10">\cGls </span>or <span class="cmtt-10">\cGlspl</span>. -<!--l. 8147--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +<!--l. 8878--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\cglsformat</span><span class="cmtt-9"> </span></span><a - id="dx1-63012"></a> <span + id="dx1-66012"></a> <span class="cmtt-10">\cglsformat{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 8149--><p class="noindent" > +</p><!--l. 8880--><p class="noindent" > This command is used by <span class="cmtt-10">\cgls </span>and defaults to </p><div class="alltt"> <div class="obeylines-v"> @@ -16734,16 +17945,16 @@ class="cmtt-10">}</span>⟨<span class="cmitt-10">insert</span>⟩ </div> </div> otherwise. -<!--l. 8161--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +<!--l. 8892--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\cglsplformat</span><span class="cmtt-9"> </span></span><a - id="dx1-63013"></a> <span + id="dx1-66013"></a> <span class="cmtt-10">\cglsplformat{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 8163--><p class="noindent" > +</p><!--l. 8894--><p class="noindent" > This command is used by <span class="cmtt-10">\cglspl </span>and defaults to </p><div class="alltt"> <div class="obeylines-v"> @@ -16763,16 +17974,16 @@ class="cmtt-10">}</span>⟨<span class="cmitt-10">insert</span>⟩ </div> </div> otherwise. -<!--l. 8175--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +<!--l. 8906--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\cGlsformat</span><span class="cmtt-9"> </span></span><a - id="dx1-63014"></a> <span + id="dx1-66014"></a> <span class="cmtt-10">\cGlsformat{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 8177--><p class="noindent" > +</p><!--l. 8908--><p class="noindent" > This command is used by <span class="cmtt-10">\cGls </span>and defaults to </p><div class="alltt"> @@ -16794,16 +18005,16 @@ class="cmtt-10">}</span>⟨<span class="cmitt-10">insert</span>⟩ </div> </div> otherwise. -<!--l. 8188--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +<!--l. 8919--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\cGlsplformat</span><span class="cmtt-9"> </span></span><a - id="dx1-63015"></a> <span + id="dx1-66015"></a> <span class="cmtt-10">\cGlsplformat{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 8190--><p class="noindent" > +</p><!--l. 8921--><p class="noindent" > This command is used by <span class="cmtt-10">\cGlspl </span>and defaults to </p><div class="alltt"> <div class="obeylines-v"> @@ -16823,16 +18034,16 @@ class="cmtt-10">}</span>⟨<span class="cmitt-10">insert</span>⟩ </div> </div> otherwise. -<!--l. 8201--><p class="indent" > This means that if the previous count for the given entry was 1, the entry won’t +<!--l. 8932--><p class="indent" > This means that if the previous count for the given entry was 1, the entry won’t be hyperlinked with the <span class="cmtt-10">\cgls</span>-like commands and they won’t add a line to the external glossary file. If you haven’t used any of the other commands that add information to glossary file (such as <span class="cmtt-10">\glsadd </span>or the <a -href="#x1-430006.2"><span +href="#x1-460006.2"><span class="cmtt-10">\glstext</span>-like</a> commands) then the entry won’t appear in the glossary. -</p><!--l. 8208--><p class="indent" > Remember that since these commands use <span +</p><!--l. 8939--><p class="indent" > Remember that since these commands use <span class="cmtt-10">\glsentryprevcount </span>you need to run <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> twice to ensure they work correctly. The document @@ -16843,21 +18054,21 @@ class="cmtt-10">makeglossaries</span>, <span class="cmtt-10">(pdf)latex</span>. <a - id="x1-63016r20"></a> -</p><!--l. 8213--><p class="noindent" ><span -class="cmbx-12">Example 20</span><span + id="x1-66016r25"></a> +</p><!--l. 8944--><p class="noindent" ><span +class="cmbx-12">Example 25</span><span class="cmbx-12"> (Don’t index entries that are only used once)</span><a - id="x1-63017"></a> -</p><!--l. 8214--><p class="indent" > In this example, the acronyms that have only been used once (on the previous run) -only have their long form shown with <span + id="x1-66017"></a> +</p><!--l. 8945--><p class="indent" > In this example, the abbreviations that have only been used once (on the previous +run) only have their long form shown with <span class="cmtt-10">\cgls</span>. </p> - <div class="verbatim" id="verbatim-234"> + <div class="verbatim" id="verbatim-269"> \documentclass{article}  <br />\usepackage[colorlinks]{hyperref} - <br />\usepackage[nomain,acronym]{glossaries} + <br />\usepackage[acronym]{glossaries}  <br />\makeglossaries  <br />\glsenableentrycount  <br />\setacronymstyle{long-short} @@ -16875,36 +18086,36 @@ class="cmtt-10">\cgls</span>.  <br />\printglossaries  <br />\end{document} </div> -<!--l. 8242--><p class="nopar" > After a complete document build (<span +<!--l. 8973--><p class="nopar" > After a complete document build (<span class="cmtt-10">latex</span>, <span class="cmtt-10">latex</span>, <span class="cmtt-10">makeglossaries</span>, <span class="cmtt-10">latex</span>) the list of -acronyms only includes the entries HTML, CSS and RDSMS. The entries SQL, +abbrevaitions only includes the entries HTML, CSS and RDSMS. The entries SQL, RDBMS and XML only have their long forms displayed and don’t have a hyperlink. </p> <div class="center" > -<!--l. 8248--><p class="noindent" > -</p><!--l. 8248--><p class="noindent" >____________________________</p></div> -<!--l. 8250--><p class="indent" > Remember that if you don’t like typing <span +<!--l. 8979--><p class="noindent" > +</p><!--l. 8979--><p class="noindent" >____________________________</p></div> +<!--l. 8981--><p class="indent" > Remember that if you don’t like typing <span class="cmtt-10">\cgls </span>you can create a synonym. For example </p> - <div class="verbatim" id="verbatim-235"> + <div class="verbatim" id="verbatim-270"> \let\ac\cgls </div> -<!--l. 8254--><p class="nopar" > +<!--l. 8985--><p class="nopar" > </p> -<!--l. 8256--><p class="indent" > </div> -</p><!--l. 8256--><p class="noindent" ><a +<!--l. 8987--><p class="indent" > </div> +</p><!--l. 8987--><p class="noindent" ><a href="#top">Top</a><div class="chapter"><h2 class="chapterHead">15. <a id="sec:styles"></a>Glossary Styles</h2> -</p><!--l. 8259--><p class="indent" > Glossaries vary from lists that simply contain a symbol with a terse description to +</p><!--l. 8990--><p class="indent" > Glossaries vary from lists that simply contain a symbol with a terse description to lists of terms or phrases with lengthy descriptions. Some glossaries may have terms with associated symbols. Some may have hierarchical entries. There is therefore no single style that fits every type of glossary. The <span @@ -16919,34 +18130,34 @@ href="#sec:newglossarystyle"><span class="cmsy-10">§</span>15.2 </a><a href="#sec:newglossarystyle">Defining your own glossary style<!--tex4ht:ref: sec:newglossarystyle --></a>). -</p><!--l. 8270--><p class="indent" > The glossary style can be set using the <span +</p><!--l. 9001--><p class="indent" > The glossary style can be set using the <span class="cmss-10">style</span><a - id="dx1-64001"></a> key in the optional argument to + id="dx1-67001"></a> key in the optional argument to <span class="cmtt-10">\printnoidxglossary</span><a - id="dx1-64002"></a> (<a + id="dx1-67002"></a> (<a href="#option1">Option 1</a>) or <span class="cmtt-10">\printglossary</span><a - id="dx1-64003"></a> (Options <a + id="dx1-67003"></a> (Options <a href="#option2">2</a> and <a href="#option3">3</a>) or using the command: -</p><!--l. 8273--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 9004--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\setglossarystyle</span><span class="cmtt-9"> </span></span><a - id="dx1-64004"></a> <span + id="dx1-67004"></a> <span class="cmtt-10">\setglossarystyle{</span>⟨<span class="cmitt-10">style-name</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 8275--><p class="noindent" > +</p><!--l. 9006--><p class="noindent" > (before the glossary is displayed). -</p><!--l. 8278--><p class="indent" > Some of the predefined glossary styles may also be set using the <span +</p><!--l. 9009--><p class="indent" > Some of the predefined glossary styles may also be set using the <span class="cmss-10">style</span><a - id="dx1-64005"></a> package + id="dx1-67005"></a> package option, it depends if the package in which they are defined is automatically loaded by the <span class="cmss-10">glossaries </span>package. -</p><!--l. 8282--><p class="indent" > You can use the lorum ipsum dummy entries provided in the +</p><!--l. 9013--><p class="indent" > You can use the lorum ipsum dummy entries provided in the <span class="cmtt-10">example-glossaries-*.tex </span>files (described in <a href="#sec:lipsum"><span @@ -16954,28 +18165,37 @@ class="cmsy-10">§</span>1.2 </a><a href="#sec:lipsum">Dummy Entries for Testing<!--tex4ht:ref: sec:lipsum --></a>) to test the different styles. </p> -<!--l. 8286--><p class="noindent" ><a +<!--l. 9017--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">15.1 </span> <a id="sec:predefinedstyles"></a>Predefined Styles</h3> -<!--l. 8289--><p class="noindent" >The predefined styles can accommodate numbered level 0 (main) and level 1 entries. +<!--l. 9020--><p class="noindent" >The predefined styles can accommodate numbered level 0 (main) and level 1 entries. See the package options <span class="cmss-10">entrycounter</span><a - id="dx1-65001"></a>, <span + id="dx1-68001"></a>, <span class="cmss-10">counterwithin</span><a - id="dx1-65002"></a> and <span + id="dx1-68002"></a> and <span class="cmss-10">subentrycounter</span><a - id="dx1-65003"></a> described in + id="dx1-68003"></a> described in <a href="#glossaryappearanceoptions"><span class="cmsy-10">§</span>2.3 </a><a href="#glossaryappearanceoptions">Glossary Appearance Options<!--tex4ht:ref: sec:pkgopts-printglos --></a>. There is a summary of available styles in <a href="#tab:styles">table 15.1</a>. +</p><!--l. 9027--><p class="indent" > <div class="important" title="Important Note"> Note that the group styles (such as <span +class="cmss-10">listgroup</span><a + id="dx1-68004"></a>) will have unexpected results if used +with the <span +class="cmss-10">sort=def</span><a + id="dx1-68005"></a> or <span +class="cmss-10">sort=use</span><a + id="dx1-68006"></a> options. </div> +</p><!--l. 9031--><p class="noindent" > </p> <div class="table"> -<!--l. 8296--><p class="indent" > <a +<!--l. 9033--><p class="indent" > <a id="tab:styles"></a></p><hr class="float" /><div class="float" > @@ -16987,22 +18207,22 @@ that matches that doesn’t match any previously listed style (e.g. < class="cmtt-10">long3col*</span> matches <span class="cmss-10">long3col</span><a - id="dx1-65005"></a>, <span + id="dx1-68008"></a>, <span class="cmss-10">long3colheader</span><a - id="dx1-65006"></a>, <span + id="dx1-68009"></a>, <span class="cmss-10">long3colborder</span><a - id="dx1-65007"></a> and <span + id="dx1-68010"></a> and <span class="cmss-10">long3colheaderborder</span><a - id="dx1-65008"></a>). A + id="dx1-68011"></a>). A maximum level of 0 indicates a flat glossary (sub-entries are displayed in the same way as main entries). Where the maximum level is given as — there is no limit, but note that <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-65009"></a></a> (<a + id="dx1-68012"></a></a> (<a href="#option2">Option 2</a>) imposes a limit of 2 sub-levels. If the homograph column is checked, then the name is not displayed for sub-entries. If -the symbol column is checked, then the symbol will be displayed.</span></div><!--tex4ht:label?: x1-650041 --> +the symbol column is checked, then the symbol will be displayed.</span></div><!--tex4ht:label?: x1-680071 --> <div class="tabular"> <table id="TBL-9" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-9-1g"><col @@ -17161,173 +18381,173 @@ class="td11"> </td></tr></table></div> </div><hr class="endfloat" /> </div> -<!--l. 8336--><p class="indent" > The tabular-like styles that allow multi-line descriptions and page lists use the +<!--l. 9073--><p class="indent" > The tabular-like styles that allow multi-line descriptions and page lists use the length <span class="marginpar"><span class="cmtt-9">\glsdescwidth</span><span class="cmtt-9"> </span></span><a - id="dx1-65010"></a><span + id="dx1-68013"></a><span class="cmtt-10">\glsdescwidth </span>to set the width of the description column and the length <span class="marginpar"><span class="cmtt-9">\glspagelistwidth</span><span class="cmtt-9"> </span></span><a - id="dx1-65011"></a><span + id="dx1-68014"></a><span class="cmtt-10">\glspagelistwidth </span>to set the width of the page list column.<span class="footnote-mark"><a href="#fn1x16" id="fn1x16-bk"><sup class="textsuperscript">15.1</sup></a></span><a - id="x1-65012f1"></a> + id="x1-68015f1"></a> These will need to be changed using <span class="cmtt-10">\setlength </span>if the glossary is too wide. Note that the <span class="cmss-10">long4col</span><a - id="dx1-65016"></a> and <span + id="dx1-68019"></a> and <span class="cmss-10">super4col</span><a - id="dx1-65017"></a> styles (and their header and border variations) don’t use + id="dx1-68020"></a> styles (and their header and border variations) don’t use these lengths as they are designed for single line entries. Instead you should use the analogous <span class="cmss-10">altlong4col</span><a - id="dx1-65018"></a> and <span + id="dx1-68021"></a> and <span class="cmss-10">altsuper4col</span><a - id="dx1-65019"></a> styles. If you want to explicitly create a + id="dx1-68022"></a> styles. If you want to explicitly create a line-break within a multi-line description in a tabular-like style it’s better to use <span class="cmtt-10">\newline</span><a - id="dx1-65020"></a> instead of <span class="obeylines-h"><span class="verb"><span + id="dx1-68023"></a> instead of <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\\</span></span></span>. -</p><!--l. 8354--><p class="indent" > Note that if you use the <span +</p><!--l. 9091--><p class="indent" > Note that if you use the <span class="cmss-10">style</span><a - id="dx1-65021"></a> key in the optional argument to <span + id="dx1-68024"></a> key in the optional argument to <span class="cmtt-10">\printnoidxglossary</span><a - id="dx1-65022"></a> + id="dx1-68025"></a> (<a href="#option1">Option 1</a>) or <span class="cmtt-10">\printglossary</span><a - id="dx1-65023"></a> (Options <a + id="dx1-68026"></a> (Options <a href="#option2">2</a> and <a href="#option3">3</a>), it will override any previous style settings for the given glossary, so if, for example, you do </p> - <div class="verbatim" id="verbatim-236"> + <div class="verbatim" id="verbatim-271"> \renewcommand*{\glsgroupskip}{}  <br />\printglossary[style=long] </div> -<!--l. 8362--><p class="nopar" > then the new definition of <span +<!--l. 9099--><p class="nopar" > then the new definition of <span class="cmtt-10">\glsgroupskip</span><a - id="dx1-65024"></a> will not have an affect for this glossary, as + id="dx1-68027"></a> will not have an affect for this glossary, as <span class="cmtt-10">\glsgroupskip </span>is redefined by <span class="obeylines-h"><span class="verb"><span class="cmtt-10">style=long</span></span></span>. Likewise, <span class="cmtt-10">\setglossarystyle</span><a - id="dx1-65025"></a> will also + id="dx1-68028"></a> will also override any previous style definitions, so, again </p> - <div class="verbatim" id="verbatim-237"> + <div class="verbatim" id="verbatim-272"> \renewcommand*{\glsgroupskip}{}  <br />\setglossarystyle{long} </div> -<!--l. 8370--><p class="nopar" > will reset <span +<!--l. 9107--><p class="nopar" > will reset <span class="cmtt-10">\glsgroupskip </span>back to its default definition for the named glossary style (<span class="cmss-10">long</span><a - id="dx1-65026"></a> in this case). If you want to modify the styles, either use <span + id="dx1-68029"></a> in this case). If you want to modify the styles, either use <span class="cmtt-10">\newglossarystyle</span><a - id="dx1-65027"></a> + id="dx1-68030"></a> (described in the next section) or make the modifications after <span class="cmtt-10">\setglossarystyle</span><a - id="dx1-65028"></a>, + id="dx1-68031"></a>, e.g.: </p> - <div class="verbatim" id="verbatim-238"> + <div class="verbatim" id="verbatim-273"> \setglossarystyle{long}  <br />\renewcommand*{\glsgroupskip}{} </div> -<!--l. 8379--><p class="nopar" > As from version 3.03, you can now use the package option <span +<!--l. 9116--><p class="nopar" > As from version 3.03, you can now use the package option <span class="cmss-10">nogroupskip</span><a - id="dx1-65029"></a> to + id="dx1-68032"></a> to suppress the gap between groups for the default styles instead of redefining <span class="cmtt-10">\glsgroupskip</span>. -</p><!--l. 8384--><p class="indent" > All the styles except for the three- and four-column styles and the <span +</p><!--l. 9121--><p class="indent" > All the styles except for the three- and four-column styles and the <span class="cmss-10">listdotted</span><a - id="dx1-65030"></a> style + id="dx1-68033"></a> style use the command -</p><!--l. 8386--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 9123--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glspostdescription</span><span class="cmtt-9"> </span></span><a - id="dx1-65031"></a> <span + id="dx1-68034"></a> <span class="cmtt-10">\glspostdescription </span></div><hr> -</p><!--l. 8388--><p class="noindent" > +</p><!--l. 9125--><p class="noindent" > after the description. This simply displays a full stop by default. To eliminate this full stop (or replace it with something else, say, a comma) you will need to redefine <span class="cmtt-10">\glspostdescription </span>before the glossary is displayed. Alternatively, you can suppress it for a given entry by placing <span class="cmtt-10">\nopostdesc</span><a - id="dx1-65032"></a> in the entry’s + id="dx1-68035"></a> in the entry’s description. -</p><!--l. 8395--><p class="indent" > As from version 3.03 you can now use the package option <span +</p><!--l. 9132--><p class="indent" > As from version 3.03 you can now use the package option <span class="cmss-10">nopostdot</span><a - id="dx1-65033"></a> to suppress + id="dx1-68036"></a> to suppress this full stop. </p> -<!--l. 8398--><p class="noindent" ><a +<!--l. 9135--><p class="noindent" ><a href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">15.1.1 </span> <a id="sec:liststyles"></a>List Styles</h4> -<!--l. 8401--><p class="noindent" >The styles described in this section are all defined in the package <span +<!--l. 9138--><p class="noindent" >The styles described in this section are all defined in the package <span class="cmss-10">glossary-list</span><a - id="dx1-66001"></a>. Since + id="dx1-69001"></a>. Since they all use the <span class="cmss-10">description</span><a - id="dx1-66002"></a><a - id="dx1-66003"></a> environment, they are governed by the same parameters as + id="dx1-69002"></a><a + id="dx1-69003"></a> environment, they are governed by the same parameters as that environment. These styles all ignore the entry’s symbol. Note that these styles will automatically be available unless you use the <span class="cmss-10">nolist</span><a - id="dx1-66004"></a> or <span + id="dx1-69004"></a> or <span class="cmss-10">nostyles</span><a - id="dx1-66005"></a> package + id="dx1-69005"></a> package options. </p><dl class="description"><dt class="description"> <span class="cmbx-10">list</span> </dt><dd class="description">The <span class="cmss-10">list</span><a - id="dx1-66006"></a> style uses the <span + id="dx1-69006"></a> style uses the <span class="cmss-10">description</span><a - id="dx1-66007"></a><a - id="dx1-66008"></a> environment. The entry name is placed in + id="dx1-69007"></a><a + id="dx1-69008"></a> environment. The entry name is placed in the optional argument of the <span class="cmtt-10">\item</span><a - id="dx1-66009"></a> command (so it will usually appear in + id="dx1-69009"></a> command (so it will usually appear in bold by default). The description follows, and then the associated <a href="#glo:numberlist">number list<a - id="dx1-66010"></a></a> for that entry. The symbol is ignored. If the entry has child entries, the + id="dx1-69010"></a></a> for that entry. The symbol is ignored. If the entry has child entries, the description and number list follows (but not the name) for each child entry. Groups are separated using <span class="cmtt-10">\indexspace</span><a - id="dx1-66011"></a>. + id="dx1-69011"></a>. </dd><dt class="description"> <span class="cmbx-10">listgroup</span> </dt><dd class="description">The <span class="cmss-10">listgroup</span><a - id="dx1-66012"></a> style is like <span + id="dx1-69012"></a> style is like <span class="cmss-10">list</span><a - id="dx1-66013"></a> but the glossary groups have headings. + id="dx1-69013"></a> but the glossary groups have headings. </dd><dt class="description"> <span class="cmbx-10">listhypergroup</span> </dt><dd class="description">The <span class="cmss-10">listhypergroup</span><a - id="dx1-66014"></a> style is like <span + id="dx1-69014"></a> style is like <span class="cmss-10">listgroup</span><a - id="dx1-66015"></a> but has a navigation line at + id="dx1-69015"></a> but has a navigation line at the start of the glossary with links to each group that is present in the glossary. This requires an additional run through <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> to ensure the group @@ -17335,28 +18555,28 @@ class="E">E</span>X</span></span> to ensure the group information is up to date. In the navigation line, each group is separated by - <!--l. 8426--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + <!--l. 9163--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glshypernavsep</span><span class="cmtt-9"> </span></span><a - id="dx1-66016"></a> <span + id="dx1-69016"></a> <span class="cmtt-10">\glshypernavsep </span></div><hr> - </p><!--l. 8428--><p class="noindent" > + </p><!--l. 9165--><p class="noindent" > which defaults to a vertical bar with a space on either side. For example, to simply have a space separating each group, do: </p> - <div class="verbatim" id="verbatim-239"> + <div class="verbatim" id="verbatim-274"> \renewcommand*{\glshypernavsep}{\space} </div> - <!--l. 8433--><p class="nopar" > - </p><!--l. 8435--><p class="noindent" >Note that the hyper-navigation line is now (as from version 1.14) set inside the + <!--l. 9170--><p class="nopar" > + </p><!--l. 9172--><p class="noindent" >Note that the hyper-navigation line is now (as from version 1.14) set inside the optional argument to <span class="cmtt-10">\item</span><a - id="dx1-66017"></a> instead of after it to prevent a spurious + id="dx1-69017"></a> instead of after it to prevent a spurious space at the start. This can be changed by redefining <span class="cmtt-10">\glossaryheader</span><a - id="dx1-66018"></a>, + id="dx1-69018"></a>, but note that this needs to be done <span class="cmti-10">after </span>the glossary style has been set. @@ -17365,59 +18585,59 @@ class="cmti-10">after </span>the glossary style has been class="cmbx-10">altlist</span> </dt><dd class="description">The <span class="cmss-10">altlist</span><a - id="dx1-66019"></a> style is like <span + id="dx1-69019"></a> style is like <span class="cmss-10">list</span><a - id="dx1-66020"></a> but the description starts on the line following the + id="dx1-69020"></a> but the description starts on the line following the name. (As with the <span class="cmss-10">list</span><a - id="dx1-66021"></a> style, the symbol is ignored.) Each child entry starts a + id="dx1-69021"></a> style, the symbol is ignored.) Each child entry starts a new line, but as with the <span class="cmss-10">list</span><a - id="dx1-66022"></a> style, the name associated with each child entry is + id="dx1-69022"></a> style, the name associated with each child entry is ignored. </dd><dt class="description"> <span class="cmbx-10">altlistgroup</span> </dt><dd class="description">The <span class="cmss-10">altlistgroup</span><a - id="dx1-66023"></a> style is like <span + id="dx1-69023"></a> style is like <span class="cmss-10">altlist</span><a - id="dx1-66024"></a> but the glossary groups have + id="dx1-69024"></a> but the glossary groups have headings. </dd><dt class="description"> <span class="cmbx-10">altlisthypergroup</span> </dt><dd class="description">The <span class="cmss-10">altlisthypergroup</span><a - id="dx1-66025"></a> style is like <span + id="dx1-69025"></a> style is like <span class="cmss-10">altlistgroup</span><a - id="dx1-66026"></a> but has a set of links + id="dx1-69026"></a> but has a set of links to the glossary groups. The navigation line is the same as that for <span class="cmss-10">listhypergroup</span><a - id="dx1-66027"></a>, + id="dx1-69027"></a>, described above. </dd><dt class="description"> <span class="cmbx-10">listdotted</span> </dt><dd class="description">This style uses the <span class="cmss-10">description</span><a - id="dx1-66028"></a><a - id="dx1-66029"></a> + id="dx1-69028"></a><a + id="dx1-69029"></a> environment.<span class="footnote-mark"><a href="#fn2x16" id="fn2x16-bk"><sup class="textsuperscript">15.2</sup></a></span><a - id="x1-66030f2"></a> + id="x1-69030f2"></a> Each entry starts with <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\item[]</span></span></span>, followed by the name followed by a dotted line, followed by the description. Note that this style ignores both the <a href="#glo:numberlist">number list<a - id="dx1-66031"></a></a> + id="dx1-69031"></a></a> and the symbol. The length - <!--l. 8460--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + <!--l. 9197--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glslistdottedwidth</span><span class="cmtt-9"> </span></span><a - id="dx1-66032"></a> <span + id="dx1-69032"></a> <span class="cmtt-10">\glslistdottedwidth </span></div><hr> - </p><!--l. 8462--><p class="noindent" > + </p><!--l. 9199--><p class="noindent" > governs where the description should start. This is a flat style, so child entries are formatted in the same way as the parent entries. </p></dd><dt class="description"> @@ -17425,31 +18645,31 @@ class="cmtt-10">\glslistdottedwidth </span></div><hr> class="cmbx-10">sublistdotted</span> </dt><dd class="description">This is a variation on the <span class="cmss-10">listdotted</span><a - id="dx1-66033"></a> style designed for hierarchical + id="dx1-69033"></a> style designed for hierarchical glossaries. The main entries have just the name displayed. The sub entries are displayed in the same manner as <span class="cmss-10">listdotted</span><a - id="dx1-66034"></a>.</dd></dl> + id="dx1-69034"></a>.</dd></dl> -<!--l. 8473--><p class="noindent" > +<!--l. 9210--><p class="noindent" > </p> -<!--l. 8473--><p class="noindent" ><a +<!--l. 9210--><p class="noindent" ><a href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">15.1.2 </span> <a id="sec:longstyles"></a>Longtable Styles</h4> -<!--l. 8476--><p class="noindent" >The styles described in this section are all defined in the package <span +<!--l. 9213--><p class="noindent" >The styles described in this section are all defined in the package <span class="cmss-10">glossary-long</span><a - id="dx1-67001"></a>. Since + id="dx1-70001"></a>. Since they all use the <span class="cmss-10">longtable</span><a - id="dx1-67002"></a><a - id="dx1-67003"></a> environment, they are governed by the same parameters + id="dx1-70002"></a><a + id="dx1-70003"></a> environment, they are governed by the same parameters as that environment. Note that these styles will automatically be available unless you use the <span class="cmss-10">nolong</span><a - id="dx1-67004"></a> or <span + id="dx1-70004"></a> or <span class="cmss-10">nostyles</span><a - id="dx1-67005"></a> package options. These styles fully justify + id="dx1-70005"></a> package options. These styles fully justify the description and page list columns. If you want ragged right formatting instead, use the analogous styles described in <a href="#sec:longraggedstyles"><span @@ -17461,86 +18681,86 @@ Right)<!--tex4ht:ref: sec:longraggedstyles --></a>. class="cmbx-10">long</span> </dt><dd class="description">The <span class="cmss-10">long</span><a - id="dx1-67006"></a> style uses the <span + id="dx1-70006"></a> style uses the <span class="cmss-10">longtable</span><a - id="dx1-67007"></a><a - id="dx1-67008"></a> environment (defined by the <span + id="dx1-70007"></a><a + id="dx1-70008"></a> environment (defined by the <span class="cmss-10">longtable</span><a - id="dx1-67009"></a> + id="dx1-70009"></a> package). It has two columns: the first column contains the entry’s name and the second column contains the description followed by the <a href="#glo:numberlist">number list<a - id="dx1-67010"></a></a>. The entry’s symbol is ignored. Sub groups are separated with a blank + id="dx1-70010"></a></a>. The entry’s symbol is ignored. Sub groups are separated with a blank row. The width of the first column is governed by the widest entry in that column. The width of the second column is governed by the length <span class="cmtt-10">\glsdescwidth</span><a - id="dx1-67011"></a>. Child entries have a similar format to the parent entries + id="dx1-70011"></a>. Child entries have a similar format to the parent entries except that their name is suppressed. </dd><dt class="description"> <span class="cmbx-10">longborder</span> </dt><dd class="description">The <span class="cmss-10">longborder</span><a - id="dx1-67012"></a> style is like <span + id="dx1-70012"></a> style is like <span class="cmss-10">long</span><a - id="dx1-67013"></a> but has horizontal and vertical lines + id="dx1-70013"></a> but has horizontal and vertical lines around it. </dd><dt class="description"> <span class="cmbx-10">longheader</span> </dt><dd class="description">The <span class="cmss-10">longheader</span><a - id="dx1-67014"></a> style is like <span + id="dx1-70014"></a> style is like <span class="cmss-10">long</span><a - id="dx1-67015"></a> but has a header row. + id="dx1-70015"></a> but has a header row. </dd><dt class="description"> <span class="cmbx-10">longheaderborder</span> </dt><dd class="description">The <span class="cmss-10">longheaderborder</span><a - id="dx1-67016"></a> style is like <span + id="dx1-70016"></a> style is like <span class="cmss-10">longheader</span><a - id="dx1-67017"></a> but has + id="dx1-70017"></a> but has horizontal and vertical lines around it. </dd><dt class="description"> <span class="cmbx-10">long3col</span> </dt><dd class="description">The <span class="cmss-10">long3col</span><a - id="dx1-67018"></a> style is like <span + id="dx1-70018"></a> style is like <span class="cmss-10">long</span><a - id="dx1-67019"></a> but has three columns. The first column + id="dx1-70019"></a> but has three columns. The first column contains the entry’s name, the second column contains the description and the third column contains the <a href="#glo:numberlist">number list<a - id="dx1-67020"></a></a>. The entry’s symbol is + id="dx1-70020"></a></a>. The entry’s symbol is ignored. The width of the first column is governed by the widest entry in that column, the width of the second column is governed by the length <span class="cmtt-10">\glsdescwidth</span><a - id="dx1-67021"></a>, and the width of the third column is governed by the + id="dx1-70021"></a>, and the width of the third column is governed by the length <span class="cmtt-10">\glspagelistwidth</span><a - id="dx1-67022"></a>. + id="dx1-70022"></a>. </dd><dt class="description"> <span class="cmbx-10">long3colborder</span> </dt><dd class="description">The <span class="cmss-10">long3colborder</span><a - id="dx1-67023"></a> style is like the <span + id="dx1-70023"></a> style is like the <span class="cmss-10">long3col</span><a - id="dx1-67024"></a> style but has + id="dx1-70024"></a> style but has horizontal and vertical lines around it. </dd><dt class="description"> <span class="cmbx-10">long3colheader</span> </dt><dd class="description">The <span class="cmss-10">long3colheader</span><a - id="dx1-67025"></a> style is like <span + id="dx1-70025"></a> style is like <span class="cmss-10">long3col</span><a - id="dx1-67026"></a> but has a header row. + id="dx1-70026"></a> but has a header row. </dd><dt class="description"> @@ -17548,130 +18768,130 @@ class="cmss-10">long3col</span><a class="cmbx-10">long3colheaderborder</span> </dt><dd class="description">The <span class="cmss-10">long3colheaderborder</span><a - id="dx1-67027"></a> style is like <span + id="dx1-70027"></a> style is like <span class="cmss-10">long3colheader</span><a - id="dx1-67028"></a> + id="dx1-70028"></a> but has horizontal and vertical lines around it. </dd><dt class="description"> <span class="cmbx-10">long4col</span> </dt><dd class="description">The <span class="cmss-10">long4col</span><a - id="dx1-67029"></a> style is like <span + id="dx1-70029"></a> style is like <span class="cmss-10">long3col</span><a - id="dx1-67030"></a> but has an additional column in + id="dx1-70030"></a> but has an additional column in which the entry’s associated symbol appears. This style is used for brief single line descriptions. The column widths are governed by the widest entry in the given column. Use <span class="cmss-10">altlong4col</span><a - id="dx1-67031"></a> for multi-line descriptions. + id="dx1-70031"></a> for multi-line descriptions. </dd><dt class="description"> <span class="cmbx-10">long4colborder</span> </dt><dd class="description">The <span class="cmss-10">long4colborder</span><a - id="dx1-67032"></a> style is like the <span + id="dx1-70032"></a> style is like the <span class="cmss-10">long4col</span><a - id="dx1-67033"></a> style but has + id="dx1-70033"></a> style but has horizontal and vertical lines around it. </dd><dt class="description"> <span class="cmbx-10">long4colheader</span> </dt><dd class="description">The <span class="cmss-10">long4colheader</span><a - id="dx1-67034"></a> style is like <span + id="dx1-70034"></a> style is like <span class="cmss-10">long4col</span><a - id="dx1-67035"></a> but has a header row. + id="dx1-70035"></a> but has a header row. </dd><dt class="description"> <span class="cmbx-10">long4colheaderborder</span> </dt><dd class="description">The <span class="cmss-10">long4colheaderborder</span><a - id="dx1-67036"></a> style is like <span + id="dx1-70036"></a> style is like <span class="cmss-10">long4colheader</span><a - id="dx1-67037"></a> + id="dx1-70037"></a> but has horizontal and vertical lines around it. </dd><dt class="description"> <span class="cmbx-10">altlong4col</span> </dt><dd class="description">The <span class="cmss-10">altlong4col</span><a - id="dx1-67038"></a> + id="dx1-70038"></a> style is like <span class="cmss-10">long4col</span><a - id="dx1-67039"></a> but allows multi-line descriptions and page lists. The + id="dx1-70039"></a> but allows multi-line descriptions and page lists. The width of the description column is governed by the length <span class="cmtt-10">\glsdescwidth</span><a - id="dx1-67040"></a> + id="dx1-70040"></a> and the width of the page list column is governed by the length <span class="cmtt-10">\glspagelistwidth</span><a - id="dx1-67041"></a>. The widths of the name and symbol columns are + id="dx1-70041"></a>. The widths of the name and symbol columns are governed by the widest entry in the given column. </dd><dt class="description"> <span class="cmbx-10">altlong4colborder</span> </dt><dd class="description">The <span class="cmss-10">altlong4colborder</span><a - id="dx1-67042"></a> style is like the <span + id="dx1-70042"></a> style is like the <span class="cmss-10">long4colborder</span><a - id="dx1-67043"></a> but + id="dx1-70043"></a> but allows multi-line descriptions and page lists. </dd><dt class="description"> <span class="cmbx-10">altlong4colheader</span> </dt><dd class="description">The <span class="cmss-10">altlong4colheader</span><a - id="dx1-67044"></a> style is like <span + id="dx1-70044"></a> style is like <span class="cmss-10">long4colheader</span><a - id="dx1-67045"></a> but allows + id="dx1-70045"></a> but allows multi-line descriptions and page lists. </dd><dt class="description"> <span class="cmbx-10">altlong4colheaderborder</span> </dt><dd class="description">The <span class="cmss-10">altlong4colheaderborder</span><a - id="dx1-67046"></a> style is like + id="dx1-70046"></a> style is like <span class="cmss-10">long4colheaderborder</span><a - id="dx1-67047"></a> but allows multi-line descriptions and page lists.</dd></dl> -<!--l. 8569--><p class="noindent" > + id="dx1-70047"></a> but allows multi-line descriptions and page lists.</dd></dl> +<!--l. 9306--><p class="noindent" > </p> -<!--l. 8569--><p class="noindent" ><a +<!--l. 9306--><p class="noindent" ><a href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">15.1.3 </span> <a id="sec:longraggedstyles"></a>Longtable Styles (Ragged Right)</h4> -<!--l. 8572--><p class="noindent" >The styles described in this section are all defined in the package <span +<!--l. 9309--><p class="noindent" >The styles described in this section are all defined in the package <span class="cmss-10">glossary-longragged</span><a - id="dx1-68001"></a>. + id="dx1-71001"></a>. These styles are analogous to those defined in <span class="cmss-10">glossary-long</span><a - id="dx1-68002"></a> but the multiline + id="dx1-71002"></a> but the multiline columns are left justified instead of fully justified. Since these styles all use the <span class="cmss-10">longtable</span><a - id="dx1-68003"></a><a - id="dx1-68004"></a> environment, they are governed by the same parameters as that + id="dx1-71003"></a><a + id="dx1-71004"></a> environment, they are governed by the same parameters as that environment. The <span class="cmss-10">glossary-longragged</span><a - id="dx1-68005"></a> package additionally requires the <span + id="dx1-71005"></a> package additionally requires the <span class="cmss-10">array</span><a - id="dx1-68006"></a> + id="dx1-71006"></a> package. Note that these styles will only be available if you explicitly load <span class="cmss-10">glossary-longragged</span><a - id="dx1-68007"></a>: + id="dx1-71007"></a>: </p> - <div class="verbatim" id="verbatim-240"> + <div class="verbatim" id="verbatim-275"> \usepackage{glossaries}  <br />\usepackage{glossary-longragged} </div> -<!--l. 8584--><p class="nopar" > Note that you can’t set these styles using the <span +<!--l. 9321--><p class="nopar" > Note that you can’t set these styles using the <span class="cmss-10">style</span><a - id="dx1-68008"></a> package option since the styles + id="dx1-71008"></a> package option since the styles aren’t defined until after the <span class="cmss-10">glossaries </span>package has been loaded. </p><dl class="description"><dt class="description"> @@ -17679,81 +18899,81 @@ class="cmss-10">glossaries </span>package has been loaded. class="cmbx-10">longragged</span> </dt><dd class="description">The <span class="cmss-10">longragged</span><a - id="dx1-68009"></a> style has two columns: the first column contains the + id="dx1-71009"></a> style has two columns: the first column contains the entry’s name and the second column contains the (left-justified) description followed by the <a href="#glo:numberlist">number list<a - id="dx1-68010"></a></a>. The entry’s symbol is ignored. Sub groups + id="dx1-71010"></a></a>. The entry’s symbol is ignored. Sub groups are separated with a blank row. The width of the first column is governed by the widest entry in that column. The width of the second column is governed by the length <span class="cmtt-10">\glsdescwidth</span><a - id="dx1-68011"></a>. Child entries have a similar format + id="dx1-71011"></a>. Child entries have a similar format to the parent entries except that their name is suppressed. </dd><dt class="description"> <span class="cmbx-10">longraggedborder</span> </dt><dd class="description">The <span class="cmss-10">longraggedborder</span><a - id="dx1-68012"></a> style is like <span + id="dx1-71012"></a> style is like <span class="cmss-10">longragged</span><a - id="dx1-68013"></a> but has + id="dx1-71013"></a> but has horizontal and vertical lines around it. </dd><dt class="description"> <span class="cmbx-10">longraggedheader</span> </dt><dd class="description">The <span class="cmss-10">longraggedheader</span><a - id="dx1-68014"></a> style is like <span + id="dx1-71014"></a> style is like <span class="cmss-10">longragged</span><a - id="dx1-68015"></a> but has a + id="dx1-71015"></a> but has a header row. </dd><dt class="description"> <span class="cmbx-10">longraggedheaderborder</span> </dt><dd class="description">The <span class="cmss-10">longraggedheaderborder</span><a - id="dx1-68016"></a> style is like + id="dx1-71016"></a> style is like <span class="cmss-10">longraggedheader</span><a - id="dx1-68017"></a> but has horizontal and vertical lines around it. + id="dx1-71017"></a> but has horizontal and vertical lines around it. </dd><dt class="description"> <span class="cmbx-10">longragged3col</span> </dt><dd class="description">The <span class="cmss-10">longragged3col</span><a - id="dx1-68018"></a> style is like <span + id="dx1-71018"></a> style is like <span class="cmss-10">longragged</span><a - id="dx1-68019"></a> but has three + id="dx1-71019"></a> but has three columns. The first column contains the entry’s name, the second column contains the (left justified) description and the third column contains the (left justified) <a href="#glo:numberlist">number list<a - id="dx1-68020"></a></a>. The entry’s symbol is ignored. The width of + id="dx1-71020"></a></a>. The entry’s symbol is ignored. The width of the first column is governed by the widest entry in that column, the width of the second column is governed by the length <span class="cmtt-10">\glsdescwidth</span><a - id="dx1-68021"></a>, and the + id="dx1-71021"></a>, and the width of the third column is governed by the length <span class="cmtt-10">\glspagelistwidth</span><a - id="dx1-68022"></a>. + id="dx1-71022"></a>. </dd><dt class="description"> <span class="cmbx-10">longragged3colborder</span> </dt><dd class="description">The <span class="cmss-10">longragged3colborder</span><a - id="dx1-68023"></a> style is like the + id="dx1-71023"></a> style is like the <span class="cmss-10">longragged3col</span><a - id="dx1-68024"></a> style but has horizontal and vertical lines around it. + id="dx1-71024"></a> style but has horizontal and vertical lines around it. </dd><dt class="description"> <span class="cmbx-10">longragged3colheader</span> </dt><dd class="description">The <span class="cmss-10">longragged3colheader</span><a - id="dx1-68025"></a> style is like <span + id="dx1-71025"></a> style is like <span class="cmss-10">longragged3col</span><a - id="dx1-68026"></a> + id="dx1-71026"></a> but has a header row. @@ -17762,83 +18982,83 @@ class="cmss-10">longragged3col</span><a class="cmbx-10">longragged3colheaderborder</span> </dt><dd class="description">The <span class="cmss-10">longragged3colheaderborder</span><a - id="dx1-68027"></a> style is like + id="dx1-71027"></a> style is like <span class="cmss-10">longragged3colheader</span><a - id="dx1-68028"></a> but has horizontal and vertical lines around it. + id="dx1-71028"></a> but has horizontal and vertical lines around it. </dd><dt class="description"> <span class="cmbx-10">altlongragged4col</span> </dt><dd class="description">The <span class="cmss-10">altlongragged4col</span><a - id="dx1-68029"></a> style is like <span + id="dx1-71029"></a> style is like <span class="cmss-10">longragged3col</span><a - id="dx1-68030"></a> but has + id="dx1-71030"></a> but has an additional column in which the entry’s associated symbol appears. The width of the description column is governed by the length <span class="cmtt-10">\glsdescwidth</span><a - id="dx1-68031"></a> + id="dx1-71031"></a> and the width of the page list column is governed by the length <span class="cmtt-10">\glspagelistwidth</span><a - id="dx1-68032"></a>. The widths of the name and symbol columns are + id="dx1-71032"></a>. The widths of the name and symbol columns are governed by the widest entry in the given column. </dd><dt class="description"> <span class="cmbx-10">altlongragged4colborder</span> </dt><dd class="description">The <span class="cmss-10">altlongragged4colborder</span><a - id="dx1-68033"></a> style is like the + id="dx1-71033"></a> style is like the <span class="cmss-10">altlongragged4col</span><a - id="dx1-68034"></a> but has horizontal and vertical lines around it. + id="dx1-71034"></a> but has horizontal and vertical lines around it. </dd><dt class="description"> <span class="cmbx-10">altlongragged4colheader</span> </dt><dd class="description">The <span class="cmss-10">altlongragged4colheader</span><a - id="dx1-68035"></a> style is like + id="dx1-71035"></a> style is like <span class="cmss-10">altlongragged4col</span><a - id="dx1-68036"></a> but has a header row. + id="dx1-71036"></a> but has a header row. </dd><dt class="description"> <span class="cmbx-10">altlongragged4colheaderborder</span> </dt><dd class="description">The <span class="cmss-10">altlongragged4colheaderborder</span><a - id="dx1-68037"></a> style is + id="dx1-71037"></a> style is like <span class="cmss-10">altlongragged4colheader</span><a - id="dx1-68038"></a> but has horizontal and vertical lines around it. + id="dx1-71038"></a> but has horizontal and vertical lines around it. </dd></dl> -<!--l. 8656--><p class="noindent" > +<!--l. 9393--><p class="noindent" > </p> -<!--l. 8656--><p class="noindent" ><a +<!--l. 9393--><p class="noindent" ><a href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">15.1.4 </span> <a id="sec:superstyles"></a>Supertabular Styles</h4> -<!--l. 8659--><p class="noindent" >The styles described in this section are all defined in the package <span +<!--l. 9396--><p class="noindent" >The styles described in this section are all defined in the package <span class="cmss-10">glossary-super</span><a - id="dx1-69001"></a>. Since + id="dx1-72001"></a>. Since they all use the <span class="cmss-10">supertabular</span><a - id="dx1-69002"></a><a - id="dx1-69003"></a> environment, they are governed by the same parameters + id="dx1-72002"></a><a + id="dx1-72003"></a> environment, they are governed by the same parameters as that environment. Note that these styles will automatically be available unless you use the <span class="cmss-10">nosuper</span><a - id="dx1-69004"></a> or <span + id="dx1-72004"></a> or <span class="cmss-10">nostyles</span><a - id="dx1-69005"></a> package options. In general, the <span + id="dx1-72005"></a> package options. In general, the <span class="cmss-10">longtable</span><a - id="dx1-69006"></a><a - id="dx1-69007"></a> + id="dx1-72006"></a><a + id="dx1-72007"></a> environment is better, but there are some circumstances where it is better to use <span class="cmss-10">supertabular</span><a - id="dx1-69008"></a><a - id="dx1-69009"></a>.<span class="footnote-mark"><a + id="dx1-72008"></a><a + id="dx1-72009"></a>.<span class="footnote-mark"><a href="#fn3x16" id="fn3x16-bk"><sup class="textsuperscript">15.3</sup></a></span><a - id="x1-69010f3"></a> + id="x1-72010f3"></a> These styles fully justify the description and page list columns. If you want ragged right formatting instead, use the analogous styles described in <a href="#sec:superraggedstyles"><span @@ -17850,129 +19070,129 @@ Styles (Ragged Right)<!--tex4ht:ref: sec:superraggedstyles --></a>. class="cmbx-10">super</span> </dt><dd class="description">The <span class="cmss-10">super</span><a - id="dx1-69012"></a> style uses the <span + id="dx1-72012"></a> style uses the <span class="cmss-10">supertabular</span><a - id="dx1-69013"></a><a - id="dx1-69014"></a> environment (defined by the + id="dx1-72013"></a><a + id="dx1-72014"></a> environment (defined by the <span class="cmss-10">supertabular</span><a - id="dx1-69015"></a> package). It has two columns: the first column contains the + id="dx1-72015"></a> package). It has two columns: the first column contains the entry’s name and the second column contains the description followed by the <a href="#glo:numberlist">number list<a - id="dx1-69016"></a></a>. The entry’s symbol is ignored. Sub groups are separated + id="dx1-72016"></a></a>. The entry’s symbol is ignored. Sub groups are separated with a blank row. The width of the first column is governed by the widest entry in that column. The width of the second column is governed by the length <span class="cmtt-10">\glsdescwidth</span><a - id="dx1-69017"></a>. Child entries have a similar format to the parent + id="dx1-72017"></a>. Child entries have a similar format to the parent entries except that their name is suppressed. </dd><dt class="description"> <span class="cmbx-10">superborder</span> </dt><dd class="description">The <span class="cmss-10">superborder</span><a - id="dx1-69018"></a> style is like <span + id="dx1-72018"></a> style is like <span class="cmss-10">super</span><a - id="dx1-69019"></a> but has horizontal and vertical + id="dx1-72019"></a> but has horizontal and vertical lines around it. </dd><dt class="description"> <span class="cmbx-10">superheader</span> </dt><dd class="description">The <span class="cmss-10">superheader</span><a - id="dx1-69020"></a> style is like <span + id="dx1-72020"></a> style is like <span class="cmss-10">super</span><a - id="dx1-69021"></a> but has a header row. + id="dx1-72021"></a> but has a header row. </dd><dt class="description"> <span class="cmbx-10">superheaderborder</span> </dt><dd class="description">The <span class="cmss-10">superheaderborder</span><a - id="dx1-69022"></a> style is like <span + id="dx1-72022"></a> style is like <span class="cmss-10">superheader</span><a - id="dx1-69023"></a> but has + id="dx1-72023"></a> but has horizontal and vertical lines around it. </dd><dt class="description"> <span class="cmbx-10">super3col</span> </dt><dd class="description">The <span class="cmss-10">super3col</span><a - id="dx1-69024"></a> style is like <span + id="dx1-72024"></a> style is like <span class="cmss-10">super</span><a - id="dx1-69025"></a> but has three columns. The + id="dx1-72025"></a> but has three columns. The first column contains the entry’s name, the second column contains the description and the third column contains the <a href="#glo:numberlist">number list<a - id="dx1-69026"></a></a>. The entry’s + id="dx1-72026"></a></a>. The entry’s symbol is ignored. The width of the first column is governed by the widest entry in that column. The width of the second column is governed by the length <span class="cmtt-10">\glsdescwidth</span><a - id="dx1-69027"></a>. The width of the third column is governed by the + id="dx1-72027"></a>. The width of the third column is governed by the length <span class="cmtt-10">\glspagelistwidth</span><a - id="dx1-69028"></a>. + id="dx1-72028"></a>. </dd><dt class="description"> <span class="cmbx-10">super3colborder</span> </dt><dd class="description">The <span class="cmss-10">super3colborder</span><a - id="dx1-69029"></a> style is like the <span + id="dx1-72029"></a> style is like the <span class="cmss-10">super3col</span><a - id="dx1-69030"></a> style but has + id="dx1-72030"></a> style but has horizontal and vertical lines around it. </dd><dt class="description"> <span class="cmbx-10">super3colheader</span> </dt><dd class="description">The <span class="cmss-10">super3colheader</span><a - id="dx1-69031"></a> style is like <span + id="dx1-72031"></a> style is like <span class="cmss-10">super3col</span><a - id="dx1-69032"></a> but has a header + id="dx1-72032"></a> but has a header row. </dd><dt class="description"> <span class="cmbx-10">super3colheaderborder</span> </dt><dd class="description">The <span class="cmss-10">super3colheaderborder</span><a - id="dx1-69033"></a> style is like the + id="dx1-72033"></a> style is like the <span class="cmss-10">super3colheader</span><a - id="dx1-69034"></a> style but has horizontal and vertical lines around it. + id="dx1-72034"></a> style but has horizontal and vertical lines around it. </dd><dt class="description"> <span class="cmbx-10">super4col</span> </dt><dd class="description">The <span class="cmss-10">super4col</span><a - id="dx1-69035"></a> style is like <span + id="dx1-72035"></a> style is like <span class="cmss-10">super3col</span><a - id="dx1-69036"></a> but has an additional column + id="dx1-72036"></a> but has an additional column in which the entry’s associated symbol appears. This style is designed for entries with brief single line descriptions. The column widths are governed by the widest entry in the given column. Use <span class="cmss-10">altsuper4col</span><a - id="dx1-69037"></a> for multi-line + id="dx1-72037"></a> for multi-line descriptions. </dd><dt class="description"> <span class="cmbx-10">super4colborder</span> </dt><dd class="description">The <span class="cmss-10">super4colborder</span><a - id="dx1-69038"></a> style is like the <span + id="dx1-72038"></a> style is like the <span class="cmss-10">super4col</span><a - id="dx1-69039"></a> style but has + id="dx1-72039"></a> style but has horizontal and vertical lines around it. </dd><dt class="description"> <span class="cmbx-10">super4colheader</span> </dt><dd class="description">The <span class="cmss-10">super4colheader</span><a - id="dx1-69040"></a> style is like <span + id="dx1-72040"></a> style is like <span class="cmss-10">super4col</span><a - id="dx1-69041"></a> but has a header + id="dx1-72041"></a> but has a header row. @@ -17981,88 +19201,88 @@ class="cmss-10">super4col</span><a class="cmbx-10">super4colheaderborder</span> </dt><dd class="description">The <span class="cmss-10">super4colheaderborder</span><a - id="dx1-69042"></a> style is like the + id="dx1-72042"></a> style is like the <span class="cmss-10">super4colheader</span><a - id="dx1-69043"></a> style but has horizontal and vertical lines around it. + id="dx1-72043"></a> style but has horizontal and vertical lines around it. </dd><dt class="description"> <span class="cmbx-10">altsuper4col</span> </dt><dd class="description">The <span class="cmss-10">altsuper4col</span><a - id="dx1-69044"></a> style is like <span + id="dx1-72044"></a> style is like <span class="cmss-10">super4col</span><a - id="dx1-69045"></a> but allows multi-line + id="dx1-72045"></a> but allows multi-line descriptions and page lists. The width of the description column is governed by the length <span class="cmtt-10">\glsdescwidth</span><a - id="dx1-69046"></a> and the width of the page list column is + id="dx1-72046"></a> and the width of the page list column is governed by the length <span class="cmtt-10">\glspagelistwidth</span><a - id="dx1-69047"></a>. The width of the name and + id="dx1-72047"></a>. The width of the name and symbol columns is governed by the widest entry in the given column. </dd><dt class="description"> <span class="cmbx-10">altsuper4colborder</span> </dt><dd class="description">The <span class="cmss-10">altsuper4colborder</span><a - id="dx1-69048"></a> style is like the <span + id="dx1-72048"></a> style is like the <span class="cmss-10">super4colborder</span><a - id="dx1-69049"></a> + id="dx1-72049"></a> style but allows multi-line descriptions and page lists. </dd><dt class="description"> <span class="cmbx-10">altsuper4colheader</span> </dt><dd class="description">The <span class="cmss-10">altsuper4colheader</span><a - id="dx1-69050"></a> style is like <span + id="dx1-72050"></a> style is like <span class="cmss-10">super4colheader</span><a - id="dx1-69051"></a> but + id="dx1-72051"></a> but allows multi-line descriptions and page lists. </dd><dt class="description"> <span class="cmbx-10">altsuper4colheaderborder</span> </dt><dd class="description">The <span class="cmss-10">altsuper4colheaderborder</span><a - id="dx1-69052"></a> style is like + id="dx1-72052"></a> style is like <span class="cmss-10">super4colheaderborder</span><a - id="dx1-69053"></a> but allows multi-line descriptions and page lists.</dd></dl> -<!--l. 8755--><p class="noindent" > + id="dx1-72053"></a> but allows multi-line descriptions and page lists.</dd></dl> +<!--l. 9492--><p class="noindent" > </p> -<!--l. 8755--><p class="noindent" ><a +<!--l. 9492--><p class="noindent" ><a href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">15.1.5 </span> <a id="sec:superraggedstyles"></a>Supertabular Styles (Ragged Right)</h4> -<!--l. 8758--><p class="noindent" >The styles described in this section are all defined in the package <span +<!--l. 9495--><p class="noindent" >The styles described in this section are all defined in the package <span class="cmss-10">glossary-superragged</span><a - id="dx1-70001"></a>. + id="dx1-73001"></a>. These styles are analogous to those defined in <span class="cmss-10">glossary-super</span><a - id="dx1-70002"></a> but the multiline + id="dx1-73002"></a> but the multiline columns are left justified instead of fully justified. Since these styles all use the <span class="cmss-10">supertabular</span><a - id="dx1-70003"></a><a - id="dx1-70004"></a> environment, they are governed by the same parameters as that + id="dx1-73003"></a><a + id="dx1-73004"></a> environment, they are governed by the same parameters as that environment. The <span class="cmss-10">glossary-superragged</span><a - id="dx1-70005"></a> package additionally requires the <span + id="dx1-73005"></a> package additionally requires the <span class="cmss-10">array</span><a - id="dx1-70006"></a> + id="dx1-73006"></a> package. Note that these styles will only be available if you explicitly load <span class="cmss-10">glossary-superragged</span><a - id="dx1-70007"></a>: + id="dx1-73007"></a>: </p> - <div class="verbatim" id="verbatim-241"> + <div class="verbatim" id="verbatim-276"> \usepackage{glossaries}  <br />\usepackage{glossary-superragged} </div> -<!--l. 8770--><p class="nopar" > Note that you can’t set these styles using the <span +<!--l. 9507--><p class="nopar" > Note that you can’t set these styles using the <span class="cmss-10">style</span><a - id="dx1-70008"></a> package option since the styles + id="dx1-73008"></a> package option since the styles aren’t defined until after the <span class="cmss-10">glossaries </span>package has been loaded. </p><dl class="description"><dt class="description"> @@ -18070,89 +19290,89 @@ class="cmss-10">glossaries </span>package has been loaded. class="cmbx-10">superragged</span> </dt><dd class="description">The <span class="cmss-10">superragged</span><a - id="dx1-70009"></a> style uses the <span + id="dx1-73009"></a> style uses the <span class="cmss-10">supertabular</span><a - id="dx1-70010"></a><a - id="dx1-70011"></a> environment (defined + id="dx1-73010"></a><a + id="dx1-73011"></a> environment (defined by the <span class="cmss-10">supertabular</span><a - id="dx1-70012"></a> package). It has two columns: the first column contains + id="dx1-73012"></a> package). It has two columns: the first column contains the entry’s name and the second column contains the (left justified) description followed by the <a href="#glo:numberlist">number list<a - id="dx1-70013"></a></a>. The entry’s symbol is ignored. Sub + id="dx1-73013"></a></a>. The entry’s symbol is ignored. Sub groups are separated with a blank row. The width of the first column is governed by the widest entry in that column. The width of the second column is governed by the length <span class="cmtt-10">\glsdescwidth</span><a - id="dx1-70014"></a>. Child entries have a + id="dx1-73014"></a>. Child entries have a similar format to the parent entries except that their name is suppressed. </dd><dt class="description"> <span class="cmbx-10">superraggedborder</span> </dt><dd class="description">The <span class="cmss-10">superraggedborder</span><a - id="dx1-70015"></a> style is like <span + id="dx1-73015"></a> style is like <span class="cmss-10">superragged</span><a - id="dx1-70016"></a> but has + id="dx1-73016"></a> but has horizontal and vertical lines around it. </dd><dt class="description"> <span class="cmbx-10">superraggedheader</span> </dt><dd class="description">The <span class="cmss-10">superraggedheader</span><a - id="dx1-70017"></a> style is like <span + id="dx1-73017"></a> style is like <span class="cmss-10">superragged</span><a - id="dx1-70018"></a> but has a + id="dx1-73018"></a> but has a header row. </dd><dt class="description"> <span class="cmbx-10">superraggedheaderborder</span> </dt><dd class="description">The <span class="cmss-10">superraggedheaderborder</span><a - id="dx1-70019"></a> + id="dx1-73019"></a> style is like <span class="cmss-10">superraggedheader</span><a - id="dx1-70020"></a> but has horizontal and vertical lines around + id="dx1-73020"></a> but has horizontal and vertical lines around it. </dd><dt class="description"> <span class="cmbx-10">superragged3col</span> </dt><dd class="description">The <span class="cmss-10">superragged3col</span><a - id="dx1-70021"></a> style is like <span + id="dx1-73021"></a> style is like <span class="cmss-10">superragged</span><a - id="dx1-70022"></a> but has three + id="dx1-73022"></a> but has three columns. The first column contains the entry’s name, the second column contains the (left justified) description and the third column contains the (left justified) <a href="#glo:numberlist">number list<a - id="dx1-70023"></a></a>. The entry’s symbol is ignored. The width of the + id="dx1-73023"></a></a>. The entry’s symbol is ignored. The width of the first column is governed by the widest entry in that column. The width of the second column is governed by the length <span class="cmtt-10">\glsdescwidth</span><a - id="dx1-70024"></a>. The width + id="dx1-73024"></a>. The width of the third column is governed by the length <span class="cmtt-10">\glspagelistwidth</span><a - id="dx1-70025"></a>. + id="dx1-73025"></a>. </dd><dt class="description"> <span class="cmbx-10">superragged3colborder</span> </dt><dd class="description">The <span class="cmss-10">superragged3colborder</span><a - id="dx1-70026"></a> style is like the + id="dx1-73026"></a> style is like the <span class="cmss-10">superragged3col</span><a - id="dx1-70027"></a> style but has horizontal and vertical lines around it. + id="dx1-73027"></a> style but has horizontal and vertical lines around it. </dd><dt class="description"> <span class="cmbx-10">superragged3colheader</span> </dt><dd class="description">The <span class="cmss-10">superragged3colheader</span><a - id="dx1-70028"></a> style is like + id="dx1-73028"></a> style is like <span class="cmss-10">superragged3col</span><a - id="dx1-70029"></a> but has a header row. + id="dx1-73029"></a> but has a header row. </dd><dt class="description"> @@ -18160,18 +19380,18 @@ class="cmss-10">superragged3col</span><a class="cmbx-10">superragged3colheaderborder</span> </dt><dd class="description">The <span class="cmss-10">superragged3colheaderborder</span><a - id="dx1-70030"></a> style is like + id="dx1-73030"></a> style is like <span class="cmss-10">superragged3colheader</span><a - id="dx1-70031"></a> but has horizontal and vertical lines around it. + id="dx1-73031"></a> but has horizontal and vertical lines around it. </dd><dt class="description"> <span class="cmbx-10">altsuperragged4col</span> </dt><dd class="description">The <span class="cmss-10">altsuperragged4col</span><a - id="dx1-70032"></a> style is like <span + id="dx1-73032"></a> style is like <span class="cmss-10">superragged3col</span><a - id="dx1-70033"></a> but has + id="dx1-73033"></a> but has an additional column in which the entry’s associated symbol appears. The column widths for the name and symbol column are governed by the widest entry in the given column. @@ -18180,62 +19400,62 @@ class="cmss-10">superragged3col</span><a class="cmbx-10">altsuperragged4colborder</span> </dt><dd class="description">The <span class="cmss-10">altsuperragged4colborder</span><a - id="dx1-70034"></a> style is like the + id="dx1-73034"></a> style is like the <span class="cmss-10">altsuperragged4col</span><a - id="dx1-70035"></a> style but has horizontal and vertical lines around it. + id="dx1-73035"></a> style but has horizontal and vertical lines around it. </dd><dt class="description"> <span class="cmbx-10">altsuperragged4colheader</span> </dt><dd class="description">The <span class="cmss-10">altsuperragged4colheader</span><a - id="dx1-70036"></a> style is like + id="dx1-73036"></a> style is like <span class="cmss-10">altsuperragged4col</span><a - id="dx1-70037"></a> but has a header row. + id="dx1-73037"></a> but has a header row. </dd><dt class="description"> <span class="cmbx-10">altsuperragged4colheaderborder</span> </dt><dd class="description">The <span class="cmss-10">altsuperragged4colheaderborder</span><a - id="dx1-70038"></a> style + id="dx1-73038"></a> style is like <span class="cmss-10">altsuperragged4colheader</span><a - id="dx1-70039"></a> but has horizontal and vertical lines around + id="dx1-73039"></a> but has horizontal and vertical lines around it. </dd></dl> -<!--l. 8843--><p class="noindent" > +<!--l. 9580--><p class="noindent" > </p> -<!--l. 8843--><p class="noindent" ><a +<!--l. 9580--><p class="noindent" ><a href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">15.1.6 </span> <a id="sec:treestyles"></a>Tree-Like Styles</h4> -<!--l. 8846--><p class="noindent" >The styles described in this section are all defined in the package <span +<!--l. 9583--><p class="noindent" >The styles described in this section are all defined in the package <span class="cmss-10">glossary-tree</span><a - id="dx1-71001"></a>. These + id="dx1-74001"></a>. These styles are designed for hierarchical glossaries but can also be used with glossaries that don’t have sub-entries. These styles will display the entry’s symbol if it exists. Note that these styles will automatically be available unless you use the <span class="cmss-10">notree</span><a - id="dx1-71002"></a> or <span + id="dx1-74002"></a> or <span class="cmss-10">nostyles</span><a - id="dx1-71003"></a> package options. These styles all format the entry name + id="dx1-74003"></a> package options. These styles all format the entry name using: -</p><!--l. 8853--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 9590--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glstreenamefmt</span><span class="cmtt-9"> </span></span><a - id="dx1-71004"></a> <span + id="dx1-74004"></a> <span class="cmtt-10">\glstreenamefmt{</span>⟨<span class="cmitt-10">name</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 8855--><p class="noindent" > +</p><!--l. 9592--><p class="noindent" > This defaults to <span class="cmtt-10">\textbf{</span>⟨<span class="cmti-10">name</span>⟩<span class="cmtt-10">}</span>, but note that ⟨<span class="cmti-10">name</span>⟩ includes <span class="cmtt-10">\glsnamefont</span><a - id="dx1-71005"></a> so the + id="dx1-74005"></a> so the bold setting in <span class="cmtt-10">\glstreenamefont </span>may be counteracted by another font change in <span @@ -18248,7 +19468,7 @@ class="cmtt-10">\glstreenamefmt </span>to format the heading. class="cmbx-10">index</span> </dt><dd class="description">The <span class="cmss-10">index</span><a - id="dx1-71006"></a> style is similar to the way indices are usually formatted in that + id="dx1-74006"></a> style is similar to the way indices are usually formatted in that it has a hierarchical structure up to three levels (the main level plus two sub-levels). The name is typeset in bold, and if the symbol is present it is set in parentheses after the name and before the description. Sub-entries @@ -18257,118 +19477,118 @@ class="cmss-10">index</span><a are indented and also include the name, the symbol in brackets (if present) and the description. Groups are separated using <span class="cmtt-10">\indexspace</span><a - id="dx1-71007"></a>. + id="dx1-74007"></a>. </dd><dt class="description"> <span class="cmbx-10">indexgroup</span> </dt><dd class="description">The <span class="cmss-10">indexgroup</span><a - id="dx1-71008"></a> style is similar to the <span + id="dx1-74008"></a> style is similar to the <span class="cmss-10">index</span><a - id="dx1-71009"></a> style except that each + id="dx1-74009"></a> style except that each group has a heading. </dd><dt class="description"> <span class="cmbx-10">indexhypergroup</span> </dt><dd class="description">The <span class="cmss-10">indexhypergroup</span><a - id="dx1-71010"></a> style is like <span + id="dx1-74010"></a> style is like <span class="cmss-10">indexgroup</span><a - id="dx1-71011"></a> but has a set of + id="dx1-74011"></a> but has a set of links to the glossary groups. The navigation line is the same as that for <span class="cmss-10">listhypergroup</span><a - id="dx1-71012"></a>, described above. + id="dx1-74012"></a>, described above. </dd><dt class="description"> <span class="cmbx-10">tree</span> </dt><dd class="description">The <span class="cmss-10">tree</span><a - id="dx1-71013"></a> style is similar to the <span + id="dx1-74013"></a> style is similar to the <span class="cmss-10">index</span><a - id="dx1-71014"></a> style except that it can have arbitrary + id="dx1-74014"></a> style except that it can have arbitrary levels. (Note that <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-71015"></a></a> is limited to three levels, so you will need to + id="dx1-74015"></a></a> is limited to three levels, so you will need to use <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-71016"></a></a> if you want more than three levels.) Each sub-level is indented by + id="dx1-74016"></a></a> if you want more than three levels.) Each sub-level is indented by <span class="marginpar"><span class="cmtt-9">\glstreeindent</span><span class="cmtt-9"> </span></span><a - id="dx1-71017"></a><span + id="dx1-74017"></a><span class="cmtt-10">\glstreeindent</span>. Note that the name, symbol (if present) and description are placed in the same paragraph block. If you want the name to be apart from the description, use the <span class="cmss-10">alttree</span><a - id="dx1-71018"></a> style instead. (See + id="dx1-74018"></a> style instead. (See below.) </dd><dt class="description"> <span class="cmbx-10">treegroup</span> </dt><dd class="description">The <span class="cmss-10">treegroup</span><a - id="dx1-71019"></a> style is similar to the <span + id="dx1-74019"></a> style is similar to the <span class="cmss-10">tree</span><a - id="dx1-71020"></a> style except that each group + id="dx1-74020"></a> style except that each group has a heading. </dd><dt class="description"> <span class="cmbx-10">treehypergroup</span> </dt><dd class="description">The <span class="cmss-10">treehypergroup</span><a - id="dx1-71021"></a> style is like <span + id="dx1-74021"></a> style is like <span class="cmss-10">treegroup</span><a - id="dx1-71022"></a> but has a set of + id="dx1-74022"></a> but has a set of links to the glossary groups. The navigation line is the same as that for <span class="cmss-10">listhypergroup</span><a - id="dx1-71023"></a>, described above. + id="dx1-74023"></a>, described above. </dd><dt class="description"> <span class="cmbx-10">treenoname</span> </dt><dd class="description">The <span class="cmss-10">treenoname</span><a - id="dx1-71024"></a> style is like the <span + id="dx1-74024"></a> style is like the <span class="cmss-10">tree</span><a - id="dx1-71025"></a> style except that the name + id="dx1-74025"></a> style except that the name for each sub-entry is ignored. </dd><dt class="description"> <span class="cmbx-10">treenonamegroup</span> </dt><dd class="description">The <span class="cmss-10">treenonamegroup</span><a - id="dx1-71026"></a> style is similar to the <span + id="dx1-74026"></a> style is similar to the <span class="cmss-10">treenoname</span><a - id="dx1-71027"></a> style + id="dx1-74027"></a> style except that each group has a heading. </dd><dt class="description"> <span class="cmbx-10">treenonamehypergroup</span> </dt><dd class="description">The <span class="cmss-10">treenonamehypergroup</span><a - id="dx1-71028"></a> style + id="dx1-74028"></a> style is like <span class="cmss-10">treenonamegroup</span><a - id="dx1-71029"></a> but has a set of links to the glossary groups. The + id="dx1-74029"></a> but has a set of links to the glossary groups. The navigation line is the same as that for <span class="cmss-10">listhypergroup</span><a - id="dx1-71030"></a>, described above. + id="dx1-74030"></a>, described above. </dd><dt class="description"> <span class="cmbx-10">alttree</span> </dt><dd class="description">The <span class="cmss-10">alttree</span><a - id="dx1-71031"></a> style is similar to the <span + id="dx1-74031"></a> style is similar to the <span class="cmss-10">tree</span><a - id="dx1-71032"></a> style except that the indentation for + id="dx1-74032"></a> style except that the indentation for each level is determined by the width of the text specified by - <!--l. 8914--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span + <!--l. 9651--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glssetwidest</span><span class="cmtt-9"> </span></span><a - id="dx1-71033"></a> <span + id="dx1-74033"></a> <span class="cmtt-10">\glssetwidest[</span>⟨<span class="cmitt-10">level</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -18376,7 +19596,7 @@ class="cmitt-10">text</span>⟩<span class="cmtt-10">} </span></div><hr> - </p><!--l. 8916--><p class="noindent" > + </p><!--l. 9653--><p class="noindent" > The optional argument ⟨<span class="cmti-10">level</span>⟩ indicates the level, where 0 indicates the top-most level, 1 indicates the first level sub-entries, etc. If <span @@ -18384,7 +19604,7 @@ class="cmtt-10">\glssetwidest </span>hasn’t been used for a given sub-level, the level 0 widest text is used instead. If ⟨<span class="cmti-10">level</span>⟩ is omitted, 0 is assumed. - </p><!--l. 8923--><p class="noindent" >For each level, the name is placed to the left of the paragraph block containing + </p><!--l. 9660--><p class="noindent" >For each level, the name is placed to the left of the paragraph block containing the symbol (optional) and the description. If the symbol is present, it is placed in parentheses before the description. </p></dd><dt class="description"> @@ -18392,91 +19612,91 @@ class="cmti-10">level</span>⟩ is class="cmbx-10">alttreegroup</span> </dt><dd class="description">The <span class="cmss-10">alttreegroup</span><a - id="dx1-71034"></a> is like the <span + id="dx1-74034"></a> is like the <span class="cmss-10">alttree</span><a - id="dx1-71035"></a> style except that each group has a + id="dx1-74035"></a> style except that each group has a heading. </dd><dt class="description"> <span class="cmbx-10">alttreehypergroup</span> </dt><dd class="description">The <span class="cmss-10">alttreehypergroup</span><a - id="dx1-71036"></a> style is like <span + id="dx1-74036"></a> style is like <span class="cmss-10">alttreegroup</span><a - id="dx1-71037"></a> but has a set of + id="dx1-74037"></a> but has a set of links to the glossary groups. The navigation line is the same as that for <span class="cmss-10">listhypergroup</span><a - id="dx1-71038"></a>, described above. + id="dx1-74038"></a>, described above. </dd></dl> -<!--l. 8938--><p class="noindent" > +<!--l. 9675--><p class="noindent" > </p> -<!--l. 8938--><p class="noindent" ><a +<!--l. 9675--><p class="noindent" ><a href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">15.1.7 </span> <a id="sec:mcolstyles"></a>Multicols Style</h4> -<!--l. 8941--><p class="noindent" >The <span +<!--l. 9678--><p class="noindent" >The <span class="cmss-10">glossary-mcols</span><a - id="dx1-72001"></a> package provides tree-like styles that are in the <span + id="dx1-75001"></a> package provides tree-like styles that are in the <span class="cmss-10">multicols</span><a - id="dx1-72002"></a><a - id="dx1-72003"></a> + id="dx1-75002"></a><a + id="dx1-75003"></a> environment (defined by the <span class="cmss-10">multicol</span><a - id="dx1-72004"></a> package). The style names are as their analogous + id="dx1-75004"></a> package). The style names are as their analogous tree styles (as defined in <a href="#sec:treestyles"><span class="cmsy-10">§</span>15.1.6 </a><a href="#sec:treestyles">Tree-Like Styles<!--tex4ht:ref: sec:treestyles --></a>) but are prefixed with “mcol”. For example, the <span class="cmss-10">mcolindex</span><a - id="dx1-72005"></a> style is essentially the <span + id="dx1-75005"></a> style is essentially the <span class="cmss-10">index</span><a - id="dx1-72006"></a> style but put in a <span + id="dx1-75006"></a> style but put in a <span class="cmss-10">multicols</span><a - id="dx1-72007"></a><a - id="dx1-72008"></a> + id="dx1-75007"></a><a + id="dx1-75008"></a> environment. For the complete list, see <a href="#tab:mcols">table 15.2</a>. -</p><!--l. 8950--><p class="indent" > <div class="important" title="Important Note"> Note that <span +</p><!--l. 9687--><p class="indent" > <div class="important" title="Important Note"> Note that <span class="cmss-10">glossary-mcols</span><a - id="dx1-72009"></a> is not loaded by <span + id="dx1-75009"></a> is not loaded by <span class="cmss-10">glossaries</span>. If you want to use any of the multicol styles in that package you need to load it explicitly with <span class="cmtt-10">\usepackage </span>and set the required glossary style using <span class="cmtt-10">\setglossarystyle</span><a - id="dx1-72010"></a>. + id="dx1-75010"></a>. </div> -</p><!--l. 8955--><p class="noindent" > -</p><!--l. 8957--><p class="indent" > The default number of columns is 2, but can be changed by redefining -</p><!--l. 8958--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 9692--><p class="noindent" > +</p><!--l. 9694--><p class="indent" > The default number of columns is 2, but can be changed by redefining +</p><!--l. 9695--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsmcols</span><span class="cmtt-9"> </span></span><a - id="dx1-72011"></a> <span + id="dx1-75011"></a> <span class="cmtt-10">\glsmcols </span></div><hr> -</p><!--l. 8960--><p class="noindent" > +</p><!--l. 9697--><p class="noindent" > to the required number. For example, for a three column glossary: </p> - <div class="verbatim" id="verbatim-242"> + <div class="verbatim" id="verbatim-277"> \usepackage{glossary-mcols}  <br />\renewcommand*{\glsmcols}{3}  <br />\setglossarystyle{mcolindex} </div> -<!--l. 8966--><p class="nopar" > +<!--l. 9703--><p class="nopar" > </p> <div class="table"> -<!--l. 8968--><p class="indent" > <a +<!--l. 9705--><p class="indent" > <a id="tab:mcols"></a></p><hr class="float" /><div class="float" > <div class="caption" ><span class="id">Table 15.2: </span><span -class="content">Multicolumn Styles</span></div><!--tex4ht:label?: x1-720122 --> +class="content">Multicolumn Styles</span></div><!--tex4ht:label?: x1-750122 --> <div class="tabular"> <table id="TBL-10" class="tabular" cellspacing="0" cellpadding="0" ><colgroup id="TBL-10-1g"><col @@ -18485,7 +19705,7 @@ id="TBL-10-2" /></colgroup><tr style="vertical-align:baseline;" id="TBL-10-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-1-1" class="td11"> <span class="cmssbx-10">glossary-mcols</span><a - id="dx1-72013"></a> <span + id="dx1-75013"></a> <span class="cmbx-10">Style </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-10-1-2" class="td11"> <span class="cmbx-10">Analogous Tree Style </span></td> @@ -18493,296 +19713,296 @@ class="cmbx-10">Analogous Tree Style </span></td> style="vertical-align:baseline;" id="TBL-10-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-2-1" class="td11"> <span class="cmss-10">mcolindex</span><a - id="dx1-72014"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-2-2" + id="dx1-75014"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-2-2" class="td11"> <span class="cmss-10">index</span><a - id="dx1-72015"></a> </td></tr><tr + id="dx1-75015"></a> </td></tr><tr style="vertical-align:baseline;" id="TBL-10-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-3-1" class="td11"> <span class="cmss-10">mcolindexgroup</span><a - id="dx1-72016"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-3-2" + id="dx1-75016"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-3-2" class="td11"> <span class="cmss-10">indexgroup</span><a - id="dx1-72017"></a></td> + id="dx1-75017"></a></td> </tr><tr style="vertical-align:baseline;" id="TBL-10-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-4-1" class="td11"> <span class="cmss-10">mcolindexhypergroup</span><a - id="dx1-72018"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-4-2" + id="dx1-75018"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-4-2" class="td11"> <span class="cmss-10">indexhypergroup</span><a - id="dx1-72019"></a> </td> + id="dx1-75019"></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-5-1" class="td11"> <span class="cmss-10">mcoltree</span><a - id="dx1-72020"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-5-2" + id="dx1-75020"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-5-2" class="td11"> <span class="cmss-10">tree</span><a - id="dx1-72021"></a> </td></tr><tr + id="dx1-75021"></a> </td></tr><tr style="vertical-align:baseline;" id="TBL-10-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-6-1" class="td11"> <span class="cmss-10">mcoltreegroup</span><a - id="dx1-72022"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-6-2" + id="dx1-75022"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-6-2" class="td11"> <span class="cmss-10">treegroup</span><a - id="dx1-72023"></a></td> + id="dx1-75023"></a></td> </tr><tr style="vertical-align:baseline;" id="TBL-10-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-7-1" class="td11"> <span class="cmss-10">mcoltreehypergroup</span><a - id="dx1-72024"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-7-2" + id="dx1-75024"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-7-2" class="td11"> <span class="cmss-10">treehypergroup</span><a - id="dx1-72025"></a> </td> + id="dx1-75025"></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-8-1" class="td11"> <span class="cmss-10">mcoltreenoname</span><a - id="dx1-72026"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-8-2" + id="dx1-75026"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-8-2" class="td11"> <span class="cmss-10">treenoname</span><a - id="dx1-72027"></a> </td> + id="dx1-75027"></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-9-1" class="td11"> <span class="cmss-10">mcoltreenonamegroup</span><a - id="dx1-72028"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-9-2" + id="dx1-75028"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-9-2" class="td11"> <span class="cmss-10">treenonamegroup</span><a - id="dx1-72029"></a> </td> + id="dx1-75029"></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-10-1" class="td11"> <span class="cmss-10">mcoltreenonamehypergroup</span><a - id="dx1-72030"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-10-2" + id="dx1-75030"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-10-2" class="td11"> <span class="cmss-10">treenonamehypergroup</span><a - id="dx1-72031"></a> </td> + id="dx1-75031"></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-11-1" class="td11"> <span class="cmss-10">mcolalttree</span><a - id="dx1-72032"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-11-2" + id="dx1-75032"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-11-2" class="td11"> <span class="cmss-10">alttree</span><a - id="dx1-72033"></a> </td> + id="dx1-75033"></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-12-1" class="td11"> <span class="cmss-10">mcolalttreegroup</span><a - id="dx1-72034"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-12-2" + id="dx1-75034"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-12-2" class="td11"> <span class="cmss-10">alttreegroup</span><a - id="dx1-72035"></a> </td> + id="dx1-75035"></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-13-1" class="td11"> <span class="cmss-10">mcolalttreehypergroup</span><a - id="dx1-72036"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-13-2" + id="dx1-75036"></a> </td><td style="white-space:nowrap; text-align:left;" id="TBL-10-13-2" class="td11"> <span class="cmss-10">alttreehypergroup</span><a - id="dx1-72037"></a> </td></tr></table></div> + id="dx1-75037"></a> </td></tr></table></div> </div><hr class="endfloat" /> </div> -<!--l. 8992--><p class="noindent" ><a +<!--l. 9729--><p class="noindent" ><a href="#top">Top</a><h4 class="subsectionHead"></p><h4 class="subsectionHead"><span class="titlemark">15.1.8 </span> <a id="sec:inline"></a>In-Line Style</h4> -<!--l. 8995--><p class="noindent" >This section covers the <span +<!--l. 9732--><p class="noindent" >This section covers the <span class="cmss-10">glossary-inline</span><a - id="dx1-73001"></a> package that supplies the <span + id="dx1-76001"></a> package that supplies the <span class="cmss-10">inline</span><a - id="dx1-73002"></a> style. This is a + id="dx1-76002"></a> style. This is a style that is designed for in-line use (as opposed to block styles, such as lists or tables). This style doesn’t display the <a href="#glo:numberlist">number list<a - id="dx1-73003"></a></a>. -</p><!--l. 9000--><p class="indent" > You will most likely need to redefine <span + id="dx1-76003"></a></a>. +</p><!--l. 9737--><p class="indent" > You will most likely need to redefine <span class="cmtt-10">\glossarysection</span><a - id="dx1-73004"></a> with this style. For + id="dx1-76004"></a> with this style. For example, suppose you are required to have your glossaries and list of acronyms in a footnote, you can do: </p> - <div class="verbatim" id="verbatim-243"> + <div class="verbatim" id="verbatim-278">  \usepackage{glossary-inline}  <br /> \renewcommand*{\glossarysection}[2][]{\textbf{#1}: }  <br /> \setglossarystyle{inline} </div> -<!--l. 9008--><p class="nopar" > -</p><!--l. 9010--><p class="indent" > <div class="important" title="Important Note"> Note that you need to include <span +<!--l. 9745--><p class="nopar" > +</p><!--l. 9747--><p class="indent" > <div class="important" title="Important Note"> Note that you need to include <span class="cmss-10">glossary-inline</span><a - id="dx1-73005"></a> with <span + id="dx1-76005"></a> with <span class="cmtt-10">\usepackage </span>as it’s not automatically included by the <span class="cmss-10">glossaries </span>package and then set the style using <span class="cmtt-10">\setglossarystyle</span><a - id="dx1-73006"></a>. </div> -</p><!--l. 9015--><p class="noindent" > -</p><!--l. 9017--><p class="indent" > Where you need to include your glossaries as a footnote you can do: + id="dx1-76006"></a>. </div> +</p><!--l. 9752--><p class="noindent" > +</p><!--l. 9754--><p class="indent" > Where you need to include your glossaries as a footnote you can do: </p> - <div class="verbatim" id="verbatim-244"> + <div class="verbatim" id="verbatim-279"> \footnote{\printglossaries} </div> -<!--l. 9020--><p class="nopar" > -</p><!--l. 9022--><p class="indent" > The <span +<!--l. 9757--><p class="nopar" > +</p><!--l. 9759--><p class="indent" > The <span class="cmss-10">inline</span><a - id="dx1-73007"></a> style is governed by the following: -</p><!--l. 9023--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-76007"></a> style is governed by the following: +</p><!--l. 9760--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsinlineseparator</span><span class="cmtt-9"> </span></span><a - id="dx1-73008"></a> <span + id="dx1-76008"></a> <span class="cmtt-10">\glsinlineseparator</span><a - id="dx1-73009"></a> </div><hr> -</p><!--l. 9025--><p class="noindent" > + id="dx1-76009"></a> </div><hr> +</p><!--l. 9762--><p class="noindent" > This defaults to “<span class="cmtt-10">; </span>” and is used between main (i.e. level 0) entries. -</p><!--l. 9028--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 9765--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsinlinesubseparator</span><span class="cmtt-9"> </span></span><a - id="dx1-73010"></a> <span + id="dx1-76010"></a> <span class="cmtt-10">\glsinlinesubseparator</span><a - id="dx1-73011"></a> </div><hr> -</p><!--l. 9030--><p class="noindent" > + id="dx1-76011"></a> </div><hr> +</p><!--l. 9767--><p class="noindent" > This defaults to “<span class="cmtt-10">, </span>” and is used between sub-entries. -</p><!--l. 9033--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 9770--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsinlineparentchildseparator</span><span class="cmtt-9"> </span></span><a - id="dx1-73012"></a> <span + id="dx1-76012"></a> <span class="cmtt-10">\glsinlineparentchildseparator</span><a - id="dx1-73013"></a> + id="dx1-76013"></a> </div><hr> -</p><!--l. 9035--><p class="noindent" > +</p><!--l. 9772--><p class="noindent" > This defaults to “<span class="cmtt-10">: </span>” and is used between a parent main entry and its first sub-entry. -</p><!--l. 9038--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 9775--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glspostinline</span><span class="cmtt-9"> </span></span><a - id="dx1-73014"></a> <span + id="dx1-76014"></a> <span class="cmtt-10">\glspostinline</span><a - id="dx1-73015"></a> </div><hr> -</p><!--l. 9040--><p class="noindent" > + id="dx1-76015"></a> </div><hr> +</p><!--l. 9777--><p class="noindent" > This defaults to “<span class="cmtt-10">; </span>” and is used at the end of the glossary. -</p><!--l. 9044--><p class="noindent" > +</p><!--l. 9781--><p class="noindent" > </p> -<!--l. 9044--><p class="noindent" ><a +<!--l. 9781--><p class="noindent" ><a href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">15.2 </span> <a id="sec:newglossarystyle"></a>Defining your own glossary style</h3> -<!--l. 9047--><p class="noindent" >If the predefined styles don’t fit your requirements, you can define your own style +<!--l. 9784--><p class="noindent" >If the predefined styles don’t fit your requirements, you can define your own style using: -</p><!--l. 9049--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 9786--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\newglossarystyle</span><span class="cmtt-9"> </span></span><a - id="dx1-74001"></a> <span + id="dx1-77001"></a> <span class="cmtt-10">\newglossarystyle{</span>⟨<span class="cmitt-10">name</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">definitions</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9051--><p class="noindent" > +</p><!--l. 9788--><p class="noindent" > where ⟨<span class="cmti-10">name</span>⟩ is the name of the new glossary style (to be used in <span class="cmtt-10">\setglossarystyle</span>). The second argument ⟨<span class="cmti-10">definitions</span>⟩ needs to redefine all of the following: -</p><!--l. 9056--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 9793--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">theglossary</span><span class="cmtt-9"> </span></span><a - id="dx1-74002"></a><a - id="dx1-74003"></a> <span + id="dx1-77002"></a><a + id="dx1-77003"></a> <span class="cmss-10">theglossary</span><a - id="dx1-74004"></a><a - id="dx1-74005"></a> </div><hr> -</p><!--l. 9058--><p class="noindent" > + id="dx1-77004"></a><a + id="dx1-77005"></a> </div><hr> +</p><!--l. 9795--><p class="noindent" > This environment defines how the main body of the glossary should be typeset. Note that this does not include the section heading, the glossary preamble (defined by <span class="cmtt-10">\glossarypreamble</span><a - id="dx1-74006"></a>) or the glossary postamble (defined by <span + id="dx1-77006"></a>) or the glossary postamble (defined by <span class="cmtt-10">\glossarypostamble</span><a - id="dx1-74007"></a>). + id="dx1-77007"></a>). For example, the <span class="cmss-10">list</span><a - id="dx1-74008"></a> style uses the <span + id="dx1-77008"></a> style uses the <span class="cmss-10">description</span><a - id="dx1-74009"></a><a - id="dx1-74010"></a> environment, so the <span + id="dx1-77009"></a><a + id="dx1-77010"></a> environment, so the <span class="cmss-10">theglossary</span><a - id="dx1-74011"></a><a - id="dx1-74012"></a> + id="dx1-77011"></a><a + id="dx1-77012"></a> environment is simply redefined to begin and end the <span class="cmss-10">description</span><a - id="dx1-74013"></a><a - id="dx1-74014"></a> environment. -</p><!--l. 9067--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-77013"></a><a + id="dx1-77014"></a> environment. +</p><!--l. 9804--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glossaryheader</span><span class="cmtt-9"> </span></span><a - id="dx1-74015"></a> <span + id="dx1-77015"></a> <span class="cmtt-10">\glossaryheader </span></div><hr> -</p><!--l. 9069--><p class="noindent" > +</p><!--l. 9806--><p class="noindent" > This macro indicates what to do at the start of the main body of the glossary. Note that this is not the same as <span class="cmtt-10">\glossarypreamble</span><a - id="dx1-74016"></a>, which should not be affected by + id="dx1-77016"></a>, which should not be affected by changes in the glossary style. The <span class="cmss-10">list</span><a - id="dx1-74017"></a> glossary style redefines <span + id="dx1-77017"></a> glossary style redefines <span class="cmtt-10">\glossaryheader</span><a - id="dx1-74018"></a> to do + id="dx1-77018"></a> to do nothing, whereas the <span class="cmss-10">longheader</span><a - id="dx1-74019"></a> glossary style redefines <span + id="dx1-77019"></a> glossary style redefines <span class="cmtt-10">\glossaryheader </span>to do a header row. -</p><!--l. 9077--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 9814--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsgroupheading</span><span class="cmtt-9"> </span></span><a - id="dx1-74020"></a> <span + id="dx1-77020"></a> <span class="cmtt-10">\glsgroupheading{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9079--><p class="noindent" > +</p><!--l. 9816--><p class="noindent" > This macro indicates what to do at the start of each logical block within the main body of the glossary. If you use <a href="#glo:makeindex"><span class="cmtt-10">makeindex</span><a - id="dx1-74021"></a></a> the glossary is sub-divided into a + id="dx1-77021"></a></a> the glossary is sub-divided into a maximum of twenty-eight logical blocks that are determined by the first character of the <span class="cmss-10">sort</span><a - id="dx1-74022"></a> key (or <span + id="dx1-77022"></a> key (or <span class="cmss-10">name</span><a - id="dx1-74023"></a> key if the <span + id="dx1-77023"></a> key if the <span class="cmss-10">sort</span><a - id="dx1-74024"></a> key is omitted). The sub-divisions are in the + id="dx1-77024"></a> key is omitted). The sub-divisions are in the following order: symbols, numbers, A, …, Z. If you use <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-74025"></a></a>, the sub-divisions depend + id="dx1-77025"></a></a>, the sub-divisions depend on the language settings. -</p><!--l. 9090--><p class="indent" > Note that the argument to <span +</p><!--l. 9827--><p class="indent" > Note that the argument to <span class="cmtt-10">\glsgroupheading </span>is a label <span class="cmti-10">not </span>the group title. The group title can be obtained via -</p><!--l. 9093--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 9830--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsgetgrouptitle</span><span class="cmtt-9"> </span></span><a - id="dx1-74026"></a> <span + id="dx1-77026"></a> <span class="cmtt-10">\glsgetgrouptitle{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9095--><p class="noindent" > +</p><!--l. 9832--><p class="noindent" > This obtains the title as follows: if ⟨<span class="cmti-10">label</span>⟩ consists of a single non-active character or ⟨<span @@ -18797,116 +20017,116 @@ class="cmti-10">label</span>⟩. (The “symbols” group has the label <span class="cmtt-10">glssymbols</span>, so the command <span class="cmtt-10">\glssymbolsgroupname</span><a - id="dx1-74027"></a> is + id="dx1-77027"></a> is used, and the “numbers” group has the label <span class="cmtt-10">glsnumbers</span>, so the command <span class="cmtt-10">\glsnumbersgrouptitle</span><a - id="dx1-74028"></a> is used.) If you are using <a + id="dx1-77028"></a> is used.) If you are using <a href="#glo:xindy"><span class="cmtt-10">xindy</span><a - id="dx1-74029"></a></a>, ⟨<span + id="dx1-77029"></a></a>, ⟨<span class="cmti-10">label</span>⟩ may be an active character (for example ø), in which case the title will be set to just ⟨<span class="cmti-10">label</span>⟩. You can redefine <span class="cmtt-10">\glsgetgrouptitle </span>if this is unsuitable for your document. -</p><!--l. 9109--><p class="indent" > A navigation hypertarget can be created using -</p><!--l. 9110--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 9846--><p class="indent" > A navigation hypertarget can be created using +</p><!--l. 9847--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsnavhypertarget</span><span class="cmtt-9"> </span></span><a - id="dx1-74030"></a> <span + id="dx1-77030"></a> <span class="cmtt-10">\glsnavhypertarget{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">text</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9112--><p class="noindent" > +</p><!--l. 9849--><p class="noindent" > For further details about <span class="cmtt-10">\glsnavhypertarget</span>, see the documented code (<span class="cmtt-10">glossaries-code.pdf</span>). -</p><!--l. 9117--><p class="indent" > Most of the predefined glossary styles redefine <span +</p><!--l. 9854--><p class="indent" > Most of the predefined glossary styles redefine <span class="cmtt-10">\glsgroupheading </span>to simply ignore its argument. The <span class="cmss-10">listhypergroup</span><a - id="dx1-74031"></a> style redefines <span + id="dx1-77031"></a> style redefines <span class="cmtt-10">\glsgroupheading </span>as follows: </p> - <div class="verbatim" id="verbatim-245"> + <div class="verbatim" id="verbatim-280"> \renewcommand*{\glsgroupheading}[1]{%  <br />\item[\glsnavhypertarget{##1}{\glsgetgrouptitle{##1}}]} </div> -<!--l. 9123--><p class="nopar" > See also <span +<!--l. 9860--><p class="nopar" > See also <span class="cmtt-10">\glsgroupskip </span>below. (Note that command definitions within <span class="cmtt-10">\newglossarystyle</span><a - id="dx1-74032"></a> must use <span class="obeylines-h"><span class="verb"><span + id="dx1-77032"></a> must use <span class="obeylines-h"><span class="verb"><span class="cmtt-10">##1</span></span></span> instead of <span class="obeylines-h"><span class="verb"><span class="cmtt-10">#1</span></span></span> etc.) -</p><!--l. 9127--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 9864--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsgroupskip</span><span class="cmtt-9"> </span></span><a - id="dx1-74033"></a> <span + id="dx1-77033"></a> <span class="cmtt-10">\glsgroupskip </span></div><hr> -</p><!--l. 9129--><p class="noindent" > +</p><!--l. 9866--><p class="noindent" > This macro determines what to do after one logical group but before the header for the next logical group. The <span class="cmss-10">list</span><a - id="dx1-74034"></a> glossary style simply redefines <span + id="dx1-77034"></a> glossary style simply redefines <span class="cmtt-10">\glsgroupskip </span>to be <span class="cmtt-10">\indexspace</span><a - id="dx1-74035"></a>, whereas the tabular-like styles redefine <span + id="dx1-77035"></a>, whereas the tabular-like styles redefine <span class="cmtt-10">\glsgroupskip </span>to produce a blank row. -</p><!--l. 9136--><p class="indent" > As from version 3.03, the package option <span +</p><!--l. 9873--><p class="indent" > As from version 3.03, the package option <span class="cmss-10">nogroupskip</span><a - id="dx1-74036"></a> can be used to suppress this + id="dx1-77036"></a> can be used to suppress this default gap for the predefined styles. -</p><!--l. 9139--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 9876--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glossentry</span><span class="cmtt-9"> </span></span><a - id="dx1-74037"></a> <span + id="dx1-77037"></a> <span class="cmtt-10">\glossentry{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">number list</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9141--><p class="noindent" > +</p><!--l. 9878--><p class="noindent" > This macro indicates what to do for each level 0 glossary entry. The entry label is given by ⟨<span class="cmti-10">label</span>⟩ and the associated <a href="#glo:numberlist">number list<a - id="dx1-74038"></a></a> is given by ⟨<span + id="dx1-77038"></a></a> is given by ⟨<span class="cmti-10">number list</span>⟩. You can redefine <span class="cmtt-10">\glossentry</span><a - id="dx1-74039"></a> to use commands like <span + id="dx1-77039"></a> to use commands like <span class="cmtt-10">\glossentryname</span><a - id="dx1-74040"></a><span + id="dx1-77040"></a><span class="cmtt-10">{</span>⟨<span class="cmti-10">label</span>⟩<span class="cmtt-10">}</span>, <span class="cmtt-10">\glossentrydesc</span><a - id="dx1-74041"></a><span + id="dx1-77041"></a><span class="cmtt-10">{</span>⟨<span class="cmti-10">label</span>⟩<span class="cmtt-10">} </span>and <span class="cmtt-10">\glossentrysymbol</span><a - id="dx1-74042"></a><span + id="dx1-77042"></a><span class="cmtt-10">{</span>⟨<span class="cmti-10">label</span>⟩<span class="cmtt-10">} </span>to display the name, description and symbol fields, or to access other fields, use commands like <span class="cmtt-10">\glsentryuseri</span><a - id="dx1-74043"></a><span + id="dx1-77043"></a><span class="cmtt-10">{</span>⟨<span class="cmti-10">label</span>⟩<span class="cmtt-10">}</span>. (See <a @@ -18914,77 +20134,77 @@ href="#sec:glsnolink"><span class="cmsy-10">§</span>9 </a><a href="#sec:glsnolink">Using Glossary Terms Without Links<!--tex4ht:ref: sec:glsnolink --></a> for further details.) You can also use the following commands: -</p><!--l. 9152--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 9889--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentryitem</span><span class="cmtt-9"> </span></span><a - id="dx1-74044"></a> <span + id="dx1-77044"></a> <span class="cmtt-10">\glsentryitem{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9154--><p class="noindent" > +</p><!--l. 9891--><p class="noindent" > This macro will increment and display the associated counter for the main (level 0) entries if the <span class="cmss-10">entrycounter</span><a - id="dx1-74045"></a> or <span + id="dx1-77045"></a> or <span class="cmss-10">counterwithin</span><a - id="dx1-74046"></a> package options have been used. This macro + id="dx1-77046"></a> package options have been used. This macro is typically called by <span class="cmtt-10">\glossentry </span>before <span class="cmtt-10">\glstarget</span>. The format of the counter is controlled by the macro -</p><!--l. 9160--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 9897--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentrycounterlabel</span><span class="cmtt-9"> </span></span><a - id="dx1-74047"></a> <span + id="dx1-77047"></a> <span class="cmtt-10">\glsentrycounterlabel </span></div><hr> -</p><!--l. 9162--><p class="noindent" > -</p><!--l. 9164--><p class="indent" > Each time you use a glossary entry it creates a hyperlink (if hyperlinks are +</p><!--l. 9899--><p class="noindent" > +</p><!--l. 9901--><p class="indent" > Each time you use a glossary entry it creates a hyperlink (if hyperlinks are enabled) to the relevant line in the glossary. Your new glossary style must therefore redefine <span class="cmtt-10">\glossentry </span>to set the appropriate target. This is done using -</p><!--l. 9169--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 9906--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glstarget</span><span class="cmtt-9"> </span></span><a - id="dx1-74048"></a> <span + id="dx1-77048"></a> <span class="cmtt-10">\glstarget{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">text</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9171--><p class="noindent" > +</p><!--l. 9908--><p class="noindent" > where ⟨<span class="cmti-10">label</span>⟩ is the entry’s label. Note that you don’t need to worry about whether the <span class="cmss-10">hyperref</span><a - id="dx1-74049"></a> package has been loaded, as <span + id="dx1-77049"></a> package has been loaded, as <span class="cmtt-10">\glstarget </span>won’t create a target if <span class="cmtt-10">\hypertarget </span>hasn’t been defined. -</p><!--l. 9177--><p class="indent" > For example, the <span +</p><!--l. 9914--><p class="indent" > For example, the <span class="cmss-10">list</span><a - id="dx1-74050"></a> style defines <span + id="dx1-77050"></a> style defines <span class="cmtt-10">\glossentry </span>as follows: </p> - <div class="verbatim" id="verbatim-246"> + <div class="verbatim" id="verbatim-281">   \renewcommand*{\glossentry}[2]{%  <br />    \item[\glsentryitem{##1}%  <br />          \glstarget{##1}{\glossentryname{##1}}]  <br />       \glossentrydesc{##1}\glspostdescription\space ##2} </div> -<!--l. 9183--><p class="nopar" > -</p><!--l. 9185--><p class="indent" > Note also that ⟨<span +<!--l. 9920--><p class="nopar" > +</p><!--l. 9922--><p class="indent" > Note also that ⟨<span class="cmti-10">number list</span>⟩ will always be of the form -</p><!--l. 9187--><p class="indent" > <hr><div title="Definition"><span +</p><!--l. 9924--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\glossaryentrynumbers</span><a - id="dx1-74051"></a><span + id="dx1-77051"></a><span class="cmsy-10">{</span><span class="cmtt-10">\relax</span><br class="newline" /><span class="cmtt-10">\setentrycounter</span><a - id="dx1-74052"></a><span + id="dx1-77052"></a><span class="cmtt-10">[</span>⟨<span class="cmitt-10">Hprefix</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -18996,17 +20216,17 @@ class="cmitt-10">number(s)</span>⟩<span class="cmtt-10">}</span><span class="cmsy-10">}</span> </div><hr> -</p><!--l. 9189--><p class="noindent" > +</p><!--l. 9926--><p class="noindent" > where ⟨<span class="cmti-10">number(s)</span>⟩ may contain <span class="cmtt-10">\delimN</span><a - id="dx1-74053"></a> (to delimit individual numbers) and/or + id="dx1-77053"></a> (to delimit individual numbers) and/or <span class="cmtt-10">\delimR</span><a - id="dx1-74054"></a> (to indicate a range of numbers). There may be multiple occurrences + id="dx1-77054"></a> (to indicate a range of numbers). There may be multiple occurrences of <span class="cmtt-10">\setentrycounter</span><a - id="dx1-74055"></a><span + id="dx1-77055"></a><span class="cmtt-10">[</span>⟨<span class="cmti-10">Hprefix</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -19019,25 +20239,25 @@ class="cmtt-10">}</span>, but note that the entire number list is enclosed within the argument of <span class="cmtt-10">\glossaryentrynumbers</span><a - id="dx1-74056"></a>. The user can redefine this to change the way the entire + id="dx1-77056"></a>. The user can redefine this to change the way the entire number list is formatted, regardless of the glossary style. However the most common use of <span class="cmtt-10">\glossaryentrynumbers</span><a - id="dx1-74057"></a> is to provide a means of suppressing the number list + id="dx1-77057"></a> is to provide a means of suppressing the number list altogether. (In fact, the <span class="cmss-10">nonumberlist</span><a - id="dx1-74058"></a> option redefines <span + id="dx1-77058"></a> option redefines <span class="cmtt-10">\glossaryentrynumbers</span><a - id="dx1-74059"></a> to + id="dx1-77059"></a> to ignore its argument.) Therefore, when you define a new glossary style, you don’t need to worry about whether the user has specified the <span class="cmss-10">nonumberlist</span><a - id="dx1-74060"></a> package + id="dx1-77060"></a> package option. -</p><!--l. 9206--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 9943--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\subglossentry</span><span class="cmtt-9"> </span></span><a - id="dx1-74061"></a> <span + id="dx1-77061"></a> <span class="cmtt-10">\subglossentry{</span>⟨<span class="cmitt-10">level</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -19045,93 +20265,93 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">number list</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9208--><p class="noindent" > +</p><!--l. 9945--><p class="noindent" > This is used to display sub-entries. The first argument, ⟨<span class="cmti-10">level</span>⟩, indicates the sub-entry level. This must be an integer from 1 (first sub-level) onwards. The remaining arguments are analogous to those for <span class="cmtt-10">\glossentry</span><a - id="dx1-74062"></a> described + id="dx1-77062"></a> described above. -</p><!--l. 9215--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 9952--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glssubentryitem</span><span class="cmtt-9"> </span></span><a - id="dx1-74063"></a> <span + id="dx1-77063"></a> <span class="cmtt-10">\glssubentryitem{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9217--><p class="noindent" > +</p><!--l. 9954--><p class="noindent" > This macro will increment and display the associated counter for the level 1 entries if the <span class="cmss-10">subentrycounter</span><a - id="dx1-74064"></a> package option has been used. This macro is typically called by + id="dx1-77064"></a> package option has been used. This macro is typically called by <span class="cmtt-10">\subglossentry </span>before <span class="cmtt-10">\glstarget</span><a - id="dx1-74065"></a>. The format of the counter is controlled by the + id="dx1-77065"></a>. The format of the counter is controlled by the macro -</p><!--l. 9223--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 9960--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glssubentrycounterlabel</span><span class="cmtt-9"> </span></span><a - id="dx1-74066"></a> <span + id="dx1-77066"></a> <span class="cmtt-10">\glssubentrycounterlabel </span></div><hr> -</p><!--l. 9225--><p class="noindent" > -</p><!--l. 9227--><p class="indent" > Note that <span +</p><!--l. 9962--><p class="noindent" > +</p><!--l. 9964--><p class="indent" > Note that <span class="cmtt-10">\printglossary</span><a - id="dx1-74067"></a> (which <span + id="dx1-77067"></a> (which <span class="cmtt-10">\printglossaries</span><a - id="dx1-74068"></a> calls) sets -</p><!--l. 9229--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-77068"></a> calls) sets +</p><!--l. 9966--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\currentglossary</span><span class="cmtt-9"> </span></span><a - id="dx1-74069"></a> <span + id="dx1-77069"></a> <span class="cmtt-10">\currentglossary </span></div><hr> -</p><!--l. 9231--><p class="noindent" > +</p><!--l. 9968--><p class="noindent" > to the current glossary label, so it’s possible to create a glossary style that varies according to the glossary type. -</p><!--l. 9235--><p class="indent" > For further details of these commands, see “Displaying the glossary” in the +</p><!--l. 9972--><p class="indent" > For further details of these commands, see “Displaying the glossary” in the documented code (<span class="cmtt-10">glossaries-code.pdf</span>). <a - id="x1-74070r21"></a> -</p><!--l. 9239--><p class="noindent" ><span -class="cmbx-12">Example 21</span><span + id="x1-77070r26"></a> +</p><!--l. 9976--><p class="noindent" ><span +class="cmbx-12">Example 26</span><span class="cmbx-12"> (Creating a completely new style)</span><a - id="x1-74071"></a> -</p><!--l. 9241--><p class="indent" > If you want a completely new style, you will need to redefine all of the commands + id="x1-77071"></a> +</p><!--l. 9978--><p class="indent" > If you want a completely new style, you will need to redefine all of the commands and the environment listed above. -</p><!--l. 9244--><p class="indent" > For example, suppose you want each entry to start with a bullet point. This means +</p><!--l. 9981--><p class="indent" > For example, suppose you want each entry to start with a bullet point. This means that the glossary should be placed in the <span class="cmss-10">itemize</span><a - id="dx1-74072"></a><a - id="dx1-74073"></a> environment, so <span + id="dx1-77072"></a><a + id="dx1-77073"></a> environment, so <span class="cmss-10">theglossary</span><a - id="dx1-74074"></a><a - id="dx1-74075"></a> should + id="dx1-77074"></a><a + id="dx1-77075"></a> should start and end that environment. Let’s also suppose that you don’t want anything between the glossary groups (so <span class="cmtt-10">\glsgroupheading</span><a - id="dx1-74076"></a> and <span + id="dx1-77076"></a> and <span class="cmtt-10">\glsgroupskip</span><a - id="dx1-74077"></a> should do + id="dx1-77077"></a> should do nothing) and suppose you don’t want anything to appear immediately after <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\begin{theglossary}</span></span></span> (so <span class="cmtt-10">\glossaryheader</span><a - id="dx1-74078"></a> should do nothing). In addition, let’s + id="dx1-77078"></a> should do nothing). In addition, let’s suppose the symbol should appear in brackets after the name, followed by the description and last of all the <a href="#glo:numberlist">number list<a - id="dx1-74079"></a></a> should appear within square brackets at the + id="dx1-77079"></a></a> should appear within square brackets at the end. Then you can create this new glossary style, called, say, <span class="cmtt-10">mylist</span>, as follows: </p> - <div class="verbatim" id="verbatim-247"> + <div class="verbatim" id="verbatim-282">  \newglossarystyle{mylist}{%  <br /> % put the glossary in the itemize environment:  <br /> \renewenvironment{theglossary}% @@ -19154,40 +20374,40 @@ follows:  <br />   \glossentry{##2}{##3}}%  <br /> } </div> -<!--l. 9278--><p class="nopar" > Note that this style creates a flat glossary, where sub-entries are displayed in exactly +<!--l. 10015--><p class="nopar" > Note that this style creates a flat glossary, where sub-entries are displayed in exactly the same way as the top level entries. It also hasn’t used <span class="cmtt-10">\glsentryitem</span><a - id="dx1-74080"></a> or + id="dx1-77080"></a> or <span class="cmtt-10">\glssubentryitem</span><a - id="dx1-74081"></a> so it won’t be affected by the <span + id="dx1-77081"></a> so it won’t be affected by the <span class="cmss-10">entrycounter</span><a - id="dx1-74082"></a>, <span + id="dx1-77082"></a>, <span class="cmss-10">counterwithin</span><a - id="dx1-74083"></a> or + id="dx1-77083"></a> or <span class="cmss-10">subentrycounter</span><a - id="dx1-74084"></a> package options. -</p><!--l. 9285--><p class="indent" > Variations: </p> + id="dx1-77084"></a> package options. +</p><!--l. 10022--><p class="indent" > Variations: </p> <ul class="itemize1"> <li class="itemize">You might want the entry name to be capitalised, in which case use <span class="cmtt-10">\Glossentryname</span><a - id="dx1-74085"></a> instead of <span + id="dx1-77085"></a> instead of <span class="cmtt-10">\glossentryname</span><a - id="dx1-74086"></a>. + id="dx1-77086"></a>. </li> <li class="itemize">You might want to check if the symbol hasn’t been set and omit the parentheses if the symbol is absent. In this case you can use <span class="cmtt-10">\ifglshassymbol</span><a - id="dx1-74087"></a> (see <a + id="dx1-77087"></a> (see <a href="#sec:utilities"><span class="cmsy-10">§</span>16 </a><a href="#sec:utilities">Utilities<!--tex4ht:ref: sec:utilities --></a>): - <div class="verbatim" id="verbatim-248"> + <div class="verbatim" id="verbatim-283">  \renewcommand*{\glossentry}[2]{%  <br /> \item % bullet point  <br /> \glstarget{##1}{\glossentryname{##1}}% the entry name @@ -19200,82 +20420,82 @@ href="#sec:utilities">Utilities<!--tex4ht:ref: sec:utilities --></a>):  <br /> \space [##2]% the number list in square brackets  <br /> }% </div> - <!--l. 9305--><p class="nopar" ></p></li></ul> + <!--l. 10042--><p class="nopar" ></p></li></ul> <div class="center" > -<!--l. 9307--><p class="noindent" > -</p><!--l. 9307--><p class="noindent" >____________________________</p></div> +<!--l. 10044--><p class="noindent" > +</p><!--l. 10044--><p class="noindent" >____________________________</p></div> <a - id="x1-74088r22"></a> -<!--l. 9310--><p class="noindent" ><span -class="cmbx-12">Example 22</span><span + id="x1-77088r27"></a> +<!--l. 10047--><p class="noindent" ><span +class="cmbx-12">Example 27</span><span class="cmbx-12"> (Creating a new glossary style based on an existing</span> <span class="cmbx-12">style)</span><a - id="x1-74089"></a> -</p><!--l. 9312--><p class="indent" > If you want to define a new style that is a slightly modified version of an + id="x1-77089"></a> +</p><!--l. 10049--><p class="indent" > If you want to define a new style that is a slightly modified version of an existing style, you can use <span class="cmtt-10">\setglossarystyle</span><a - id="dx1-74090"></a> within the second argument of + id="dx1-77090"></a> within the second argument of <span class="cmtt-10">\newglossarystyle</span><a - id="dx1-74091"></a> followed by whatever alterations you require. For example, + id="dx1-77091"></a> followed by whatever alterations you require. For example, suppose you want a style like the <span class="cmss-10">list</span><a - id="dx1-74092"></a> style but you don’t want the extra vertical space + id="dx1-77092"></a> style but you don’t want the extra vertical space created by <span class="cmtt-10">\indexspace</span><a - id="dx1-74093"></a> between groups, then you can create a new glossary style + id="dx1-77093"></a> between groups, then you can create a new glossary style called, say, <span class="cmtt-10">mylist </span>as follows: </p> - <div class="verbatim" id="verbatim-249"> + <div class="verbatim" id="verbatim-284"> \newglossarystyle{mylist}{%  <br />\setglossarystyle{list}% base this style on the list style  <br />\renewcommand{\glsgroupskip}{}% make nothing happen  <br />                              % between groups  <br />} </div> -<!--l. 9326--><p class="nopar" > (In this case, you can actually achieve the same effect using the <span +<!--l. 10063--><p class="nopar" > (In this case, you can actually achieve the same effect using the <span class="cmss-10">list</span><a - id="dx1-74094"></a> style in + id="dx1-77094"></a> style in combination with the package option <span class="cmss-10">nogroupskip</span><a - id="dx1-74095"></a>.) </p> + id="dx1-77095"></a>.) </p> <div class="center" > -<!--l. 9330--><p class="noindent" > -</p><!--l. 9330--><p class="noindent" >____________________________</p></div> +<!--l. 10067--><p class="noindent" > +</p><!--l. 10067--><p class="noindent" >____________________________</p></div> <a - id="x1-74096r23"></a> -<!--l. 9334--><p class="noindent" ><span -class="cmbx-12">Example 23</span><span + id="x1-77096r28"></a> +<!--l. 10071--><p class="noindent" ><span +class="cmbx-12">Example 28</span><span class="cmbx-12"> (Example: creating a glossary style that uses the</span> <span class="cmssbx-10x-x-120">user1</span><a - id="dx1-74097"></a><span + id="dx1-77097"></a><span class="cmbx-12">, </span><span class="cmbx-12">…, </span><span class="cmssbx-10x-x-120">user6</span><a - id="dx1-74098"></a> <span + id="dx1-77098"></a> <span class="cmbx-12">keys)</span><a - id="x1-74099"></a> -</p><!--l. 9336--><p class="indent" > Suppose each entry not only has an associated symbol, but also units (stored in + id="x1-77099"></a> +</p><!--l. 10073--><p class="indent" > Suppose each entry not only has an associated symbol, but also units (stored in <span class="cmss-10">user1</span><a - id="dx1-74100"></a>) and dimension (stored in <span + id="dx1-77100"></a>) and dimension (stored in <span class="cmss-10">user2</span><a - id="dx1-74101"></a>). Then you can define a glossary style that + id="dx1-77101"></a>). Then you can define a glossary style that displays each entry in a <span class="cmss-10">longtable</span><a - id="dx1-74102"></a><a - id="dx1-74103"></a> as follows: + id="dx1-77102"></a><a + id="dx1-77103"></a> as follows: </p> - <div class="verbatim" id="verbatim-250"> + <div class="verbatim" id="verbatim-285"> \newglossarystyle{long6col}{%  <br /> % put the glossary in a longtable environment:  <br /> \renewenvironment{theglossary}% @@ -19314,38 +20534,41 @@ class="cmss-10">longtable</span><a  <br /> \renewcommand*{\glsgroupskip}{}%  <br />} </div> -<!--l. 9378--><p class="nopar" > </p> +<!--l. 10115--><p class="nopar" > </p> <div class="center" > -<!--l. 9379--><p class="noindent" > -</p><!--l. 9379--><p class="noindent" >____________________________</p></div> +<!--l. 10116--><p class="noindent" > +</p><!--l. 10116--><p class="noindent" >____________________________</p></div> -<!--l. 9381--><p class="indent" > </div> -</p><!--l. 9381--><p class="noindent" ><a +<!--l. 10118--><p class="indent" > </div> +</p><!--l. 10118--><p class="noindent" ><a href="#top">Top</a><div class="chapter"><h2 class="chapterHead">16. <a id="sec:utilities"></a>Utilities</h2> -</p><!--l. 9384--><p class="indent" > This section describes some utility commands. Additional commands can be found +</p><!--l. 10121--><p class="indent" > This section describes some utility commands. Additional commands can be found in the documented code (glossaries-code.pdf). -</p><!--l. 9387--><p class="indent" > <div class="important" title="Important Note"> Some of the commands described here take a comma-separated list as an -argument. As with <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span +</p> +<!--l. 10124--><p class="noindent" ><a +href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">16.1 </span> <a + id="sec:loops"></a>Loops</h3> +<!--l. 10127--><p class="noindent" ><div class="important" title="Important Note"> Some of the commands described here take a comma-separated list as an argument. +As with <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span>’s <span -class="cmtt-10">\@for </span>command, make sure your list doesn’t have any -unwanted spaces in it as they don’t get stripped. </div> -</p><!--l. 9391--><p class="noindent" > -</p><!--l. 9393--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +class="cmtt-10">\@for </span>command, make sure your list doesn’t have any unwanted +spaces in it as they don’t get stripped. </div> +</p><!--l. 10131--><p class="noindent" > +</p><!--l. 10133--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\forallglossaries</span><span class="cmtt-9"> </span></span><a - id="dx1-75001"></a> <span + id="dx1-79001"></a> <span class="cmtt-10">\forallglossaries[</span>⟨<span class="cmitt-10">glossary list</span>⟩<span class="cmtt-10">]{</span>⟨<span class="cmitt-10">cs</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">body</span>⟩<span -class="cmtt-10">}</span> -</div><hr> -</p><!--l. 9395--><p class="noindent" > +class="cmtt-10">} </span></div><hr> +</p><!--l. 10135--><p class="noindent" > This iterates through ⟨<span class="cmti-10">glossary list</span>⟩, a comma-separated list of glossary labels (as supplied when the glossary was defined). At each iteration ⟨<span @@ -19355,31 +20578,31 @@ class="cmti-10">body</span>⟩ is performed. If ⟨<span class="cmti-10">glossary list</span>⟩ is omitted, the default is to iterate over all glossaries (except the ignored ones). -</p><!--l. 9403--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10143--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\forallacronyms</span><span class="cmtt-9"> </span></span><a - id="dx1-75002"></a> <span + id="dx1-79002"></a> <span class="cmtt-10">\forallacronyms{</span>⟨<span class="cmitt-10">cs</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">body</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9405--><p class="noindent" > +</p><!--l. 10145--><p class="noindent" > This is like <span class="cmtt-10">\forallglossaries </span>but only iterates over the lists of acronyms (that have previously been declared using <span class="cmtt-10">\DeclareAcronymList</span><a - id="dx1-75003"></a> or the <span + id="dx1-79003"></a> or the <span class="cmss-10">acronymlists</span><a - id="dx1-75004"></a> package + id="dx1-79004"></a> package option). This command doesn’t have an optional argument. If you want to explicitly say which lists to iterate over, just use the optional argument of <span class="cmtt-10">\forallglossaries</span>. -</p><!--l. 9413--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10153--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\forglsentries</span><span class="cmtt-9"> </span></span><a - id="dx1-75005"></a> <span + id="dx1-79005"></a> <span class="cmtt-10">\forglsentries[</span>⟨<span class="cmitt-10">glossary label</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -19387,7 +20610,7 @@ class="cmitt-10">cs</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">body</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9415--><p class="noindent" > +</p><!--l. 10155--><p class="noindent" > This iterates through all entries in the glossary given by ⟨<span class="cmti-10">glossary label</span>⟩. At each iteration ⟨<span @@ -19396,21 +20619,20 @@ iteration and ⟨<span class="cmti-10">body</span>⟩ is performed. If ⟨<span class="cmti-10">glossary label</span>⟩ is omitted, <span class="cmtt-10">\glsdefaulttype</span><a - id="dx1-75006"></a> + id="dx1-79006"></a> (usually the main glossary) is used. -</p><!--l. 9422--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10162--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\forallglsentries</span><span class="cmtt-9"> </span></span><a - id="dx1-75007"></a> <span + id="dx1-79007"></a> <span class="cmtt-10">\forallglsentries[</span>⟨<span class="cmitt-10">glossary list</span>⟩<span class="cmtt-10">]{</span>⟨<span class="cmitt-10">cs</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">body</span>⟩<span -class="cmtt-10">}</span> -</div><hr> -</p><!--l. 9424--><p class="noindent" > +class="cmtt-10">} </span></div><hr> +</p><!--l. 10164--><p class="noindent" > This is like <span class="cmtt-10">\forglsentries </span>but for each glossary in ⟨<span class="cmti-10">glossary list</span>⟩ (a comma-separated @@ -19425,33 +20647,36 @@ class="cmtt-10">\glsentrytype{</span>⟨<span class="cmti-10">cs</span>⟩<span class="cmtt-10">} </span>within ⟨<span class="cmti-10">body</span>⟩.) -</p><!--l. 9433--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10173--><p class="noindent" > +</p> +<!--l. 10173--><p class="noindent" ><a +href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">16.2 </span> <a + id="sec:conditionals"></a>Conditionals</h3> +<!--l. 10176--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\ifglossaryexists</span><span class="cmtt-9"> </span></span><a - id="dx1-75008"></a> <span + id="dx1-80001"></a> <span class="cmtt-10">\ifglossaryexists</span>⟨<span class="cmitt-10">label</span>⟩⟨<span class="cmitt-10">true part</span>⟩⟨<span -class="cmitt-10">false part</span>⟩ -</div><hr> -</p><!--l. 9436--><p class="noindent" > +class="cmitt-10">false part</span>⟩ </div><hr> + + +</p><!--l. 10179--><p class="noindent" > This checks if the glossary given by ⟨<span class="cmti-10">label</span>⟩ exists. If it does ⟨<span class="cmti-10">true part</span>⟩ is performed, otherwise ⟨<span class="cmti-10">false part</span>⟩. -</p><!--l. 9440--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10183--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\ifglsentryexists</span><span class="cmtt-9"> </span></span><a - id="dx1-75009"></a> <span + id="dx1-80002"></a> <span class="cmtt-10">\ifglsentryexists</span>⟨<span class="cmitt-10">label</span>⟩⟨<span class="cmitt-10">true part</span>⟩⟨<span -class="cmitt-10">false part</span>⟩ -</div><hr> -</p><!--l. 9443--><p class="noindent" > - - +class="cmitt-10">false part</span>⟩ </div><hr> +</p><!--l. 10186--><p class="noindent" > This checks if the glossary entry given by ⟨<span class="cmti-10">label</span>⟩ exists. If it does ⟨<span class="cmti-10">true part</span>⟩ is performed, @@ -19460,103 +20685,102 @@ class="cmti-10">false part</span>⟩. (Note that <span class="cmtt-10">\ifglsentryexists </span>will always be true after the containing glossary has been displayed via <span class="cmtt-10">\printglossary</span><a - id="dx1-75010"></a> or <span + id="dx1-80003"></a> or <span class="cmtt-10">\printglossaries</span><a - id="dx1-75011"></a> + id="dx1-80004"></a> even if the entry is explicitly defined later in the document. This is because the entry has to be defined before it can be displayed in the glossary, see <a href="#sec:techissues"><span -class="cmsy-10">§</span>4.8.1 </a><a -href="#sec:techissues">Technical Issues<!--tex4ht:ref: sec:techissues --></a> -for further details.) -</p><!--l. 9453--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +class="cmsy-10">§</span>4.10.1 </a><a +href="#sec:techissues">Technical +Issues<!--tex4ht:ref: sec:techissues --></a> for further details.) +</p><!--l. 10196--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsdoifexists</span><span class="cmtt-9"> </span></span><a - id="dx1-75012"></a> <span + id="dx1-80005"></a> <span class="cmtt-10">\glsdoifexists{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">code</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9455--><p class="noindent" > +</p><!--l. 10198--><p class="noindent" > Does ⟨<span class="cmti-10">code</span>⟩ if the entry given by ⟨<span class="cmti-10">label</span>⟩ exists. If it doesn’t exist, an error is generated. (This command uses <span class="cmtt-10">\ifglsentryexists</span>.) -</p><!--l. 9460--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10203--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsdoifnoexists</span><span class="cmtt-9"> </span></span><a - id="dx1-75013"></a> <span + id="dx1-80006"></a> <span class="cmtt-10">\glsdoifnoexists{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">code</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9462--><p class="noindent" > +</p><!--l. 10205--><p class="noindent" > Does the reverse of <span class="cmtt-10">\glsdoifexists</span>. (This command uses <span class="cmtt-10">\ifglsentryexists</span>.) -</p><!--l. 9466--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10209--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsdoifexistsorwarn</span><span class="cmtt-9"> </span></span><a - id="dx1-75014"></a> <span + id="dx1-80007"></a> <span class="cmtt-10">\glsdoifexistsorwarn{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">code</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9468--><p class="noindent" > +</p><!--l. 10211--><p class="noindent" > As <span class="cmtt-10">\glsdoifexists </span>but issues a warning rather than an error if the entry doesn’t exist. -</p><!--l. 9472--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10215--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\ifglsused</span><span class="cmtt-9"> </span></span><a - id="dx1-75015"></a> <span + id="dx1-80008"></a> <span class="cmtt-10">\ifglsused</span>⟨<span class="cmitt-10">label</span>⟩⟨<span class="cmitt-10">true part</span>⟩⟨<span class="cmitt-10">false part</span>⟩ </div><hr> -</p><!--l. 9475--><p class="noindent" > +</p><!--l. 10218--><p class="noindent" > See <a href="#sec:glsunset"><span class="cmsy-10">§</span>14 </a><a href="#sec:glsunset">Unsetting and Resetting Entry Flags<!--tex4ht:ref: sec:glsunset --></a>. -</p><!--l. 9478--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10221--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\ifglshaschildren</span><span class="cmtt-9"> </span></span><a - id="dx1-75016"></a> <span + id="dx1-80009"></a> <span class="cmtt-10">\ifglshaschildren</span>⟨<span class="cmitt-10">label</span>⟩⟨<span class="cmitt-10">true part</span>⟩⟨<span -class="cmitt-10">false part</span>⟩ -</div><hr> -</p><!--l. 9481--><p class="noindent" > +class="cmitt-10">false part</span>⟩ </div><hr> +</p><!--l. 10224--><p class="noindent" > This checks if the glossary entry given by ⟨<span class="cmti-10">label</span>⟩ has any sub-entries. If it does, ⟨<span class="cmti-10">true</span> <span class="cmti-10">part</span>⟩ is performed, otherwise ⟨<span class="cmti-10">false part</span>⟩. -</p><!--l. 9486--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10229--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\ifglshasparent</span><span class="cmtt-9"> </span></span><a - id="dx1-75017"></a> <span + id="dx1-80010"></a> <span class="cmtt-10">\ifglshasparent</span>⟨<span class="cmitt-10">label</span>⟩⟨<span class="cmitt-10">true part</span>⟩⟨<span class="cmitt-10">false part</span>⟩ </div><hr> -</p><!--l. 9489--><p class="noindent" > +</p><!--l. 10232--><p class="noindent" > This checks if the glossary entry given by ⟨<span class="cmti-10">label</span>⟩ has a parent entry. If it does, ⟨<span class="cmti-10">true part</span>⟩ is performed, otherwise ⟨<span class="cmti-10">false part</span>⟩. -</p><!--l. 9494--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10237--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\ifglshassymbol</span><span class="cmtt-9"> </span></span><a - id="dx1-75018"></a> <span + id="dx1-80011"></a> <span class="cmtt-10">\ifglshassymbol{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -19565,18 +20789,18 @@ class="cmtt-10">}{</span>⟨<span class="cmitt-10">false part</span>⟩<span class="cmtt-10">}</span> </div><hr> -</p><!--l. 9496--><p class="noindent" > +</p><!--l. 10239--><p class="noindent" > This checks if the glossary entry given by ⟨<span class="cmti-10">label</span>⟩ has had the <span class="cmss-10">symbol</span><a - id="dx1-75019"></a> field set. If it has, + id="dx1-80012"></a> field set. If it has, ⟨<span class="cmti-10">true part</span>⟩ is performed, otherwise ⟨<span class="cmti-10">false part</span>⟩. -</p><!--l. 9501--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10244--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\ifglshaslong</span><span class="cmtt-9"> </span></span><a - id="dx1-75020"></a> <span + id="dx1-80013"></a> <span class="cmtt-10">\ifglshaslong{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -19584,51 +20808,50 @@ class="cmitt-10">true part</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">false part</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9503--><p class="noindent" > +</p><!--l. 10246--><p class="noindent" > This checks if the glossary entry given by ⟨<span class="cmti-10">label</span>⟩ has had the <span class="cmss-10">long</span><a - id="dx1-75021"></a> field set. If it has, ⟨<span + id="dx1-80014"></a> field set. If it has, ⟨<span class="cmti-10">true</span> <span class="cmti-10">part</span>⟩ is performed, otherwise ⟨<span class="cmti-10">false part</span>⟩. This should be true for any entry that has been defined via <span class="cmtt-10">\newacronym</span><a - id="dx1-75022"></a>. There is no check for the existence of + id="dx1-80015"></a>. There is no check for the existence of ⟨<span class="cmti-10">label</span>⟩. -</p><!--l. 9510--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10253--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\ifglshasshort</span><span class="cmtt-9"> </span></span><a - id="dx1-75023"></a> <span + id="dx1-80016"></a> <span class="cmtt-10">\ifglshasshort{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">true part</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">false part</span>⟩<span -class="cmtt-10">}</span> -</div><hr> -</p><!--l. 9512--><p class="noindent" > +class="cmtt-10">} </span></div><hr> +</p><!--l. 10255--><p class="noindent" > + + This checks if the glossary entry given by ⟨<span class="cmti-10">label</span>⟩ has had the <span class="cmss-10">short</span><a - id="dx1-75024"></a> field set. If it has, + id="dx1-80017"></a> field set. If it has, ⟨<span class="cmti-10">true part</span>⟩ is performed, otherwise ⟨<span class="cmti-10">false part</span>⟩. This should be true for any entry that has been defined via <span class="cmtt-10">\newacronym</span><a - id="dx1-75025"></a>. There is no check for the existence of - - + id="dx1-80018"></a>. There is no check for the existence of ⟨<span class="cmti-10">label</span>⟩. -</p><!--l. 9519--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10262--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\ifglshasdesc</span><span class="cmtt-9"> </span></span><a - id="dx1-75026"></a> <span + id="dx1-80019"></a> <span class="cmtt-10">\ifglshasdesc{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -19636,41 +20859,40 @@ class="cmitt-10">true part</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">false part</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9521--><p class="noindent" > +</p><!--l. 10264--><p class="noindent" > This checks if the <span class="cmss-10">description</span><a - id="dx1-75027"></a> field is non-empty for the entry given by ⟨<span + id="dx1-80020"></a> field is non-empty for the entry given by ⟨<span class="cmti-10">label</span>⟩. If it has, ⟨<span class="cmti-10">true part</span>⟩ is performed, otherwise ⟨<span class="cmti-10">false part</span>⟩. Compare with: -</p><!--l. 9525--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10268--><p class="noindent" ><hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\ifglsdescsuppressed</span><span class="cmtt-9"> </span></span><a - id="dx1-75028"></a> <span + id="dx1-80021"></a> <span class="cmtt-10">\ifglsdescsuppressed{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">true part</span>⟩<span class="cmtt-10">}{</span>⟨<span -class="cmitt-10">false</span> -<span -class="cmitt-10">part</span>⟩<span -class="cmtt-10">} </span></div><hr> -</p><!--l. 9527--><p class="noindent" > +class="cmitt-10">false part</span>⟩<span +class="cmtt-10">}</span> +</div><hr> +</p><!--l. 10270--><p class="noindent" > This checks if the <span class="cmss-10">description</span><a - id="dx1-75029"></a> field has been set to just <span + id="dx1-80022"></a> field has been set to just <span class="cmtt-10">\nopostdesc</span><a - id="dx1-75030"></a> for the entry given + id="dx1-80023"></a> for the entry given by ⟨<span class="cmti-10">label</span>⟩. If it has, ⟨<span class="cmti-10">true part</span>⟩ is performed, otherwise ⟨<span class="cmti-10">false part</span>⟩. There is no check for the existence of ⟨<span class="cmti-10">label</span>⟩. -</p><!--l. 9533--><p class="indent" > For all other fields you can use: -</p><!--l. 9535--><p class="indent" > <hr><div title="Definition"><span +</p><!--l. 10276--><p class="noindent" >For all other fields you can use: +</p><!--l. 10278--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\ifglshasfield{</span>⟨<span class="cmitt-10">field</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -19680,7 +20902,7 @@ class="cmitt-10">true part</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">false part</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9537--><p class="noindent" > +</p><!--l. 10280--><p class="noindent" > This checks if the field given by ⟨<span class="cmti-10">field</span>⟩ for the entry identified by ⟨<span class="cmti-10">label</span>⟩ is empty. If it is, @@ -19692,103 +20914,423 @@ class="cmti-10">false</span> class="cmti-10">part</span>⟩ is performed and a warning is issued. Unlike the above commands, such as <span class="cmtt-10">\ifglshasshort</span>, an error occurs if the entry is undefined. +</p><!--l. 10289--><p class="indent" > You can test if the value of the field is equal to a given string using: +</p><!--l. 10291--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +class="cmtt-9">\ifglsfieldeq</span><span +class="cmtt-9"> </span></span><a + id="dx1-80024"></a> <span +class="cmtt-10">\ifglsfieldeq{</span>⟨<span +class="cmitt-10">label</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">field</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">string</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">true</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">false</span>⟩<span +class="cmtt-10">}</span> +</div><hr> +</p><!--l. 10293--><p class="noindent" > +In this case the ⟨<span +class="cmti-10">field</span>⟩ must be the field name not the key (see <a +href="#tab:fieldmap">table 4.1</a>). If the field +isn’t recognised, an error will occur. This command internally uses <span +class="cmss-10">etoolbox</span><a + id="dx1-80025"></a>’s +<span +class="cmtt-10">\ifcsstring </span>to perform the comparison. <span +class="cmti-10">The string is not expanded during the</span> +<span +class="cmti-10">test.</span> +</p><!--l. 10300--><p class="indent" > The result may vary depending on whether or not expansion is on for the given +field (when the entry was defined). For example: </p> -<!--l. 9546--><p class="indent" > </div> -</p><!--l. 9546--><p class="noindent" ><a + <div class="verbatim" id="verbatim-286"> +\documentclass{article} + <br />\usepackage{glossaries} + <br />\newcommand*{\foo}{FOO} + <br />\newglossaryentry{sample1}{name={sample1},description={an example}, + <br />user1={FOO}} + <br />\newglossaryentry{sample2}{name={sample2},description={an example}, + <br />user1={\foo}} + <br />\begin{document} + <br />\ifglsfieldeq{sample1}{useri}{FOO}{TRUE}{FALSE}. + <br />\ifglsfieldeq{sample2}{useri}{FOO}{TRUE}{FALSE}. + <br />\end{document} +</div> +<!--l. 10319--><p class="nopar" > This will produce “TRUE” in both cases since expansion is on, so <span +class="cmtt-10">\foo </span>was +expanded to “FOO” when <span +class="cmtt-10">sample2 </span>was defined. If the tests are changed +to: + + +</p> + <div class="verbatim" id="verbatim-287"> +\ifglsfieldeq{sample1}{useri}{\foo}{TRUE}{FALSE}. + <br />\ifglsfieldeq{sample2}{useri}{\foo}{TRUE}{FALSE}. +</div> +<!--l. 10327--><p class="nopar" > then this will produce “FALSE” in both cases. Now suppose expansion is switched off +for the <span +class="cmss-10">user1</span><a + id="dx1-80026"></a> key: + + +</p> + <div class="verbatim" id="verbatim-288"> +\documentclass{article} + <br />\usepackage{glossaries} + <br />\newcommand*{\foo}{FOO} + <br />\glssetnoexpandfield{useri} + <br />\newglossaryentry{sample1}{name={sample1},description={an example}, + <br />user1={FOO}} + <br />\newglossaryentry{sample2}{name={sample2},description={an example}, + <br />user1={\foo}} + <br />\begin{document} + <br />\ifglsfieldeq{sample1}{useri}{FOO}{TRUE}{FALSE}. + <br />\ifglsfieldeq{sample2}{useri}{FOO}{TRUE}{FALSE}. + <br />\end{document} +</div> +<!--l. 10349--><p class="nopar" > This now produces “TRUE” for the first case (comparing “FOO” with “FOO”) and +“FALSE” for the second case (comparing “<span +class="cmtt-10">\foo</span>” with “FOO”). +</p><!--l. 10354--><p class="indent" > The reverse happens in the following: + + +</p> + <div class="verbatim" id="verbatim-289"> +\documentclass{article} + <br />\usepackage{glossaries} + <br />\newcommand*{\foo}{FOO} + <br />\glssetnoexpandfield{useri} + <br />\newglossaryentry{sample1}{name={sample1},description={an example}, + <br />user1={FOO}} + <br />\newglossaryentry{sample2}{name={sample2},description={an example}, + <br />user1={\foo}} + <br />\begin{document} + <br />\ifglsfieldeq{sample1}{useri}{\foo}{TRUE}{FALSE}. + <br />\ifglsfieldeq{sample2}{useri}{\foo}{TRUE}{FALSE}. + <br />\end{document} +</div> +<!--l. 10374--><p class="nopar" > This now produces “FALSE” for the first case (comparing “FOO” with “<span +class="cmtt-10">\foo</span>”) and +“TRUE” for the second case (comparing “<span +class="cmtt-10">\foo</span>” with “<span +class="cmtt-10">\foo</span>”). +</p><!--l. 10379--><p class="indent" > You can test if the value of a field is equal to the replacement text of a command +using: +</p><!--l. 10381--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +class="cmtt-9">\ifglsfielddefeq</span><span +class="cmtt-9"> </span></span><a + id="dx1-80027"></a> <span +class="cmtt-10">\ifglsfielddefeq{</span>⟨<span +class="cmitt-10">label</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">field</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">command</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">true</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">false</span>⟩<span +class="cmtt-10">}</span> +</div><hr> +</p><!--l. 10383--><p class="noindent" > +This internally uses <span +class="cmss-10">etoolbox</span><a + id="dx1-80028"></a>’s <span +class="cmtt-10">\ifdefstrequal </span>command to perform the comparison. +The argument ⟨<span +class="cmti-10">command</span>⟩ must be a macro. +</p><!--l. 10387--><p class="indent" > For example: + + +</p> + <div class="verbatim" id="verbatim-290"> +\documentclass{article} + <br />\usepackage{glossaries} + <br />\newcommand*{\foo}{FOO} + <br />\glssetnoexpandfield{useri} + <br />\newglossaryentry{sample1}{name={sample1},description={an example}, + <br />user1={FOO}} + <br />\newglossaryentry{sample2}{name={sample2},description={an example}, + <br />user1={\foo}} + <br />\begin{document} + <br />\ifglsfielddefeq{sample1}{useri}{\foo}{TRUE}{FALSE}. + <br />\ifglsfielddefeq{sample2}{useri}{\foo}{TRUE}{FALSE}. + <br />\end{document} +</div> +<!--l. 10407--><p class="nopar" > Here, the first case produces “TRUE” since the value of the <span +class="cmtt-10">useri </span>field (“FOO”) is +the same as the replacement text (definition) of <span +class="cmtt-10">\foo </span>(“FOO”). We have the result +“<span +class="cmtt-10">FOO</span>” is equal to “<span +class="cmtt-10">FOO</span>”. +</p><!--l. 10413--><p class="indent" > The second case produces “FALSE” since the value of the <span +class="cmtt-10">useri </span>field (“<span +class="cmtt-10">\foo</span>”) is +not the same as the replacement text (definition) of <span +class="cmtt-10">\foo </span>(“FOO”). No expansion has +been performed on the value of the <span +class="cmtt-10">useri </span>field. We have the result “<span +class="cmtt-10">\foo</span>” is not equal +to “<span +class="cmtt-10">FOO</span>”. +</p><!--l. 10419--><p class="indent" > If we add: + + +</p> + <div class="verbatim" id="verbatim-291"> +\newcommand{\FOO}{\foo} + <br />\ifglsfielddefeq{sample2}{useri}{\FOO}{TRUE}{FALSE}. +</div> +<!--l. 10423--><p class="nopar" > we now get “TRUE” since the value of the <span +class="cmtt-10">useri </span>field (“<span +class="cmtt-10">\foo</span>”) is the same as the +replacement text (definition) of <span +class="cmtt-10">\FOO </span>(“<span +class="cmtt-10">\foo</span>”). We have the result “<span +class="cmtt-10">\foo</span>” is equal to +“<span +class="cmtt-10">\foo</span>”. +</p><!--l. 10429--><p class="indent" > There is a similar command that requires the control sequence name (without the +leading backslash) instead of the actual control sequence: +</p><!--l. 10431--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +class="cmtt-9">\ifglsfieldcseq</span><span +class="cmtt-9"> </span></span><a + id="dx1-80029"></a> <span +class="cmtt-10">\ifglsfieldcseq{</span>⟨<span +class="cmitt-10">label</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">field</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">csname</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">true</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">false</span>⟩<span +class="cmtt-10">}</span> +</div><hr> +</p><!--l. 10433--><p class="noindent" > +This internally uses <span +class="cmss-10">etoolbox</span><a + id="dx1-80030"></a>’s <span +class="cmtt-10">\ifcsstrequal </span>command instead of <span +class="cmtt-10">\ifdefstrequal</span>. +</p><!--l. 10437--><p class="noindent" > +</p> +<!--l. 10437--><p class="noindent" ><a +href="#top">Top</a><h3 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">16.3 </span> <a + id="sec:fetchset"></a>Fetching and Updating the Value of a Field</h3> +<!--l. 10440--><p class="noindent" >You can fetch the value of a given field and store it in a control sequence +using: +</p><!--l. 10442--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +class="cmtt-9">\glsfieldfetch</span><span +class="cmtt-9"> </span></span><a + id="dx1-81001"></a> <span +class="cmtt-10">\glsfieldfetch{</span>⟨<span +class="cmitt-10">label</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">field</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">cs</span>⟩<span +class="cmtt-10">} </span></div><hr> +</p><!--l. 10444--><p class="noindent" > +where ⟨<span +class="cmti-10">label</span>⟩ is the label identifying the glossary entry, ⟨<span +class="cmti-10">field</span>⟩ is the field label (see +<a +href="#tab:fieldmap">table 4.1</a>) and ⟨<span +class="cmti-10">cs</span>⟩ is the control sequence in which to store the value. Remember that +⟨<span +class="cmti-10">field</span>⟩ is the internal label and is not necessarily the same as the key used to set that +field in the argument of <span +class="cmtt-10">\newglossaryentry </span>(or the optional argument of +<span +class="cmtt-10">\newacronym</span>). +</p><!--l. 10453--><p class="indent" > You can change the value of a given field using one of the following commands. +Note that these commands only change the value of the given field. They have no +affect on any related field. For example, if you change the value of the <span +class="cmss-10">text</span><a + id="dx1-81002"></a> field, it +won’t modify the value given by the <span +class="cmss-10">name</span><a + id="dx1-81003"></a>, <span +class="cmss-10">plural</span><a + id="dx1-81004"></a>, <span +class="cmss-10">first</span><a + id="dx1-81005"></a> or any other related +key. +</p><!--l. 10459--><p class="indent" > In all the four related commands below, ⟨<span +class="cmti-10">label</span>⟩ and ⟨<span +class="cmti-10">field</span>⟩ are as above and ⟨<span +class="cmti-10">definition</span>⟩ +is the new value of the field. +</p><!--l. 10463--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +class="cmtt-9">\glsfielddef</span><span +class="cmtt-9"> </span></span><a + id="dx1-81006"></a> <span +class="cmtt-10">\glsfielddef{</span>⟨<span +class="cmitt-10">label</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">field</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">definition</span>⟩<span +class="cmtt-10">} </span></div><hr> +</p><!--l. 10465--><p class="noindent" > +This uses <span +class="cmtt-10">\def </span>to change the value of the field (so it will be localised by any +grouping). +</p><!--l. 10469--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +class="cmtt-9">\glsfieldedef</span><span +class="cmtt-9"> </span></span><a + id="dx1-81007"></a> <span +class="cmtt-10">\glsfieldedef{</span>⟨<span +class="cmitt-10">label</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">field</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">definition</span>⟩<span +class="cmtt-10">} </span></div><hr> +</p><!--l. 10471--><p class="noindent" > +This uses <span +class="cmtt-10">\edef </span>to change the value of the field (so it will be localised by +any grouping). Any fragile commands contained in the ⟨<span +class="cmti-10">definition</span>⟩ must be +protected. + + +</p><!--l. 10476--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +class="cmtt-9">\glsfieldgdef</span><span +class="cmtt-9"> </span></span><a + id="dx1-81008"></a> <span +class="cmtt-10">\glsfieldgdef{</span>⟨<span +class="cmitt-10">label</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">field</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">definition</span>⟩<span +class="cmtt-10">} </span></div><hr> +</p><!--l. 10478--><p class="noindent" > +This uses <span +class="cmtt-10">\gdef </span>to change the value of the field. +</p><!--l. 10481--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +class="cmtt-9">\glsfieldxdef</span><span +class="cmtt-9"> </span></span><a + id="dx1-81009"></a> <span +class="cmtt-10">\glsfieldxdef{</span>⟨<span +class="cmitt-10">label</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">field</span>⟩<span +class="cmtt-10">}{</span>⟨<span +class="cmitt-10">definition</span>⟩<span +class="cmtt-10">} </span></div><hr> +</p><!--l. 10483--><p class="noindent" > +This uses <span +class="cmtt-10">\xdef </span>to change the value of the field. Any fragile commands contained in +the ⟨<span +class="cmti-10">definition</span>⟩ must be protected. + + +</p> +<!--l. 10488--><p class="indent" > </div> +</p><!--l. 10488--><p class="noindent" ><a href="#top">Top</a><div class="chapter"><h2 class="chapterHead">17. <a id="sec:prefix"></a>Prefixes or Determiners</h2> -</p><!--l. 9548--><p class="indent" > The <span +</p><!--l. 10490--><p class="indent" > The <span class="cmss-10">glossaries-prefix</span><a - id="dx1-76001"></a> package provides additional keys that can be used as prefixes. + id="dx1-82001"></a> package provides additional keys that can be used as prefixes. For example, if you want to specify determiners (such as “a”, “an” or “the”). The <span class="cmss-10">glossaries-prefix </span>package automatically loads the <span class="cmss-10">glossaries </span>package and has the same package options. -</p><!--l. 9555--><p class="indent" > The extra keys for <span +</p><!--l. 10497--><p class="indent" > The extra keys for <span class="cmtt-10">\newglossaryentry</span><a - id="dx1-76002"></a> are as follows: + id="dx1-82002"></a> are as follows: </p><dl class="description"><dt class="description"> <span class="cmssbx-10">prefix</span><a - id="dx1-76003"></a> </dt><dd + id="dx1-82003"></a> </dt><dd class="description">The prefix associated with the <span class="cmss-10">text</span><a - id="dx1-76004"></a> key. This defaults to nothing. + id="dx1-82004"></a> key. This defaults to nothing. </dd><dt class="description"> <span class="cmssbx-10">prefixplural</span><a - id="dx1-76005"></a> </dt><dd + id="dx1-82005"></a> </dt><dd class="description">The prefix associated with the <span class="cmss-10">plural</span><a - id="dx1-76006"></a> key. This defaults to nothing. + id="dx1-82006"></a> key. This defaults to nothing. </dd><dt class="description"> <span class="cmssbx-10">prefixfirst</span><a - id="dx1-76007"></a> </dt><dd + id="dx1-82007"></a> </dt><dd class="description">The prefix associated with the <span class="cmss-10">first</span><a - id="dx1-76008"></a> key. If omitted, this defaults to + id="dx1-82008"></a> key. If omitted, this defaults to the value of the <span class="cmss-10">prefix</span><a - id="dx1-76009"></a> key. + id="dx1-82009"></a> key. </dd><dt class="description"> <span class="cmssbx-10">prefixfirstplural</span><a - id="dx1-76010"></a> </dt><dd + id="dx1-82010"></a> </dt><dd class="description">The prefix associated with the <span class="cmss-10">firstplural</span><a - id="dx1-76011"></a> key. If omitted, this + id="dx1-82011"></a> key. If omitted, this defaults to the value of the <span class="cmss-10">prefixplural</span><a - id="dx1-76012"></a> key.</dd></dl> + id="dx1-82012"></a> key.</dd></dl> <a - id="x1-76013r24"></a> -<!--l. 9572--><p class="noindent" ><span -class="cmbx-12">Example 24</span><span + id="x1-82013r29"></a> +<!--l. 10514--><p class="noindent" ><span +class="cmbx-12">Example 29</span><span class="cmbx-12"> (Defining Determiners)</span><a - id="x1-76014"></a> -</p><!--l. 9573--><p class="indent" > Here’s the start of my example document: + id="x1-82014"></a> +</p><!--l. 10515--><p class="indent" > Here’s the start of my example document: </p> - <div class="verbatim" id="verbatim-251"> + <div class="verbatim" id="verbatim-292"> documentclass{article}  <br />\usepackage[colorlinks]{hyperref}  <br />\usepackage[toc,acronym]{glossaries-prefix} </div> -<!--l. 9579--><p class="nopar" > Note that I’ve simply replaced <span +<!--l. 10521--><p class="nopar" > Note that I’ve simply replaced <span class="cmss-10">glossaries </span>from previous sample documents with <span class="cmss-10">glossaries-prefix</span>. Now for a sample definition<span class="footnote-mark"><a href="#fn1x18" id="fn1x18-bk"><sup class="textsuperscript">17.1</sup></a></span><a - id="x1-76015f1"></a>: + id="x1-82015f1"></a>: </p> - <div class="verbatim" id="verbatim-252"> + <div class="verbatim" id="verbatim-293"> \newglossaryentry{sample}{name={sample},%  <br />  description={an example},%  <br />  prefix={a~},%  <br />  prefixplural={the\space}%  <br />} </div> -<!--l. 9591--><p class="nopar" > Note that I’ve had to explicitly insert a space after the prefix. This allows for the +<!--l. 10533--><p class="nopar" > Note that I’ve had to explicitly insert a space after the prefix. This allows for the possibility of prefixes that shouldn’t have a space, such as: </p> - <div class="verbatim" id="verbatim-253"> + <div class="verbatim" id="verbatim-294"> \newglossaryentry{oeil}{name={oeil},  <br />  plural={yeux},  <br />  description={eye},  <br />  prefix={l’},  <br />  prefixplural={les\space}} </div> -<!--l. 9601--><p class="nopar" > Where a space is required at the end of the prefix, you must use a spacing command, +<!--l. 10543--><p class="nopar" > Where a space is required at the end of the prefix, you must use a spacing command, such as <span class="cmtt-10">\space</span>, <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\␣</span></span></span> (backslash space) or <span class="obeylines-h"><span class="verb"><span @@ -19796,41 +21338,41 @@ class="cmtt-10">~</span></span></span> due to the automatic spacing trimming performed in ⟨<span class="cmti-10">key</span>⟩=⟨<span class="cmti-10">value</span>⟩ options. -</p><!--l. 9607--><p class="indent" > The prefixes can also be used with acronyms. For example: +</p><!--l. 10549--><p class="indent" > The prefixes can also be used with acronyms. For example: </p> - <div class="verbatim" id="verbatim-254"> + <div class="verbatim" id="verbatim-295"> \newacronym  <br /> [%  <br />   prefix={an\space},prefixfirst={a~}%  <br /> ]{svm}{SVM}{support vector machine} </div> -<!--l. 9613--><p class="nopar" > </p> +<!--l. 10555--><p class="nopar" > </p> <div class="center" > -<!--l. 9614--><p class="noindent" > -</p><!--l. 9614--><p class="noindent" >____________________________</p></div> -<!--l. 9616--><p class="indent" > The <span +<!--l. 10556--><p class="noindent" > +</p><!--l. 10556--><p class="noindent" >____________________________</p></div> +<!--l. 10558--><p class="indent" > The <span class="cmss-10">glossaries-prefix</span><a - id="dx1-76017"></a> package provides convenient commands to use these prefixes + id="dx1-82017"></a> package provides convenient commands to use these prefixes with commands such as <span class="cmtt-10">\gls</span><a - id="dx1-76018"></a>. Note that the prefix is not considered part of the <a + id="dx1-82018"></a>. Note that the prefix is not considered part of the <a href="#glo:linktext">link text<a - id="dx1-76019"></a></a>, so it’s not included in the hyperlink (where hyperlinks are enabled). The options + id="dx1-82019"></a></a>, so it’s not included in the hyperlink (where hyperlinks are enabled). The options and any star or plus modifier are passed on to the <a -href="#x1-420006.1"><span +href="#x1-450006.1"><span class="cmtt-10">\gls</span>-like</a> command. (See <a href="#sec:glslink"><span class="cmsy-10">§</span>6 </a><a href="#sec:glslink">Links to Glossary Entries<!--tex4ht:ref: sec:glslink --></a> for further details.) -</p><!--l. 9623--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10565--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\pgls</span><span class="cmtt-9"> </span></span><a - id="dx1-76020"></a> <span + id="dx1-82020"></a> <span class="cmtt-10">\pgls[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -19838,12 +21380,12 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 9625--><p class="noindent" > +</p><!--l. 10567--><p class="noindent" > This is inserts the value of the <span class="cmss-10">prefix</span><a - id="dx1-76021"></a> key (or <span + id="dx1-82021"></a> key (or <span class="cmss-10">prefixfirst</span><a - id="dx1-76022"></a> key, on <a + id="dx1-82022"></a> key, on <a href="#glo:firstuse">first use</a>) in front of <span class="cmtt-10">\gls[</span>⟨<span @@ -19853,10 +21395,10 @@ class="cmti-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmti-10">insert</span>⟩<span class="cmtt-10">]</span>. -</p><!--l. 9630--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10572--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Pgls</span><span class="cmtt-9"> </span></span><a - id="dx1-76023"></a> <span + id="dx1-82023"></a> <span class="cmtt-10">\Pgls[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -19864,12 +21406,12 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 9632--><p class="noindent" > +</p><!--l. 10574--><p class="noindent" > If the <span class="cmss-10">prefix</span><a - id="dx1-76024"></a> key (or <span + id="dx1-82024"></a> key (or <span class="cmss-10">prefixfirst</span><a - id="dx1-76025"></a>, on first use) has been set, this displays the + id="dx1-82025"></a>, on first use) has been set, this displays the value of that key with the first letter converted to upper case followed by <span class="cmtt-10">\gls[</span>⟨<span @@ -19881,7 +21423,7 @@ class="cmti-10">insert</span>⟩<span class="cmtt-10">]</span>. If that key hasn’t been set, this is equivalent to <span class="cmtt-10">\Gls</span><a - id="dx1-76026"></a><span + id="dx1-82026"></a><span class="cmtt-10">[</span>⟨<span class="cmti-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -19889,10 +21431,10 @@ class="cmti-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmti-10">insert</span>⟩<span class="cmtt-10">]</span>. -</p><!--l. 9640--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10582--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\PGLS</span><span class="cmtt-9"> </span></span><a - id="dx1-76027"></a> <span + id="dx1-82027"></a> <span class="cmtt-10">\PGLS[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -19900,17 +21442,17 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 9642--><p class="noindent" > +</p><!--l. 10584--><p class="noindent" > As <span class="cmtt-10">\pgls </span>but converts the prefix to upper case and uses <span class="cmtt-10">\GLS</span><a - id="dx1-76028"></a> instead of + id="dx1-82028"></a> instead of <span class="cmtt-10">\gls</span>. -</p><!--l. 9646--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10588--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\pglspl</span><span class="cmtt-9"> </span></span><a - id="dx1-76029"></a> <span + id="dx1-82029"></a> <span class="cmtt-10">\pglspl[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -19918,12 +21460,12 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 9648--><p class="noindent" > +</p><!--l. 10590--><p class="noindent" > This is inserts the value of the <span class="cmss-10">prefixplural</span><a - id="dx1-76030"></a> key (or <span + id="dx1-82030"></a> key (or <span class="cmss-10">prefixfirstplural</span><a - id="dx1-76031"></a> key, on <a + id="dx1-82031"></a> key, on <a href="#glo:firstuse">first use</a>) in front of <span class="cmtt-10">\glspl[</span>⟨<span @@ -19933,10 +21475,10 @@ class="cmti-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmti-10">insert</span>⟩<span class="cmtt-10">]</span>. -</p><!--l. 9653--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10595--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Pglspl</span><span class="cmtt-9"> </span></span><a - id="dx1-76032"></a> <span + id="dx1-82032"></a> <span class="cmtt-10">\Pglspl[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -19944,12 +21486,12 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 9655--><p class="noindent" > +</p><!--l. 10597--><p class="noindent" > If the <span class="cmss-10">prefixplural</span><a - id="dx1-76033"></a> key (or <span + id="dx1-82033"></a> key (or <span class="cmss-10">prefixfirstplural</span><a - id="dx1-76034"></a>, on first use) has been set, this displays the + id="dx1-82034"></a>, on first use) has been set, this displays the value of that key with the first letter converted to upper case followed by <span class="cmtt-10">\glspl[</span>⟨<span @@ -19961,7 +21503,7 @@ class="cmti-10">insert</span>⟩<span class="cmtt-10">]</span>. If that key hasn’t been set, this is equivalent to <span class="cmtt-10">\Glspl</span><a - id="dx1-76035"></a><span + id="dx1-82035"></a><span class="cmtt-10">[</span>⟨<span class="cmti-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -19969,10 +21511,10 @@ class="cmti-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmti-10">insert</span>⟩<span class="cmtt-10">]</span>. -</p><!--l. 9663--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10605--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\PGLSpl</span><span class="cmtt-9"> </span></span><a - id="dx1-76036"></a> <span + id="dx1-82036"></a> <span class="cmtt-10">\PGLSpl[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -19980,49 +21522,49 @@ class="cmitt-10">label</span>⟩<span class="cmtt-10">}[</span>⟨<span class="cmitt-10">insert</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 9665--><p class="noindent" > +</p><!--l. 10607--><p class="noindent" > As <span class="cmtt-10">\pglspl </span>but converts the prefix to upper case and uses <span class="cmtt-10">\GLSpl</span><a - id="dx1-76037"></a> instead of + id="dx1-82037"></a> instead of <span class="cmtt-10">\glspl</span>. <a - id="x1-76038r25"></a> -</p><!--l. 9669--><p class="noindent" ><span -class="cmbx-12">Example 25</span><span + id="x1-82038r30"></a> +</p><!--l. 10611--><p class="noindent" ><span +class="cmbx-12">Example 30</span><span class="cmbx-12"> (Using Prefixes)</span><a - id="x1-76039"></a> -</p><!--l. 9670--><p class="indent" > Continuing from Example <a -href="#x1-76013r24">24<!--tex4ht:ref: ex:determiners --></a>, now that I’ve defined my entries, I can use them in + id="x1-82039"></a> +</p><!--l. 10612--><p class="indent" > Continuing from Example <a +href="#x1-82013r29">29<!--tex4ht:ref: ex:determiners --></a>, now that I’ve defined my entries, I can use them in the text via the above commands: </p> - <div class="verbatim" id="verbatim-255"> + <div class="verbatim" id="verbatim-296"> First use: \pgls{svm}. Next use: \pgls{svm}.  <br />Singular: \pgls{sample}, \pgls{oeil}.  <br />Plural: \pglspl{sample}, \pglspl{oeil}. </div> -<!--l. 9676--><p class="nopar" > which produces: +<!--l. 10618--><p class="nopar" > which produces: </p><div class="quote"> - <!--l. 9679--><p class="noindent" >First use: a support vector machine (SVM). Next use: an SVM. + <!--l. 10621--><p class="noindent" >First use: a support vector machine (SVM). Next use: an SVM. Singular: a sample, l’oeil. Plural: the samples, les yeux.</p></div> -<!--l. 9683--><p class="noindent" >For a complete document, see <a -href="#x1-5100r33"><span +<!--l. 10625--><p class="noindent" >For a complete document, see <a +href="#x1-5104r37"><span class="cmtt-10">sample-prefix.tex</span></a>. </p> <div class="center" > -<!--l. 9684--><p class="noindent" > -</p><!--l. 9684--><p class="noindent" >____________________________</p></div> -<!--l. 9686--><p class="indent" > This package also provides the commands described below, none of which perform +<!--l. 10626--><p class="noindent" > +</p><!--l. 10626--><p class="noindent" >____________________________</p></div> +<!--l. 10628--><p class="indent" > This package also provides the commands described below, none of which perform any check to determine the entry’s existence. -</p><!--l. 9689--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10631--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\ifglshasprefix</span><span class="cmtt-9"> </span></span><a - id="dx1-76040"></a> <span + id="dx1-82040"></a> <span class="cmtt-10">\ifglshasprefix{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -20031,18 +21573,18 @@ class="cmtt-10">}{</span>⟨<span class="cmitt-10">false part</span>⟩<span class="cmtt-10">}</span> </div><hr> -</p><!--l. 9691--><p class="noindent" > +</p><!--l. 10633--><p class="noindent" > Does ⟨<span class="cmti-10">true part</span>⟩ if the entry identified by ⟨<span class="cmti-10">label</span>⟩ has a non-empty value for the <span class="cmss-10">prefix</span><a - id="dx1-76041"></a> + id="dx1-82041"></a> key. -</p><!--l. 9695--><p class="indent" > This package also provides the following commands: -</p><!--l. 9696--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10637--><p class="indent" > This package also provides the following commands: +</p><!--l. 10638--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\ifglshasprefixplural</span><span class="cmtt-9"> </span></span><a - id="dx1-76042"></a> <span + id="dx1-82042"></a> <span class="cmtt-10">\ifglshasprefixplural{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -20052,17 +21594,17 @@ class="cmitt-10">false</span> <span class="cmitt-10">part</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9698--><p class="noindent" > +</p><!--l. 10640--><p class="noindent" > Does ⟨<span class="cmti-10">true part</span>⟩ if the entry identified by ⟨<span class="cmti-10">label</span>⟩ has a non-empty value for the <span class="cmss-10">prefixplural</span><a - id="dx1-76043"></a> + id="dx1-82043"></a> key. -</p><!--l. 9702--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10644--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\ifglshasprefixfirst</span><span class="cmtt-9"> </span></span><a - id="dx1-76044"></a> <span + id="dx1-82044"></a> <span class="cmtt-10">\ifglshasprefixfirst{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -20072,18 +21614,18 @@ class="cmitt-10">false</span> <span class="cmitt-10">part</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9704--><p class="noindent" > +</p><!--l. 10646--><p class="noindent" > Does ⟨<span class="cmti-10">true part</span>⟩ if the entry identified by ⟨<span class="cmti-10">label</span>⟩ has a non-empty value for the <span class="cmss-10">prefixfirst</span><a - id="dx1-76045"></a> + id="dx1-82045"></a> key. -</p><!--l. 9708--><p class="indent" > <span class="marginpar"><span +</p><!--l. 10650--><p class="indent" > <span class="marginpar"><span class="cmtt-9">\ifglshasprefixfirstplural</span><span class="cmtt-9"> </span></span><a - id="dx1-76046"></a> -</p><!--l. 9710--><p class="indent" > <hr><div title="Definition"><span + id="dx1-82046"></a> +</p><!--l. 10652--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\ifglshasprefixfirstplural{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -20091,123 +21633,123 @@ class="cmitt-10">true part</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">false part</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9711--><p class="noindent" > +</p><!--l. 10653--><p class="noindent" > Does ⟨<span class="cmti-10">true part</span>⟩ if the entry identified by ⟨<span class="cmti-10">label</span>⟩ has a non-empty value for the <span class="cmss-10">prefixfirstplural</span><a - id="dx1-76047"></a> key. -</p><!--l. 9715--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="dx1-82047"></a> key. +</p><!--l. 10657--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentryprefix</span><span class="cmtt-9"> </span></span><a - id="dx1-76048"></a> <span + id="dx1-82048"></a> <span class="cmtt-10">\glsentryprefix{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9717--><p class="noindent" > +</p><!--l. 10659--><p class="noindent" > Displays the value of the <span class="cmss-10">prefix</span><a - id="dx1-76049"></a> key for the entry given by ⟨<span + id="dx1-82049"></a> key for the entry given by ⟨<span class="cmti-10">label</span>⟩. -</p><!--l. 9721--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10663--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentryprefixfirst</span><span class="cmtt-9"> </span></span><a - id="dx1-76050"></a> <span + id="dx1-82050"></a> <span class="cmtt-10">\glsentryprefixfirst{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9723--><p class="noindent" > +</p><!--l. 10665--><p class="noindent" > Displays the value of the <span class="cmss-10">prefixfirst</span><a - id="dx1-76051"></a> key for the entry given by ⟨<span + id="dx1-82051"></a> key for the entry given by ⟨<span class="cmti-10">label</span>⟩. -</p><!--l. 9727--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10669--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\glsentryprefixplural</span><span class="cmtt-9"> </span></span><a - id="dx1-76052"></a> <span + id="dx1-82052"></a> <span class="cmtt-10">\glsentryprefixplural{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9729--><p class="noindent" > +</p><!--l. 10671--><p class="noindent" > Displays the value of the <span class="cmss-10">prefixplural</span><a - id="dx1-76053"></a> key for the entry given by ⟨<span + id="dx1-82053"></a> key for the entry given by ⟨<span class="cmti-10">label</span>⟩. (No check is performed to determine if the entry exists.) -</p><!--l. 9734--><p class="indent" > <span class="marginpar"><span +</p><!--l. 10676--><p class="indent" > <span class="marginpar"><span class="cmtt-9">\glsentryprefixfirstplural</span><span class="cmtt-9"> </span></span><a - id="dx1-76054"></a> -</p><!--l. 9736--><p class="indent" > <hr><div title="Definition"><span + id="dx1-82054"></a> +</p><!--l. 10678--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\glsentryprefixfirstplural{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9737--><p class="noindent" > +</p><!--l. 10679--><p class="noindent" > Displays the value of the <span class="cmss-10">prefixfirstplural</span><a - id="dx1-76055"></a> key for the entry given by ⟨<span + id="dx1-82055"></a> key for the entry given by ⟨<span class="cmti-10">label</span>⟩. (No check is performed to determine if the entry exists.) -</p><!--l. 9742--><p class="indent" > There are also variants that convert the first letter to upper +</p><!--l. 10684--><p class="indent" > There are also variants that convert the first letter to upper case<span class="footnote-mark"><a href="#fn2x18" id="fn2x18-bk"><sup class="textsuperscript">17.2</sup></a></span><a - id="x1-76056f2"></a>: -</p><!--l. 9745--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span + id="x1-82056f2"></a>: +</p><!--l. 10687--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentryprefix</span><span class="cmtt-9"> </span></span><a - id="dx1-76057"></a> <span + id="dx1-82057"></a> <span class="cmtt-10">\Glsentryprefix{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9747--><p class="noindent" > -</p><!--l. 9748--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10689--><p class="noindent" > +</p><!--l. 10690--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentryprefixfirst</span><span class="cmtt-9"> </span></span><a - id="dx1-76058"></a> <span + id="dx1-82058"></a> <span class="cmtt-10">\Glsentryprefixfirst{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9750--><p class="noindent" > -</p><!--l. 9751--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span +</p><!--l. 10692--><p class="noindent" > +</p><!--l. 10693--><p class="indent" > <hr><div title="Definition"><span class="marginpar"><span class="cmtt-9">\Glsentryprefixplural</span><span class="cmtt-9"> </span></span><a - id="dx1-76059"></a> <span + id="dx1-82059"></a> <span class="cmtt-10">\Glsentryprefixplural{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9753--><p class="noindent" > -</p><!--l. 9755--><p class="indent" > <span class="marginpar"><span +</p><!--l. 10695--><p class="noindent" > +</p><!--l. 10697--><p class="indent" > <span class="marginpar"><span class="cmtt-9">\Glsentryprefixfirstplural</span><span class="cmtt-9"> </span></span><a - id="dx1-76060"></a> -</p><!--l. 9757--><p class="indent" > <hr><div title="Definition"><span + id="dx1-82060"></a> +</p><!--l. 10699--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\Glsentryprefixfirstplural{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 9758--><p class="noindent" > -</p><!--l. 9760--><p class="indent" > <div class="important" title="Important Note"> As with analogous commands such as <span +</p><!--l. 10700--><p class="noindent" > +</p><!--l. 10702--><p class="indent" > <div class="important" title="Important Note"> As with analogous commands such as <span class="cmtt-10">\Glsentrytext</span><a - id="dx1-76061"></a>, these commands aren’t + id="dx1-82061"></a>, these commands aren’t expandable so can’t be used in PDF bookmarks. </div> -</p><!--l. 9763--><p class="noindent" > +</p><!--l. 10705--><p class="noindent" > <a - id="x1-76062r26"></a> -</p><!--l. 9765--><p class="noindent" ><span -class="cmbx-12">Example 26</span><span + id="x1-82062r31"></a> +</p><!--l. 10707--><p class="noindent" ><span +class="cmbx-12">Example 31</span><span class="cmbx-12"> (Adding Determiner to Glossary Style)</span><a - id="x1-76063"></a> -</p><!--l. 9766--><p class="indent" > You can use the above commands to define a new glossary style that uses the + id="x1-82063"></a> +</p><!--l. 10708--><p class="indent" > You can use the above commands to define a new glossary style that uses the determiner. For example, the following style is a slight modification of the <span class="cmss-10">list</span><a - id="dx1-76064"></a> style + id="dx1-82064"></a> style that inserts the prefix before the name: </p> - <div class="verbatim" id="verbatim-256"> + <div class="verbatim" id="verbatim-297"> \newglossarystyle{plist}{%  <br />  \setglossarystyle{list}%  <br />  \renewcommand*{\glossentry}[2]{% @@ -20217,183 +21759,188 @@ that inserts the prefix before the name:  <br />       \glossentrydesc{##1}\glspostdescription\space ##2}%  <br />} </div> -<!--l. 9779--><p class="nopar" > </p> +<!--l. 10721--><p class="nopar" > </p> <div class="center" > -<!--l. 9780--><p class="noindent" > -</p><!--l. 9780--><p class="noindent" >____________________________</p></div> +<!--l. 10722--><p class="noindent" > +</p><!--l. 10722--><p class="noindent" >____________________________</p></div> -<!--l. 9782--><p class="indent" > </div> -</p><!--l. 9782--><p class="noindent" ><a +<!--l. 10724--><p class="indent" > </div> +</p><!--l. 10724--><p class="noindent" ><a href="#top">Top</a><div class="chapter"><h2 class="chapterHead">18. <a id="sec:accsupp"></a>Accessibility Support</h2> -</p><!--l. 9784--><p class="indent" > Limited accessibility support is provided by the accompanying <span +</p><!--l. 10726--><p class="indent" > Limited accessibility support is provided by the accompanying <span class="cmss-10">glossaries-accsupp</span><a - id="dx1-77001"></a> + id="dx1-83001"></a> package, but note that this package is experimental and it requires the <span class="cmss-10">accsupp</span><a - id="dx1-77002"></a> + id="dx1-83002"></a> package which is also listed as experimental. This package defines additional keys that may be used when defining glossary entries. The keys are as follows: </p><dl class="description"><dt class="description"> <span class="cmssbx-10">access</span><a - id="dx1-77003"></a> </dt><dd + id="dx1-83003"></a> </dt><dd class="description">The replacement text corresponding to the <span class="cmss-10">name</span><a - id="dx1-77004"></a> key. + id="dx1-83004"></a> key. </dd><dt class="description"> <span class="cmssbx-10">textaccess</span><a - id="dx1-77005"></a> </dt><dd + id="dx1-83005"></a> </dt><dd class="description">The replacement text corresponding to the <span class="cmss-10">text</span><a - id="dx1-77006"></a> key. + id="dx1-83006"></a> key. </dd><dt class="description"> <span class="cmssbx-10">firstaccess</span><a - id="dx1-77007"></a> </dt><dd + id="dx1-83007"></a> </dt><dd class="description">The replacement text corresponding to the <span class="cmss-10">first</span><a - id="dx1-77008"></a> key. + id="dx1-83008"></a> key. </dd><dt class="description"> <span class="cmssbx-10">pluralaccess</span><a - id="dx1-77009"></a> </dt><dd + id="dx1-83009"></a> </dt><dd class="description">The replacement text corresponding to the <span class="cmss-10">plural</span><a - id="dx1-77010"></a> key. + id="dx1-83010"></a> key. </dd><dt class="description"> <span class="cmssbx-10">firstpluralaccess</span><a - id="dx1-77011"></a> </dt><dd + id="dx1-83011"></a> </dt><dd class="description">The replacement text corresponding to the <span class="cmss-10">firstplural</span><a - id="dx1-77012"></a> key. + id="dx1-83012"></a> key. </dd><dt class="description"> <span class="cmssbx-10">symbolaccess</span><a - id="dx1-77013"></a> </dt><dd + id="dx1-83013"></a> </dt><dd class="description">The replacement text corresponding to the <span class="cmss-10">symbol</span><a - id="dx1-77014"></a> key. + id="dx1-83014"></a> key. </dd><dt class="description"> <span class="cmssbx-10">symbolpluralaccess</span><a - id="dx1-77015"></a> </dt><dd + id="dx1-83015"></a> </dt><dd class="description">The replacement text corresponding to the <span class="cmss-10">symbolplural</span><a - id="dx1-77016"></a> key. + id="dx1-83016"></a> key. </dd><dt class="description"> <span class="cmssbx-10">descriptionaccess</span><a - id="dx1-77017"></a> </dt><dd + id="dx1-83017"></a> </dt><dd class="description">The replacement text corresponding to the <span class="cmss-10">description</span><a - id="dx1-77018"></a> key. + id="dx1-83018"></a> key. </dd><dt class="description"> <span class="cmssbx-10">descriptionpluralaccess</span><a - id="dx1-77019"></a> </dt><dd + id="dx1-83019"></a> </dt><dd class="description">The replacement text corresponding to the <span class="cmss-10">descriptionplural</span><a - id="dx1-77020"></a> key. + id="dx1-83020"></a> key. </dd><dt class="description"> <span class="cmssbx-10">longaccess</span><a - id="dx1-77021"></a> </dt><dd + id="dx1-83021"></a> </dt><dd class="description">The replacement text corresponding to the <span class="cmss-10">long</span><a - id="dx1-77022"></a> key (used by + id="dx1-83022"></a> key (used by <span class="cmtt-10">\newacronym</span><a - id="dx1-77023"></a>). + id="dx1-83023"></a>). </dd><dt class="description"> <span class="cmssbx-10">shortaccess</span><a - id="dx1-77024"></a> </dt><dd + id="dx1-83024"></a> </dt><dd class="description">The replacement text corresponding to the <span class="cmss-10">short</span><a - id="dx1-77025"></a> key (used by + id="dx1-83025"></a> key (used by <span class="cmtt-10">\newacronym</span><a - id="dx1-77026"></a>). + id="dx1-83026"></a>). </dd><dt class="description"> <span class="cmssbx-10">longpluralaccess</span><a - id="dx1-77027"></a> </dt><dd + id="dx1-83027"></a> </dt><dd class="description">The replacement text corresponding to the <span class="cmss-10">longplural</span><a - id="dx1-77028"></a> key (used + id="dx1-83028"></a> key (used by <span class="cmtt-10">\newacronym</span><a - id="dx1-77029"></a>). + id="dx1-83029"></a>). </dd><dt class="description"> <span class="cmssbx-10">shortpluralaccess</span><a - id="dx1-77030"></a> </dt><dd + id="dx1-83030"></a> </dt><dd class="description">The replacement text corresponding to the <span class="cmss-10">shortplural</span><a - id="dx1-77031"></a> key + id="dx1-83031"></a> key (used by <span class="cmtt-10">\newacronym</span><a - id="dx1-77032"></a>). + id="dx1-83032"></a>). </dd></dl> -<!--l. 9831--><p class="noindent" >For example: +<!--l. 10773--><p class="noindent" >For example: </p> - <div class="verbatim" id="verbatim-257"> + <div class="verbatim" id="verbatim-298"> \newglossaryentry{tex}{name={\TeX},description={Document  <br />preparation language},access={TeX}} </div> -<!--l. 9835--><p class="nopar" > Now <span class="obeylines-h"><span class="verb"><span +<!--l. 10777--><p class="nopar" > Now <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\gls{tex}</span></span></span> will be equivalent to </p> - <div class="verbatim" id="verbatim-258"> + <div class="verbatim" id="verbatim-299"> \BeginAccSupp{ActualText=TeX}\TeX\EndAccSupp{} </div> -<!--l. 9839--><p class="nopar" > The sample file <a -href="#x1-5102r34"><span +<!--l. 10781--><p class="nopar" > The sample file <a +href="#x1-5106r38"><span class="cmtt-10">sampleaccsupp.tex</span></a> illustrates the <span class="cmss-10">glossaries-accsupp</span><a - id="dx1-77033"></a> package. -</p><!--l. 9843--><p class="indent" > See the documented code (<span + id="dx1-83033"></a> package. +</p><!--l. 10785--><p class="indent" > See the documented code (<span class="cmtt-10">glossaries-code.pdf</span>) for further details. It is recommended that you also read the <span class="cmss-10">accsupp</span><a - id="dx1-77034"></a> documentation. + id="dx1-83034"></a> documentation. </p> -<!--l. 9847--><p class="indent" > </div> -</p><!--l. 9847--><p class="noindent" ><a +<!--l. 10789--><p class="indent" > </div> +</p><!--l. 10789--><p class="noindent" ><a href="#top">Top</a><div class="chapter"><h2 class="chapterHead">19. <a id="sec:trouble"></a>Troubleshooting</h2> -</p><!--l. 9850--><p class="indent" > The <span -class="cmss-10">glossaries </span>package comes with a minimal file called <span -class="cmtt-10">minimalgls.tex </span>which can -be used for testing. This should be located in the <span -class="cmtt-10">samples </span>subdirectory (folder) of the -<span -class="cmss-10">glossaries </span>documentation directory. The location varies according to your operating +</p><!--l. 10792--><p class="indent" > The <span +class="cmss-10">glossaries </span>package comes with some minimal example files, <span +class="cmtt-10">minimalgls.tex</span>, +<span +class="cmtt-10">mwe-gls.tex</span>, <span +class="cmtt-10">mwe-acr.tex </span>and <span +class="cmtt-10">mwe-acr-desc.tex</span>, which can be used for testing. +These should be located in the <span +class="cmtt-10">samples </span>subdirectory (folder) of the <span +class="cmss-10">glossaries</span> +documentation directory. The location varies according to your operating system and <span class="TEX">T<span class="E">E</span>X</span> installation. For example, on my Linux partition it can be found in <span -class="cmtt-10">/usr/local/texlive/2013/texmf-dist/doc/latex/glossaries/</span>. +class="cmtt-10">/usr/local/texlive/2014/texmf-dist/doc/latex/glossaries/</span>. Further information on debugging <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> code is available at <a href="http://www.dickimaw-books.com/latex/minexample/" class="url" ><span class="cmtt-10">http://www.dickimaw-books.com/latex/minexample/</span></a>. -</p><!--l. 9861--><p class="indent" > If you have any problems, please first consult the <a +</p><!--l. 10804--><p class="indent" > If you have any problems, please first consult the <a href="http://www.dickimaw-books.com/faqs/glossariesfaq.html" ><span class="cmss-10">glossaries </span>FAQ</a>. If that doesn’t -help, try posting your query to somewhere like the comp.text.tex newsgroup, the +help, try posting your query to somewhere like the <span +class="cmtt-10">comp.text.tex </span>newsgroup, the <a href="http://www.latex-community.org/" ><span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> Community Forum</a> or <a @@ -20403,7 +21950,7 @@ submitted via <a href="http://www.dickimaw-books.com/bug-report.html" >my package bug report form</a>. -</p><!--l. 9870--><p class="indent" > <a +</p><!--l. 10813--><p class="indent" > <a id="likesection.2"></a><a id="index"></a> @@ -20412,4529 +21959,4682 @@ href="http://www.dickimaw-books.com/bug-report.html" >my package bug report form <!--l. 2--><p class="indent" > </div> </p><!--l. 2--><p class="noindent" ><a href="#top">Top</a></p><h2 class="likechapterHead"><a - id="x1-7900019"></a>Index</h2> <span + id="x1-8500019"></a>Index</h2> <span class="cmbx-10">Symbols</span> <div class="theindex"><span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\@gls@codepage</span></span></span>  <a -href="glossaries-user.html#dx1-14012" ><span +href="glossaries-user.html#dx1-15012" ><span class="cmti-10">1</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\@glsorder</span></span></span>  <a -href="glossaries-user.html#dx1-14009" ><span +href="glossaries-user.html#dx1-15009" ><span class="cmti-10">2</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\@istfilename</span></span></span>  <a -href="glossaries-user.html#dx1-14004" ><span +href="glossaries-user.html#dx1-15004" ><span class="cmti-10">3</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\@newglossary</span></span></span>  <a -href="glossaries-user.html#dx1-14003" ><span +href="glossaries-user.html#dx1-15003" ><span class="cmti-10">4</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\@xdylanguage</span></span></span>  <a -href="glossaries-user.html#dx1-14011" ><span +href="glossaries-user.html#dx1-15011" ><span class="cmti-10">5</span></a> <br /></span> <p class="theindex"> <span class="cmbx-10">A</span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\AA</span></span></span>  <a -href="glossaries-user.html#dx1-4064" >6</a> <br /></span> +href="glossaries-user.html#dx1-4068" >6</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Ac</span></span></span>  <a -href="glossaries-user.html#dx1-56096" >7</a> <br /></span> +href="glossaries-user.html#dx1-59096" >7</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ac</span></span></span>  <a -href="glossaries-user.html#dx1-56094" >8</a> <br /></span> +href="glossaries-user.html#dx1-59094" >8</a> <br /></span> <span class="index-item"><span class="cmss-10">accsupp </span>package  <a -href="glossaries-user.html#dx1-77002" >9</a>, <a -href="glossaries-user.html#dx1-77034" >10</a> <br /></span> +href="glossaries-user.html#dx1-83002" >9</a>, <a +href="glossaries-user.html#dx1-83034" >10</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Acf</span></span></span>  <a -href="glossaries-user.html#dx1-56088" >11</a> <br /></span> +href="glossaries-user.html#dx1-59088" >11</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\acf</span></span></span>  <a -href="glossaries-user.html#dx1-56086" >12</a> <br /></span> +href="glossaries-user.html#dx1-59086" >12</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Acfp</span></span></span>  <a -href="glossaries-user.html#dx1-56092" >13</a> <br /></span> +href="glossaries-user.html#dx1-59092" >13</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\acfp</span></span></span>  <a -href="glossaries-user.html#dx1-56090" >14</a> <br /></span> +href="glossaries-user.html#dx1-59090" >14</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Acl</span></span></span>  <a -href="glossaries-user.html#dx1-56080" >15</a> <br /></span> +href="glossaries-user.html#dx1-59080" >15</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\acl</span></span></span>  <a -href="glossaries-user.html#dx1-56078" >16</a> <br /></span> +href="glossaries-user.html#dx1-59078" >16</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Aclp</span></span></span>  <a -href="glossaries-user.html#dx1-56084" >17</a> <br /></span> +href="glossaries-user.html#dx1-59084" >17</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\aclp</span></span></span>  <a -href="glossaries-user.html#dx1-56082" >18</a> <br /></span> +href="glossaries-user.html#dx1-59082" >18</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Acp</span></span></span>  <a -href="glossaries-user.html#dx1-56100" >19</a> <br /></span> +href="glossaries-user.html#dx1-59100" >19</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\acp</span></span></span>  <a -href="glossaries-user.html#dx1-56098" >20</a> <br /></span> +href="glossaries-user.html#dx1-59098" >20</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ACRfull</span></span></span>  <a -href="glossaries-user.html#dx1-56064" ><span +href="glossaries-user.html#dx1-59064" ><span class="cmti-10">21</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Acrfull</span></span></span>  <a -href="glossaries-user.html#dx1-56063" ><span +href="glossaries-user.html#dx1-59063" ><span class="cmti-10">22</span></a>, <a -href="glossaries-user.html#dx1-56089" >23</a> <br /></span> +href="glossaries-user.html#dx1-59089" >23</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\acrfull</span></span></span>  <a -href="glossaries-user.html#dx1-56060" ><span +href="glossaries-user.html#dx1-59060" ><span class="cmti-10">24</span></a>, <a -href="glossaries-user.html#dx1-56087" >25</a>, <a -href="glossaries-user.html#dx1-58016" >26</a>, <a -href="glossaries-user.html#dx1-58049" >27</a>, <a -href="glossaries-user.html#dx1-58062" >28</a>, <a -href="glossaries-user.html#dx1-59054" >29</a>, <a -href="glossaries-user.html#dx1-62015" >30</a> <br /></span> +href="glossaries-user.html#dx1-59087" >25</a>, <a +href="glossaries-user.html#dx1-61016" >26</a>, <a +href="glossaries-user.html#dx1-61054" >27</a>, <a +href="glossaries-user.html#dx1-61067" >28</a>, <a +href="glossaries-user.html#dx1-62054" >29</a>, <a +href="glossaries-user.html#dx1-65015" >30</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\acrfullfmt</span></span></span>  <a -href="glossaries-user.html#dx1-56061" ><span +href="glossaries-user.html#dx1-59061" ><span class="cmti-10">31</span></a>, <a -href="glossaries-user.html#dx1-59018" >32</a>, <a -href="glossaries-user.html#dx1-59055" >33</a> <br /></span> +href="glossaries-user.html#dx1-62018" >32</a>, <a +href="glossaries-user.html#dx1-62055" >33</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\acrfullformat</span></span></span>  <a -href="glossaries-user.html#dx1-56062" ><span +href="glossaries-user.html#dx1-59062" ><span class="cmti-10">34</span></a>, <a -href="glossaries-user.html#dx1-56116" >35</a> <br /></span> +href="glossaries-user.html#dx1-59116" >35</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ACRfullpl</span></span></span>  <a -href="glossaries-user.html#dx1-56067" ><span +href="glossaries-user.html#dx1-59067" ><span class="cmti-10">36</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Acrfullpl</span></span></span>  <a -href="glossaries-user.html#dx1-56066" ><span +href="glossaries-user.html#dx1-59066" ><span class="cmti-10">37</span></a>, <a -href="glossaries-user.html#dx1-56093" >38</a> <br /></span> +href="glossaries-user.html#dx1-59093" >38</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\acrfullpl</span></span></span>  <a -href="glossaries-user.html#dx1-56065" ><span +href="glossaries-user.html#dx1-59065" ><span class="cmti-10">39</span></a>, <a -href="glossaries-user.html#dx1-56091" >40</a> <br /></span> +href="glossaries-user.html#dx1-59091" >40</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ACRlong</span></span></span>  <a -href="glossaries-user.html#dx1-56053" ><span +href="glossaries-user.html#dx1-59053" ><span class="cmti-10">41</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Acrlong</span></span></span>  <a -href="glossaries-user.html#dx1-56052" ><span +href="glossaries-user.html#dx1-59052" ><span class="cmti-10">42</span></a>, <a -href="glossaries-user.html#dx1-56081" >43</a> <br /></span> +href="glossaries-user.html#dx1-59081" >43</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\acrlong</span></span></span>  <a -href="glossaries-user.html#dx1-56048" ><span +href="glossaries-user.html#dx1-59048" ><span class="cmti-10">44</span></a>, <a -href="glossaries-user.html#dx1-56079" >45</a> <br /></span> +href="glossaries-user.html#dx1-59079" >45</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ACRlongpl</span></span></span>  <a -href="glossaries-user.html#dx1-56056" ><span +href="glossaries-user.html#dx1-59056" ><span class="cmti-10">46</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Acrlongpl</span></span></span>  <a -href="glossaries-user.html#dx1-56055" ><span +href="glossaries-user.html#dx1-59055" ><span class="cmti-10">47</span></a>, <a -href="glossaries-user.html#dx1-56085" >48</a> <br /></span> +href="glossaries-user.html#dx1-59085" >48</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\acrlongpl</span></span></span>  <a -href="glossaries-user.html#dx1-56054" ><span +href="glossaries-user.html#dx1-59054" ><span class="cmti-10">49</span></a>, <a -href="glossaries-user.html#dx1-56083" >50</a> <br /></span> +href="glossaries-user.html#dx1-59083" >50</a> <br /></span> <span class="index-item">acronym styles:<br /></span> <span class="index-subitem">    <span class="cmtt-10">dua</span>  <a -href="glossaries-user.html#dx1-58018" >51</a>, <a -href="glossaries-user.html#dx1-58047" >52</a>, <a -href="glossaries-user.html#dx1-58051" >53</a>, <a -href="glossaries-user.html#dx1-59021" >54</a> <br /></span> +href="glossaries-user.html#dx1-61018" >51</a>, <a +href="glossaries-user.html#dx1-61052" >52</a>, <a +href="glossaries-user.html#dx1-61056" >53</a>, <a +href="glossaries-user.html#dx1-62021" >54</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">dua-desc</span>  <a -href="glossaries-user.html#dx1-58048" >55</a>, <a -href="glossaries-user.html#dx1-58054" >56</a> <br /></span> +href="glossaries-user.html#dx1-61053" >55</a>, <a +href="glossaries-user.html#dx1-61059" >56</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">footnote</span>  <a -href="glossaries-user.html#dx1-58019" >57</a>, <a -href="glossaries-user.html#dx1-58058" >58</a>, <a -href="glossaries-user.html#dx1-59020" >59</a> <br /></span> +href="glossaries-user.html#dx1-61019" >57</a>, <a +href="glossaries-user.html#dx1-61063" >58</a>, <a +href="glossaries-user.html#dx1-62020" >59</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">footnote-desc</span>  <a -href="glossaries-user.html#dx1-58068" >60</a> <br /></span> +href="glossaries-user.html#dx1-61073" >60</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">footnote-sc</span>  <a -href="glossaries-user.html#dx1-58059" >61</a> <br /></span> +href="glossaries-user.html#dx1-61064" >61</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">footnote-sc-desc</span>  <a href="glossaries-user.html#dx1-5028" >62</a>, <a -href="glossaries-user.html#dx1-58069" >63</a>, <a -href="glossaries-user.html#dx1-58078" >64</a>, <a -href="glossaries-user.html#dx1-58081" >65</a> <br /></span> +href="glossaries-user.html#dx1-61074" >63</a>, <a +href="glossaries-user.html#dx1-61083" >64</a>, <a +href="glossaries-user.html#dx1-61086" >65</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">footnote-sm</span>  <a -href="glossaries-user.html#dx1-58060" >66</a> <br /></span> +href="glossaries-user.html#dx1-61065" >66</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">footnote-sm-desc</span>  <a -href="glossaries-user.html#dx1-58070" >67</a> <br /></span> +href="glossaries-user.html#dx1-61075" >67</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">long-sc-short</span>  <a -href="glossaries-user.html#dx1-58007" >68</a>, <a -href="glossaries-user.html#dx1-58021" >69</a>, <a -href="glossaries-user.html#dx1-58036" >70</a>, <a -href="glossaries-user.html#dx1-59033" >71</a> <br /></span> +href="glossaries-user.html#dx1-61007" >68</a>, <a +href="glossaries-user.html#dx1-61021" >69</a>, <a +href="glossaries-user.html#dx1-61040" >70</a>, <a +href="glossaries-user.html#dx1-62033" >71</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">long-sc-short-desc</span>  <a -href="glossaries-user.html#dx1-58033" >72</a> <br /></span> +href="glossaries-user.html#dx1-61036" >72</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">long-short</span>  <a -href="glossaries-user.html#dx1-44056" >73</a>, <a -href="glossaries-user.html#dx1-58020" >74</a>, <a -href="glossaries-user.html#dx1-58035" >75</a>, <a -href="glossaries-user.html#dx1-59011" >76</a>, <a -href="glossaries-user.html#dx1-59028" >77</a>, <a -href="glossaries-user.html#dx1-59034" >78</a> <br /></span> +href="glossaries-user.html#dx1-47064" >73</a>, <a +href="glossaries-user.html#dx1-61020" >74</a>, <a +href="glossaries-user.html#dx1-61039" >75</a>, <a +href="glossaries-user.html#dx1-62011" >76</a>, <a +href="glossaries-user.html#dx1-62028" >77</a>, <a +href="glossaries-user.html#dx1-62034" >78</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">long-short-desc</span>  <a -href="glossaries-user.html#dx1-58032" >79</a>, <a -href="glossaries-user.html#dx1-58046" >80</a>, <a -href="glossaries-user.html#dx1-59030" >81</a> <br /></span> +href="glossaries-user.html#dx1-61035" >79</a>, <a +href="glossaries-user.html#dx1-61051" >80</a>, <a +href="glossaries-user.html#dx1-62030" >81</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">long-sm-short</span>  <a -href="glossaries-user.html#dx1-58011" >82</a>, <a -href="glossaries-user.html#dx1-58022" >83</a>, <a -href="glossaries-user.html#dx1-58037" >84</a> <br /></span> +href="glossaries-user.html#dx1-61011" >82</a>, <a +href="glossaries-user.html#dx1-61022" >83</a>, <a +href="glossaries-user.html#dx1-61041" >84</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">long-sm-short-desc</span>  <a -href="glossaries-user.html#dx1-58034" >85</a> <br /></span> +href="glossaries-user.html#dx1-61037" >85</a> <br /></span> +<span class="index-subitem">    <span +class="cmtt-10">long-sp-short</span>  <a +href="glossaries-user.html#dx1-61023" >86</a>, <a +href="glossaries-user.html#dx1-61027" >87</a>, <a +href="glossaries-user.html#dx1-61042" >88</a> <br /></span> +<span class="index-subitem">    <span +class="cmtt-10">long-sp-short-desc</span>  <a +href="glossaries-user.html#dx1-61038" >89</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">sc-short-long</span>  <a -href="glossaries-user.html#dx1-58027" >86</a> <br /></span> +href="glossaries-user.html#dx1-61030" >90</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">sc-short-long-desc</span>  <a -href="glossaries-user.html#dx1-58044" >87</a> <br /></span> +href="glossaries-user.html#dx1-61049" >91</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">short-long</span>  <a -href="glossaries-user.html#dx1-58026" >88</a> <br /></span> +href="glossaries-user.html#dx1-61029" >92</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">short-long-desc</span>  <a -href="glossaries-user.html#dx1-58043" >89</a> <br /></span> +href="glossaries-user.html#dx1-61048" >93</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">sm-short-long</span>  <a -href="glossaries-user.html#dx1-58028" >90</a> <br /></span> +href="glossaries-user.html#dx1-61031" >94</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">sm-short-long-desc</span>  <a -href="glossaries-user.html#dx1-58045" >91</a> <br /></span> +href="glossaries-user.html#dx1-61050" >95</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\acronymentry</span></span></span>  <a -href="glossaries-user.html#dx1-57010" ><span -class="cmti-10">92</span></a>, <a -href="glossaries-user.html#dx1-58031" >93</a>, <a -href="glossaries-user.html#dx1-58040" >94</a>, <a -href="glossaries-user.html#dx1-58083" >95</a>, <a -href="glossaries-user.html#dx1-59059" >96</a>, <a -href="glossaries-user.html#dx1-59062" >97</a> <br /></span> +href="glossaries-user.html#dx1-60010" ><span +class="cmti-10">96</span></a>, <a +href="glossaries-user.html#dx1-61034" >97</a>, <a +href="glossaries-user.html#dx1-61045" >98</a>, <a +href="glossaries-user.html#dx1-61088" >99</a>, <a +href="glossaries-user.html#dx1-62059" >100</a>, <a +href="glossaries-user.html#dx1-62062" >101</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\acronymfont</span></span></span>  <a -href="glossaries-user.html#dx1-21021" >98</a>, <a -href="glossaries-user.html#dx1-56038" >99</a>, <a -href="glossaries-user.html#dx1-58002" ><span -class="cmti-10">100</span></a>, <a -href="glossaries-user.html#dx1-58005" >101</a>, <a -href="glossaries-user.html#dx1-58014" >102</a>, <a -href="glossaries-user.html#dx1-58024" >103</a>, <a -href="glossaries-user.html#dx1-58084" >104</a>, <a -href="glossaries-user.html#dx1-59014" >105</a> <br /></span> +href="glossaries-user.html#dx1-22021" >102</a>, <a +href="glossaries-user.html#dx1-59038" >103</a>, <a +href="glossaries-user.html#dx1-61002" ><span +class="cmti-10">104</span></a>, <a +href="glossaries-user.html#dx1-61005" >105</a>, <a +href="glossaries-user.html#dx1-61014" >106</a>, <a +href="glossaries-user.html#dx1-61025" >107</a>, <a +href="glossaries-user.html#dx1-61089" >108</a>, <a +href="glossaries-user.html#dx1-62014" >109</a>, <a +href="glossaries-user.html#dx1-62075" >110</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\acronymname</span></span></span>  <a -href="glossaries-user.html#dx1-8025" >106</a>, <a -href="glossaries-user.html#dx1-56001" >107</a> <br /></span> +href="glossaries-user.html#dx1-8025" >111</a>, <a +href="glossaries-user.html#dx1-59001" >112</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\acronymsort</span></span></span>  <a -href="glossaries-user.html#dx1-57012" ><span -class="cmti-10">108</span></a>, <a -href="glossaries-user.html#dx1-58030" >109</a>, <a -href="glossaries-user.html#dx1-58041" >110</a>, <a -href="glossaries-user.html#dx1-58082" >111</a>, <a -href="glossaries-user.html#dx1-59057" >112</a> <br /></span> +href="glossaries-user.html#dx1-60012" ><span +class="cmti-10">113</span></a>, <a +href="glossaries-user.html#dx1-61033" >114</a>, <a +href="glossaries-user.html#dx1-61046" >115</a>, <a +href="glossaries-user.html#dx1-61087" >116</a>, <a +href="glossaries-user.html#dx1-62057" >117</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\acronymtype</span></span></span>  <a -href="glossaries-user.html#dx1-16065" >113</a>, <a -href="glossaries-user.html#dx1-17042" >114</a>, <a -href="glossaries-user.html#dx1-20007" >115</a>, <a -href="glossaries-user.html#dx1-20015" >116</a>, <a -href="glossaries-user.html#dx1-46005" >117</a>, <a -href="glossaries-user.html#dx1-55016" ><span -class="cmti-10">118</span></a>, <a -href="glossaries-user.html#dx1-56007" >119</a>, <a -href="glossaries-user.html#dx1-60002" >120</a>, <a -href="glossaries-user.html#dx1-60004" >121</a>, <a -href="glossaries-user.html#dx1-60008" >122</a>, <a -href="glossaries-user.html#dx1-20009" >123</a>, <a -href="glossaries-user.html#dx1-35020" >124</a> <br /></span> +href="glossaries-user.html#dx1-17065" >118</a>, <a +href="glossaries-user.html#dx1-18042" >119</a>, <a +href="glossaries-user.html#dx1-21007" >120</a>, <a +href="glossaries-user.html#dx1-21015" >121</a>, <a +href="glossaries-user.html#dx1-49005" >122</a>, <a +href="glossaries-user.html#dx1-58016" ><span +class="cmti-10">123</span></a>, <a +href="glossaries-user.html#dx1-59007" >124</a>, <a +href="glossaries-user.html#dx1-63002" >125</a>, <a +href="glossaries-user.html#dx1-63004" >126</a>, <a +href="glossaries-user.html#dx1-63008" >127</a>, <a +href="glossaries-user.html#dx1-21009" >128</a>, <a +href="glossaries-user.html#dx1-38020" >129</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ACRshort</span></span></span>  <a -href="glossaries-user.html#dx1-56042" ><span -class="cmti-10">125</span></a> <br /></span> +href="glossaries-user.html#dx1-59042" ><span +class="cmti-10">130</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Acrshort</span></span></span>  <a -href="glossaries-user.html#dx1-56041" ><span -class="cmti-10">126</span></a>, <a -href="glossaries-user.html#dx1-56073" >127</a> <br /></span> +href="glossaries-user.html#dx1-59041" ><span +class="cmti-10">131</span></a>, <a +href="glossaries-user.html#dx1-59073" >132</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\acrshort</span></span></span>  <a -href="glossaries-user.html#dx1-56036" ><span -class="cmti-10">128</span></a>, <a -href="glossaries-user.html#dx1-56071" >129</a>, <a -href="glossaries-user.html#dx1-4004" >130</a> <br /></span> +href="glossaries-user.html#dx1-59036" ><span +class="cmti-10">133</span></a>, <a +href="glossaries-user.html#dx1-59071" >134</a>, <a +href="glossaries-user.html#dx1-62074" >135</a>, <a +href="glossaries-user.html#dx1-4004" >136</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ACRshortpl</span></span></span>  <a -href="glossaries-user.html#dx1-56045" ><span -class="cmti-10">131</span></a> <br /></span> +href="glossaries-user.html#dx1-59045" ><span +class="cmti-10">137</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Acrshortpl</span></span></span>  <a -href="glossaries-user.html#dx1-56044" ><span -class="cmti-10">132</span></a>, <a -href="glossaries-user.html#dx1-56077" >133</a> <br /></span> +href="glossaries-user.html#dx1-59044" ><span +class="cmti-10">138</span></a>, <a +href="glossaries-user.html#dx1-59077" >139</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\acrshortpl</span></span></span>  <a -href="glossaries-user.html#dx1-56043" ><span -class="cmti-10">134</span></a>, <a -href="glossaries-user.html#dx1-56075" >135</a> <br /></span> +href="glossaries-user.html#dx1-59043" ><span +class="cmti-10">140</span></a>, <a +href="glossaries-user.html#dx1-59075" >141</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Acs</span></span></span>  <a -href="glossaries-user.html#dx1-56072" >136</a> <br /></span> +href="glossaries-user.html#dx1-59072" >142</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\acs</span></span></span>  <a -href="glossaries-user.html#dx1-56070" >137</a> <br /></span> +href="glossaries-user.html#dx1-59070" >143</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Acsp</span></span></span>  <a -href="glossaries-user.html#dx1-56076" >138</a> <br /></span> +href="glossaries-user.html#dx1-59076" >144</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\acsp</span></span></span>  <a -href="glossaries-user.html#dx1-56074" >139</a> <br /></span> +href="glossaries-user.html#dx1-59074" >145</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\addcontentsline</span></span></span>  <a -href="glossaries-user.html#dx1-17007" >140</a> <br /></span> +href="glossaries-user.html#dx1-18007" >146</a> <br /></span> <span class="index-item"><span class="cmtt-10">align </span>(environment)  <a -href="glossaries-user.html#dx1-62022" >141</a> <br /></span> +href="glossaries-user.html#dx1-65022" >147</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\altnewglossary</span></span></span>  <a -href="glossaries-user.html#dx1-55008" ><span -class="cmti-10">142</span></a> <br /></span> +href="glossaries-user.html#dx1-58008" ><span +class="cmti-10">148</span></a> <br /></span> +<span class="index-item"><span +class="cmss-10">amsgen </span>package  <a +href="glossaries-user.html#dx1-62080" >149</a>, <a +href="glossaries-user.html#dx1-62081" >150</a> <br /></span> <span class="index-item"><span class="cmss-10">amsmath </span>package  <a -href="glossaries-user.html#dx1-62021" >143</a> <br /></span> +href="glossaries-user.html#dx1-65021" >151</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\andname</span></span></span>  <a -href="glossaries-user.html#dx1-48010" >144</a> <br /></span> +href="glossaries-user.html#dx1-51010" >152</a> <br /></span> + + <span class="index-item"><span class="cmtt-10">arara</span>  <a -href="glossaries-user.html#dx1-10013" >145</a> <br /></span> +href="glossaries-user.html#dx1-10013" >153</a> <br /></span> <span class="index-item"><span class="cmss-10">array </span>package  <a -href="glossaries-user.html#dx1-68006" >146</a>, <a -href="glossaries-user.html#dx1-70006" >147</a> <br /></span> +href="glossaries-user.html#dx1-71006" >154</a>, <a +href="glossaries-user.html#dx1-73006" >155</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\AtBeginDocument</span></span></span>  <a -href="glossaries-user.html#dx1-35009" >148</a> <br /></span> - - +href="glossaries-user.html#dx1-38009" >156</a> <br /></span> </p><p class="theindex"> <span class="cmbx-10">B</span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\babel</span></span></span>  <a -href="glossaries-user.html#dx1-19083" >149</a> <br /></span> +href="glossaries-user.html#dx1-20086" >157</a> <br /></span> <span class="index-item"><span class="cmss-10">babel </span>package  <a -href="glossaries-user.html#dx1-8001" >150</a>, <a -href="glossaries-user.html#dx1-8003" >151</a>, <a -href="glossaries-user.html#dx1-8005" >152</a>, <a -href="glossaries-user.html#dx1-8007" >153</a>, <a -href="glossaries-user.html#dx1-8016" >154</a>, <a -href="glossaries-user.html#dx1-8018" >155</a>, <a -href="glossaries-user.html#dx1-8019" >156</a>, <a -href="glossaries-user.html#dx1-8022" >157</a>, <a -href="glossaries-user.html#dx1-8034" >158</a>, <a -href="glossaries-user.html#dx1-8037" >159</a>, <a -href="glossaries-user.html#dx1-8041" >160</a>, <a -href="glossaries-user.html#dx1-8047" >161</a>, <a -href="glossaries-user.html#dx1-16032" >162</a>, <a -href="glossaries-user.html#dx1-16037" >163</a>, <a -href="glossaries-user.html#dx1-16042" >164</a>, <a -href="glossaries-user.html#dx1-16044" >165</a>, <a -href="glossaries-user.html#dx1-16046" >166</a>, <a -href="glossaries-user.html#dx1-16051" >167</a>, <a -href="glossaries-user.html#dx1-16057" >168</a>, <a -href="glossaries-user.html#dx1-27008" >169</a>, <a -href="glossaries-user.html#dx1-35011" >170</a>, <a -href="glossaries-user.html#dx1-38007" >171</a>, <a -href="glossaries-user.html#dx1-55023" >172</a> <br /></span> +href="glossaries-user.html#dx1-8001" >158</a>, <a +href="glossaries-user.html#dx1-8003" >159</a>, <a +href="glossaries-user.html#dx1-8005" >160</a>, <a +href="glossaries-user.html#dx1-8007" >161</a>, <a +href="glossaries-user.html#dx1-8016" >162</a>, <a +href="glossaries-user.html#dx1-8018" >163</a>, <a +href="glossaries-user.html#dx1-8019" >164</a>, <a +href="glossaries-user.html#dx1-8022" >165</a>, <a +href="glossaries-user.html#dx1-8034" >166</a>, <a +href="glossaries-user.html#dx1-8037" >167</a>, <a +href="glossaries-user.html#dx1-8041" >168</a>, <a +href="glossaries-user.html#dx1-8047" >169</a>, <a +href="glossaries-user.html#dx1-17032" >170</a>, <a +href="glossaries-user.html#dx1-17037" >171</a>, <a +href="glossaries-user.html#dx1-17042" >172</a>, <a +href="glossaries-user.html#dx1-17044" >173</a>, <a +href="glossaries-user.html#dx1-17046" >174</a>, <a +href="glossaries-user.html#dx1-17051" >175</a>, <a +href="glossaries-user.html#dx1-17057" >176</a>, <a +href="glossaries-user.html#dx1-28008" >177</a>, <a +href="glossaries-user.html#dx1-38011" >178</a>, <a +href="glossaries-user.html#dx1-41007" >179</a>, <a +href="glossaries-user.html#dx1-58023" >180</a> <br /></span> <span class="index-item"><span class="cmss-10">beamer </span>class  <a -href="glossaries-user.html#dx1-62014" >173</a>, <a -href="glossaries-user.html#dx1-62016" >174</a> <br /></span> +href="glossaries-user.html#dx1-65014" >181</a>, <a +href="glossaries-user.html#dx1-65016" >182</a> <br /></span> <span class="index-item"><span class="cmss-10">beamer </span>package  <a -href="glossaries-user.html#dx1-8046" >175</a> <br /></span> +href="glossaries-user.html#dx1-8046" >183</a> <br /></span> </p><p class="theindex"> <span class="cmbx-10">C</span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\cGls</span></span></span>  <a -href="glossaries-user.html#dx1-63010" ><span -class="cmti-10">176</span></a> <br /></span> +href="glossaries-user.html#dx1-66010" ><span +class="cmti-10">184</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\cgls</span></span></span>  <a -href="glossaries-user.html#dx1-5107" >177</a>, <a -href="glossaries-user.html#dx1-63008" ><span -class="cmti-10">178</span></a> <br /></span> +href="glossaries-user.html#dx1-5111" >185</a>, <a +href="glossaries-user.html#dx1-66008" ><span +class="cmti-10">186</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\cGlsformat</span></span></span>  <a -href="glossaries-user.html#dx1-63014" ><span -class="cmti-10">179</span></a> <br /></span> +href="glossaries-user.html#dx1-66014" ><span +class="cmti-10">187</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\cglsformat</span></span></span>  <a -href="glossaries-user.html#dx1-63012" ><span -class="cmti-10">180</span></a> <br /></span> +href="glossaries-user.html#dx1-66012" ><span +class="cmti-10">188</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\cGlspl</span></span></span>  <a -href="glossaries-user.html#dx1-63011" ><span -class="cmti-10">181</span></a> <br /></span> +href="glossaries-user.html#dx1-66011" ><span +class="cmti-10">189</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\cglspl</span></span></span>  <a -href="glossaries-user.html#dx1-63009" ><span -class="cmti-10">182</span></a> <br /></span> +href="glossaries-user.html#dx1-66009" ><span +class="cmti-10">190</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\cGlsplformat</span></span></span>  <a -href="glossaries-user.html#dx1-63015" ><span -class="cmti-10">183</span></a> <br /></span> +href="glossaries-user.html#dx1-66015" ><span +class="cmti-10">191</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\cglsplformat</span></span></span>  <a -href="glossaries-user.html#dx1-63013" ><span -class="cmti-10">184</span></a> <br /></span> +href="glossaries-user.html#dx1-66013" ><span +class="cmti-10">192</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\chapter</span></span></span>  <a -href="glossaries-user.html#dx1-50052" >185</a> <br /></span> +href="glossaries-user.html#dx1-53052" >193</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\chapter*</span></span></span>  <a -href="glossaries-user.html#dx1-17047" >186</a>, <a -href="glossaries-user.html#dx1-50050" >187</a> <br /></span> +href="glossaries-user.html#dx1-18047" >194</a>, <a +href="glossaries-user.html#dx1-53050" >195</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\currentglossary</span></span></span>  <a -href="glossaries-user.html#dx1-74069" ><span -class="cmti-10">188</span></a> <br /></span> +href="glossaries-user.html#dx1-77069" ><span +class="cmti-10">196</span></a> <br /></span> </p><p class="theindex"> <span class="cmbx-10">D</span> <span class="index-item"><span class="cmss-10">datatool </span>package  <a -href="glossaries-user.html#dx1-50040" >189</a>, <a -href="glossaries-user.html#dx1-50043" >190</a>, <a -href="glossaries-user.html#dx1-50045" >191</a>, <a -href="glossaries-user.html#dx1-50047" >192</a> <br /></span> +href="glossaries-user.html#dx1-53040" >197</a>, <a +href="glossaries-user.html#dx1-53043" >198</a>, <a +href="glossaries-user.html#dx1-53045" >199</a>, <a +href="glossaries-user.html#dx1-53047" >200</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\DeclareAcronymList</span></span></span>  <a -href="glossaries-user.html#dx1-20022" ><span -class="cmti-10">193</span></a>, <a -href="glossaries-user.html#dx1-44011" >194</a>, <a -href="glossaries-user.html#dx1-56014" >195</a>, <a -href="glossaries-user.html#dx1-75003" >196</a> <br /></span> +href="glossaries-user.html#dx1-21022" ><span +class="cmti-10">201</span></a>, <a +href="glossaries-user.html#dx1-47011" >202</a>, <a +href="glossaries-user.html#dx1-59014" >203</a>, <a +href="glossaries-user.html#dx1-79003" >204</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\defentryfmt</span></span></span>  <a -href="glossaries-user.html#dx1-56032" >197</a> <br /></span> +href="glossaries-user.html#dx1-59032" >205</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\defglsentry</span></span></span>  <a -href="glossaries-user.html#dx1-3023" >198</a> <br /></span> +href="glossaries-user.html#dx1-3023" >206</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\defglsentryfmt</span></span></span>  <a -href="glossaries-user.html#dx1-41025" >199</a>, <a -href="glossaries-user.html#dx1-42002" >200</a>, <a -href="glossaries-user.html#dx1-43002" >201</a>, <a -href="glossaries-user.html#dx1-44007" ><span -class="cmti-10">202</span></a>, <a -href="glossaries-user.html#dx1-44009" >203</a>, <a -href="glossaries-user.html#dx1-56015" >204</a>, <a -href="glossaries-user.html#dx1-56016" >205</a>, <a -href="glossaries-user.html#dx1-57004" >206</a>, <a -href="glossaries-user.html#dx1-59002" >207</a> <br /></span> +href="glossaries-user.html#dx1-44025" >207</a>, <a +href="glossaries-user.html#dx1-45002" >208</a>, <a +href="glossaries-user.html#dx1-46002" >209</a>, <a +href="glossaries-user.html#dx1-47007" ><span +class="cmti-10">210</span></a>, <a +href="glossaries-user.html#dx1-47009" >211</a>, <a +href="glossaries-user.html#dx1-59015" >212</a>, <a +href="glossaries-user.html#dx1-59016" >213</a>, <a +href="glossaries-user.html#dx1-60004" >214</a>, <a +href="glossaries-user.html#dx1-62002" >215</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\DefineAcronymShortcuts</span></span></span>  <a -href="glossaries-user.html#dx1-20027" ><span -class="cmti-10">208</span></a> <br /></span> +href="glossaries-user.html#dx1-21027" ><span +class="cmti-10">216</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\delimN</span></span></span>  <a -href="glossaries-user.html#dx1-74053" >209</a> <br /></span> +href="glossaries-user.html#dx1-77053" >217</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\delimR</span></span></span>  <a -href="glossaries-user.html#dx1-74054" >210</a> <br /></span> +href="glossaries-user.html#dx1-77054" >218</a> <br /></span> <span class="index-item"><span class="cmtt-10">description </span>(environment)  <a -href="glossaries-user.html#dx1-66002" >211</a>, <a -href="glossaries-user.html#dx1-66007" >212</a>, <a -href="glossaries-user.html#dx1-66028" >213</a>, <a -href="glossaries-user.html#dx1-74009" >214</a>, <a -href="glossaries-user.html#dx1-74013" >215</a> <br /></span> +href="glossaries-user.html#dx1-69002" >219</a>, <a +href="glossaries-user.html#dx1-69007" >220</a>, <a +href="glossaries-user.html#dx1-69028" >221</a>, <a +href="glossaries-user.html#dx1-77009" >222</a>, <a +href="glossaries-user.html#dx1-77013" >223</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\descriptionname</span></span></span>  <a -href="glossaries-user.html#dx1-8028" >216</a> <br /></span> +href="glossaries-user.html#dx1-8028" >224</a> <br /></span> <span class="index-item"><span class="cmss-10">doc </span>package  <a -href="glossaries-user.html#dx1-7" >217</a>, <a -href="glossaries-user.html#dx1-8" >218</a>, <a -href="glossaries-user.html#dx1-12" >219</a> <br /></span> +href="glossaries-user.html#dx1-7" >225</a>, <a +href="glossaries-user.html#dx1-8" >226</a>, <a +href="glossaries-user.html#dx1-12" >227</a> <br /></span> <span class="index-item"><span class="cmtt-10">document </span>(environment)  <a -href="glossaries-user.html#dx1-35012" >220</a>, <a -href="glossaries-user.html#dx1-37003" >221</a>, <a -href="glossaries-user.html#dx1-38008" >222</a>, <a -href="glossaries-user.html#dx1-38011" >223</a>, <a -href="glossaries-user.html#dx1-38014" >224</a>, <a -href="glossaries-user.html#dx1-39001" >225</a>, <a -href="glossaries-user.html#dx1-63004" >226</a> <br /></span> +href="glossaries-user.html#dx1-38012" >228</a>, <a +href="glossaries-user.html#dx1-40003" >229</a>, <a +href="glossaries-user.html#dx1-41008" >230</a>, <a +href="glossaries-user.html#dx1-41011" >231</a>, <a +href="glossaries-user.html#dx1-41014" >232</a>, <a +href="glossaries-user.html#dx1-42001" >233</a>, <a +href="glossaries-user.html#dx1-66004" >234</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\dtlcompare</span></span></span>  <a -href="glossaries-user.html#dx1-50046" >227</a> <br /></span> +href="glossaries-user.html#dx1-53046" >235</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\dtlicompare</span></span></span>  <a -href="glossaries-user.html#dx1-50044" >228</a> <br /></span> +href="glossaries-user.html#dx1-53044" >236</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\dtlletterindexcompare</span></span></span>  <a -href="glossaries-user.html#dx1-50042" >229</a> <br /></span> +href="glossaries-user.html#dx1-53042" >237</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\dtlwordindexcompare</span></span></span>  <a -href="glossaries-user.html#dx1-50041" >230</a> <br /></span> +href="glossaries-user.html#dx1-53041" >238</a> <br /></span> </p><p class="theindex"> <span class="cmbx-10">E</span> + + <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ecapitalisewords</span></span></span>  <a -href="glossaries-user.html#dx1-49005" >231</a> <br /></span> +href="glossaries-user.html#dx1-52005" >239</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\edef</span></span></span>  <a -href="glossaries-user.html#dx1-44014" >232</a> <br /></span> - - +href="glossaries-user.html#dx1-47014" >240</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\emph</span></span></span>  <a -href="glossaries-user.html#dx1-41040" >233</a> <br /></span> +href="glossaries-user.html#dx1-44040" >241</a> <br /></span> <span class="index-item">entry location  <a href="glossaries-user.html#dx1-3001" ><span -class="cmbx-10">234</span></a> <br /></span> +class="cmbx-10">242</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\entryname</span></span></span>  <a -href="glossaries-user.html#dx1-8027" >235</a> <br /></span> +href="glossaries-user.html#dx1-8027" >243</a> <br /></span> <span class="index-item">environments:<br /></span> <span class="index-subitem">    <span class="cmtt-10">align</span>  <a -href="glossaries-user.html#dx1-62023" >236</a> <br /></span> +href="glossaries-user.html#dx1-65023" >244</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">description</span>  <a -href="glossaries-user.html#dx1-66003" >237</a>, <a -href="glossaries-user.html#dx1-66008" >238</a>, <a -href="glossaries-user.html#dx1-66029" >239</a>, <a -href="glossaries-user.html#dx1-74010" >240</a>, <a -href="glossaries-user.html#dx1-74014" >241</a> <br /></span> +href="glossaries-user.html#dx1-69003" >245</a>, <a +href="glossaries-user.html#dx1-69008" >246</a>, <a +href="glossaries-user.html#dx1-69029" >247</a>, <a +href="glossaries-user.html#dx1-77010" >248</a>, <a +href="glossaries-user.html#dx1-77014" >249</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">document</span>  <a -href="glossaries-user.html#dx1-35013" >242</a>, <a -href="glossaries-user.html#dx1-37004" >243</a>, <a -href="glossaries-user.html#dx1-38009" >244</a>, <a -href="glossaries-user.html#dx1-38012" >245</a>, <a -href="glossaries-user.html#dx1-38015" >246</a>, <a -href="glossaries-user.html#dx1-39002" >247</a>, <a -href="glossaries-user.html#dx1-63005" >248</a> <br /></span> +href="glossaries-user.html#dx1-38013" >250</a>, <a +href="glossaries-user.html#dx1-40004" >251</a>, <a +href="glossaries-user.html#dx1-41009" >252</a>, <a +href="glossaries-user.html#dx1-41012" >253</a>, <a +href="glossaries-user.html#dx1-41015" >254</a>, <a +href="glossaries-user.html#dx1-42002" >255</a>, <a +href="glossaries-user.html#dx1-66005" >256</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">equation</span>  <a -href="glossaries-user.html#dx1-5043" >249</a> <br /></span> +href="glossaries-user.html#dx1-5043" >257</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">frame</span>  <a -href="glossaries-user.html#dx1-62013" >250</a> <br /></span> +href="glossaries-user.html#dx1-65013" >258</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">itemize</span>  <a -href="glossaries-user.html#dx1-74073" >251</a> <br /></span> +href="glossaries-user.html#dx1-77073" >259</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">longtable</span>  <a -href="glossaries-user.html#dx1-67003" >252</a>, <a -href="glossaries-user.html#dx1-67008" >253</a>, <a -href="glossaries-user.html#dx1-68004" >254</a>, <a -href="glossaries-user.html#dx1-69007" >255</a>, <a -href="glossaries-user.html#dx1-74103" >256</a>, <a -href="glossaries-user.html#dx1-50068" >257</a> <br /></span> +href="glossaries-user.html#dx1-70003" >260</a>, <a +href="glossaries-user.html#dx1-70008" >261</a>, <a +href="glossaries-user.html#dx1-71004" >262</a>, <a +href="glossaries-user.html#dx1-72007" >263</a>, <a +href="glossaries-user.html#dx1-77103" >264</a>, <a +href="glossaries-user.html#dx1-53068" >265</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">multicols</span>  <a -href="glossaries-user.html#dx1-72003" >258</a>, <a -href="glossaries-user.html#dx1-72008" >259</a> <br /></span> +href="glossaries-user.html#dx1-75003" >266</a>, <a +href="glossaries-user.html#dx1-75008" >267</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">supertabular</span>  <a -href="glossaries-user.html#dx1-69003" >260</a>, <a -href="glossaries-user.html#dx1-69009" >261</a>, <a -href="glossaries-user.html#dx1-69014" >262</a>, <a -href="glossaries-user.html#dx1-70004" >263</a>, <a -href="glossaries-user.html#dx1-70011" >264</a> <br /></span> +href="glossaries-user.html#dx1-72003" >268</a>, <a +href="glossaries-user.html#dx1-72009" >269</a>, <a +href="glossaries-user.html#dx1-72014" >270</a>, <a +href="glossaries-user.html#dx1-73004" >271</a>, <a +href="glossaries-user.html#dx1-73011" >272</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">tabular</span>  <a -href="glossaries-user.html#dx1-62018" >265</a>, <a -href="glossaries-user.html#dx1-62020" >266</a> <br /></span> +href="glossaries-user.html#dx1-65018" >273</a>, <a +href="glossaries-user.html#dx1-65020" >274</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">theglossary</span>  <a -href="glossaries-user.html#dx1-74003" ><span -class="cmti-10">267</span></a>, <a -href="glossaries-user.html#dx1-74005" >268</a>, <a -href="glossaries-user.html#dx1-74012" >269</a>, <a -href="glossaries-user.html#dx1-74075" >270</a> <br /></span> +href="glossaries-user.html#dx1-77003" ><span +class="cmti-10">275</span></a>, <a +href="glossaries-user.html#dx1-77005" >276</a>, <a +href="glossaries-user.html#dx1-77012" >277</a>, <a +href="glossaries-user.html#dx1-77075" >278</a> <br /></span> <span class="index-item"><span class="cmtt-10">equation </span>(environment)  <a -href="glossaries-user.html#dx1-5042" >271</a> <br /></span> +href="glossaries-user.html#dx1-5042" >279</a> <br /></span> <span class="index-item"><span class="cmss-10">etex </span>package  <a -href="glossaries-user.html#dx1-16022" >272</a> <br /></span> +href="glossaries-user.html#dx1-17022" >280</a> <br /></span> <span class="index-item"><span class="cmss-10">etoolbox </span>package  <a -href="glossaries-user.html#dx1-19038" >273</a>, <a -href="glossaries-user.html#dx1-44018" >274</a> <br /></span> +href="glossaries-user.html#dx1-20041" >281</a>, <a +href="glossaries-user.html#dx1-47018" >282</a>, <a +href="glossaries-user.html#dx1-80025" >283</a>, <a +href="glossaries-user.html#dx1-80028" >284</a>, <a +href="glossaries-user.html#dx1-80030" >285</a> <br /></span> <span class="index-item">Extended Latin Alphabet  <a href="glossaries-user.html#dx1-3002" ><span -class="cmbx-10">275</span></a> <br /></span> +class="cmbx-10">286</span></a> <br /></span> <span class="index-item">extended Latin character  <a -href="glossaries-user.html#dx1-3004" >276</a>, <a +href="glossaries-user.html#dx1-3004" >287</a>, <a href="glossaries-user.html#dx1-3005" ><span -class="cmbx-10">277</span></a>, <a -href="glossaries-user.html#dx1-3029" >278</a>, <a -href="glossaries-user.html#dx1-3041" >279</a>, <a -href="glossaries-user.html#dx1-3048" >280</a>, <a -href="glossaries-user.html#dx1-5087" >281</a>, <a -href="glossaries-user.html#dx1-27006" >282</a> <br /></span> +class="cmbx-10">288</span></a>, <a +href="glossaries-user.html#dx1-3029" >289</a>, <a +href="glossaries-user.html#dx1-3044" >290</a>, <a +href="glossaries-user.html#dx1-3051" >291</a>, <a +href="glossaries-user.html#dx1-5087" >292</a>, <a +href="glossaries-user.html#dx1-28006" >293</a> <br /></span> </p><p class="theindex"> <span class="cmbx-10">F</span> <span class="index-item">file types<br /></span> <span class="index-subitem">    <span class="cmtt-10">.alg</span>  <a -href="glossaries-user.html#dx1-10052" >283</a> <br /></span> +href="glossaries-user.html#dx1-10058" >294</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">.aux</span>  <a -href="glossaries-user.html#dx1-11002" >284</a>, <a -href="glossaries-user.html#dx1-11017" >285</a>, <a -href="glossaries-user.html#dx1-52004" >286</a> <br /></span> +href="glossaries-user.html#dx1-11002" >295</a>, <a +href="glossaries-user.html#dx1-11017" >296</a>, <a +href="glossaries-user.html#dx1-55004" >297</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">.glg</span>  <a -href="glossaries-user.html#dx1-10051" >287</a>, <a -href="glossaries-user.html#dx1-12015" >288</a>, <a -href="glossaries-user.html#dx1-13012" >289</a> <br /></span> +href="glossaries-user.html#dx1-10057" >298</a>, <a +href="glossaries-user.html#dx1-13015" >299</a>, <a +href="glossaries-user.html#dx1-14012" >300</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">.glg2</span>  <a -href="glossaries-user.html#dx1-11" >290</a> <br /></span> +href="glossaries-user.html#dx1-11" >301</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">.glo</span>  <a -href="glossaries-user.html#dx1-11018" >291</a>, <a -href="glossaries-user.html#dx1-12017" >292</a>, <a -href="glossaries-user.html#dx1-13014" >293</a> <br /></span> +href="glossaries-user.html#dx1-11018" >302</a>, <a +href="glossaries-user.html#dx1-13017" >303</a>, <a +href="glossaries-user.html#dx1-14014" >304</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">.gls</span>  <a -href="glossaries-user.html#dx1-12016" >294</a>, <a -href="glossaries-user.html#dx1-13013" >295</a> <br /></span> +href="glossaries-user.html#dx1-13016" >305</a>, <a +href="glossaries-user.html#dx1-14013" >306</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">.glsdefs</span>  <a -href="glossaries-user.html#dx1-38013" >296</a> <br /></span> +href="glossaries-user.html#dx1-41013" >307</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">.ist</span>  <a -href="glossaries-user.html#dx1-13005" >297</a>, <a -href="glossaries-user.html#dx1-13007" >298</a>, <a -href="glossaries-user.html#dx1-14006" >299</a>, <a -href="glossaries-user.html#dx1-19056" >300</a>, <a -href="glossaries-user.html#dx1-26003" >301</a>, <a -href="glossaries-user.html#dx1-26012" >302</a> <br /></span> +href="glossaries-user.html#dx1-14005" >308</a>, <a +href="glossaries-user.html#dx1-14007" >309</a>, <a +href="glossaries-user.html#dx1-15006" >310</a>, <a +href="glossaries-user.html#dx1-20059" >311</a>, <a +href="glossaries-user.html#dx1-27003" >312</a>, <a +href="glossaries-user.html#dx1-27012" >313</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">.tex</span>  <a -href="glossaries-user.html#dx1-12009" >303</a>, <a -href="glossaries-user.html#dx1-13004" >304</a> <br /></span> +href="glossaries-user.html#dx1-13009" >314</a>, <a +href="glossaries-user.html#dx1-14004" >315</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">.xdy</span>  <a -href="glossaries-user.html#dx1-12011" >305</a>, <a -href="glossaries-user.html#dx1-12012" >306</a>, <a -href="glossaries-user.html#dx1-14008" >307</a>, <a -href="glossaries-user.html#dx1-19065" >308</a>, <a -href="glossaries-user.html#dx1-26005" >309</a>, <a -href="glossaries-user.html#dx1-26009" >310</a>, <a -href="glossaries-user.html#dx1-26014" >311</a>, <a -href="glossaries-user.html#dx1-51005" >312</a> <br /></span> +href="glossaries-user.html#dx1-13011" >316</a>, <a +href="glossaries-user.html#dx1-13012" >317</a>, <a +href="glossaries-user.html#dx1-15008" >318</a>, <a +href="glossaries-user.html#dx1-20068" >319</a>, <a +href="glossaries-user.html#dx1-27005" >320</a>, <a +href="glossaries-user.html#dx1-27009" >321</a>, <a +href="glossaries-user.html#dx1-27014" >322</a>, <a +href="glossaries-user.html#dx1-54005" >323</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">glo2</span>  <a -href="glossaries-user.html#dx1-10" >313</a> <br /></span> +href="glossaries-user.html#dx1-10" >324</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">gls2</span>  <a -href="glossaries-user.html#dx1-9" >314</a> <br /></span> +href="glossaries-user.html#dx1-9" >325</a> <br /></span> <span class="index-item">first use  <a -href="glossaries-user.html#dx1-3009" >315</a> <br /></span> +href="glossaries-user.html#dx1-3009" >326</a> <br /></span> <span class="index-subitem">    flag  <a -href="glossaries-user.html#dx1-3017" >316</a> <br /></span> +href="glossaries-user.html#dx1-3017" >327</a> <br /></span> <span class="index-subitem">    text  <a -href="glossaries-user.html#dx1-3018" >317</a> <br /></span> +href="glossaries-user.html#dx1-3018" >328</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\firstacronymfont</span></span></span>  <a -href="glossaries-user.html#dx1-44051" >318</a>, <a -href="glossaries-user.html#dx1-58001" ><span -class="cmti-10">319</span></a>, <a -href="glossaries-user.html#dx1-58003" >320</a>, <a -href="glossaries-user.html#dx1-58004" >321</a>, <a -href="glossaries-user.html#dx1-58006" >322</a>, <a -href="glossaries-user.html#dx1-58023" >323</a>, <a -href="glossaries-user.html#dx1-58029" >324</a> <br /></span> +href="glossaries-user.html#dx1-47059" >329</a>, <a +href="glossaries-user.html#dx1-61001" ><span +class="cmti-10">330</span></a>, <a +href="glossaries-user.html#dx1-61003" >331</a>, <a +href="glossaries-user.html#dx1-61004" >332</a>, <a +href="glossaries-user.html#dx1-61006" >333</a>, <a +href="glossaries-user.html#dx1-61024" >334</a>, <a +href="glossaries-user.html#dx1-61032" >335</a> <br /></span> <span class="index-item"><span class="cmss-10">flowfram </span>package  <a -href="glossaries-user.html#dx1-69011" >325</a> <br /></span> +href="glossaries-user.html#dx1-72011" >336</a> <br /></span> <span class="index-item"><span class="cmss-10">fmtcount </span>package  <a -href="glossaries-user.html#dx1-53035" >326</a> <br /></span> +href="glossaries-user.html#dx1-56035" >337</a> <br /></span> + + <span class="index-item"><span class="cmss-10">fontspec </span>package  <a -href="glossaries-user.html#dx1-27125" >327</a> <br /></span> +href="glossaries-user.html#dx1-28126" >338</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\footnote</span></span></span>  <a -href="glossaries-user.html#dx1-58061" >328</a> <br /></span> +href="glossaries-user.html#dx1-61066" >339</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\forallacronyms</span></span></span>  <a -href="glossaries-user.html#dx1-75002" ><span -class="cmti-10">329</span></a> <br /></span> +href="glossaries-user.html#dx1-79002" ><span +class="cmti-10">340</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\forallglossaries</span></span></span>  <a -href="glossaries-user.html#dx1-75001" ><span -class="cmti-10">330</span></a> <br /></span> - - +href="glossaries-user.html#dx1-79001" ><span +class="cmti-10">341</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\forallglsentries</span></span></span>  <a -href="glossaries-user.html#dx1-75007" ><span -class="cmti-10">331</span></a> <br /></span> +href="glossaries-user.html#dx1-79007" ><span +class="cmti-10">342</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\forglsentries</span></span></span>  <a -href="glossaries-user.html#dx1-75005" ><span -class="cmti-10">332</span></a> <br /></span> +href="glossaries-user.html#dx1-79005" ><span +class="cmti-10">343</span></a> <br /></span> <span class="index-item"><span class="cmtt-10">frame </span>(environment)  <a -href="glossaries-user.html#dx1-62012" >333</a> <br /></span> +href="glossaries-user.html#dx1-65012" >344</a> <br /></span> </p><p class="theindex"> <span class="cmbx-10">G</span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Genacrfullformat</span></span></span>  <a -href="glossaries-user.html#dx1-44052" ><span -class="cmti-10">334</span></a> <br /></span> +href="glossaries-user.html#dx1-47060" ><span +class="cmti-10">345</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\genacrfullformat</span></span></span>  <a -href="glossaries-user.html#dx1-44046" ><span -class="cmti-10">335</span></a>, <a -href="glossaries-user.html#dx1-44057" >336</a>, <a -href="glossaries-user.html#dx1-57008" >337</a>, <a -href="glossaries-user.html#dx1-59015" >338</a>, <a -href="glossaries-user.html#dx1-59019" >339</a>, <a -href="glossaries-user.html#dx1-59048" >340</a> <br /></span> +href="glossaries-user.html#dx1-47054" ><span +class="cmti-10">346</span></a>, <a +href="glossaries-user.html#dx1-47065" >347</a>, <a +href="glossaries-user.html#dx1-60008" >348</a>, <a +href="glossaries-user.html#dx1-62015" >349</a>, <a +href="glossaries-user.html#dx1-62019" >350</a>, <a +href="glossaries-user.html#dx1-62048" >351</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GenericAcronymFields</span></span></span>  <a -href="glossaries-user.html#dx1-59022" ><span -class="cmti-10">341</span></a>, <a -href="glossaries-user.html#dx1-59063" >342</a>, <a -href="glossaries-user.html#dx1-59067" >343</a> <br /></span> +href="glossaries-user.html#dx1-62022" ><span +class="cmti-10">352</span></a>, <a +href="glossaries-user.html#dx1-62063" >353</a>, <a +href="glossaries-user.html#dx1-62067" >354</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Genplacrfullformat</span></span></span>  <a -href="glossaries-user.html#dx1-44053" ><span -class="cmti-10">344</span></a> <br /></span> +href="glossaries-user.html#dx1-47061" ><span +class="cmti-10">355</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\genplacrfullformat</span></span></span>  <a -href="glossaries-user.html#dx1-44048" ><span -class="cmti-10">345</span></a>, <a -href="glossaries-user.html#dx1-44058" >346</a> <br /></span> +href="glossaries-user.html#dx1-47056" ><span +class="cmti-10">356</span></a>, <a +href="glossaries-user.html#dx1-47066" >357</a> <br /></span> <span class="index-item"><span class="cmss-10">glossaries </span>package  <a -href="glossaries-user.html#dx1-6001" >347</a>, <a -href="glossaries-user.html#dx1-8008" >348</a>, <a -href="glossaries-user.html#dx1-35010" >349</a>, <a -href="glossaries-user.html#dx1-41019" >350</a>, <a -href="glossaries-user.html#dx1-41033" >351</a> <br /></span> +href="glossaries-user.html#dx1-6001" >358</a>, <a +href="glossaries-user.html#dx1-8008" >359</a>, <a +href="glossaries-user.html#dx1-38010" >360</a>, <a +href="glossaries-user.html#dx1-44019" >361</a>, <a +href="glossaries-user.html#dx1-44033" >362</a> <br /></span> <span class="index-item"><span class="cmss-10">glossaries-accsupp </span>package  <a -href="glossaries-user.html#dx1-5103" >352</a>, <a -href="glossaries-user.html#dx1-27099" >353</a>, <a -href="glossaries-user.html#dx1-27120" >354</a>, <a -href="glossaries-user.html#dx1-77001" >355</a>, <a -href="glossaries-user.html#dx1-77033" >356</a> <br /></span> +href="glossaries-user.html#dx1-5107" >363</a>, <a +href="glossaries-user.html#dx1-28100" >364</a>, <a +href="glossaries-user.html#dx1-28121" >365</a>, <a +href="glossaries-user.html#dx1-83001" >366</a>, <a +href="glossaries-user.html#dx1-83033" >367</a> <br /></span> <span class="index-item"><span class="cmss-10">glossaries-babel </span>package  <a -href="glossaries-user.html#dx1-16038" >357</a>, <a -href="glossaries-user.html#dx1-16049" >358</a> <br /></span> +href="glossaries-user.html#dx1-17038" >368</a>, <a +href="glossaries-user.html#dx1-17049" >369</a> <br /></span> <span class="index-item"><span class="cmss-10">glossaries-polyglossia </span>package  <a -href="glossaries-user.html#dx1-16040" >359</a> <br /></span> +href="glossaries-user.html#dx1-17040" >370</a> <br /></span> <span class="index-item"><span class="cmss-10">glossaries-prefix </span>package  <a -href="glossaries-user.html#dx1-5101" >360</a>, <a -href="glossaries-user.html#dx1-27098" >361</a>, <a -href="glossaries-user.html#dx1-27119" >362</a>, <a -href="glossaries-user.html#dx1-76001" >363</a>, <a -href="glossaries-user.html#dx1-76017" >364</a> <br /></span> +href="glossaries-user.html#dx1-5105" >371</a>, <a +href="glossaries-user.html#dx1-28099" >372</a>, <a +href="glossaries-user.html#dx1-28120" >373</a>, <a +href="glossaries-user.html#dx1-82001" >374</a>, <a +href="glossaries-user.html#dx1-82017" >375</a> <br /></span> <span class="index-item">glossary counters:<br /></span> <span class="index-subitem">    <span class="cmtt-10">glossaryentry</span>  <a -href="glossaries-user.html#dx1-18004" ><span -class="cmti-10">365</span></a> <br /></span> +href="glossaries-user.html#dx1-19004" ><span +class="cmti-10">376</span></a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">glossarysubentry</span>  <a -href="glossaries-user.html#dx1-18021" ><span -class="cmti-10">366</span></a> <br /></span> +href="glossaries-user.html#dx1-19021" ><span +class="cmti-10">377</span></a> <br /></span> <span class="index-item"><span class="cmss-10">glossary </span>package  <a -href="glossaries-user.html#dx1-2" >367</a>, <a -href="glossaries-user.html#dx1-4005" >368</a>, <a -href="glossaries-user.html#dx1-61001" >369</a>, <a -href="glossaries-user.html#dx1-61002" >370</a>, <a -href="glossaries-user.html#dx1-61005" >371</a> <br /></span> +href="glossaries-user.html#dx1-2" >378</a>, <a +href="glossaries-user.html#dx1-4005" >379</a>, <a +href="glossaries-user.html#dx1-64001" >380</a>, <a +href="glossaries-user.html#dx1-64002" >381</a>, <a +href="glossaries-user.html#dx1-64005" >382</a> <br /></span> <span class="index-item">glossary styles:<br /></span> <span class="index-subitem">    <span class="cmtt-10">altlist</span>  <a -href="glossaries-user.html#dx1-58042" >372</a>, <a -href="glossaries-user.html#dx1-58075" >373</a>, <a -href="glossaries-user.html#dx1-59068" >374</a>, <a -href="glossaries-user.html#dx1-66019" >375</a>, <a -href="glossaries-user.html#dx1-66024" >376</a> <br /></span> +href="glossaries-user.html#dx1-61047" >383</a>, <a +href="glossaries-user.html#dx1-61080" >384</a>, <a +href="glossaries-user.html#dx1-62068" >385</a>, <a +href="glossaries-user.html#dx1-69019" >386</a>, <a +href="glossaries-user.html#dx1-69024" >387</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">altlistgroup</span>  <a -href="glossaries-user.html#dx1-66023" >377</a>, <a -href="glossaries-user.html#dx1-66026" >378</a> <br /></span> +href="glossaries-user.html#dx1-69023" >388</a>, <a +href="glossaries-user.html#dx1-69026" >389</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">altlisthypergroup</span>  <a -href="glossaries-user.html#dx1-66025" >379</a> <br /></span> +href="glossaries-user.html#dx1-69025" >390</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">altlong4col</span>  <a -href="glossaries-user.html#dx1-65018" >380</a>, <a -href="glossaries-user.html#dx1-67031" >381</a>, <a -href="glossaries-user.html#dx1-67038" >382</a> <br /></span> +href="glossaries-user.html#dx1-68021" >391</a>, <a +href="glossaries-user.html#dx1-70031" >392</a>, <a +href="glossaries-user.html#dx1-70038" >393</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">altlong4colborder</span>  <a -href="glossaries-user.html#dx1-67042" >383</a> <br /></span> +href="glossaries-user.html#dx1-70042" >394</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">altlong4colheader</span>  <a -href="glossaries-user.html#dx1-67044" >384</a> <br /></span> +href="glossaries-user.html#dx1-70044" >395</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">altlong4colheaderborder</span>  <a -href="glossaries-user.html#dx1-67046" >385</a> <br /></span> +href="glossaries-user.html#dx1-70046" >396</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">altlongragged4col</span>  <a -href="glossaries-user.html#dx1-68029" >386</a>, <a -href="glossaries-user.html#dx1-68034" >387</a>, <a -href="glossaries-user.html#dx1-68036" >388</a> <br /></span> +href="glossaries-user.html#dx1-71029" >397</a>, <a +href="glossaries-user.html#dx1-71034" >398</a>, <a +href="glossaries-user.html#dx1-71036" >399</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">altlongragged4colborder</span>  <a -href="glossaries-user.html#dx1-68033" >389</a> <br /></span> +href="glossaries-user.html#dx1-71033" >400</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">altlongragged4colheader</span>  <a -href="glossaries-user.html#dx1-68035" >390</a>, <a -href="glossaries-user.html#dx1-68038" >391</a> <br /></span> +href="glossaries-user.html#dx1-71035" >401</a>, <a +href="glossaries-user.html#dx1-71038" >402</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">altlongragged4colheaderborder</span>  <a -href="glossaries-user.html#dx1-68037" >392</a> <br /></span> +href="glossaries-user.html#dx1-71037" >403</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">altsuper4col</span>  <a -href="glossaries-user.html#dx1-65019" >393</a>, <a -href="glossaries-user.html#dx1-69037" >394</a>, <a -href="glossaries-user.html#dx1-69044" >395</a> <br /></span> +href="glossaries-user.html#dx1-68022" >404</a>, <a +href="glossaries-user.html#dx1-72037" >405</a>, <a +href="glossaries-user.html#dx1-72044" >406</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">altsuper4colborder</span>  <a -href="glossaries-user.html#dx1-69048" >396</a> <br /></span> +href="glossaries-user.html#dx1-72048" >407</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">altsuper4colheader</span>  <a -href="glossaries-user.html#dx1-69050" >397</a> <br /></span> +href="glossaries-user.html#dx1-72050" >408</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">altsuper4colheaderborder</span>  <a -href="glossaries-user.html#dx1-69052" >398</a> <br /></span> +href="glossaries-user.html#dx1-72052" >409</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">altsuperragged4col</span>  <a -href="glossaries-user.html#dx1-70032" >399</a>, <a -href="glossaries-user.html#dx1-70035" >400</a>, <a -href="glossaries-user.html#dx1-70037" >401</a> <br /></span> +href="glossaries-user.html#dx1-73032" >410</a>, <a +href="glossaries-user.html#dx1-73035" >411</a>, <a +href="glossaries-user.html#dx1-73037" >412</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">altsuperragged4colborder</span>  <a -href="glossaries-user.html#dx1-70034" >402</a> <br /></span> +href="glossaries-user.html#dx1-73034" >413</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">altsuperragged4colheader</span>  <a -href="glossaries-user.html#dx1-70036" >403</a>, <a -href="glossaries-user.html#dx1-70039" >404</a> <br /></span> +href="glossaries-user.html#dx1-73036" >414</a>, <a +href="glossaries-user.html#dx1-73039" >415</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">altsuperragged4colheaderborder</span>  <a -href="glossaries-user.html#dx1-70038" >405</a> <br /></span> +href="glossaries-user.html#dx1-73038" >416</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">alttree</span>  <a -href="glossaries-user.html#dx1-71018" >406</a>, <a -href="glossaries-user.html#dx1-71031" >407</a>, <a -href="glossaries-user.html#dx1-71035" >408</a>, <a -href="glossaries-user.html#dx1-72033" >409</a> <br /></span> +href="glossaries-user.html#dx1-74018" >417</a>, <a +href="glossaries-user.html#dx1-74031" >418</a>, <a +href="glossaries-user.html#dx1-74035" >419</a>, <a +href="glossaries-user.html#dx1-75033" >420</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">alttreegroup</span>  <a -href="glossaries-user.html#dx1-71034" >410</a>, <a -href="glossaries-user.html#dx1-71037" >411</a>, <a -href="glossaries-user.html#dx1-72035" >412</a> <br /></span> +href="glossaries-user.html#dx1-74034" >421</a>, <a +href="glossaries-user.html#dx1-74037" >422</a>, <a +href="glossaries-user.html#dx1-75035" >423</a> <br /></span> + + <span class="index-subitem">    <span class="cmtt-10">alttreehypergroup</span>  <a -href="glossaries-user.html#dx1-71036" >413</a>, <a -href="glossaries-user.html#dx1-72037" >414</a> <br /></span> +href="glossaries-user.html#dx1-74036" >424</a>, <a +href="glossaries-user.html#dx1-75037" >425</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">index</span>  <a -href="glossaries-user.html#dx1-71006" >415</a>, <a -href="glossaries-user.html#dx1-71009" >416</a>, <a -href="glossaries-user.html#dx1-71014" >417</a>, <a -href="glossaries-user.html#dx1-72006" >418</a>, <a -href="glossaries-user.html#dx1-72015" >419</a> <br /></span> +href="glossaries-user.html#dx1-74006" >426</a>, <a +href="glossaries-user.html#dx1-74009" >427</a>, <a +href="glossaries-user.html#dx1-74014" >428</a>, <a +href="glossaries-user.html#dx1-75006" >429</a>, <a +href="glossaries-user.html#dx1-75015" >430</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">indexgroup</span>  <a -href="glossaries-user.html#dx1-71008" >420</a>, <a -href="glossaries-user.html#dx1-71011" >421</a>, <a -href="glossaries-user.html#dx1-72017" >422</a> <br /></span> +href="glossaries-user.html#dx1-74008" >431</a>, <a +href="glossaries-user.html#dx1-74011" >432</a>, <a +href="glossaries-user.html#dx1-75017" >433</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">indexhypergroup</span>  <a -href="glossaries-user.html#dx1-71010" >423</a>, <a -href="glossaries-user.html#dx1-72019" >424</a> <br /></span> - - +href="glossaries-user.html#dx1-74010" >434</a>, <a +href="glossaries-user.html#dx1-75019" >435</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">inline</span>  <a -href="glossaries-user.html#dx1-5061" >425</a>, <a -href="glossaries-user.html#dx1-73002" >426</a>, <a -href="glossaries-user.html#dx1-73007" >427</a> <br /></span> +href="glossaries-user.html#dx1-5061" >436</a>, <a +href="glossaries-user.html#dx1-76002" >437</a>, <a +href="glossaries-user.html#dx1-76007" >438</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">list</span>  <a -href="glossaries-user.html#dx1-18041" >428</a>, <a -href="glossaries-user.html#dx1-66006" >429</a>, <a -href="glossaries-user.html#dx1-66013" >430</a>, <a -href="glossaries-user.html#dx1-66020" >431</a>, <a -href="glossaries-user.html#dx1-66021" >432</a>, <a -href="glossaries-user.html#dx1-66022" >433</a>, <a -href="glossaries-user.html#dx1-74008" >434</a>, <a -href="glossaries-user.html#dx1-74017" >435</a>, <a -href="glossaries-user.html#dx1-74034" >436</a>, <a -href="glossaries-user.html#dx1-74050" >437</a>, <a -href="glossaries-user.html#dx1-74092" >438</a>, <a -href="glossaries-user.html#dx1-74094" >439</a>, <a -href="glossaries-user.html#dx1-76064" >440</a> <br /></span> +href="glossaries-user.html#dx1-19041" >439</a>, <a +href="glossaries-user.html#dx1-69006" >440</a>, <a +href="glossaries-user.html#dx1-69013" >441</a>, <a +href="glossaries-user.html#dx1-69020" >442</a>, <a +href="glossaries-user.html#dx1-69021" >443</a>, <a +href="glossaries-user.html#dx1-69022" >444</a>, <a +href="glossaries-user.html#dx1-77008" >445</a>, <a +href="glossaries-user.html#dx1-77017" >446</a>, <a +href="glossaries-user.html#dx1-77034" >447</a>, <a +href="glossaries-user.html#dx1-77050" >448</a>, <a +href="glossaries-user.html#dx1-77092" >449</a>, <a +href="glossaries-user.html#dx1-77094" >450</a>, <a +href="glossaries-user.html#dx1-82064" >451</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">listdotted</span>  <a -href="glossaries-user.html#dx1-65030" >441</a>, <a -href="glossaries-user.html#dx1-66033" >442</a>, <a -href="glossaries-user.html#dx1-66034" >443</a> <br /></span> +href="glossaries-user.html#dx1-68033" >452</a>, <a +href="glossaries-user.html#dx1-69033" >453</a>, <a +href="glossaries-user.html#dx1-69034" >454</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">listgroup</span>  <a -href="glossaries-user.html#dx1-66012" >444</a>, <a -href="glossaries-user.html#dx1-66015" >445</a> <br /></span> +href="glossaries-user.html#dx1-20020" >455</a>, <a +href="glossaries-user.html#dx1-68004" >456</a>, <a +href="glossaries-user.html#dx1-69012" >457</a>, <a +href="glossaries-user.html#dx1-69015" >458</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">listhypergroup</span>  <a -href="glossaries-user.html#dx1-66014" >446</a>, <a -href="glossaries-user.html#dx1-66027" >447</a>, <a -href="glossaries-user.html#dx1-71012" >448</a>, <a -href="glossaries-user.html#dx1-71023" >449</a>, <a -href="glossaries-user.html#dx1-71030" >450</a>, <a -href="glossaries-user.html#dx1-71038" >451</a>, <a -href="glossaries-user.html#dx1-74031" >452</a> <br /></span> +href="glossaries-user.html#dx1-69014" >459</a>, <a +href="glossaries-user.html#dx1-69027" >460</a>, <a +href="glossaries-user.html#dx1-74012" >461</a>, <a +href="glossaries-user.html#dx1-74023" >462</a>, <a +href="glossaries-user.html#dx1-74030" >463</a>, <a +href="glossaries-user.html#dx1-74038" >464</a>, <a +href="glossaries-user.html#dx1-77031" >465</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">long</span>  <a -href="glossaries-user.html#dx1-65026" >453</a>, <a -href="glossaries-user.html#dx1-67006" >454</a>, <a -href="glossaries-user.html#dx1-67013" >455</a>, <a -href="glossaries-user.html#dx1-67015" >456</a>, <a -href="glossaries-user.html#dx1-67019" >457</a> <br /></span> +href="glossaries-user.html#dx1-68029" >466</a>, <a +href="glossaries-user.html#dx1-70006" >467</a>, <a +href="glossaries-user.html#dx1-70013" >468</a>, <a +href="glossaries-user.html#dx1-70015" >469</a>, <a +href="glossaries-user.html#dx1-70019" >470</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">long3col</span>  <a -href="glossaries-user.html#dx1-65005" >458</a>, <a -href="glossaries-user.html#dx1-67018" >459</a>, <a -href="glossaries-user.html#dx1-67024" >460</a>, <a -href="glossaries-user.html#dx1-67026" >461</a>, <a -href="glossaries-user.html#dx1-67030" >462</a> <br /></span> +href="glossaries-user.html#dx1-68008" >471</a>, <a +href="glossaries-user.html#dx1-70018" >472</a>, <a +href="glossaries-user.html#dx1-70024" >473</a>, <a +href="glossaries-user.html#dx1-70026" >474</a>, <a +href="glossaries-user.html#dx1-70030" >475</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">long3colborder</span>  <a -href="glossaries-user.html#dx1-65007" >463</a>, <a -href="glossaries-user.html#dx1-67023" >464</a> <br /></span> +href="glossaries-user.html#dx1-68010" >476</a>, <a +href="glossaries-user.html#dx1-70023" >477</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">long3colheader</span>  <a -href="glossaries-user.html#dx1-65006" >465</a>, <a -href="glossaries-user.html#dx1-67025" >466</a>, <a -href="glossaries-user.html#dx1-67028" >467</a> <br /></span> +href="glossaries-user.html#dx1-68009" >478</a>, <a +href="glossaries-user.html#dx1-70025" >479</a>, <a +href="glossaries-user.html#dx1-70028" >480</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">long3colheaderborder</span>  <a -href="glossaries-user.html#dx1-65008" >468</a>, <a -href="glossaries-user.html#dx1-67027" >469</a> <br /></span> +href="glossaries-user.html#dx1-68011" >481</a>, <a +href="glossaries-user.html#dx1-70027" >482</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">long4col</span>  <a -href="glossaries-user.html#dx1-65016" >470</a>, <a -href="glossaries-user.html#dx1-67029" >471</a>, <a -href="glossaries-user.html#dx1-67033" >472</a>, <a -href="glossaries-user.html#dx1-67035" >473</a>, <a -href="glossaries-user.html#dx1-67039" >474</a> <br /></span> +href="glossaries-user.html#dx1-68019" >483</a>, <a +href="glossaries-user.html#dx1-70029" >484</a>, <a +href="glossaries-user.html#dx1-70033" >485</a>, <a +href="glossaries-user.html#dx1-70035" >486</a>, <a +href="glossaries-user.html#dx1-70039" >487</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">long4colborder</span>  <a -href="glossaries-user.html#dx1-67032" >475</a>, <a -href="glossaries-user.html#dx1-67043" >476</a> <br /></span> +href="glossaries-user.html#dx1-70032" >488</a>, <a +href="glossaries-user.html#dx1-70043" >489</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">long4colheader</span>  <a -href="glossaries-user.html#dx1-67034" >477</a>, <a -href="glossaries-user.html#dx1-67037" >478</a>, <a -href="glossaries-user.html#dx1-67045" >479</a> <br /></span> +href="glossaries-user.html#dx1-70034" >490</a>, <a +href="glossaries-user.html#dx1-70037" >491</a>, <a +href="glossaries-user.html#dx1-70045" >492</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">long4colheaderborder</span>  <a -href="glossaries-user.html#dx1-67036" >480</a>, <a -href="glossaries-user.html#dx1-67047" >481</a> <br /></span> +href="glossaries-user.html#dx1-70036" >493</a>, <a +href="glossaries-user.html#dx1-70047" >494</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">longborder</span>  <a -href="glossaries-user.html#dx1-67012" >482</a> <br /></span> +href="glossaries-user.html#dx1-70012" >495</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">longheader</span>  <a -href="glossaries-user.html#dx1-67014" >483</a>, <a -href="glossaries-user.html#dx1-67017" >484</a>, <a -href="glossaries-user.html#dx1-74019" >485</a> <br /></span> +href="glossaries-user.html#dx1-70014" >496</a>, <a +href="glossaries-user.html#dx1-70017" >497</a>, <a +href="glossaries-user.html#dx1-77019" >498</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">longheaderborder</span>  <a -href="glossaries-user.html#dx1-67016" >486</a>, <a -href="glossaries-user.html#dx1-50066" >487</a> <br /></span> +href="glossaries-user.html#dx1-70016" >499</a>, <a +href="glossaries-user.html#dx1-53066" >500</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">longragged</span>  <a -href="glossaries-user.html#dx1-68009" >488</a>, <a -href="glossaries-user.html#dx1-68013" >489</a>, <a -href="glossaries-user.html#dx1-68015" >490</a>, <a -href="glossaries-user.html#dx1-68019" >491</a> <br /></span> +href="glossaries-user.html#dx1-71009" >501</a>, <a +href="glossaries-user.html#dx1-71013" >502</a>, <a +href="glossaries-user.html#dx1-71015" >503</a>, <a +href="glossaries-user.html#dx1-71019" >504</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">longragged3col</span>  <a -href="glossaries-user.html#dx1-68018" >492</a>, <a -href="glossaries-user.html#dx1-68024" >493</a>, <a -href="glossaries-user.html#dx1-68026" >494</a>, <a -href="glossaries-user.html#dx1-68030" >495</a> <br /></span> +href="glossaries-user.html#dx1-71018" >505</a>, <a +href="glossaries-user.html#dx1-71024" >506</a>, <a +href="glossaries-user.html#dx1-71026" >507</a>, <a +href="glossaries-user.html#dx1-71030" >508</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">longragged3colborder</span>  <a -href="glossaries-user.html#dx1-68023" >496</a> <br /></span> +href="glossaries-user.html#dx1-71023" >509</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">longragged3colheader</span>  <a -href="glossaries-user.html#dx1-68025" >497</a>, <a -href="glossaries-user.html#dx1-68028" >498</a> <br /></span> +href="glossaries-user.html#dx1-71025" >510</a>, <a +href="glossaries-user.html#dx1-71028" >511</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">longragged3colheaderborder</span>  <a -href="glossaries-user.html#dx1-68027" >499</a> <br /></span> +href="glossaries-user.html#dx1-71027" >512</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">longraggedborder</span>  <a -href="glossaries-user.html#dx1-68012" >500</a> <br /></span> +href="glossaries-user.html#dx1-71012" >513</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">longraggedheader</span>  <a -href="glossaries-user.html#dx1-68014" >501</a>, <a -href="glossaries-user.html#dx1-68017" >502</a> <br /></span> +href="glossaries-user.html#dx1-71014" >514</a>, <a +href="glossaries-user.html#dx1-71017" >515</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">longraggedheaderborder</span>  <a -href="glossaries-user.html#dx1-68016" >503</a> <br /></span> +href="glossaries-user.html#dx1-71016" >516</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">mcolalttree</span>  <a -href="glossaries-user.html#dx1-72032" >504</a> <br /></span> +href="glossaries-user.html#dx1-75032" >517</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">mcolalttreegroup</span>  <a -href="glossaries-user.html#dx1-72034" >505</a> <br /></span> +href="glossaries-user.html#dx1-75034" >518</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">mcolalttreehypergroup</span>  <a -href="glossaries-user.html#dx1-72036" >506</a> <br /></span> +href="glossaries-user.html#dx1-75036" >519</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">mcolindex</span>  <a -href="glossaries-user.html#dx1-72005" >507</a>, <a -href="glossaries-user.html#dx1-72014" >508</a> <br /></span> +href="glossaries-user.html#dx1-75005" >520</a>, <a +href="glossaries-user.html#dx1-75014" >521</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">mcolindexgroup</span>  <a -href="glossaries-user.html#dx1-72016" >509</a> <br /></span> +href="glossaries-user.html#dx1-75016" >522</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">mcolindexhypergroup</span>  <a -href="glossaries-user.html#dx1-72018" >510</a> <br /></span> +href="glossaries-user.html#dx1-75018" >523</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">mcoltree</span>  <a -href="glossaries-user.html#dx1-72020" >511</a> <br /></span> +href="glossaries-user.html#dx1-75020" >524</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">mcoltreegroup</span>  <a -href="glossaries-user.html#dx1-72022" >512</a> <br /></span> +href="glossaries-user.html#dx1-75022" >525</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">mcoltreehypergroup</span>  <a -href="glossaries-user.html#dx1-72024" >513</a> <br /></span> +href="glossaries-user.html#dx1-75024" >526</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">mcoltreenoname</span>  <a -href="glossaries-user.html#dx1-72026" >514</a> <br /></span> +href="glossaries-user.html#dx1-75026" >527</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">mcoltreenonamegroup</span>  <a -href="glossaries-user.html#dx1-72028" >515</a> <br /></span> +href="glossaries-user.html#dx1-75028" >528</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">mcoltreenonamehypergroup</span>  <a -href="glossaries-user.html#dx1-72030" >516</a> <br /></span> +href="glossaries-user.html#dx1-75030" >529</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">super</span>  <a -href="glossaries-user.html#dx1-69012" >517</a>, <a -href="glossaries-user.html#dx1-69019" >518</a>, <a -href="glossaries-user.html#dx1-69021" >519</a>, <a -href="glossaries-user.html#dx1-69025" >520</a> <br /></span> +href="glossaries-user.html#dx1-72012" >530</a>, <a +href="glossaries-user.html#dx1-72019" >531</a>, <a +href="glossaries-user.html#dx1-72021" >532</a>, <a +href="glossaries-user.html#dx1-72025" >533</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">super3col</span>  <a -href="glossaries-user.html#dx1-69024" >521</a>, <a -href="glossaries-user.html#dx1-69030" >522</a>, <a -href="glossaries-user.html#dx1-69032" >523</a>, <a -href="glossaries-user.html#dx1-69036" >524</a> <br /></span> +href="glossaries-user.html#dx1-72024" >534</a>, <a +href="glossaries-user.html#dx1-72030" >535</a>, <a +href="glossaries-user.html#dx1-72032" >536</a>, <a +href="glossaries-user.html#dx1-72036" >537</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">super3colborder</span>  <a -href="glossaries-user.html#dx1-69029" >525</a> <br /></span> +href="glossaries-user.html#dx1-72029" >538</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">super3colheader</span>  <a -href="glossaries-user.html#dx1-69031" >526</a>, <a -href="glossaries-user.html#dx1-69034" >527</a> <br /></span> +href="glossaries-user.html#dx1-72031" >539</a>, <a +href="glossaries-user.html#dx1-72034" >540</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">super3colheaderborder</span>  <a -href="glossaries-user.html#dx1-69033" >528</a> <br /></span> +href="glossaries-user.html#dx1-72033" >541</a> <br /></span> + + <span class="index-subitem">    <span class="cmtt-10">super4col</span>  <a -href="glossaries-user.html#dx1-65017" >529</a>, <a -href="glossaries-user.html#dx1-69035" >530</a>, <a -href="glossaries-user.html#dx1-69039" >531</a>, <a -href="glossaries-user.html#dx1-69041" >532</a>, <a -href="glossaries-user.html#dx1-69045" >533</a> <br /></span> +href="glossaries-user.html#dx1-68020" >542</a>, <a +href="glossaries-user.html#dx1-72035" >543</a>, <a +href="glossaries-user.html#dx1-72039" >544</a>, <a +href="glossaries-user.html#dx1-72041" >545</a>, <a +href="glossaries-user.html#dx1-72045" >546</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">super4colborder</span>  <a -href="glossaries-user.html#dx1-69038" >534</a>, <a -href="glossaries-user.html#dx1-69049" >535</a> <br /></span> +href="glossaries-user.html#dx1-72038" >547</a>, <a +href="glossaries-user.html#dx1-72049" >548</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">super4colheader</span>  <a -href="glossaries-user.html#dx1-69040" >536</a>, <a -href="glossaries-user.html#dx1-69043" >537</a>, <a -href="glossaries-user.html#dx1-69051" >538</a> <br /></span> +href="glossaries-user.html#dx1-72040" >549</a>, <a +href="glossaries-user.html#dx1-72043" >550</a>, <a +href="glossaries-user.html#dx1-72051" >551</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">super4colheaderborder</span>  <a -href="glossaries-user.html#dx1-69042" >539</a>, <a -href="glossaries-user.html#dx1-69053" >540</a> <br /></span> - - +href="glossaries-user.html#dx1-72042" >552</a>, <a +href="glossaries-user.html#dx1-72053" >553</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">superborder</span>  <a -href="glossaries-user.html#dx1-69018" >541</a> <br /></span> +href="glossaries-user.html#dx1-72018" >554</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">superheader</span>  <a -href="glossaries-user.html#dx1-69020" >542</a>, <a -href="glossaries-user.html#dx1-69023" >543</a> <br /></span> +href="glossaries-user.html#dx1-72020" >555</a>, <a +href="glossaries-user.html#dx1-72023" >556</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">superheaderborder</span>  <a -href="glossaries-user.html#dx1-50064" >544</a>, <a -href="glossaries-user.html#dx1-69022" >545</a> <br /></span> +href="glossaries-user.html#dx1-53064" >557</a>, <a +href="glossaries-user.html#dx1-72022" >558</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">superragged</span>  <a -href="glossaries-user.html#dx1-70009" >546</a>, <a -href="glossaries-user.html#dx1-70016" >547</a>, <a -href="glossaries-user.html#dx1-70018" >548</a>, <a -href="glossaries-user.html#dx1-70022" >549</a> <br /></span> +href="glossaries-user.html#dx1-73009" >559</a>, <a +href="glossaries-user.html#dx1-73016" >560</a>, <a +href="glossaries-user.html#dx1-73018" >561</a>, <a +href="glossaries-user.html#dx1-73022" >562</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">superragged3col</span>  <a -href="glossaries-user.html#dx1-70021" >550</a>, <a -href="glossaries-user.html#dx1-70027" >551</a>, <a -href="glossaries-user.html#dx1-70029" >552</a>, <a -href="glossaries-user.html#dx1-70033" >553</a> <br /></span> +href="glossaries-user.html#dx1-73021" >563</a>, <a +href="glossaries-user.html#dx1-73027" >564</a>, <a +href="glossaries-user.html#dx1-73029" >565</a>, <a +href="glossaries-user.html#dx1-73033" >566</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">superragged3colborder</span>  <a -href="glossaries-user.html#dx1-70026" >554</a> <br /></span> +href="glossaries-user.html#dx1-73026" >567</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">superragged3colheader</span>  <a -href="glossaries-user.html#dx1-70028" >555</a>, <a -href="glossaries-user.html#dx1-70031" >556</a> <br /></span> +href="glossaries-user.html#dx1-73028" >568</a>, <a +href="glossaries-user.html#dx1-73031" >569</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">superragged3colheaderborder</span>  <a -href="glossaries-user.html#dx1-70030" >557</a> <br /></span> +href="glossaries-user.html#dx1-73030" >570</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">superraggedborder</span>  <a -href="glossaries-user.html#dx1-70015" >558</a> <br /></span> +href="glossaries-user.html#dx1-73015" >571</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">superraggedheader</span>  <a -href="glossaries-user.html#dx1-70017" >559</a>, <a -href="glossaries-user.html#dx1-70020" >560</a> <br /></span> +href="glossaries-user.html#dx1-73017" >572</a>, <a +href="glossaries-user.html#dx1-73020" >573</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">superraggedheaderborder</span>  <a -href="glossaries-user.html#dx1-70019" >561</a> <br /></span> +href="glossaries-user.html#dx1-73019" >574</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">tree</span>  <a -href="glossaries-user.html#dx1-59066" >562</a>, <a -href="glossaries-user.html#dx1-71013" >563</a>, <a -href="glossaries-user.html#dx1-71020" >564</a>, <a -href="glossaries-user.html#dx1-71025" >565</a>, <a -href="glossaries-user.html#dx1-71032" >566</a>, <a -href="glossaries-user.html#dx1-72021" >567</a> <br /></span> +href="glossaries-user.html#dx1-62066" >575</a>, <a +href="glossaries-user.html#dx1-74013" >576</a>, <a +href="glossaries-user.html#dx1-74020" >577</a>, <a +href="glossaries-user.html#dx1-74025" >578</a>, <a +href="glossaries-user.html#dx1-74032" >579</a>, <a +href="glossaries-user.html#dx1-75021" >580</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">treegroup</span>  <a -href="glossaries-user.html#dx1-71019" >568</a>, <a -href="glossaries-user.html#dx1-71022" >569</a>, <a -href="glossaries-user.html#dx1-72023" >570</a> <br /></span> +href="glossaries-user.html#dx1-74019" >581</a>, <a +href="glossaries-user.html#dx1-74022" >582</a>, <a +href="glossaries-user.html#dx1-75023" >583</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">treehypergroup</span>  <a -href="glossaries-user.html#dx1-71021" >571</a>, <a -href="glossaries-user.html#dx1-72025" >572</a> <br /></span> +href="glossaries-user.html#dx1-74021" >584</a>, <a +href="glossaries-user.html#dx1-75025" >585</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">treenoname</span>  <a -href="glossaries-user.html#dx1-71024" >573</a>, <a -href="glossaries-user.html#dx1-71027" >574</a>, <a -href="glossaries-user.html#dx1-72027" >575</a> <br /></span> +href="glossaries-user.html#dx1-74024" >586</a>, <a +href="glossaries-user.html#dx1-74027" >587</a>, <a +href="glossaries-user.html#dx1-75027" >588</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">treenonamegroup</span>  <a -href="glossaries-user.html#dx1-71026" >576</a>, <a -href="glossaries-user.html#dx1-71029" >577</a>, <a -href="glossaries-user.html#dx1-72029" >578</a> <br /></span> +href="glossaries-user.html#dx1-74026" >589</a>, <a +href="glossaries-user.html#dx1-74029" >590</a>, <a +href="glossaries-user.html#dx1-75029" >591</a> <br /></span> <span class="index-subitem">    <span class="cmtt-10">treenonamehypergroup</span>  <a -href="glossaries-user.html#dx1-71028" >579</a>, <a -href="glossaries-user.html#dx1-72031" >580</a> <br /></span> +href="glossaries-user.html#dx1-74028" >592</a>, <a +href="glossaries-user.html#dx1-75031" >593</a> <br /></span> <span class="index-item"><span class="cmss-10">glossary-inline </span>package  <a -href="glossaries-user.html#dx1-73001" >581</a>, <a -href="glossaries-user.html#dx1-73005" >582</a> <br /></span> +href="glossaries-user.html#dx1-76001" >594</a>, <a +href="glossaries-user.html#dx1-76005" >595</a> <br /></span> <span class="index-item"><span class="cmss-10">glossary-list </span>package  <a -href="glossaries-user.html#dx1-18026" >583</a>, <a -href="glossaries-user.html#dx1-18039" >584</a>, <a -href="glossaries-user.html#dx1-18040" >585</a>, <a -href="glossaries-user.html#dx1-50070" >586</a>, <a -href="glossaries-user.html#dx1-66001" >587</a> <br /></span> +href="glossaries-user.html#dx1-19026" >596</a>, <a +href="glossaries-user.html#dx1-19039" >597</a>, <a +href="glossaries-user.html#dx1-19040" >598</a>, <a +href="glossaries-user.html#dx1-53070" >599</a>, <a +href="glossaries-user.html#dx1-69001" >600</a> <br /></span> <span class="index-item"><span class="cmss-10">glossary-long </span>package  <a -href="glossaries-user.html#dx1-18027" >588</a>, <a -href="glossaries-user.html#dx1-18031" >589</a>, <a -href="glossaries-user.html#dx1-18033" >590</a>, <a -href="glossaries-user.html#dx1-50071" >591</a>, <a -href="glossaries-user.html#dx1-67001" >592</a>, <a -href="glossaries-user.html#dx1-68002" >593</a> <br /></span> +href="glossaries-user.html#dx1-19027" >601</a>, <a +href="glossaries-user.html#dx1-19031" >602</a>, <a +href="glossaries-user.html#dx1-19033" >603</a>, <a +href="glossaries-user.html#dx1-53071" >604</a>, <a +href="glossaries-user.html#dx1-70001" >605</a>, <a +href="glossaries-user.html#dx1-71002" >606</a> <br /></span> <span class="index-item"><span class="cmss-10">glossary-longragged </span>package  <a -href="glossaries-user.html#dx1-68001" >594</a>, <a -href="glossaries-user.html#dx1-68005" >595</a>, <a -href="glossaries-user.html#dx1-68007" >596</a> <br /></span> +href="glossaries-user.html#dx1-71001" >607</a>, <a +href="glossaries-user.html#dx1-71005" >608</a>, <a +href="glossaries-user.html#dx1-71007" >609</a> <br /></span> <span class="index-item"><span class="cmss-10">glossary-mcols </span>package  <a -href="glossaries-user.html#dx1-18047" >597</a>, <a -href="glossaries-user.html#dx1-72001" >598</a>, <a -href="glossaries-user.html#dx1-72009" >599</a>, <a -href="glossaries-user.html#dx1-72013" >600</a> <br /></span> +href="glossaries-user.html#dx1-19047" >610</a>, <a +href="glossaries-user.html#dx1-75001" >611</a>, <a +href="glossaries-user.html#dx1-75009" >612</a>, <a +href="glossaries-user.html#dx1-75013" >613</a> <br /></span> <span class="index-item"><span class="cmss-10">glossary-super </span>package  <a -href="glossaries-user.html#dx1-18028" >601</a>, <a -href="glossaries-user.html#dx1-18035" >602</a>, <a -href="glossaries-user.html#dx1-18037" >603</a>, <a -href="glossaries-user.html#dx1-50072" >604</a>, <a -href="glossaries-user.html#dx1-69001" >605</a>, <a -href="glossaries-user.html#dx1-70002" >606</a> <br /></span> +href="glossaries-user.html#dx1-19028" >614</a>, <a +href="glossaries-user.html#dx1-19035" >615</a>, <a +href="glossaries-user.html#dx1-19037" >616</a>, <a +href="glossaries-user.html#dx1-53072" >617</a>, <a +href="glossaries-user.html#dx1-72001" >618</a>, <a +href="glossaries-user.html#dx1-73002" >619</a> <br /></span> <span class="index-item"><span class="cmss-10">glossary-superragged </span>package  <a -href="glossaries-user.html#dx1-70001" >607</a>, <a -href="glossaries-user.html#dx1-70005" >608</a>, <a -href="glossaries-user.html#dx1-70007" >609</a> <br /></span> +href="glossaries-user.html#dx1-73001" >620</a>, <a +href="glossaries-user.html#dx1-73005" >621</a>, <a +href="glossaries-user.html#dx1-73007" >622</a> <br /></span> <span class="index-item"><span class="cmss-10">glossary-tree </span>package  <a -href="glossaries-user.html#dx1-18029" >610</a>, <a -href="glossaries-user.html#dx1-18044" >611</a>, <a -href="glossaries-user.html#dx1-18045" >612</a>, <a -href="glossaries-user.html#dx1-50073" >613</a>, <a -href="glossaries-user.html#dx1-71001" >614</a> <br /></span> +href="glossaries-user.html#dx1-19029" >623</a>, <a +href="glossaries-user.html#dx1-19044" >624</a>, <a +href="glossaries-user.html#dx1-19045" >625</a>, <a +href="glossaries-user.html#dx1-53073" >626</a>, <a +href="glossaries-user.html#dx1-74001" >627</a> <br /></span> <span class="index-item"><span class="cmtt-10">glossaryentry </span>(counter)  <a -href="glossaries-user.html#dx1-18003" ><span -class="cmti-10">615</span></a>, <a -href="glossaries-user.html#dx1-18011" >616</a>, <a -href="glossaries-user.html#dx1-18012" >617</a>, <a -href="glossaries-user.html#dx1-18016" >618</a> <br /></span> +href="glossaries-user.html#dx1-19003" ><span +class="cmti-10">628</span></a>, <a +href="glossaries-user.html#dx1-19011" >629</a>, <a +href="glossaries-user.html#dx1-19012" >630</a>, <a +href="glossaries-user.html#dx1-19016" >631</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glossaryentrynumbers</span></span></span>  <a -href="glossaries-user.html#dx1-74051" >619</a>, <a -href="glossaries-user.html#dx1-74056" >620</a>, <a -href="glossaries-user.html#dx1-74057" >621</a>, <a -href="glossaries-user.html#dx1-74059" >622</a> <br /></span> +href="glossaries-user.html#dx1-77051" >632</a>, <a +href="glossaries-user.html#dx1-77056" >633</a>, <a +href="glossaries-user.html#dx1-77057" >634</a>, <a +href="glossaries-user.html#dx1-77059" >635</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glossaryheader</span></span></span>  <a -href="glossaries-user.html#dx1-66018" >623</a>, <a -href="glossaries-user.html#dx1-74015" ><span -class="cmti-10">624</span></a>, <a -href="glossaries-user.html#dx1-74018" >625</a>, <a -href="glossaries-user.html#dx1-74078" >626</a> <br /></span> +href="glossaries-user.html#dx1-69018" >636</a>, <a +href="glossaries-user.html#dx1-77015" ><span +class="cmti-10">637</span></a>, <a +href="glossaries-user.html#dx1-77018" >638</a>, <a +href="glossaries-user.html#dx1-77078" >639</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glossaryname</span></span></span>  <a -href="glossaries-user.html#dx1-8024" >627</a>, <a -href="glossaries-user.html#dx1-16045" >628</a> <br /></span> +href="glossaries-user.html#dx1-8024" >640</a>, <a +href="glossaries-user.html#dx1-17045" >641</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glossarypostamble</span></span></span>  <a -href="glossaries-user.html#dx1-50061" ><span -class="cmti-10">629</span></a>, <a -href="glossaries-user.html#dx1-74007" >630</a> <br /></span> +href="glossaries-user.html#dx1-53061" ><span +class="cmti-10">642</span></a>, <a +href="glossaries-user.html#dx1-77007" >643</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glossarypreamble</span></span></span>  <a -href="glossaries-user.html#dx1-18014" >631</a>, <a -href="glossaries-user.html#dx1-50059" ><span -class="cmti-10">632</span></a>, <a -href="glossaries-user.html#dx1-74006" >633</a>, <a -href="glossaries-user.html#dx1-74016" >634</a> <br /></span> +href="glossaries-user.html#dx1-19014" >644</a>, <a +href="glossaries-user.html#dx1-53059" ><span +class="cmti-10">645</span></a>, <a +href="glossaries-user.html#dx1-77006" >646</a>, <a +href="glossaries-user.html#dx1-77016" >647</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glossarysection</span></span></span>  <a -href="glossaries-user.html#dx1-73004" >635</a> <br /></span> +href="glossaries-user.html#dx1-76004" >648</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glossarystyle</span></span></span>  <a -href="glossaries-user.html#dx1-50024" >636</a> <br /></span> +href="glossaries-user.html#dx1-53024" >649</a> <br /></span> <span class="index-item"><span class="cmtt-10">glossarysubentry </span>(counter)  <a -href="glossaries-user.html#dx1-18020" ><span -class="cmti-10">637</span></a> <br /></span> +href="glossaries-user.html#dx1-19020" ><span +class="cmti-10">650</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glossentry</span></span></span>  <a -href="glossaries-user.html#dx1-74037" ><span -class="cmti-10">638</span></a>, <a -href="glossaries-user.html#dx1-74039" >639</a>, <a -href="glossaries-user.html#dx1-74062" >640</a> <br /></span> +href="glossaries-user.html#dx1-77037" ><span +class="cmti-10">651</span></a>, <a +href="glossaries-user.html#dx1-77039" >652</a>, <a +href="glossaries-user.html#dx1-77062" >653</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glossentrydesc</span></span></span>  <a -href="glossaries-user.html#dx1-49029" ><span -class="cmti-10">641</span></a> <br /></span> +href="glossaries-user.html#dx1-52029" ><span +class="cmti-10">654</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glossentrydesc</span></span></span>  <a -href="glossaries-user.html#dx1-49028" ><span -class="cmti-10">642</span></a>, <a -href="glossaries-user.html#dx1-74041" >643</a> <br /></span> +href="glossaries-user.html#dx1-52028" ><span +class="cmti-10">655</span></a>, <a +href="glossaries-user.html#dx1-77041" >656</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glossentryname</span></span></span>  <a -href="glossaries-user.html#dx1-49013" ><span -class="cmti-10">644</span></a>, <a -href="glossaries-user.html#dx1-74085" >645</a> <br /></span> +href="glossaries-user.html#dx1-52013" ><span +class="cmti-10">657</span></a>, <a +href="glossaries-user.html#dx1-77085" >658</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glossentryname</span></span></span>  <a -href="glossaries-user.html#dx1-49012" ><span -class="cmti-10">646</span></a>, <a -href="glossaries-user.html#dx1-74040" >647</a>, <a -href="glossaries-user.html#dx1-74086" >648</a> <br /></span> +href="glossaries-user.html#dx1-52012" ><span +class="cmti-10">659</span></a>, <a +href="glossaries-user.html#dx1-77040" >660</a>, <a +href="glossaries-user.html#dx1-77086" >661</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glossentrysymbol</span></span></span>  <a -href="glossaries-user.html#dx1-49036" ><span -class="cmti-10">649</span></a> <br /></span> +href="glossaries-user.html#dx1-52036" ><span +class="cmti-10">662</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glossentrysymbol</span></span></span>  <a -href="glossaries-user.html#dx1-49035" ><span -class="cmti-10">650</span></a>, <a -href="glossaries-user.html#dx1-74042" >651</a> <br /></span> +href="glossaries-user.html#dx1-52035" ><span +class="cmti-10">663</span></a>, <a +href="glossaries-user.html#dx1-77042" >664</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GLS</span></span></span>  <a -href="glossaries-user.html#dx1-3012" >652</a>, <a -href="glossaries-user.html#dx1-27049" >653</a>, <a -href="glossaries-user.html#dx1-42015" ><span -class="cmti-10">654</span></a>, <a -href="glossaries-user.html#dx1-76028" >655</a> <br /></span> +href="glossaries-user.html#dx1-3012" >665</a>, <a +href="glossaries-user.html#dx1-28049" >666</a>, <a +href="glossaries-user.html#dx1-45015" ><span +class="cmti-10">667</span></a>, <a +href="glossaries-user.html#dx1-82028" >668</a> <br /></span> + + <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Gls</span></span></span>  <a -href="glossaries-user.html#dx1-3011" >656</a>, <a -href="glossaries-user.html#dx1-7010" >657</a>, <a -href="glossaries-user.html#dx1-27048" >658</a>, <a -href="glossaries-user.html#dx1-27122" >659</a>, <a -href="glossaries-user.html#dx1-42014" ><span -class="cmti-10">660</span></a>, <a -href="glossaries-user.html#dx1-56097" >661</a>, <a -href="glossaries-user.html#dx1-61009" >662</a>, <a -href="glossaries-user.html#dx1-61011" >663</a>, <a -href="glossaries-user.html#dx1-61013" >664</a>, <a -href="glossaries-user.html#dx1-76026" >665</a> <br /></span> +href="glossaries-user.html#dx1-3011" >669</a>, <a +href="glossaries-user.html#dx1-7010" >670</a>, <a +href="glossaries-user.html#dx1-28048" >671</a>, <a +href="glossaries-user.html#dx1-28123" >672</a>, <a +href="glossaries-user.html#dx1-45014" ><span +class="cmti-10">673</span></a>, <a +href="glossaries-user.html#dx1-59097" >674</a>, <a +href="glossaries-user.html#dx1-64009" >675</a>, <a +href="glossaries-user.html#dx1-64011" >676</a>, <a +href="glossaries-user.html#dx1-64013" >677</a>, <a +href="glossaries-user.html#dx1-82026" >678</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\gls</span></span></span>  <a -href="glossaries-user.html#dx1-3010" >666</a>, <a -href="glossaries-user.html#dx1-3031" >667</a>, <a -href="glossaries-user.html#dx1-16013" >668</a>, <a -href="glossaries-user.html#dx1-16064" >669</a>, <a -href="glossaries-user.html#dx1-16073" >670</a>, <a -href="glossaries-user.html#dx1-16083" >671</a>, <a -href="glossaries-user.html#dx1-27023" >672</a>, <a -href="glossaries-user.html#dx1-27026" >673</a>, <a -href="glossaries-user.html#dx1-27032" >674</a>, <a -href="glossaries-user.html#dx1-27034" >675</a>, <a -href="glossaries-user.html#dx1-27047" >676</a>, <a -href="glossaries-user.html#dx1-42004" ><span -class="cmti-10">677</span></a>, <a -href="glossaries-user.html#dx1-44016" >678</a>, <a -href="glossaries-user.html#dx1-44050" >679</a>, <a -href="glossaries-user.html#dx1-44070" >680</a>, <a -href="glossaries-user.html#dx1-47005" >681</a>, <a -href="glossaries-user.html#dx1-53019" >682</a>, <a -href="glossaries-user.html#dx1-56026" >683</a>, <a -href="glossaries-user.html#dx1-56095" >684</a>, <a -href="glossaries-user.html#dx1-59041" >685</a>, <a -href="glossaries-user.html#dx1-61008" >686</a>, <a -href="glossaries-user.html#dx1-61010" >687</a>, <a -href="glossaries-user.html#dx1-61012" >688</a>, <a -href="glossaries-user.html#dx1-61020" >689</a>, <a -href="glossaries-user.html#dx1-61022" >690</a>, <a -href="glossaries-user.html#dx1-76018" >691</a>, <a -href="glossaries-user.html#dx1-10042" >692</a> <br /></span> +href="glossaries-user.html#dx1-3010" >679</a>, <a +href="glossaries-user.html#dx1-3031" >680</a>, <a +href="glossaries-user.html#dx1-17013" >681</a>, <a +href="glossaries-user.html#dx1-17064" >682</a>, <a +href="glossaries-user.html#dx1-17073" >683</a>, <a +href="glossaries-user.html#dx1-17083" >684</a>, <a +href="glossaries-user.html#dx1-28023" >685</a>, <a +href="glossaries-user.html#dx1-28026" >686</a>, <a +href="glossaries-user.html#dx1-28032" >687</a>, <a +href="glossaries-user.html#dx1-28034" >688</a>, <a +href="glossaries-user.html#dx1-28047" >689</a>, <a +href="glossaries-user.html#dx1-45004" ><span +class="cmti-10">690</span></a>, <a +href="glossaries-user.html#dx1-47016" >691</a>, <a +href="glossaries-user.html#dx1-47058" >692</a>, <a +href="glossaries-user.html#dx1-47080" >693</a>, <a +href="glossaries-user.html#dx1-50005" >694</a>, <a +href="glossaries-user.html#dx1-56019" >695</a>, <a +href="glossaries-user.html#dx1-59026" >696</a>, <a +href="glossaries-user.html#dx1-59095" >697</a>, <a +href="glossaries-user.html#dx1-62041" >698</a>, <a +href="glossaries-user.html#dx1-62073" >699</a>, <a +href="glossaries-user.html#dx1-64008" >700</a>, <a +href="glossaries-user.html#dx1-64010" >701</a>, <a +href="glossaries-user.html#dx1-64012" >702</a>, <a +href="glossaries-user.html#dx1-64020" >703</a>, <a +href="glossaries-user.html#dx1-64022" >704</a>, <a +href="glossaries-user.html#dx1-82018" >705</a>, <a +href="glossaries-user.html#dx1-10048" >706</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\gls*</span></span></span>  <a -href="glossaries-user.html#dx1-16069" >693</a> <br /></span> - - +href="glossaries-user.html#dx1-17069" >707</a> <br /></span> +<span class="index-item"><span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\glsacspace</span></span></span>  <a +href="glossaries-user.html#dx1-61028" ><span +class="cmti-10">708</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsadd</span></span></span>  <a -href="glossaries-user.html#dx1-46001" ><span -class="cmti-10">694</span></a> <br /></span> +href="glossaries-user.html#dx1-17093" >709</a>, <a +href="glossaries-user.html#dx1-49001" ><span +class="cmti-10">710</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsaddall</span></span></span>  <a -href="glossaries-user.html#dx1-5034" >695</a>, <a -href="glossaries-user.html#dx1-46003" ><span -class="cmti-10">696</span></a> <br /></span> +href="glossaries-user.html#dx1-5034" >711</a>, <a +href="glossaries-user.html#dx1-49003" ><span +class="cmti-10">712</span></a> <br /></span> <span class="index-item"><span class="cmtt-10">\glsaddall </span>options<br /></span> <span class="index-subitem">    <span class="cmss-10">types</span>  <a -href="glossaries-user.html#dx1-46004" >697</a> <br /></span> +href="glossaries-user.html#dx1-49004" >713</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsaddallunused</span></span></span>  <a -href="glossaries-user.html#dx1-46008" ><span -class="cmti-10">698</span></a> <br /></span> +href="glossaries-user.html#dx1-49008" ><span +class="cmti-10">714</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsaddkey</span></span></span>  <a -href="glossaries-user.html#dx1-27097" >699</a>, <a -href="glossaries-user.html#dx1-28003" >700</a>, <a -href="glossaries-user.html#dx1-29001" >701</a>, <a -href="glossaries-user.html#dx1-30001" ><span -class="cmti-10">702</span></a> <br /></span> +href="glossaries-user.html#dx1-28097" >715</a>, <a +href="glossaries-user.html#dx1-29003" >716</a>, <a +href="glossaries-user.html#dx1-30001" >717</a>, <a +href="glossaries-user.html#dx1-32001" ><span +class="cmti-10">718</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsaddprotectedpagefmt</span></span></span>  <a -href="glossaries-user.html#dx1-40005" ><span -class="cmti-10">703</span></a>, <a -href="glossaries-user.html#dx1-53025" >704</a> <br /></span> +href="glossaries-user.html#dx1-43005" ><span +class="cmti-10">719</span></a>, <a +href="glossaries-user.html#dx1-56025" >720</a> <br /></span> +<span class="index-item"><span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\glsaddstoragekey</span></span></span>  <a +href="glossaries-user.html#dx1-28098" >721</a>, <a +href="glossaries-user.html#dx1-33001" ><span +class="cmti-10">722</span></a>, <a +href="glossaries-user.html#dx1-48028" >723</a>, <a +href="glossaries-user.html#dx1-62071" >724</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GlsAddXdyAttribute</span></span></span>  <a -href="glossaries-user.html#dx1-41044" >705</a>, <a -href="glossaries-user.html#dx1-53014" ><span -class="cmti-10">706</span></a> <br /></span> +href="glossaries-user.html#dx1-44044" >725</a>, <a +href="glossaries-user.html#dx1-56014" ><span +class="cmti-10">726</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GlsAddXdyCounters</span></span></span>  <a -href="glossaries-user.html#dx1-53009" ><span -class="cmti-10">707</span></a>, <a -href="glossaries-user.html#dx1-53040" >708</a> <br /></span> +href="glossaries-user.html#dx1-56009" ><span +class="cmti-10">727</span></a>, <a +href="glossaries-user.html#dx1-56040" >728</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GlsAddXdyLocation</span></span></span>  <a -href="glossaries-user.html#dx1-53023" ><span -class="cmti-10">709</span></a>, <a -href="glossaries-user.html#dx1-53050" >710</a> <br /></span> +href="glossaries-user.html#dx1-56023" ><span +class="cmti-10">729</span></a>, <a +href="glossaries-user.html#dx1-56050" >730</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsautoprefix</span></span></span>  <a -href="glossaries-user.html#dx1-17041" ><span -class="cmti-10">711</span></a> <br /></span> +href="glossaries-user.html#dx1-18041" ><span +class="cmti-10">731</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsbackslash</span></span></span>  <a -href="glossaries-user.html#dx1-51012" ><span -class="cmti-10">712</span></a> <br /></span> +href="glossaries-user.html#dx1-54012" ><span +class="cmti-10">732</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glscapscase</span></span></span>  <a -href="glossaries-user.html#dx1-44021" ><span -class="cmti-10">713</span></a>, <a -href="glossaries-user.html#dx1-59006" >714</a> <br /></span> +href="glossaries-user.html#dx1-47021" ><span +class="cmti-10">733</span></a>, <a +href="glossaries-user.html#dx1-47034" >734</a>, <a +href="glossaries-user.html#dx1-62006" >735</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsclearpage</span></span></span>  <a -href="glossaries-user.html#dx1-17018" ><span -class="cmti-10">715</span></a> <br /></span> +href="glossaries-user.html#dx1-18018" ><span +class="cmti-10">736</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsclosebrace</span></span></span>  <a -href="glossaries-user.html#dx1-51008" ><span -class="cmti-10">716</span></a> <br /></span> +href="glossaries-user.html#dx1-54008" ><span +class="cmti-10">737</span></a> <br /></span> +<span class="index-item"><span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\glscustomtex</span></span></span>  <a +href="glossaries-user.html#dx1-47035" >738</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glscustomtext</span></span></span>  <a -href="glossaries-user.html#dx1-44015" ><span -class="cmti-10">717</span></a>, <a -href="glossaries-user.html#dx1-56033" >718</a> <br /></span> +href="glossaries-user.html#dx1-47015" ><span +class="cmti-10">739</span></a>, <a +href="glossaries-user.html#dx1-59033" >740</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GlsDeclareNoHyperList</span></span></span>  <a -href="glossaries-user.html#dx1-16066" >719</a>, <a -href="glossaries-user.html#dx1-22025" >720</a> <br /></span> +href="glossaries-user.html#dx1-17066" >741</a>, <a +href="glossaries-user.html#dx1-23025" >742</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsdefaulttype</span></span></span>  <a -href="glossaries-user.html#dx1-35005" >721</a>, <a -href="glossaries-user.html#dx1-44008" >722</a>, <a -href="glossaries-user.html#dx1-75006" >723</a>, <a -href="glossaries-user.html#dx1-20010" >724</a>, <a -href="glossaries-user.html#dx1-20012" >725</a>, <a -href="glossaries-user.html#dx1-35021" >726</a> <br /></span> +href="glossaries-user.html#dx1-38005" >743</a>, <a +href="glossaries-user.html#dx1-47008" >744</a>, <a +href="glossaries-user.html#dx1-79006" >745</a>, <a +href="glossaries-user.html#dx1-21010" >746</a>, <a +href="glossaries-user.html#dx1-21012" >747</a>, <a +href="glossaries-user.html#dx1-38021" >748</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GLSdesc</span></span></span>  <a -href="glossaries-user.html#dx1-43042" ><span -class="cmti-10">727</span></a> <br /></span> +href="glossaries-user.html#dx1-46042" ><span +class="cmti-10">749</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsdesc</span></span></span>  <a -href="glossaries-user.html#dx1-43041" ><span -class="cmti-10">728</span></a> <br /></span> +href="glossaries-user.html#dx1-46041" ><span +class="cmti-10">750</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsdesc</span></span></span>  <a -href="glossaries-user.html#dx1-43038" ><span -class="cmti-10">729</span></a> <br /></span> +href="glossaries-user.html#dx1-46038" ><span +class="cmti-10">751</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsdescwidth</span></span></span>  <a -href="glossaries-user.html#dx1-65010" ><span -class="cmti-10">730</span></a>, <a -href="glossaries-user.html#dx1-67011" >731</a>, <a -href="glossaries-user.html#dx1-67021" >732</a>, <a -href="glossaries-user.html#dx1-67040" >733</a>, <a -href="glossaries-user.html#dx1-68011" >734</a>, <a -href="glossaries-user.html#dx1-68021" >735</a>, <a -href="glossaries-user.html#dx1-68031" >736</a>, <a -href="glossaries-user.html#dx1-69017" >737</a>, <a -href="glossaries-user.html#dx1-69027" >738</a>, <a -href="glossaries-user.html#dx1-69046" >739</a>, <a -href="glossaries-user.html#dx1-70014" >740</a>, <a -href="glossaries-user.html#dx1-70024" >741</a> <br /></span> +href="glossaries-user.html#dx1-68013" ><span +class="cmti-10">752</span></a>, <a +href="glossaries-user.html#dx1-70011" >753</a>, <a +href="glossaries-user.html#dx1-70021" >754</a>, <a +href="glossaries-user.html#dx1-70040" >755</a>, <a +href="glossaries-user.html#dx1-71011" >756</a>, <a +href="glossaries-user.html#dx1-71021" >757</a>, <a +href="glossaries-user.html#dx1-71031" >758</a>, <a +href="glossaries-user.html#dx1-72017" >759</a>, <a +href="glossaries-user.html#dx1-72027" >760</a>, <a +href="glossaries-user.html#dx1-72046" >761</a>, <a +href="glossaries-user.html#dx1-73014" >762</a>, <a +href="glossaries-user.html#dx1-73024" >763</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsdisablehyper</span></span></span>  <a -href="glossaries-user.html#dx1-41031" >742</a>, <a -href="glossaries-user.html#dx1-44025" >743</a>, <a -href="glossaries-user.html#dx1-45005" ><span -class="cmti-10">744</span></a>, <a -href="glossaries-user.html#dx1-45020" >745</a>, <a -href="glossaries-user.html#dx1-49057" >746</a> <br /></span> +href="glossaries-user.html#dx1-44031" >764</a>, <a +href="glossaries-user.html#dx1-47025" >765</a>, <a +href="glossaries-user.html#dx1-48005" ><span +class="cmti-10">766</span></a>, <a +href="glossaries-user.html#dx1-48020" >767</a>, <a +href="glossaries-user.html#dx1-52057" >768</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsdisp</span></span></span>  <a -href="glossaries-user.html#dx1-3016" >747</a>, <a -href="glossaries-user.html#dx1-3022" >748</a>, <a -href="glossaries-user.html#dx1-16074" >749</a>, <a -href="glossaries-user.html#dx1-27031" >750</a>, <a -href="glossaries-user.html#dx1-42003" >751</a>, <a -href="glossaries-user.html#dx1-42027" ><span -class="cmti-10">752</span></a> <br /></span> +href="glossaries-user.html#dx1-3016" >769</a>, <a +href="glossaries-user.html#dx1-3022" >770</a>, <a +href="glossaries-user.html#dx1-17074" >771</a>, <a +href="glossaries-user.html#dx1-28031" >772</a>, <a +href="glossaries-user.html#dx1-45003" >773</a>, <a +href="glossaries-user.html#dx1-45027" ><span +class="cmti-10">774</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsdisplay</span></span></span>  <a -href="glossaries-user.html#dx1-27060" >753</a>, <a -href="glossaries-user.html#dx1-44004" >754</a> <br /></span> +href="glossaries-user.html#dx1-28060" >775</a>, <a +href="glossaries-user.html#dx1-47004" >776</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsdisplayfirst</span></span></span>  <a -href="glossaries-user.html#dx1-27061" >755</a>, <a -href="glossaries-user.html#dx1-44003" >756</a> <br /></span> +href="glossaries-user.html#dx1-28061" >777</a>, <a +href="glossaries-user.html#dx1-47003" >778</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsdisplaynumberlist</span></span></span>  <a -href="glossaries-user.html#dx1-4061" >757</a>, <a -href="glossaries-user.html#dx1-16094" >758</a>, <a -href="glossaries-user.html#dx1-49061" ><span -class="cmti-10">759</span></a> <br /></span> +href="glossaries-user.html#dx1-4065" >779</a>, <a +href="glossaries-user.html#dx1-17101" >780</a>, <a +href="glossaries-user.html#dx1-52061" ><span +class="cmti-10">781</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsdoifexists</span></span></span>  <a -href="glossaries-user.html#dx1-75012" ><span -class="cmti-10">760</span></a> <br /></span> +href="glossaries-user.html#dx1-80005" ><span +class="cmti-10">782</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsdoifexistsorwarn</span></span></span>  <a -href="glossaries-user.html#dx1-75014" ><span -class="cmti-10">761</span></a> <br /></span> +href="glossaries-user.html#dx1-80007" ><span +class="cmti-10">783</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsdoifnoexists</span></span></span>  <a -href="glossaries-user.html#dx1-75013" ><span -class="cmti-10">762</span></a> <br /></span> +href="glossaries-user.html#dx1-80006" ><span +class="cmti-10">784</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsdosanitizesort</span></span></span>  <a -href="glossaries-user.html#dx1-19026" ><span -class="cmti-10">763</span></a> <br /></span> +href="glossaries-user.html#dx1-20029" ><span +class="cmti-10">785</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsenableentrycount</span></span></span>  <a -href="glossaries-user.html#dx1-5106" >764</a>, <a -href="glossaries-user.html#dx1-63003" ><span -class="cmti-10">765</span></a> <br /></span> +href="glossaries-user.html#dx1-5110" >786</a>, <a +href="glossaries-user.html#dx1-66003" ><span +class="cmti-10">787</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsenablehyper</span></span></span>  <a -href="glossaries-user.html#dx1-45006" ><span -class="cmti-10">766</span></a> <br /></span> +href="glossaries-user.html#dx1-48006" ><span +class="cmti-10">788</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentrycounterlabel</span></span></span>  <a -href="glossaries-user.html#dx1-74047" ><span -class="cmti-10">767</span></a> <br /></span> +href="glossaries-user.html#dx1-77047" ><span +class="cmti-10">789</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentrycurrcount</span></span></span>  <a -href="glossaries-user.html#dx1-63006" ><span -class="cmti-10">768</span></a> <br /></span> +href="glossaries-user.html#dx1-66006" ><span +class="cmti-10">790</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentrydesc</span></span></span>  <a -href="glossaries-user.html#dx1-49027" ><span -class="cmti-10">769</span></a> <br /></span> +href="glossaries-user.html#dx1-52027" ><span +class="cmti-10">791</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentrydesc</span></span></span>  <a -href="glossaries-user.html#dx1-49026" ><span -class="cmti-10">770</span></a> <br /></span> +href="glossaries-user.html#dx1-52026" ><span +class="cmti-10">792</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentrydescplural</span></span></span>  <a -href="glossaries-user.html#dx1-49031" ><span -class="cmti-10">771</span></a> <br /></span> +href="glossaries-user.html#dx1-52031" ><span +class="cmti-10">793</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentrydescplural</span></span></span>  <a -href="glossaries-user.html#dx1-49030" ><span -class="cmti-10">772</span></a> <br /></span> +href="glossaries-user.html#dx1-52030" ><span +class="cmti-10">794</span></a> <br /></span> + + <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentryfirst</span></span></span>  <a -href="glossaries-user.html#dx1-49021" ><span -class="cmti-10">773</span></a> <br /></span> +href="glossaries-user.html#dx1-52021" ><span +class="cmti-10">795</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentryfirst</span></span></span>  <a -href="glossaries-user.html#dx1-49020" ><span -class="cmti-10">774</span></a> <br /></span> +href="glossaries-user.html#dx1-52020" ><span +class="cmti-10">796</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentryfirstplural</span></span></span>  <a -href="glossaries-user.html#dx1-49024" ><span -class="cmti-10">775</span></a> <br /></span> +href="glossaries-user.html#dx1-52024" ><span +class="cmti-10">797</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentryfirstplural</span></span></span>  <a -href="glossaries-user.html#dx1-49023" ><span -class="cmti-10">776</span></a> <br /></span> +href="glossaries-user.html#dx1-52023" ><span +class="cmti-10">798</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentryfmt</span></span></span>  <a -href="glossaries-user.html#dx1-5098" >777</a>, <a -href="glossaries-user.html#dx1-41026" >778</a>, <a -href="glossaries-user.html#dx1-42001" >779</a>, <a -href="glossaries-user.html#dx1-43001" >780</a>, <a -href="glossaries-user.html#dx1-44006" ><span -class="cmti-10">781</span></a>, <a -href="glossaries-user.html#dx1-44063" >782</a>, <a -href="glossaries-user.html#dx1-45014" >783</a>, <a -href="glossaries-user.html#dx1-45021" >784</a>, <a -href="glossaries-user.html#dx1-45025" >785</a>, <a -href="glossaries-user.html#dx1-56017" >786</a> <br /></span> +href="glossaries-user.html#dx1-5102" >799</a>, <a +href="glossaries-user.html#dx1-44026" >800</a>, <a +href="glossaries-user.html#dx1-45001" >801</a>, <a +href="glossaries-user.html#dx1-46001" >802</a>, <a +href="glossaries-user.html#dx1-47006" ><span +class="cmti-10">803</span></a>, <a +href="glossaries-user.html#dx1-47073" >804</a>, <a +href="glossaries-user.html#dx1-48014" >805</a>, <a +href="glossaries-user.html#dx1-48021" >806</a>, <a +href="glossaries-user.html#dx1-48025" >807</a>, <a +href="glossaries-user.html#dx1-59017" >808</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentryfull</span></span></span>  <a -href="glossaries-user.html#dx1-56113" ><span -class="cmti-10">787</span></a> <br /></span> +href="glossaries-user.html#dx1-59113" ><span +class="cmti-10">809</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentryfull</span></span></span>  <a -href="glossaries-user.html#dx1-56112" ><span -class="cmti-10">788</span></a>, <a -href="glossaries-user.html#dx1-58017" >789</a>, <a -href="glossaries-user.html#dx1-58050" >790</a>, <a -href="glossaries-user.html#dx1-58063" >791</a>, <a -href="glossaries-user.html#dx1-59017" >792</a>, <a -href="glossaries-user.html#dx1-59053" >793</a> <br /></span> - - +href="glossaries-user.html#dx1-59112" ><span +class="cmti-10">810</span></a>, <a +href="glossaries-user.html#dx1-61017" >811</a>, <a +href="glossaries-user.html#dx1-61055" >812</a>, <a +href="glossaries-user.html#dx1-61068" >813</a>, <a +href="glossaries-user.html#dx1-62017" >814</a>, <a +href="glossaries-user.html#dx1-62053" >815</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentryfullpl</span></span></span>  <a -href="glossaries-user.html#dx1-56115" ><span -class="cmti-10">794</span></a> <br /></span> +href="glossaries-user.html#dx1-59115" ><span +class="cmti-10">816</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentryfullpl</span></span></span>  <a -href="glossaries-user.html#dx1-56114" ><span -class="cmti-10">795</span></a> <br /></span> +href="glossaries-user.html#dx1-59114" ><span +class="cmti-10">817</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentryitem</span></span></span>  <a -href="glossaries-user.html#dx1-74044" ><span -class="cmti-10">796</span></a>, <a -href="glossaries-user.html#dx1-74080" >797</a> <br /></span> +href="glossaries-user.html#dx1-77044" ><span +class="cmti-10">818</span></a>, <a +href="glossaries-user.html#dx1-77080" >819</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentrylong</span></span></span>  <a -href="glossaries-user.html#dx1-44055" >798</a>, <a -href="glossaries-user.html#dx1-56105" ><span -class="cmti-10">799</span></a>, <a -href="glossaries-user.html#dx1-59049" >800</a>, <a -href="glossaries-user.html#dx1-59060" >801</a> <br /></span> +href="glossaries-user.html#dx1-47063" >820</a>, <a +href="glossaries-user.html#dx1-59105" ><span +class="cmti-10">821</span></a>, <a +href="glossaries-user.html#dx1-62049" >822</a>, <a +href="glossaries-user.html#dx1-62060" >823</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentrylong</span></span></span>  <a -href="glossaries-user.html#dx1-56104" ><span -class="cmti-10">802</span></a>, <a -href="glossaries-user.html#dx1-59051" >803</a>, <a -href="glossaries-user.html#dx1-59061" >804</a> <br /></span> +href="glossaries-user.html#dx1-59104" ><span +class="cmti-10">824</span></a>, <a +href="glossaries-user.html#dx1-62051" >825</a>, <a +href="glossaries-user.html#dx1-62061" >826</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentrylongpl</span></span></span>  <a -href="glossaries-user.html#dx1-56107" ><span -class="cmti-10">805</span></a>, <a -href="glossaries-user.html#dx1-59050" >806</a> <br /></span> +href="glossaries-user.html#dx1-59107" ><span +class="cmti-10">827</span></a>, <a +href="glossaries-user.html#dx1-62050" >828</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentrylongpl</span></span></span>  <a -href="glossaries-user.html#dx1-56106" ><span -class="cmti-10">807</span></a>, <a -href="glossaries-user.html#dx1-59052" >808</a> <br /></span> +href="glossaries-user.html#dx1-59106" ><span +class="cmti-10">829</span></a>, <a +href="glossaries-user.html#dx1-62052" >830</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentryname</span></span></span>  <a -href="glossaries-user.html#dx1-49008" ><span -class="cmti-10">809</span></a> <br /></span> +href="glossaries-user.html#dx1-52008" ><span +class="cmti-10">831</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentryname</span></span></span>  <a -href="glossaries-user.html#dx1-49007" ><span -class="cmti-10">810</span></a>, <a -href="glossaries-user.html#dx1-49054" >811</a> <br /></span> +href="glossaries-user.html#dx1-52007" ><span +class="cmti-10">832</span></a>, <a +href="glossaries-user.html#dx1-52054" >833</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentrynumberlist</span></span></span>  <a -href="glossaries-user.html#dx1-16093" >812</a>, <a -href="glossaries-user.html#dx1-49060" ><span -class="cmti-10">813</span></a> <br /></span> +href="glossaries-user.html#dx1-17100" >834</a>, <a +href="glossaries-user.html#dx1-52060" ><span +class="cmti-10">835</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentryplural</span></span></span>  <a -href="glossaries-user.html#dx1-49018" ><span -class="cmti-10">814</span></a> <br /></span> +href="glossaries-user.html#dx1-52018" ><span +class="cmti-10">836</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentryplural</span></span></span>  <a -href="glossaries-user.html#dx1-49017" ><span -class="cmti-10">815</span></a> <br /></span> +href="glossaries-user.html#dx1-52017" ><span +class="cmti-10">837</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentryprefix</span></span></span>  <a -href="glossaries-user.html#dx1-76057" ><span -class="cmti-10">816</span></a> <br /></span> +href="glossaries-user.html#dx1-82057" ><span +class="cmti-10">838</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentryprefix</span></span></span>  <a -href="glossaries-user.html#dx1-76048" ><span -class="cmti-10">817</span></a> <br /></span> +href="glossaries-user.html#dx1-82048" ><span +class="cmti-10">839</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentryprefixfirst</span></span></span>  <a -href="glossaries-user.html#dx1-76058" ><span -class="cmti-10">818</span></a> <br /></span> +href="glossaries-user.html#dx1-82058" ><span +class="cmti-10">840</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentryprefixfirst</span></span></span>  <a -href="glossaries-user.html#dx1-76050" ><span -class="cmti-10">819</span></a> <br /></span> +href="glossaries-user.html#dx1-82050" ><span +class="cmti-10">841</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentryprefixfirstplural</span></span></span>  <a -href="glossaries-user.html#dx1-76060" ><span -class="cmti-10">820</span></a> <br /></span> +href="glossaries-user.html#dx1-82060" ><span +class="cmti-10">842</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentryprefixfirstplural</span></span></span>  <a -href="glossaries-user.html#dx1-76054" ><span -class="cmti-10">821</span></a> <br /></span> +href="glossaries-user.html#dx1-82054" ><span +class="cmti-10">843</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentryprefixplural</span></span></span>  <a -href="glossaries-user.html#dx1-76059" ><span -class="cmti-10">822</span></a> <br /></span> +href="glossaries-user.html#dx1-82059" ><span +class="cmti-10">844</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentryprefixplural</span></span></span>  <a -href="glossaries-user.html#dx1-76052" ><span -class="cmti-10">823</span></a> <br /></span> +href="glossaries-user.html#dx1-82052" ><span +class="cmti-10">845</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentryprevcount</span></span></span>  <a -href="glossaries-user.html#dx1-63007" ><span -class="cmti-10">824</span></a> <br /></span> +href="glossaries-user.html#dx1-66007" ><span +class="cmti-10">846</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentryshort</span></span></span>  <a -href="glossaries-user.html#dx1-56109" ><span -class="cmti-10">825</span></a> <br /></span> +href="glossaries-user.html#dx1-59109" ><span +class="cmti-10">847</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentryshort</span></span></span>  <a -href="glossaries-user.html#dx1-56108" ><span -class="cmti-10">826</span></a> <br /></span> +href="glossaries-user.html#dx1-59108" ><span +class="cmti-10">848</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentryshortpl</span></span></span>  <a -href="glossaries-user.html#dx1-56111" ><span -class="cmti-10">827</span></a> <br /></span> +href="glossaries-user.html#dx1-59111" ><span +class="cmti-10">849</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentryshortpl</span></span></span>  <a -href="glossaries-user.html#dx1-56110" ><span -class="cmti-10">828</span></a> <br /></span> +href="glossaries-user.html#dx1-59110" ><span +class="cmti-10">850</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentrysymbol</span></span></span>  <a -href="glossaries-user.html#dx1-49033" ><span -class="cmti-10">829</span></a> <br /></span> +href="glossaries-user.html#dx1-52033" ><span +class="cmti-10">851</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentrysymbol</span></span></span>  <a -href="glossaries-user.html#dx1-44064" >830</a>, <a -href="glossaries-user.html#dx1-49032" ><span -class="cmti-10">831</span></a> <br /></span> +href="glossaries-user.html#dx1-47074" >852</a>, <a +href="glossaries-user.html#dx1-52032" ><span +class="cmti-10">853</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentrysymbolplural</span></span></span>  <a -href="glossaries-user.html#dx1-49038" ><span -class="cmti-10">832</span></a> <br /></span> +href="glossaries-user.html#dx1-52038" ><span +class="cmti-10">854</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentrysymbolplural</span></span></span>  <a -href="glossaries-user.html#dx1-49037" ><span -class="cmti-10">833</span></a> <br /></span> +href="glossaries-user.html#dx1-52037" ><span +class="cmti-10">855</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentrytext</span></span></span>  <a -href="glossaries-user.html#dx1-30005" >834</a>, <a -href="glossaries-user.html#dx1-41010" >835</a>, <a -href="glossaries-user.html#dx1-49015" ><span -class="cmti-10">836</span></a>, <a -href="glossaries-user.html#dx1-56103" >837</a>, <a -href="glossaries-user.html#dx1-76061" >838</a> <br /></span> +href="glossaries-user.html#dx1-32005" >856</a>, <a +href="glossaries-user.html#dx1-44010" >857</a>, <a +href="glossaries-user.html#dx1-52015" ><span +class="cmti-10">858</span></a>, <a +href="glossaries-user.html#dx1-59103" >859</a>, <a +href="glossaries-user.html#dx1-82061" >860</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentrytext</span></span></span>  <a -href="glossaries-user.html#dx1-30004" >839</a>, <a -href="glossaries-user.html#dx1-41009" >840</a>, <a -href="glossaries-user.html#dx1-48012" >841</a>, <a -href="glossaries-user.html#dx1-49014" ><span -class="cmti-10">842</span></a>, <a -href="glossaries-user.html#dx1-49052" >843</a>, <a -href="glossaries-user.html#dx1-56102" >844</a> <br /></span> +href="glossaries-user.html#dx1-32004" >861</a>, <a +href="glossaries-user.html#dx1-44009" >862</a>, <a +href="glossaries-user.html#dx1-51012" >863</a>, <a +href="glossaries-user.html#dx1-52014" ><span +class="cmti-10">864</span></a>, <a +href="glossaries-user.html#dx1-52052" >865</a>, <a +href="glossaries-user.html#dx1-59102" >866</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentryuseri</span></span></span>  <a -href="glossaries-user.html#dx1-49040" ><span -class="cmti-10">845</span></a> <br /></span> +href="glossaries-user.html#dx1-52040" ><span +class="cmti-10">867</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentryuseri</span></span></span>  <a -href="glossaries-user.html#dx1-49039" ><span -class="cmti-10">846</span></a>, <a -href="glossaries-user.html#dx1-74043" >847</a> <br /></span> +href="glossaries-user.html#dx1-52039" ><span +class="cmti-10">868</span></a>, <a +href="glossaries-user.html#dx1-77043" >869</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentryuserii</span></span></span>  <a -href="glossaries-user.html#dx1-49042" ><span -class="cmti-10">848</span></a> <br /></span> +href="glossaries-user.html#dx1-52042" ><span +class="cmti-10">870</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentryuserii</span></span></span>  <a -href="glossaries-user.html#dx1-49041" ><span -class="cmti-10">849</span></a> <br /></span> +href="glossaries-user.html#dx1-52041" ><span +class="cmti-10">871</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentryuseriii</span></span></span>  <a -href="glossaries-user.html#dx1-49044" ><span -class="cmti-10">850</span></a> <br /></span> +href="glossaries-user.html#dx1-52044" ><span +class="cmti-10">872</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentryuseriii</span></span></span>  <a -href="glossaries-user.html#dx1-49043" ><span -class="cmti-10">851</span></a> <br /></span> +href="glossaries-user.html#dx1-52043" ><span +class="cmti-10">873</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentryuseriv</span></span></span>  <a -href="glossaries-user.html#dx1-49046" ><span -class="cmti-10">852</span></a> <br /></span> +href="glossaries-user.html#dx1-52046" ><span +class="cmti-10">874</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentryuseriv</span></span></span>  <a -href="glossaries-user.html#dx1-49045" ><span -class="cmti-10">853</span></a> <br /></span> +href="glossaries-user.html#dx1-52045" ><span +class="cmti-10">875</span></a> <br /></span> + + <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentryuserv</span></span></span>  <a -href="glossaries-user.html#dx1-49048" ><span -class="cmti-10">854</span></a> <br /></span> +href="glossaries-user.html#dx1-52048" ><span +class="cmti-10">876</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentryuserv</span></span></span>  <a -href="glossaries-user.html#dx1-49047" ><span -class="cmti-10">855</span></a> <br /></span> +href="glossaries-user.html#dx1-52047" ><span +class="cmti-10">877</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsentryuservi</span></span></span>  <a -href="glossaries-user.html#dx1-49050" ><span -class="cmti-10">856</span></a> <br /></span> +href="glossaries-user.html#dx1-52050" ><span +class="cmti-10">878</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsentryuservi</span></span></span>  <a -href="glossaries-user.html#dx1-49049" ><span -class="cmti-10">857</span></a> <br /></span> +href="glossaries-user.html#dx1-52049" ><span +class="cmti-10">879</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsexpandfields</span></span></span>  <a -href="glossaries-user.html#dx1-31022" ><span -class="cmti-10">858</span></a> <br /></span> +href="glossaries-user.html#dx1-34022" ><span +class="cmti-10">880</span></a> <br /></span> +<span class="index-item"><span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\glsfielddef</span></span></span>  <a +href="glossaries-user.html#dx1-81006" ><span +class="cmti-10">881</span></a> <br /></span> +<span class="index-item"><span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\glsfieldedef</span></span></span>  <a +href="glossaries-user.html#dx1-81007" ><span +class="cmti-10">882</span></a> <br /></span> +<span class="index-item"><span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\glsfieldfetch</span></span></span>  <a +href="glossaries-user.html#dx1-81001" ><span +class="cmti-10">883</span></a> <br /></span> +<span class="index-item"><span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\glsfieldgdef</span></span></span>  <a +href="glossaries-user.html#dx1-81008" ><span +class="cmti-10">884</span></a> <br /></span> +<span class="index-item"><span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\glsfieldxdef</span></span></span>  <a +href="glossaries-user.html#dx1-48031" >885</a>, <a +href="glossaries-user.html#dx1-81009" ><span +class="cmti-10">886</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GLSfirst</span></span></span>  <a -href="glossaries-user.html#dx1-43015" ><span -class="cmti-10">859</span></a> <br /></span> +href="glossaries-user.html#dx1-46015" ><span +class="cmti-10">887</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsfirst</span></span></span>  <a -href="glossaries-user.html#dx1-43014" ><span -class="cmti-10">860</span></a> <br /></span> - - +href="glossaries-user.html#dx1-46014" ><span +class="cmti-10">888</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsfirst</span></span></span>  <a -href="glossaries-user.html#dx1-43011" ><span -class="cmti-10">861</span></a> <br /></span> +href="glossaries-user.html#dx1-46011" ><span +class="cmti-10">889</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GLSfirstplural</span></span></span>  <a -href="glossaries-user.html#dx1-43025" ><span -class="cmti-10">862</span></a> <br /></span> +href="glossaries-user.html#dx1-46025" ><span +class="cmti-10">890</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsfirstplural</span></span></span>  <a -href="glossaries-user.html#dx1-43024" ><span -class="cmti-10">863</span></a> <br /></span> +href="glossaries-user.html#dx1-46024" ><span +class="cmti-10">891</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsfirstplural</span></span></span>  <a -href="glossaries-user.html#dx1-43021" ><span -class="cmti-10">864</span></a> <br /></span> +href="glossaries-user.html#dx1-46021" ><span +class="cmti-10">892</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsgenacfmt</span></span></span>  <a -href="glossaries-user.html#dx1-44037" ><span -class="cmti-10">865</span></a>, <a -href="glossaries-user.html#dx1-44059" >866</a>, <a -href="glossaries-user.html#dx1-57007" >867</a>, <a -href="glossaries-user.html#dx1-59003" >868</a>, <a -href="glossaries-user.html#dx1-59009" >869</a>, <a -href="glossaries-user.html#dx1-59046" >870</a> <br /></span> +href="glossaries-user.html#dx1-47045" ><span +class="cmti-10">893</span></a>, <a +href="glossaries-user.html#dx1-47067" >894</a>, <a +href="glossaries-user.html#dx1-60007" >895</a>, <a +href="glossaries-user.html#dx1-62003" >896</a>, <a +href="glossaries-user.html#dx1-62009" >897</a>, <a +href="glossaries-user.html#dx1-62046" >898</a>, <a +href="glossaries-user.html#dx1-62072" >899</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsgenentryfmt</span></span></span>  <a -href="glossaries-user.html#dx1-44031" ><span -class="cmti-10">871</span></a>, <a -href="glossaries-user.html#dx1-59010" >872</a>, <a -href="glossaries-user.html#dx1-59045" >873</a> <br /></span> +href="glossaries-user.html#dx1-47039" ><span +class="cmti-10">900</span></a>, <a +href="glossaries-user.html#dx1-62010" >901</a>, <a +href="glossaries-user.html#dx1-62045" >902</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsgetgrouptitle</span></span></span>  <a -href="glossaries-user.html#dx1-74026" ><span -class="cmti-10">874</span></a> <br /></span> +href="glossaries-user.html#dx1-77026" ><span +class="cmti-10">903</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsglossarymark</span></span></span>  <a -href="glossaries-user.html#dx1-17013" ><span -class="cmti-10">875</span></a>, <a -href="glossaries-user.html#dx1-17023" >876</a>, <a -href="glossaries-user.html#dx1-50056" ><span -class="cmti-10">877</span></a>, <a -href="glossaries-user.html#dx1-50057" >878</a>, <a -href="glossaries-user.html#dx1-50058" >879</a> <br /></span> +href="glossaries-user.html#dx1-18013" ><span +class="cmti-10">904</span></a>, <a +href="glossaries-user.html#dx1-18023" >905</a>, <a +href="glossaries-user.html#dx1-53056" ><span +class="cmti-10">906</span></a>, <a +href="glossaries-user.html#dx1-53057" >907</a>, <a +href="glossaries-user.html#dx1-53058" >908</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsgroupheading</span></span></span>  <a -href="glossaries-user.html#dx1-74020" ><span -class="cmti-10">880</span></a>, <a -href="glossaries-user.html#dx1-74076" >881</a> <br /></span> +href="glossaries-user.html#dx1-77020" ><span +class="cmti-10">909</span></a>, <a +href="glossaries-user.html#dx1-77076" >910</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsgroupskip</span></span></span>  <a -href="glossaries-user.html#dx1-65024" >882</a>, <a -href="glossaries-user.html#dx1-74033" ><span -class="cmti-10">883</span></a>, <a -href="glossaries-user.html#dx1-74077" >884</a> <br /></span> +href="glossaries-user.html#dx1-68027" >911</a>, <a +href="glossaries-user.html#dx1-77033" ><span +class="cmti-10">912</span></a>, <a +href="glossaries-user.html#dx1-77077" >913</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glshyperlink</span></span></span>  <a -href="glossaries-user.html#dx1-45022" >885</a>, <a -href="glossaries-user.html#dx1-49002" >886</a>, <a -href="glossaries-user.html#dx1-49051" ><span -class="cmti-10">887</span></a> <br /></span> +href="glossaries-user.html#dx1-48022" >914</a>, <a +href="glossaries-user.html#dx1-52002" >915</a>, <a +href="glossaries-user.html#dx1-52051" ><span +class="cmti-10">916</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glshypernavsep</span></span></span>  <a -href="glossaries-user.html#dx1-66016" ><span -class="cmti-10">888</span></a> <br /></span> +href="glossaries-user.html#dx1-69016" ><span +class="cmti-10">917</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsifhyper</span></span></span>  <a -href="glossaries-user.html#dx1-44027" >889</a> <br /></span> +href="glossaries-user.html#dx1-47027" >918</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsifhyperon</span></span></span>  <a -href="glossaries-user.html#dx1-44022" ><span -class="cmti-10">890</span></a> <br /></span> +href="glossaries-user.html#dx1-47022" ><span +class="cmti-10">919</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsIfListOfAcronyms</span></span></span>  <a -href="glossaries-user.html#dx1-20025" ><span -class="cmti-10">891</span></a> <br /></span> +href="glossaries-user.html#dx1-21025" ><span +class="cmti-10">920</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsifplural</span></span></span>  <a -href="glossaries-user.html#dx1-44020" ><span -class="cmti-10">892</span></a>, <a -href="glossaries-user.html#dx1-59005" >893</a> <br /></span> +href="glossaries-user.html#dx1-47020" ><span +class="cmti-10">921</span></a>, <a +href="glossaries-user.html#dx1-47033" >922</a>, <a +href="glossaries-user.html#dx1-62005" >923</a>, <a +href="glossaries-user.html#dx1-62091" >924</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsinlineparentchildseparator</span></span></span>  <a -href="glossaries-user.html#dx1-73012" ><span -class="cmti-10">894</span></a>, <a -href="glossaries-user.html#dx1-73013" >895</a> <br /></span> +href="glossaries-user.html#dx1-76012" ><span +class="cmti-10">925</span></a>, <a +href="glossaries-user.html#dx1-76013" >926</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsinlineseparator</span></span></span>  <a -href="glossaries-user.html#dx1-73008" ><span -class="cmti-10">896</span></a>, <a -href="glossaries-user.html#dx1-73009" >897</a> <br /></span> +href="glossaries-user.html#dx1-76008" ><span +class="cmti-10">927</span></a>, <a +href="glossaries-user.html#dx1-76009" >928</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsinlinesubseparator</span></span></span>  <a -href="glossaries-user.html#dx1-73010" ><span -class="cmti-10">898</span></a>, <a -href="glossaries-user.html#dx1-73011" >899</a> <br /></span> +href="glossaries-user.html#dx1-76010" ><span +class="cmti-10">929</span></a>, <a +href="glossaries-user.html#dx1-76011" >930</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsinsert</span></span></span>  <a -href="glossaries-user.html#dx1-44019" ><span -class="cmti-10">900</span></a> <br /></span> +href="glossaries-user.html#dx1-47019" ><span +class="cmti-10">931</span></a>, <a +href="glossaries-user.html#dx1-47036" >932</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glslabel</span></span></span>  <a -href="glossaries-user.html#dx1-16084" >901</a>, <a -href="glossaries-user.html#dx1-44012" ><span -class="cmti-10">902</span></a> <br /></span> +href="glossaries-user.html#dx1-17084" >933</a>, <a +href="glossaries-user.html#dx1-47012" ><span +class="cmti-10">934</span></a>, <a +href="glossaries-user.html#dx1-47031" >935</a>, <a +href="glossaries-user.html#dx1-62076" >936</a>, <a +href="glossaries-user.html#dx1-62083" >937</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glslabeltok</span></span></span>  <a -href="glossaries-user.html#dx1-59024" ><span -class="cmti-10">903</span></a> <br /></span> +href="glossaries-user.html#dx1-62024" ><span +class="cmti-10">938</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsletentryfield</span></span></span>  <a -href="glossaries-user.html#dx1-49034" ><span -class="cmti-10">904</span></a> <br /></span> +href="glossaries-user.html#dx1-52034" ><span +class="cmti-10">939</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glslink</span></span></span>  <a -href="glossaries-user.html#dx1-16075" >905</a>, <a -href="glossaries-user.html#dx1-43003" >906</a>, <a -href="glossaries-user.html#dx1-43004" ><span -class="cmti-10">907</span></a>, <a -href="glossaries-user.html#dx1-53007" >908</a>, <a -href="glossaries-user.html#dx1-59056" >909</a> <br /></span> +href="glossaries-user.html#dx1-17075" >940</a>, <a +href="glossaries-user.html#dx1-46003" >941</a>, <a +href="glossaries-user.html#dx1-46004" ><span +class="cmti-10">942</span></a>, <a +href="glossaries-user.html#dx1-56007" >943</a>, <a +href="glossaries-user.html#dx1-62056" >944</a> <br /></span> <span class="index-item"><span class="cmtt-10">\glslink </span>options<br /></span> <span class="index-subitem">    <span class="cmss-10">counter</span>  <a -href="glossaries-user.html#dx1-41066" >910</a>, <a -href="glossaries-user.html#dx1-53006" >911</a> <br /></span> +href="glossaries-user.html#dx1-44066" >945</a>, <a +href="glossaries-user.html#dx1-56006" >946</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">format</span>  <a -href="glossaries-user.html#dx1-41034" >912</a>, <a -href="glossaries-user.html#dx1-41043" >913</a>, <a -href="glossaries-user.html#dx1-49068" >914</a>, <a -href="glossaries-user.html#dx1-53010" >915</a>, <a -href="glossaries-user.html#dx1-53015" >916</a> <br /></span> +href="glossaries-user.html#dx1-44034" >947</a>, <a +href="glossaries-user.html#dx1-44043" >948</a>, <a +href="glossaries-user.html#dx1-52068" >949</a>, <a +href="glossaries-user.html#dx1-56010" >950</a>, <a +href="glossaries-user.html#dx1-56015" >951</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">hyper</span>  <a -href="glossaries-user.html#dx1-16080" >917</a>, <a -href="glossaries-user.html#dx1-41028" >918</a>, <a -href="glossaries-user.html#dx1-41029" >919</a>, <a -href="glossaries-user.html#dx1-44023" >920</a>, <a -href="glossaries-user.html#dx1-44029" >921</a>, <a -href="glossaries-user.html#dx1-45003" >922</a>, <a -href="glossaries-user.html#dx1-46002" >923</a> <br /></span> +href="glossaries-user.html#dx1-17080" >952</a>, <a +href="glossaries-user.html#dx1-44028" >953</a>, <a +href="glossaries-user.html#dx1-44029" >954</a>, <a +href="glossaries-user.html#dx1-47023" >955</a>, <a +href="glossaries-user.html#dx1-47029" >956</a>, <a +href="glossaries-user.html#dx1-48003" >957</a>, <a +href="glossaries-user.html#dx1-49002" >958</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">local</span>  <a -href="glossaries-user.html#dx1-41067" >924</a> <br /></span> +href="glossaries-user.html#dx1-44067" >959</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glslinkcheckfirsthyperhook</span></span></span>  <a -href="glossaries-user.html#dx1-16082" ><span -class="cmti-10">925</span></a> <br /></span> +href="glossaries-user.html#dx1-17082" ><span +class="cmti-10">960</span></a> <br /></span> +<span class="index-item"><span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\glslinkpostsetkeys</span></span></span>  <a +href="glossaries-user.html#dx1-17090" >961</a>, <a +href="glossaries-user.html#dx1-47038" >962</a>, <a +href="glossaries-user.html#dx1-47068" ><span +class="cmti-10">963</span></a>, <a +href="glossaries-user.html#dx1-48029" >964</a>, <a +href="glossaries-user.html#dx1-62089" >965</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glslinkvar</span></span></span>  <a -href="glossaries-user.html#dx1-44028" ><span -class="cmti-10">926</span></a> <br /></span> +href="glossaries-user.html#dx1-47028" ><span +class="cmti-10">966</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glslistdottedwidth</span></span></span>  <a -href="glossaries-user.html#dx1-66032" ><span -class="cmti-10">927</span></a> <br /></span> +href="glossaries-user.html#dx1-69032" ><span +class="cmti-10">967</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glslocalreset</span></span></span>  <a -href="glossaries-user.html#dx1-62004" ><span -class="cmti-10">928</span></a> <br /></span> +href="glossaries-user.html#dx1-65004" ><span +class="cmti-10">968</span></a> <br /></span> + + <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glslocalresetall</span></span></span>  <a -href="glossaries-user.html#dx1-62008" ><span -class="cmti-10">929</span></a> <br /></span> +href="glossaries-user.html#dx1-65008" ><span +class="cmti-10">969</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glslocalunset</span></span></span>  <a -href="glossaries-user.html#dx1-62006" ><span -class="cmti-10">930</span></a> <br /></span> +href="glossaries-user.html#dx1-65006" ><span +class="cmti-10">970</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glslocalunsetall</span></span></span>  <a -href="glossaries-user.html#dx1-62010" ><span -class="cmti-10">931</span></a> <br /></span> +href="glossaries-user.html#dx1-65010" ><span +class="cmti-10">971</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glslongtok</span></span></span>  <a -href="glossaries-user.html#dx1-59025" ><span -class="cmti-10">932</span></a> <br /></span> +href="glossaries-user.html#dx1-62025" ><span +class="cmti-10">972</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsmcols</span></span></span>  <a -href="glossaries-user.html#dx1-72011" ><span -class="cmti-10">933</span></a> <br /></span> +href="glossaries-user.html#dx1-75011" ><span +class="cmti-10">973</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsmoveentry</span></span></span>  <a -href="glossaries-user.html#dx1-36001" ><span -class="cmti-10">934</span></a> <br /></span> +href="glossaries-user.html#dx1-39001" ><span +class="cmti-10">974</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GLSname</span></span></span>  <a -href="glossaries-user.html#dx1-43032" ><span -class="cmti-10">935</span></a> <br /></span> +href="glossaries-user.html#dx1-46032" ><span +class="cmti-10">975</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsname</span></span></span>  <a -href="glossaries-user.html#dx1-43031" ><span -class="cmti-10">936</span></a> <br /></span> +href="glossaries-user.html#dx1-46031" ><span +class="cmti-10">976</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsname</span></span></span>  <a -href="glossaries-user.html#dx1-43026" ><span -class="cmti-10">937</span></a> <br /></span> +href="glossaries-user.html#dx1-46026" ><span +class="cmti-10">977</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsnamefont</span></span></span>  <a -href="glossaries-user.html#dx1-50069" ><span -class="cmti-10">938</span></a>, <a -href="glossaries-user.html#dx1-58009" >939</a>, <a -href="glossaries-user.html#dx1-71005" >940</a> <br /></span> +href="glossaries-user.html#dx1-53069" ><span +class="cmti-10">978</span></a>, <a +href="glossaries-user.html#dx1-61009" >979</a>, <a +href="glossaries-user.html#dx1-74005" >980</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsnavhypertarget</span></span></span>  <a -href="glossaries-user.html#dx1-74030" ><span -class="cmti-10">941</span></a> <br /></span> +href="glossaries-user.html#dx1-77030" ><span +class="cmti-10">981</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsnoexpandfields</span></span></span>  <a -href="glossaries-user.html#dx1-31023" ><span -class="cmti-10">942</span></a> <br /></span> +href="glossaries-user.html#dx1-34023" ><span +class="cmti-10">982</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsnoidxdisplayloc</span></span></span>  <a -href="glossaries-user.html#dx1-40032" ><span -class="cmti-10">943</span></a> <br /></span> - - +href="glossaries-user.html#dx1-43032" ><span +class="cmti-10">983</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsnumberformat</span></span></span>  <a -href="glossaries-user.html#dx1-40012" >944</a>, <a -href="glossaries-user.html#dx1-53043" >945</a> <br /></span> +href="glossaries-user.html#dx1-43012" >984</a>, <a +href="glossaries-user.html#dx1-56043" >985</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsnumberlistloop</span></span></span>  <a -href="glossaries-user.html#dx1-40029" ><span -class="cmti-10">946</span></a> <br /></span> +href="glossaries-user.html#dx1-43029" ><span +class="cmti-10">986</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsnumbersgroupname</span></span></span>  <a -href="glossaries-user.html#dx1-8032" >947</a> <br /></span> +href="glossaries-user.html#dx1-8032" >987</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsnumbersgrouptitle</span></span></span>  <a -href="glossaries-user.html#dx1-74028" >948</a> <br /></span> +href="glossaries-user.html#dx1-77028" >988</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsnumlistlastsep</span></span></span>  <a -href="glossaries-user.html#dx1-49067" ><span -class="cmti-10">949</span></a> <br /></span> +href="glossaries-user.html#dx1-52067" ><span +class="cmti-10">989</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsnumlistsep</span></span></span>  <a -href="glossaries-user.html#dx1-49066" ><span -class="cmti-10">950</span></a> <br /></span> +href="glossaries-user.html#dx1-52066" ><span +class="cmti-10">990</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsopenbrace</span></span></span>  <a -href="glossaries-user.html#dx1-51007" ><span -class="cmti-10">951</span></a> <br /></span> +href="glossaries-user.html#dx1-54007" ><span +class="cmti-10">991</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glspagelistwidth</span></span></span>  <a -href="glossaries-user.html#dx1-65011" ><span -class="cmti-10">952</span></a>, <a -href="glossaries-user.html#dx1-67022" >953</a>, <a -href="glossaries-user.html#dx1-67041" >954</a>, <a -href="glossaries-user.html#dx1-68022" >955</a>, <a -href="glossaries-user.html#dx1-68032" >956</a>, <a -href="glossaries-user.html#dx1-69028" >957</a>, <a -href="glossaries-user.html#dx1-69047" >958</a>, <a -href="glossaries-user.html#dx1-70025" >959</a> <br /></span> +href="glossaries-user.html#dx1-68014" ><span +class="cmti-10">992</span></a>, <a +href="glossaries-user.html#dx1-70022" >993</a>, <a +href="glossaries-user.html#dx1-70041" >994</a>, <a +href="glossaries-user.html#dx1-71022" >995</a>, <a +href="glossaries-user.html#dx1-71032" >996</a>, <a +href="glossaries-user.html#dx1-72028" >997</a>, <a +href="glossaries-user.html#dx1-72047" >998</a>, <a +href="glossaries-user.html#dx1-73025" >999</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glspar</span></span></span>  <a -href="glossaries-user.html#dx1-27017" ><span -class="cmti-10">960</span></a> <br /></span> +href="glossaries-user.html#dx1-28017" ><span +class="cmti-10">1000</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glspercentchar</span></span></span>  <a -href="glossaries-user.html#dx1-51009" ><span -class="cmti-10">961</span></a> <br /></span> +href="glossaries-user.html#dx1-54009" ><span +class="cmti-10">1001</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GLSpl</span></span></span>  <a -href="glossaries-user.html#dx1-3015" >962</a>, <a -href="glossaries-user.html#dx1-27030" >963</a>, <a -href="glossaries-user.html#dx1-27064" >964</a>, <a -href="glossaries-user.html#dx1-42020" ><span -class="cmti-10">965</span></a>, <a -href="glossaries-user.html#dx1-76037" >966</a> <br /></span> +href="glossaries-user.html#dx1-3015" >1002</a>, <a +href="glossaries-user.html#dx1-28030" >1003</a>, <a +href="glossaries-user.html#dx1-28064" >1004</a>, <a +href="glossaries-user.html#dx1-45020" ><span +class="cmti-10">1005</span></a>, <a +href="glossaries-user.html#dx1-82037" >1006</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glspl</span></span></span>  <a -href="glossaries-user.html#dx1-3014" >967</a>, <a -href="glossaries-user.html#dx1-27029" >968</a>, <a -href="glossaries-user.html#dx1-27063" >969</a>, <a -href="glossaries-user.html#dx1-27123" >970</a>, <a -href="glossaries-user.html#dx1-42019" ><span -class="cmti-10">971</span></a>, <a -href="glossaries-user.html#dx1-56101" >972</a>, <a -href="glossaries-user.html#dx1-76035" >973</a> <br /></span> +href="glossaries-user.html#dx1-3014" >1007</a>, <a +href="glossaries-user.html#dx1-28029" >1008</a>, <a +href="glossaries-user.html#dx1-28063" >1009</a>, <a +href="glossaries-user.html#dx1-28124" >1010</a>, <a +href="glossaries-user.html#dx1-45019" ><span +class="cmti-10">1011</span></a>, <a +href="glossaries-user.html#dx1-59101" >1012</a>, <a +href="glossaries-user.html#dx1-82035" >1013</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glspl</span></span></span>  <a -href="glossaries-user.html#dx1-3013" >974</a>, <a -href="glossaries-user.html#dx1-27028" >975</a>, <a -href="glossaries-user.html#dx1-27036" >976</a>, <a -href="glossaries-user.html#dx1-27041" >977</a>, <a -href="glossaries-user.html#dx1-27050" >978</a>, <a -href="glossaries-user.html#dx1-27052" >979</a>, <a -href="glossaries-user.html#dx1-27062" >980</a>, <a -href="glossaries-user.html#dx1-42018" ><span -class="cmti-10">981</span></a>, <a -href="glossaries-user.html#dx1-44017" >982</a>, <a -href="glossaries-user.html#dx1-56099" >983</a> <br /></span> +href="glossaries-user.html#dx1-3013" >1014</a>, <a +href="glossaries-user.html#dx1-28028" >1015</a>, <a +href="glossaries-user.html#dx1-28036" >1016</a>, <a +href="glossaries-user.html#dx1-28041" >1017</a>, <a +href="glossaries-user.html#dx1-28050" >1018</a>, <a +href="glossaries-user.html#dx1-28052" >1019</a>, <a +href="glossaries-user.html#dx1-28062" >1020</a>, <a +href="glossaries-user.html#dx1-45018" ><span +class="cmti-10">1021</span></a>, <a +href="glossaries-user.html#dx1-47017" >1022</a>, <a +href="glossaries-user.html#dx1-59099" >1023</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GLSplural</span></span></span>  <a -href="glossaries-user.html#dx1-43020" ><span -class="cmti-10">984</span></a> <br /></span> +href="glossaries-user.html#dx1-46020" ><span +class="cmti-10">1024</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsplural</span></span></span>  <a -href="glossaries-user.html#dx1-43019" ><span -class="cmti-10">985</span></a> <br /></span> +href="glossaries-user.html#dx1-46019" ><span +class="cmti-10">1025</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsplural</span></span></span>  <a -href="glossaries-user.html#dx1-43016" ><span -class="cmti-10">986</span></a> <br /></span> +href="glossaries-user.html#dx1-46016" ><span +class="cmti-10">1026</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glspluralsuffix</span></span></span>  <a -href="glossaries-user.html#dx1-27037" >987</a>, <a -href="glossaries-user.html#dx1-27039" >988</a>, <a -href="glossaries-user.html#dx1-27044" >989</a>, <a -href="glossaries-user.html#dx1-28001" ><span -class="cmti-10">990</span></a> <br /></span> +href="glossaries-user.html#dx1-28037" >1027</a>, <a +href="glossaries-user.html#dx1-28039" >1028</a>, <a +href="glossaries-user.html#dx1-28044" >1029</a>, <a +href="glossaries-user.html#dx1-29001" ><span +class="cmti-10">1030</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glspostdescription</span></span></span>  <a -href="glossaries-user.html#dx1-65031" ><span -class="cmti-10">991</span></a> <br /></span> +href="glossaries-user.html#dx1-68034" ><span +class="cmti-10">1031</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glspostinline</span></span></span>  <a -href="glossaries-user.html#dx1-73014" ><span -class="cmti-10">992</span></a>, <a -href="glossaries-user.html#dx1-73015" >993</a> <br /></span> +href="glossaries-user.html#dx1-76014" ><span +class="cmti-10">1032</span></a>, <a +href="glossaries-user.html#dx1-76015" >1033</a> <br /></span> +<span class="index-item"><span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\glspostlinkhook</span></span></span>  <a +href="glossaries-user.html#dx1-47037" >1034</a>, <a +href="glossaries-user.html#dx1-47069" ><span +class="cmti-10">1035</span></a>, <a +href="glossaries-user.html#dx1-62079" >1036</a>, <a +href="glossaries-user.html#dx1-62087" >1037</a>, <a +href="glossaries-user.html#dx1-62090" >1038</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsprestandardsort</span></span></span>  <a -href="glossaries-user.html#dx1-19021" ><span -class="cmti-10">994</span></a>, <a -href="glossaries-user.html#dx1-27073" >995</a> <br /></span> +href="glossaries-user.html#dx1-20024" ><span +class="cmti-10">1039</span></a>, <a +href="glossaries-user.html#dx1-28073" >1040</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsquote</span></span></span>  <a -href="glossaries-user.html#dx1-51014" ><span -class="cmti-10">996</span></a> <br /></span> +href="glossaries-user.html#dx1-54014" ><span +class="cmti-10">1041</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsrefentry</span></span></span>  <a -href="glossaries-user.html#dx1-5055" >997</a>, <a -href="glossaries-user.html#dx1-18005" ><span -class="cmti-10">998</span></a>, <a -href="glossaries-user.html#dx1-18023" >999</a>, <a -href="glossaries-user.html#dx1-50032" >1000</a>, <a -href="glossaries-user.html#dx1-50037" >1001</a> <br /></span> +href="glossaries-user.html#dx1-5055" >1042</a>, <a +href="glossaries-user.html#dx1-19005" ><span +class="cmti-10">1043</span></a>, <a +href="glossaries-user.html#dx1-19023" >1044</a>, <a +href="glossaries-user.html#dx1-53032" >1045</a>, <a +href="glossaries-user.html#dx1-53037" >1046</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsreset</span></span></span>  <a -href="glossaries-user.html#dx1-56027" >1002</a>, <a -href="glossaries-user.html#dx1-62003" ><span -class="cmti-10">1003</span></a> <br /></span> +href="glossaries-user.html#dx1-59027" >1047</a>, <a +href="glossaries-user.html#dx1-65003" ><span +class="cmti-10">1048</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsresetall</span></span></span>  <a -href="glossaries-user.html#dx1-62007" ><span -class="cmti-10">1004</span></a> <br /></span> +href="glossaries-user.html#dx1-65007" ><span +class="cmti-10">1049</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsresetentrycounter</span></span></span>  <a -href="glossaries-user.html#dx1-18015" ><span -class="cmti-10">1005</span></a> <br /></span> +href="glossaries-user.html#dx1-19015" ><span +class="cmti-10">1050</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glssee</span></span></span>  <a -href="glossaries-user.html#dx1-18059" >1006</a>, <a -href="glossaries-user.html#dx1-41048" >1007</a>, <a -href="glossaries-user.html#dx1-47017" ><span -class="cmti-10">1008</span></a>, <a -href="glossaries-user.html#dx1-47024" >1009</a>, <a -href="glossaries-user.html#dx1-4002" >1010</a> <br /></span> +href="glossaries-user.html#dx1-19059" >1051</a>, <a +href="glossaries-user.html#dx1-44048" >1052</a>, <a +href="glossaries-user.html#dx1-50017" ><span +class="cmti-10">1053</span></a>, <a +href="glossaries-user.html#dx1-50024" >1054</a>, <a +href="glossaries-user.html#dx1-4002" >1055</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsseeformat</span></span></span>  <a -href="glossaries-user.html#dx1-48002" ><span -class="cmti-10">1011</span></a>, <a -href="glossaries-user.html#dx1-48016" >1012</a> <br /></span> +href="glossaries-user.html#dx1-51002" ><span +class="cmti-10">1056</span></a>, <a +href="glossaries-user.html#dx1-51016" >1057</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsseeitemformat</span></span></span>  <a -href="glossaries-user.html#dx1-48011" ><span -class="cmti-10">1013</span></a> <br /></span> +href="glossaries-user.html#dx1-51011" ><span +class="cmti-10">1058</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsseelastsep</span></span></span>  <a -href="glossaries-user.html#dx1-48009" ><span -class="cmti-10">1014</span></a> <br /></span> +href="glossaries-user.html#dx1-51009" ><span +class="cmti-10">1059</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsseelist</span></span></span>  <a -href="glossaries-user.html#dx1-48017" >1015</a> <br /></span> +href="glossaries-user.html#dx1-51017" >1060</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsseesep</span></span></span>  <a -href="glossaries-user.html#dx1-48008" ><span -class="cmti-10">1016</span></a> <br /></span> +href="glossaries-user.html#dx1-51008" ><span +class="cmti-10">1061</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsSetAlphaCompositor</span></span></span>  <a -href="glossaries-user.html#dx1-26019" ><span -class="cmti-10">1017</span></a> <br /></span> +href="glossaries-user.html#dx1-27019" ><span +class="cmti-10">1062</span></a> <br /></span> + + <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsSetCompositor</span></span></span>  <a -href="glossaries-user.html#dx1-26018" ><span -class="cmti-10">1018</span></a> <br /></span> +href="glossaries-user.html#dx1-27018" ><span +class="cmti-10">1063</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glssetexpandfield</span></span></span>  <a -href="glossaries-user.html#dx1-31007" ><span -class="cmti-10">1019</span></a> <br /></span> +href="glossaries-user.html#dx1-34007" ><span +class="cmti-10">1064</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glssetnoexpandfield</span></span></span>  <a -href="glossaries-user.html#dx1-31008" ><span -class="cmti-10">1020</span></a> <br /></span> +href="glossaries-user.html#dx1-34008" ><span +class="cmti-10">1065</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsSetSuffixF</span></span></span>  <a -href="glossaries-user.html#dx1-40021" ><span -class="cmti-10">1021</span></a> <br /></span> +href="glossaries-user.html#dx1-43021" ><span +class="cmti-10">1066</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsSetSuffixFF</span></span></span>  <a -href="glossaries-user.html#dx1-40022" ><span -class="cmti-10">1022</span></a> <br /></span> +href="glossaries-user.html#dx1-43022" ><span +class="cmti-10">1067</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glssetwidest</span></span></span>  <a -href="glossaries-user.html#dx1-71033" ><span -class="cmti-10">1023</span></a> <br /></span> +href="glossaries-user.html#dx1-74033" ><span +class="cmti-10">1068</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GlsSetXdyCodePage</span></span></span>  <a -href="glossaries-user.html#dx1-10062" >1024</a>, <a -href="glossaries-user.html#dx1-19070" >1025</a>, <a -href="glossaries-user.html#dx1-52010" ><span -class="cmti-10">1026</span></a> <br /></span> +href="glossaries-user.html#dx1-10068" >1069</a>, <a +href="glossaries-user.html#dx1-20073" >1070</a>, <a +href="glossaries-user.html#dx1-55010" ><span +class="cmti-10">1071</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GlsSetXdyFirstLetterAfterDigits</span></span></span>  <a -href="glossaries-user.html#dx1-54002" ><span -class="cmti-10">1027</span></a> <br /></span> +href="glossaries-user.html#dx1-57002" ><span +class="cmti-10">1072</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GlsSetXdyLanguage</span></span></span>  <a -href="glossaries-user.html#dx1-10061" >1028</a>, <a -href="glossaries-user.html#dx1-19069" >1029</a>, <a -href="glossaries-user.html#dx1-23017" >1030</a>, <a -href="glossaries-user.html#dx1-52007" ><span -class="cmti-10">1031</span></a> <br /></span> +href="glossaries-user.html#dx1-10067" >1073</a>, <a +href="glossaries-user.html#dx1-20072" >1074</a>, <a +href="glossaries-user.html#dx1-24017" >1075</a>, <a +href="glossaries-user.html#dx1-55007" ><span +class="cmti-10">1076</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GlsSetXdyLocationClassOrder</span></span></span>  <a -href="glossaries-user.html#dx1-53051" ><span -class="cmti-10">1032</span></a> <br /></span> +href="glossaries-user.html#dx1-56051" ><span +class="cmti-10">1077</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GlsSetXdyMinRangeLength</span></span></span>  <a -href="glossaries-user.html#dx1-40016" >1033</a>, <a -href="glossaries-user.html#dx1-53056" ><span -class="cmti-10">1034</span></a> <br /></span> +href="glossaries-user.html#dx1-43016" >1078</a>, <a +href="glossaries-user.html#dx1-56056" ><span +class="cmti-10">1079</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsshorttok</span></span></span>  <a -href="glossaries-user.html#dx1-59026" ><span -class="cmti-10">1035</span></a> <br /></span> +href="glossaries-user.html#dx1-62026" ><span +class="cmti-10">1080</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glssortnumberfmt</span></span></span>  <a -href="glossaries-user.html#dx1-19017" ><span -class="cmti-10">1036</span></a> <br /></span> +href="glossaries-user.html#dx1-20017" ><span +class="cmti-10">1081</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glssubentrycounterlabel</span></span></span>  <a -href="glossaries-user.html#dx1-74066" ><span -class="cmti-10">1037</span></a> <br /></span> - - +href="glossaries-user.html#dx1-77066" ><span +class="cmti-10">1082</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glssubentryitem</span></span></span>  <a -href="glossaries-user.html#dx1-74063" ><span -class="cmti-10">1038</span></a>, <a -href="glossaries-user.html#dx1-74081" >1039</a> <br /></span> +href="glossaries-user.html#dx1-77063" ><span +class="cmti-10">1083</span></a>, <a +href="glossaries-user.html#dx1-77081" >1084</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GLSsymbol</span></span></span>  <a -href="glossaries-user.html#dx1-43037" ><span -class="cmti-10">1040</span></a> <br /></span> +href="glossaries-user.html#dx1-46037" ><span +class="cmti-10">1085</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glssymbol</span></span></span>  <a -href="glossaries-user.html#dx1-43036" ><span -class="cmti-10">1041</span></a> <br /></span> +href="glossaries-user.html#dx1-46036" ><span +class="cmti-10">1086</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glssymbol</span></span></span>  <a -href="glossaries-user.html#dx1-43033" ><span -class="cmti-10">1042</span></a>, <a -href="glossaries-user.html#dx1-44065" >1043</a> <br /></span> +href="glossaries-user.html#dx1-46033" ><span +class="cmti-10">1087</span></a>, <a +href="glossaries-user.html#dx1-47075" >1088</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glssymbolsgroupname</span></span></span>  <a -href="glossaries-user.html#dx1-8031" >1044</a>, <a -href="glossaries-user.html#dx1-74027" >1045</a> <br /></span> +href="glossaries-user.html#dx1-8031" >1089</a>, <a +href="glossaries-user.html#dx1-77027" >1090</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glstarget</span></span></span>  <a -href="glossaries-user.html#dx1-74048" ><span -class="cmti-10">1046</span></a>, <a -href="glossaries-user.html#dx1-74065" >1047</a> <br /></span> +href="glossaries-user.html#dx1-77048" ><span +class="cmti-10">1091</span></a>, <a +href="glossaries-user.html#dx1-77065" >1092</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GLStext</span></span></span>  <a -href="glossaries-user.html#dx1-30008" >1048</a>, <a -href="glossaries-user.html#dx1-43010" ><span -class="cmti-10">1049</span></a> <br /></span> +href="glossaries-user.html#dx1-32008" >1093</a>, <a +href="glossaries-user.html#dx1-46010" ><span +class="cmti-10">1094</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glstext</span></span></span>  <a -href="glossaries-user.html#dx1-30007" >1050</a>, <a -href="glossaries-user.html#dx1-43009" ><span -class="cmti-10">1051</span></a> <br /></span> +href="glossaries-user.html#dx1-32007" >1095</a>, <a +href="glossaries-user.html#dx1-46009" ><span +class="cmti-10">1096</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glstext</span></span></span>  <a -href="glossaries-user.html#dx1-16076" >1052</a>, <a -href="glossaries-user.html#dx1-16089" >1053</a>, <a -href="glossaries-user.html#dx1-30006" >1054</a>, <a -href="glossaries-user.html#dx1-43006" ><span -class="cmti-10">1055</span></a> <br /></span> +href="glossaries-user.html#dx1-17076" >1097</a>, <a +href="glossaries-user.html#dx1-17089" >1098</a>, <a +href="glossaries-user.html#dx1-32006" >1099</a>, <a +href="glossaries-user.html#dx1-46006" ><span +class="cmti-10">1100</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glstextformat</span></span></span>  <a -href="glossaries-user.html#dx1-41023" ><span -class="cmti-10">1056</span></a>, <a -href="glossaries-user.html#dx1-44067" >1057</a>, <a -href="glossaries-user.html#dx1-49001" >1058</a>, <a -href="glossaries-user.html#dx1-56035" >1059</a> <br /></span> +href="glossaries-user.html#dx1-44023" ><span +class="cmti-10">1101</span></a>, <a +href="glossaries-user.html#dx1-47077" >1102</a>, <a +href="glossaries-user.html#dx1-52001" >1103</a>, <a +href="glossaries-user.html#dx1-59035" >1104</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glstextup</span></span></span>  <a -href="glossaries-user.html#dx1-59035" ><span -class="cmti-10">1060</span></a> <br /></span> +href="glossaries-user.html#dx1-62035" ><span +class="cmti-10">1105</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glstildechar</span></span></span>  <a -href="glossaries-user.html#dx1-51010" ><span -class="cmti-10">1061</span></a> <br /></span> +href="glossaries-user.html#dx1-54010" ><span +class="cmti-10">1106</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glstocfalse</span></span></span>  <a -href="glossaries-user.html#dx1-17003" ><span -class="cmti-10">1062</span></a> <br /></span> +href="glossaries-user.html#dx1-18003" ><span +class="cmti-10">1107</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glstoctrue</span></span></span>  <a -href="glossaries-user.html#dx1-17002" ><span -class="cmti-10">1063</span></a> <br /></span> +href="glossaries-user.html#dx1-18002" ><span +class="cmti-10">1108</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glstreeindent</span></span></span>  <a -href="glossaries-user.html#dx1-71017" ><span -class="cmti-10">1064</span></a> <br /></span> +href="glossaries-user.html#dx1-74017" ><span +class="cmti-10">1109</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glstreenamefmt</span></span></span>  <a -href="glossaries-user.html#dx1-71004" ><span -class="cmti-10">1065</span></a> <br /></span> +href="glossaries-user.html#dx1-74004" ><span +class="cmti-10">1110</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glstype</span></span></span>  <a -href="glossaries-user.html#dx1-16085" >1066</a>, <a -href="glossaries-user.html#dx1-44013" ><span -class="cmti-10">1067</span></a> <br /></span> +href="glossaries-user.html#dx1-17085" >1111</a>, <a +href="glossaries-user.html#dx1-47013" ><span +class="cmti-10">1112</span></a>, <a +href="glossaries-user.html#dx1-47032" >1113</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsunset</span></span></span>  <a -href="glossaries-user.html#dx1-62005" ><span -class="cmti-10">1068</span></a> <br /></span> +href="glossaries-user.html#dx1-65005" ><span +class="cmti-10">1114</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsunsetall</span></span></span>  <a -href="glossaries-user.html#dx1-45016" >1069</a>, <a -href="glossaries-user.html#dx1-62009" ><span -class="cmti-10">1070</span></a> <br /></span> +href="glossaries-user.html#dx1-48016" >1115</a>, <a +href="glossaries-user.html#dx1-65009" ><span +class="cmti-10">1116</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GlsUseAcrEntryDispStyle</span></span></span>  <a -href="glossaries-user.html#dx1-59031" ><span -class="cmti-10">1071</span></a> <br /></span> +href="glossaries-user.html#dx1-62031" ><span +class="cmti-10">1117</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GlsUseAcrStyleDefs</span></span></span>  <a -href="glossaries-user.html#dx1-59032" ><span -class="cmti-10">1072</span></a> <br /></span> +href="glossaries-user.html#dx1-62032" ><span +class="cmti-10">1118</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GLSuseri</span></span></span>  <a -href="glossaries-user.html#dx1-43047" ><span -class="cmti-10">1073</span></a> <br /></span> +href="glossaries-user.html#dx1-46047" ><span +class="cmti-10">1119</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsuseri</span></span></span>  <a -href="glossaries-user.html#dx1-43046" ><span -class="cmti-10">1074</span></a> <br /></span> +href="glossaries-user.html#dx1-46046" ><span +class="cmti-10">1120</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsuseri</span></span></span>  <a -href="glossaries-user.html#dx1-43043" ><span -class="cmti-10">1075</span></a> <br /></span> +href="glossaries-user.html#dx1-46043" ><span +class="cmti-10">1121</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GLSuserii</span></span></span>  <a -href="glossaries-user.html#dx1-43052" ><span -class="cmti-10">1076</span></a> <br /></span> +href="glossaries-user.html#dx1-46052" ><span +class="cmti-10">1122</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsuserii</span></span></span>  <a -href="glossaries-user.html#dx1-43051" ><span -class="cmti-10">1077</span></a> <br /></span> +href="glossaries-user.html#dx1-46051" ><span +class="cmti-10">1123</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsuserii</span></span></span>  <a -href="glossaries-user.html#dx1-43048" ><span -class="cmti-10">1078</span></a> <br /></span> +href="glossaries-user.html#dx1-46048" ><span +class="cmti-10">1124</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GLSuseriii</span></span></span>  <a -href="glossaries-user.html#dx1-43057" ><span -class="cmti-10">1079</span></a> <br /></span> +href="glossaries-user.html#dx1-46057" ><span +class="cmti-10">1125</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsuseriii</span></span></span>  <a -href="glossaries-user.html#dx1-43056" ><span -class="cmti-10">1080</span></a> <br /></span> +href="glossaries-user.html#dx1-46056" ><span +class="cmti-10">1126</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsuseriii</span></span></span>  <a -href="glossaries-user.html#dx1-43053" ><span -class="cmti-10">1081</span></a> <br /></span> +href="glossaries-user.html#dx1-46053" ><span +class="cmti-10">1127</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GLSuseriv</span></span></span>  <a -href="glossaries-user.html#dx1-43062" ><span -class="cmti-10">1082</span></a> <br /></span> +href="glossaries-user.html#dx1-46062" ><span +class="cmti-10">1128</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsuseriv</span></span></span>  <a -href="glossaries-user.html#dx1-43061" ><span -class="cmti-10">1083</span></a> <br /></span> +href="glossaries-user.html#dx1-46061" ><span +class="cmti-10">1129</span></a> <br /></span> + + <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsuseriv</span></span></span>  <a -href="glossaries-user.html#dx1-43058" ><span -class="cmti-10">1084</span></a> <br /></span> +href="glossaries-user.html#dx1-46058" ><span +class="cmti-10">1130</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GLSuserv</span></span></span>  <a -href="glossaries-user.html#dx1-43067" ><span -class="cmti-10">1085</span></a> <br /></span> +href="glossaries-user.html#dx1-46067" ><span +class="cmti-10">1131</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsuserv</span></span></span>  <a -href="glossaries-user.html#dx1-43066" ><span -class="cmti-10">1086</span></a> <br /></span> +href="glossaries-user.html#dx1-46066" ><span +class="cmti-10">1132</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsuserv</span></span></span>  <a -href="glossaries-user.html#dx1-43063" ><span -class="cmti-10">1087</span></a> <br /></span> +href="glossaries-user.html#dx1-46063" ><span +class="cmti-10">1133</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\GLSuservi</span></span></span>  <a -href="glossaries-user.html#dx1-43072" ><span -class="cmti-10">1088</span></a> <br /></span> +href="glossaries-user.html#dx1-46072" ><span +class="cmti-10">1134</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Glsuservi</span></span></span>  <a -href="glossaries-user.html#dx1-43071" ><span -class="cmti-10">1089</span></a> <br /></span> +href="glossaries-user.html#dx1-46071" ><span +class="cmti-10">1135</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glsuservi</span></span></span>  <a -href="glossaries-user.html#dx1-43068" ><span -class="cmti-10">1090</span></a> <br /></span> +href="glossaries-user.html#dx1-46068" ><span +class="cmti-10">1136</span></a> <br /></span> +<span class="index-item"><span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\glswriteentry</span></span></span>  <a +href="glossaries-user.html#dx1-17095" ><span +class="cmti-10">1137</span></a> <br /></span> </p><p class="theindex"> <span class="cmbx-10">H</span> <span class="index-item"><span class="cmss-10">html </span>package  <a -href="glossaries-user.html#dx1-45002" >1091</a> <br /></span> +href="glossaries-user.html#dx1-48002" >1138</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\hyperbf</span></span></span>  <a -href="glossaries-user.html#dx1-41055" >1092</a> <br /></span> +href="glossaries-user.html#dx1-44055" >1139</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\hyperbsf</span></span></span>  <a -href="glossaries-user.html#dx1-41063" >1093</a> <br /></span> +href="glossaries-user.html#dx1-44063" >1140</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\hyperemph</span></span></span>  <a -href="glossaries-user.html#dx1-41061" >1094</a> <br /></span> - - +href="glossaries-user.html#dx1-44061" >1141</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\hyperit</span></span></span>  <a -href="glossaries-user.html#dx1-41057" >1095</a> <br /></span> +href="glossaries-user.html#dx1-44057" >1142</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\hyperlink</span></span></span>  <a -href="glossaries-user.html#dx1-41062" >1096</a>, <a -href="glossaries-user.html#dx1-45007" >1097</a> <br /></span> +href="glossaries-user.html#dx1-44062" >1143</a>, <a +href="glossaries-user.html#dx1-48007" >1144</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\hypermd</span></span></span>  <a -href="glossaries-user.html#dx1-41056" >1098</a> <br /></span> +href="glossaries-user.html#dx1-44056" >1145</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\hyperpage</span></span></span>  <a -href="glossaries-user.html#dx1-41049" >1099</a> <br /></span> +href="glossaries-user.html#dx1-44049" >1146</a> <br /></span> <span class="index-item"><span class="cmss-10">hyperref </span>package  <a -href="glossaries-user.html#dx1-5" >1100</a>, <a -href="glossaries-user.html#dx1-6" >1101</a>, <a -href="glossaries-user.html#dx1-13" >1102</a>, <a -href="glossaries-user.html#dx1-40024" >1103</a>, <a -href="glossaries-user.html#dx1-40030" >1104</a>, <a -href="glossaries-user.html#dx1-41008" >1105</a>, <a -href="glossaries-user.html#dx1-41011" >1106</a>, <a -href="glossaries-user.html#dx1-41014" >1107</a>, <a -href="glossaries-user.html#dx1-41016" >1108</a>, <a -href="glossaries-user.html#dx1-41032" >1109</a>, <a -href="glossaries-user.html#dx1-41050" >1110</a>, <a -href="glossaries-user.html#dx1-42026" >1111</a>, <a -href="glossaries-user.html#dx1-44024" >1112</a>, <a -href="glossaries-user.html#dx1-45001" >1113</a>, <a -href="glossaries-user.html#dx1-45009" >1114</a>, <a -href="glossaries-user.html#dx1-49003" >1115</a>, <a -href="glossaries-user.html#dx1-49004" >1116</a>, <a -href="glossaries-user.html#dx1-49058" >1117</a>, <a -href="glossaries-user.html#dx1-49069" >1118</a>, <a -href="glossaries-user.html#dx1-49070" >1119</a>, <a -href="glossaries-user.html#dx1-53031" >1120</a>, <a -href="glossaries-user.html#dx1-53041" >1121</a>, <a -href="glossaries-user.html#dx1-74049" >1122</a> <br /></span> +href="glossaries-user.html#dx1-5" >1147</a>, <a +href="glossaries-user.html#dx1-6" >1148</a>, <a +href="glossaries-user.html#dx1-13" >1149</a>, <a +href="glossaries-user.html#dx1-43024" >1150</a>, <a +href="glossaries-user.html#dx1-43030" >1151</a>, <a +href="glossaries-user.html#dx1-44008" >1152</a>, <a +href="glossaries-user.html#dx1-44011" >1153</a>, <a +href="glossaries-user.html#dx1-44014" >1154</a>, <a +href="glossaries-user.html#dx1-44016" >1155</a>, <a +href="glossaries-user.html#dx1-44032" >1156</a>, <a +href="glossaries-user.html#dx1-44050" >1157</a>, <a +href="glossaries-user.html#dx1-45026" >1158</a>, <a +href="glossaries-user.html#dx1-47024" >1159</a>, <a +href="glossaries-user.html#dx1-48001" >1160</a>, <a +href="glossaries-user.html#dx1-48009" >1161</a>, <a +href="glossaries-user.html#dx1-52003" >1162</a>, <a +href="glossaries-user.html#dx1-52004" >1163</a>, <a +href="glossaries-user.html#dx1-52058" >1164</a>, <a +href="glossaries-user.html#dx1-52069" >1165</a>, <a +href="glossaries-user.html#dx1-52070" >1166</a>, <a +href="glossaries-user.html#dx1-56031" >1167</a>, <a +href="glossaries-user.html#dx1-56041" >1168</a>, <a +href="glossaries-user.html#dx1-77049" >1169</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\hyperrm</span></span></span>  <a -href="glossaries-user.html#dx1-41052" >1123</a>, <a -href="glossaries-user.html#dx1-53012" >1124</a> <br /></span> +href="glossaries-user.html#dx1-44052" >1170</a>, <a +href="glossaries-user.html#dx1-56012" >1171</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\hypersc</span></span></span>  <a -href="glossaries-user.html#dx1-41060" >1125</a> <br /></span> +href="glossaries-user.html#dx1-44060" >1172</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\hypersf</span></span></span>  <a -href="glossaries-user.html#dx1-41053" >1126</a> <br /></span> +href="glossaries-user.html#dx1-44053" >1173</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\hypersl</span></span></span>  <a -href="glossaries-user.html#dx1-41058" >1127</a> <br /></span> +href="glossaries-user.html#dx1-44058" >1174</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\hypertarget</span></span></span>  <a -href="glossaries-user.html#dx1-45008" >1128</a> <br /></span> +href="glossaries-user.html#dx1-48008" >1175</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\hypertt</span></span></span>  <a -href="glossaries-user.html#dx1-41054" >1129</a> <br /></span> +href="glossaries-user.html#dx1-44054" >1176</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\hyperup</span></span></span>  <a -href="glossaries-user.html#dx1-41059" >1130</a> <br /></span> +href="glossaries-user.html#dx1-44059" >1177</a> <br /></span> </p><p class="theindex"> <span class="cmbx-10">I</span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ifglossaryexists</span></span></span>  <a -href="glossaries-user.html#dx1-75008" ><span -class="cmti-10">1131</span></a> <br /></span> +href="glossaries-user.html#dx1-80001" ><span +class="cmti-10">1178</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ifglsdescsuppressed</span></span></span>  <a -href="glossaries-user.html#dx1-75028" ><span -class="cmti-10">1132</span></a> <br /></span> +href="glossaries-user.html#dx1-80021" ><span +class="cmti-10">1179</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ifglsentryexists</span></span></span>  <a -href="glossaries-user.html#dx1-75009" ><span -class="cmti-10">1133</span></a> <br /></span> +href="glossaries-user.html#dx1-80002" ><span +class="cmti-10">1180</span></a> <br /></span> +<span class="index-item"><span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\ifglsfieldcseq</span></span></span>  <a +href="glossaries-user.html#dx1-80029" ><span +class="cmti-10">1181</span></a> <br /></span> +<span class="index-item"><span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\ifglsfielddefeq</span></span></span>  <a +href="glossaries-user.html#dx1-80027" ><span +class="cmti-10">1182</span></a> <br /></span> +<span class="index-item"><span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\ifglsfieldeq</span></span></span>  <a +href="glossaries-user.html#dx1-62084" >1183</a>, <a +href="glossaries-user.html#dx1-80024" ><span +class="cmti-10">1184</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ifglshaschildren</span></span></span>  <a -href="glossaries-user.html#dx1-75016" ><span -class="cmti-10">1134</span></a> <br /></span> +href="glossaries-user.html#dx1-80009" ><span +class="cmti-10">1185</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ifglshasdesc</span></span></span>  <a -href="glossaries-user.html#dx1-75026" ><span -class="cmti-10">1135</span></a> <br /></span> +href="glossaries-user.html#dx1-80019" ><span +class="cmti-10">1186</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ifglshaslong</span></span></span>  <a -href="glossaries-user.html#dx1-16088" >1136</a>, <a -href="glossaries-user.html#dx1-59013" >1137</a>, <a -href="glossaries-user.html#dx1-75020" ><span -class="cmti-10">1138</span></a> <br /></span> +href="glossaries-user.html#dx1-17088" >1187</a>, <a +href="glossaries-user.html#dx1-33009" >1188</a>, <a +href="glossaries-user.html#dx1-33010" >1189</a>, <a +href="glossaries-user.html#dx1-62013" >1190</a>, <a +href="glossaries-user.html#dx1-80013" ><span +class="cmti-10">1191</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ifglshasparent</span></span></span>  <a -href="glossaries-user.html#dx1-75017" ><span -class="cmti-10">1139</span></a> <br /></span> +href="glossaries-user.html#dx1-80010" ><span +class="cmti-10">1192</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ifglshasprefix</span></span></span>  <a -href="glossaries-user.html#dx1-76040" ><span -class="cmti-10">1140</span></a> <br /></span> +href="glossaries-user.html#dx1-82040" ><span +class="cmti-10">1193</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ifglshasprefixfirst</span></span></span>  <a -href="glossaries-user.html#dx1-76044" ><span -class="cmti-10">1141</span></a> <br /></span> +href="glossaries-user.html#dx1-82044" ><span +class="cmti-10">1194</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ifglshasprefixfirstplural</span></span></span>  <a -href="glossaries-user.html#dx1-76046" ><span -class="cmti-10">1142</span></a> <br /></span> +href="glossaries-user.html#dx1-82046" ><span +class="cmti-10">1195</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ifglshasprefixplural</span></span></span>  <a -href="glossaries-user.html#dx1-76042" ><span -class="cmti-10">1143</span></a> <br /></span> +href="glossaries-user.html#dx1-82042" ><span +class="cmti-10">1196</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ifglshasshort</span></span></span>  <a -href="glossaries-user.html#dx1-59012" >1144</a>, <a -href="glossaries-user.html#dx1-75023" ><span -class="cmti-10">1145</span></a> <br /></span> +href="glossaries-user.html#dx1-62012" >1197</a>, <a +href="glossaries-user.html#dx1-80016" ><span +class="cmti-10">1198</span></a> <br /></span> + + <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ifglshassymbol</span></span></span>  <a -href="glossaries-user.html#dx1-74087" >1146</a>, <a -href="glossaries-user.html#dx1-75018" ><span -class="cmti-10">1147</span></a> <br /></span> +href="glossaries-user.html#dx1-77087" >1199</a>, <a +href="glossaries-user.html#dx1-80011" ><span +class="cmti-10">1200</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ifglsucmark</span></span></span>  <a -href="glossaries-user.html#dx1-17030" ><span -class="cmti-10">1148</span></a> <br /></span> +href="glossaries-user.html#dx1-18030" ><span +class="cmti-10">1201</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ifglsused</span></span></span>  <a -href="glossaries-user.html#dx1-16086" >1149</a>, <a -href="glossaries-user.html#dx1-44030" >1150</a>, <a -href="glossaries-user.html#dx1-59004" >1151</a>, <a -href="glossaries-user.html#dx1-62011" ><span -class="cmti-10">1152</span></a>, <a -href="glossaries-user.html#dx1-75015" ><span -class="cmti-10">1153</span></a> <br /></span> +href="glossaries-user.html#dx1-17086" >1202</a>, <a +href="glossaries-user.html#dx1-47030" >1203</a>, <a +href="glossaries-user.html#dx1-62004" >1204</a>, <a +href="glossaries-user.html#dx1-62088" >1205</a>, <a +href="glossaries-user.html#dx1-65011" ><span +class="cmti-10">1206</span></a>, <a +href="glossaries-user.html#dx1-80008" ><span +class="cmti-10">1207</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\ifignoredglossary</span></span></span>  <a -href="glossaries-user.html#dx1-55012" ><span -class="cmti-10">1154</span></a> <br /></span> +href="glossaries-user.html#dx1-58012" ><span +class="cmti-10">1208</span></a> <br /></span> <span class="index-item"><span class="cmss-10">imakeidx </span>package  <a -href="glossaries-user.html#dx1-22022" >1155</a> <br /></span> +href="glossaries-user.html#dx1-23022" >1209</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\include</span></span></span>  <a -href="glossaries-user.html#dx1-35008" >1156</a> <br /></span> +href="glossaries-user.html#dx1-38008" >1210</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\index</span></span></span>  <a -href="glossaries-user.html#dx1-22019" >1157</a>, <a -href="glossaries-user.html#dx1-41036" >1158</a>, <a -href="glossaries-user.html#dx1-41037" >1159</a>, <a -href="glossaries-user.html#dx1-41038" >1160</a>, <a -href="glossaries-user.html#dx1-41046" >1161</a> <br /></span> +href="glossaries-user.html#dx1-23019" >1211</a>, <a +href="glossaries-user.html#dx1-44036" >1212</a>, <a +href="glossaries-user.html#dx1-44037" >1213</a>, <a +href="glossaries-user.html#dx1-44038" >1214</a>, <a +href="glossaries-user.html#dx1-44046" >1215</a> <br /></span> <span class="index-item"><span class="cmss-10">index </span>package  <a -href="glossaries-user.html#dx1-22021" >1162</a> <br /></span> +href="glossaries-user.html#dx1-23021" >1216</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\indexname</span></span></span>  <a -href="glossaries-user.html#dx1-55025" >1163</a> <br /></span> +href="glossaries-user.html#dx1-58025" >1217</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\indexspace</span></span></span>  <a -href="glossaries-user.html#dx1-66011" >1164</a>, <a -href="glossaries-user.html#dx1-71007" >1165</a>, <a -href="glossaries-user.html#dx1-74035" >1166</a>, <a -href="glossaries-user.html#dx1-74093" >1167</a> <br /></span> +href="glossaries-user.html#dx1-69011" >1218</a>, <a +href="glossaries-user.html#dx1-74007" >1219</a>, <a +href="glossaries-user.html#dx1-77035" >1220</a>, <a +href="glossaries-user.html#dx1-77093" >1221</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\input</span></span></span>  <a -href="glossaries-user.html#dx1-6002" >1168</a>, <a -href="glossaries-user.html#dx1-35007" >1169</a> <br /></span> +href="glossaries-user.html#dx1-6002" >1222</a>, <a +href="glossaries-user.html#dx1-38007" >1223</a> <br /></span> <span class="index-item"><span class="cmss-10">inputenc </span>package  <a -href="glossaries-user.html#dx1-5016" >1170</a>, <a -href="glossaries-user.html#dx1-5068" >1171</a>, <a -href="glossaries-user.html#dx1-7012" >1172</a>, <a -href="glossaries-user.html#dx1-27077" >1173</a>, <a -href="glossaries-user.html#dx1-27124" >1174</a>, <a -href="glossaries-user.html#dx1-52008" >1175</a> <br /></span> +href="glossaries-user.html#dx1-5016" >1224</a>, <a +href="glossaries-user.html#dx1-5068" >1225</a>, <a +href="glossaries-user.html#dx1-7012" >1226</a>, <a +href="glossaries-user.html#dx1-28077" >1227</a>, <a +href="glossaries-user.html#dx1-28125" >1228</a>, <a +href="glossaries-user.html#dx1-55008" >1229</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\inputencodingname</span></span></span>  <a -href="glossaries-user.html#dx1-52009" >1176</a> <br /></span> +href="glossaries-user.html#dx1-55009" >1230</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\item</span></span></span>  <a -href="glossaries-user.html#dx1-66009" >1177</a>, <a -href="glossaries-user.html#dx1-66017" >1178</a> <br /></span> +href="glossaries-user.html#dx1-69009" >1231</a>, <a +href="glossaries-user.html#dx1-69017" >1232</a> <br /></span> <span class="index-item"><span class="cmtt-10">itemize </span>(environment)  <a -href="glossaries-user.html#dx1-74072" >1179</a> <br /></span> +href="glossaries-user.html#dx1-77072" >1233</a> <br /></span> </p><p class="theindex"> <span class="cmbx-10">J</span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\jobname</span></span></span>  <a -href="glossaries-user.html#dx1-26011" >1180</a>, <a -href="glossaries-user.html#dx1-26013" >1181</a> <br /></span> - - +href="glossaries-user.html#dx1-27011" >1234</a>, <a +href="glossaries-user.html#dx1-27013" >1235</a> <br /></span> </p><p class="theindex"> <span class="cmbx-10">L</span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\label</span></span></span>  <a -href="glossaries-user.html#dx1-17040" >1182</a> <br /></span> +href="glossaries-user.html#dx1-18040" >1236</a> <br /></span> <span class="index-item"><span class="cmtt-10">latex</span>  <a -href="glossaries-user.html#dx1-15" >1183</a>, <a -href="glossaries-user.html#dx1-41018" >1184</a> <br /></span> +href="glossaries-user.html#dx1-15" >1237</a>, <a +href="glossaries-user.html#dx1-44018" >1238</a> <br /></span> <span class="index-item"><span class="cmtt-10">latexmk</span>  <a -href="glossaries-user.html#dx1-10012" >1185</a> <br /></span> +href="glossaries-user.html#dx1-10012" >1239</a> <br /></span> <span class="index-item">Latin alphabet  <a href="glossaries-user.html#dx1-3026" ><span -class="cmbx-10">1186</span></a>, <a -href="glossaries-user.html#dx1-4016" >1187</a>, <a -href="glossaries-user.html#dx1-7005" >1188</a> <br /></span> +class="cmbx-10">1240</span></a>, <a +href="glossaries-user.html#dx1-4017" >1241</a>, <a +href="glossaries-user.html#dx1-7005" >1242</a> <br /></span> <span class="index-item">Latin character  <a -href="glossaries-user.html#dx1-3003" >1189</a>, <a -href="glossaries-user.html#dx1-3006" >1190</a>, <a -href="glossaries-user.html#dx1-3007" >1191</a>, <a -href="glossaries-user.html#dx1-3027" >1192</a>, <a +href="glossaries-user.html#dx1-3003" >1243</a>, <a +href="glossaries-user.html#dx1-3006" >1244</a>, <a +href="glossaries-user.html#dx1-3007" >1245</a>, <a +href="glossaries-user.html#dx1-3027" >1246</a>, <a href="glossaries-user.html#dx1-3028" ><span -class="cmbx-10">1193</span></a>, <a -href="glossaries-user.html#dx1-3042" >1194</a>, <a -href="glossaries-user.html#dx1-55006" >1195</a> <br /></span> +class="cmbx-10">1247</span></a>, <a +href="glossaries-user.html#dx1-3045" >1248</a>, <a +href="glossaries-user.html#dx1-58006" >1249</a> <br /></span> <span class="index-item">link text  <a href="glossaries-user.html#dx1-3030" ><span -class="cmbx-10">1196</span></a>, <a -href="glossaries-user.html#dx1-41003" >1197</a>, <a -href="glossaries-user.html#dx1-41013" >1198</a>, <a -href="glossaries-user.html#dx1-41015" >1199</a>, <a -href="glossaries-user.html#dx1-41021" >1200</a>, <a -href="glossaries-user.html#dx1-41022" >1201</a>, <a -href="glossaries-user.html#dx1-41024" >1202</a>, <a -href="glossaries-user.html#dx1-42005" >1203</a>, <a -href="glossaries-user.html#dx1-42011" >1204</a>, <a -href="glossaries-user.html#dx1-43005" >1205</a>, <a -href="glossaries-user.html#dx1-43008" >1206</a>, <a -href="glossaries-user.html#dx1-43013" >1207</a>, <a -href="glossaries-user.html#dx1-43018" >1208</a>, <a -href="glossaries-user.html#dx1-43023" >1209</a>, <a -href="glossaries-user.html#dx1-43028" >1210</a>, <a -href="glossaries-user.html#dx1-43035" >1211</a>, <a -href="glossaries-user.html#dx1-43040" >1212</a>, <a -href="glossaries-user.html#dx1-43045" >1213</a>, <a -href="glossaries-user.html#dx1-43050" >1214</a>, <a -href="glossaries-user.html#dx1-43055" >1215</a>, <a -href="glossaries-user.html#dx1-43060" >1216</a>, <a -href="glossaries-user.html#dx1-43065" >1217</a>, <a -href="glossaries-user.html#dx1-43070" >1218</a>, <a -href="glossaries-user.html#dx1-44001" >1219</a>, <a -href="glossaries-user.html#dx1-44066" >1220</a>, <a -href="glossaries-user.html#dx1-56034" >1221</a>, <a -href="glossaries-user.html#dx1-56037" >1222</a>, <a -href="glossaries-user.html#dx1-56049" >1223</a>, <a -href="glossaries-user.html#dx1-56059" >1224</a>, <a -href="glossaries-user.html#dx1-76019" >1225</a> <br /></span> +class="cmbx-10">1250</span></a>, <a +href="glossaries-user.html#dx1-44003" >1251</a>, <a +href="glossaries-user.html#dx1-44013" >1252</a>, <a +href="glossaries-user.html#dx1-44015" >1253</a>, <a +href="glossaries-user.html#dx1-44021" >1254</a>, <a +href="glossaries-user.html#dx1-44022" >1255</a>, <a +href="glossaries-user.html#dx1-44024" >1256</a>, <a +href="glossaries-user.html#dx1-45005" >1257</a>, <a +href="glossaries-user.html#dx1-45011" >1258</a>, <a +href="glossaries-user.html#dx1-46005" >1259</a>, <a +href="glossaries-user.html#dx1-46008" >1260</a>, <a +href="glossaries-user.html#dx1-46013" >1261</a>, <a +href="glossaries-user.html#dx1-46018" >1262</a>, <a +href="glossaries-user.html#dx1-46023" >1263</a>, <a +href="glossaries-user.html#dx1-46028" >1264</a>, <a +href="glossaries-user.html#dx1-46035" >1265</a>, <a +href="glossaries-user.html#dx1-46040" >1266</a>, <a +href="glossaries-user.html#dx1-46045" >1267</a>, <a +href="glossaries-user.html#dx1-46050" >1268</a>, <a +href="glossaries-user.html#dx1-46055" >1269</a>, <a +href="glossaries-user.html#dx1-46060" >1270</a>, <a +href="glossaries-user.html#dx1-46065" >1271</a>, <a +href="glossaries-user.html#dx1-46070" >1272</a>, <a +href="glossaries-user.html#dx1-47001" >1273</a>, <a +href="glossaries-user.html#dx1-47076" >1274</a>, <a +href="glossaries-user.html#dx1-59034" >1275</a>, <a +href="glossaries-user.html#dx1-59037" >1276</a>, <a +href="glossaries-user.html#dx1-59049" >1277</a>, <a +href="glossaries-user.html#dx1-59059" >1278</a>, <a +href="glossaries-user.html#dx1-82019" >1279</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\loadglsentries</span></span></span>  <a -href="glossaries-user.html#dx1-6003" >1226</a>, <a -href="glossaries-user.html#dx1-35001" ><span -class="cmti-10">1227</span></a>, <a -href="glossaries-user.html#dx1-56028" >1228</a> <br /></span> +href="glossaries-user.html#dx1-6003" >1280</a>, <a +href="glossaries-user.html#dx1-38001" ><span +class="cmti-10">1281</span></a>, <a +href="glossaries-user.html#dx1-59028" >1282</a> <br /></span> <span class="index-item">location list  <span class="cmti-10">see </span><a -href="glossaries-user.html#dx1-40004" >number list</a> <br /></span> +href="glossaries-user.html#dx1-43004" >number list</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\longnewglossaryentry</span></span></span>  <a -href="glossaries-user.html#dx1-27003" ><span -class="cmti-10">1230</span></a>, <a -href="glossaries-user.html#dx1-30003" >1231</a>, <a -href="glossaries-user.html#dx1-35003" >1232</a>, <a -href="glossaries-user.html#dx1-38016" >1233</a> <br /></span> +href="glossaries-user.html#dx1-28003" ><span +class="cmti-10">1284</span></a>, <a +href="glossaries-user.html#dx1-32003" >1285</a>, <a +href="glossaries-user.html#dx1-38003" >1286</a>, <a +href="glossaries-user.html#dx1-41016" >1287</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\longprovideglossaryentry</span></span></span>  <a -href="glossaries-user.html#dx1-27005" ><span -class="cmti-10">1234</span></a> <br /></span> +href="glossaries-user.html#dx1-28005" ><span +class="cmti-10">1288</span></a> <br /></span> <span class="index-item"><span class="cmtt-10">longtable </span>(environment)  <a -href="glossaries-user.html#dx1-67002" >1235</a>, <a -href="glossaries-user.html#dx1-67007" >1236</a>, <a -href="glossaries-user.html#dx1-68003" >1237</a>, <a -href="glossaries-user.html#dx1-69006" >1238</a>, <a -href="glossaries-user.html#dx1-74102" >1239</a>, <a -href="glossaries-user.html#dx1-50067" >1240</a> <br /></span> +href="glossaries-user.html#dx1-70002" >1289</a>, <a +href="glossaries-user.html#dx1-70007" >1290</a>, <a +href="glossaries-user.html#dx1-71003" >1291</a>, <a +href="glossaries-user.html#dx1-72006" >1292</a>, <a +href="glossaries-user.html#dx1-77102" >1293</a>, <a +href="glossaries-user.html#dx1-53067" >1294</a> <br /></span> <span class="index-item"><span class="cmss-10">longtable </span>package  <a -href="glossaries-user.html#dx1-18032" >1241</a>, <a -href="glossaries-user.html#dx1-67009" >1242</a> <br /></span> +href="glossaries-user.html#dx1-19032" >1295</a>, <a +href="glossaries-user.html#dx1-70009" >1296</a> <br /></span> </p><p class="theindex"> <span class="cmbx-10">M</span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\makeatletter</span></span></span>  <a +href="glossaries-user.html#dx1-62085" >1297</a> <br /></span> +<span class="index-item"><span class="obeylines-h"><span class="verb"><span +class="cmtt-10">\makeatother</span></span></span>  <a +href="glossaries-user.html#dx1-62086" >1298</a> <br /></span> +<span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\makefirstuc</span></span></span>  <a -href="glossaries-user.html#dx1-42016" >1243</a>, <a -href="glossaries-user.html#dx1-44054" >1244</a>, <a -href="glossaries-user.html#dx1-17028" >1245</a> <br /></span> +href="glossaries-user.html#dx1-45016" >1299</a>, <a +href="glossaries-user.html#dx1-47062" >1300</a>, <a +href="glossaries-user.html#dx1-18028" >1301</a> <br /></span> <span class="index-item"><span class="cmtt-10">makeglossaries</span>  <a href="glossaries-user.html#dx1-3032" ><span -class="cmbx-10">1246</span></a>, <a -href="glossaries-user.html#dx1-3036" >1247</a>, <a -href="glossaries-user.html#dx1-4057" >1248</a>, <a -href="glossaries-user.html#dx1-5008" >1249</a>, <a -href="glossaries-user.html#dx1-5019" >1250</a>, <a -href="glossaries-user.html#dx1-5036" >1251</a>, <a -href="glossaries-user.html#dx1-5049" >1252</a>, <a -href="glossaries-user.html#dx1-5058" >1253</a>, <a -href="glossaries-user.html#dx1-5069" >1254</a>, <a -href="glossaries-user.html#dx1-5071" >1255</a>, <a -href="glossaries-user.html#dx1-5072" >1256</a>, <a -href="glossaries-user.html#dx1-5075" >1257</a>, <a -href="glossaries-user.html#dx1-5078" >1258</a>, <a -href="glossaries-user.html#dx1-5085" >1259</a>, <a -href="glossaries-user.html#dx1-5088" >1260</a>, <a -href="glossaries-user.html#dx1-5091" >1261</a>, <a -href="glossaries-user.html#dx1-7013" >1262</a>, <a -href="glossaries-user.html#dx1-7015" >1263</a>, <a -href="glossaries-user.html#dx1-10001" >1264</a>, <a -href="glossaries-user.html#dx1-10014" >1265</a>, <a -href="glossaries-user.html#dx1-10018" >1266</a>, <a -href="glossaries-user.html#dx1-10019" >1267</a>, <a -href="glossaries-user.html#dx1-10022" >1268</a>, <a -href="glossaries-user.html#dx1-10025" >1269</a>, <a -href="glossaries-user.html#dx1-10031" >1270</a>, <a -href="glossaries-user.html#dx1-10033" >1271</a>, <a -href="glossaries-user.html#dx1-10035" >1272</a>, <a -href="glossaries-user.html#dx1-10038" >1273</a>, <a -href="glossaries-user.html#dx1-10043" >1274</a>, <a -href="glossaries-user.html#dx1-10046" >1275</a>, <a -href="glossaries-user.html#dx1-10048" >1276</a>, <a -href="glossaries-user.html#dx1-11001" >1277</a>, <a -href="glossaries-user.html#dx1-11005" >1278</a>, <a -href="glossaries-user.html#dx1-11006" >1279</a>, <a -href="glossaries-user.html#dx1-11007" >1280</a>, <a -href="glossaries-user.html#dx1-11008" >1281</a>, <a -href="glossaries-user.html#dx1-11009" >1282</a>, <a -href="glossaries-user.html#dx1-11010" >1283</a>, <a -href="glossaries-user.html#dx1-11011" >1284</a>, <a -href="glossaries-user.html#dx1-11014" >1285</a>, <a -href="glossaries-user.html#dx1-11015" >1286</a>, <a -href="glossaries-user.html#dx1-11016" >1287</a>, <a -href="glossaries-user.html#dx1-11019" >1288</a>, <a -href="glossaries-user.html#dx1-11024" >1289</a>, <a -href="glossaries-user.html#dx1-11025" >1290</a>, <a -href="glossaries-user.html#dx1-11027" >1291</a>, <a -href="glossaries-user.html#dx1-12005" >1292</a>, <a -href="glossaries-user.html#dx1-12020" >1293</a>, <a -href="glossaries-user.html#dx1-12022" >1294</a>, <a -href="glossaries-user.html#dx1-12024" >1295</a>, <a -href="glossaries-user.html#dx1-13017" >1296</a>, <a -href="glossaries-user.html#dx1-13019" >1297</a>, <a -href="glossaries-user.html#dx1-13021" >1298</a>, <a -href="glossaries-user.html#dx1-16012" >1299</a>, <a -href="glossaries-user.html#dx1-18006" >1300</a>, <a -href="glossaries-user.html#dx1-19046" >1301</a>, <a -href="glossaries-user.html#dx1-19051" >1302</a>, <a -href="glossaries-user.html#dx1-19053" >1303</a>, <a -href="glossaries-user.html#dx1-19060" >1304</a>, <a -href="glossaries-user.html#dx1-19062" >1305</a>, <a -href="glossaries-user.html#dx1-19084" >1306</a>, <a -href="glossaries-user.html#dx1-47006" >1307</a>, <a -href="glossaries-user.html#dx1-49063" >1308</a>, <a -href="glossaries-user.html#dx1-50005" >1309</a>, <a -href="glossaries-user.html#dx1-52003" >1310</a>, <a -href="glossaries-user.html#dx1-52005" >1311</a>, <a -href="glossaries-user.html#dx1-52013" >1312</a>, <a -href="glossaries-user.html#dx1-52015" >1313</a>, <a -href="glossaries-user.html#dx1-55005" >1314</a> <br /></span> +class="cmbx-10">1302</span></a>, <a +href="glossaries-user.html#dx1-3036" >1303</a>, <a +href="glossaries-user.html#dx1-4058" >1304</a>, <a +href="glossaries-user.html#dx1-5008" >1305</a>, <a +href="glossaries-user.html#dx1-5019" >1306</a>, <a +href="glossaries-user.html#dx1-5036" >1307</a>, <a +href="glossaries-user.html#dx1-5049" >1308</a>, <a +href="glossaries-user.html#dx1-5058" >1309</a>, <a +href="glossaries-user.html#dx1-5069" >1310</a>, <a +href="glossaries-user.html#dx1-5071" >1311</a>, <a +href="glossaries-user.html#dx1-5072" >1312</a>, <a +href="glossaries-user.html#dx1-5075" >1313</a>, <a +href="glossaries-user.html#dx1-5078" >1314</a>, <a +href="glossaries-user.html#dx1-5085" >1315</a>, <a +href="glossaries-user.html#dx1-5088" >1316</a>, <a +href="glossaries-user.html#dx1-5091" >1317</a>, <a +href="glossaries-user.html#dx1-7013" >1318</a>, <a +href="glossaries-user.html#dx1-7015" >1319</a>, <a +href="glossaries-user.html#dx1-10001" >1320</a>, <a +href="glossaries-user.html#dx1-10014" >1321</a>, <a +href="glossaries-user.html#dx1-10018" >1322</a>, <a +href="glossaries-user.html#dx1-10019" >1323</a>, <a +href="glossaries-user.html#dx1-10022" >1324</a>, <a +href="glossaries-user.html#dx1-10025" >1325</a>, <a +href="glossaries-user.html#dx1-10031" >1326</a>, <a +href="glossaries-user.html#dx1-10033" >1327</a>, <a +href="glossaries-user.html#dx1-10036" >1328</a>, <a +href="glossaries-user.html#dx1-10041" >1329</a>, <a +href="glossaries-user.html#dx1-10044" >1330</a>, <a +href="glossaries-user.html#dx1-10049" >1331</a>, <a +href="glossaries-user.html#dx1-10052" >1332</a>, <a +href="glossaries-user.html#dx1-10054" >1333</a>, <a +href="glossaries-user.html#dx1-11001" >1334</a>, <a +href="glossaries-user.html#dx1-11005" >1335</a>, <a +href="glossaries-user.html#dx1-11006" >1336</a>, <a +href="glossaries-user.html#dx1-11007" >1337</a>, <a +href="glossaries-user.html#dx1-11008" >1338</a>, <a +href="glossaries-user.html#dx1-11009" >1339</a>, <a +href="glossaries-user.html#dx1-11010" >1340</a>, <a +href="glossaries-user.html#dx1-11011" >1341</a>, <a +href="glossaries-user.html#dx1-11014" >1342</a>, <a +href="glossaries-user.html#dx1-11015" >1343</a>, <a +href="glossaries-user.html#dx1-11016" >1344</a>, <a +href="glossaries-user.html#dx1-11019" >1345</a>, <a +href="glossaries-user.html#dx1-11024" >1346</a>, <a +href="glossaries-user.html#dx1-11025" >1347</a>, <a +href="glossaries-user.html#dx1-11027" >1348</a>, <a +href="glossaries-user.html#dx1-12001" >1349</a>, <a +href="glossaries-user.html#dx1-12003" >1350</a>, <a +href="glossaries-user.html#dx1-12005" >1351</a>, <a +href="glossaries-user.html#dx1-12006" >1352</a>, <a +href="glossaries-user.html#dx1-13005" >1353</a>, <a +href="glossaries-user.html#dx1-13020" >1354</a>, <a +href="glossaries-user.html#dx1-13022" >1355</a>, <a +href="glossaries-user.html#dx1-13024" >1356</a>, <a +href="glossaries-user.html#dx1-14017" >1357</a>, <a +href="glossaries-user.html#dx1-14019" >1358</a>, <a +href="glossaries-user.html#dx1-14021" >1359</a>, <a +href="glossaries-user.html#dx1-17012" >1360</a>, <a +href="glossaries-user.html#dx1-19006" >1361</a>, <a +href="glossaries-user.html#dx1-20049" >1362</a>, <a +href="glossaries-user.html#dx1-20054" >1363</a>, <a +href="glossaries-user.html#dx1-20056" >1364</a>, <a +href="glossaries-user.html#dx1-20063" >1365</a>, <a +href="glossaries-user.html#dx1-20065" >1366</a>, <a +href="glossaries-user.html#dx1-20087" >1367</a>, <a +href="glossaries-user.html#dx1-50006" >1368</a>, <a +href="glossaries-user.html#dx1-52063" >1369</a>, <a +href="glossaries-user.html#dx1-53005" >1370</a>, <a +href="glossaries-user.html#dx1-55003" >1371</a>, <a +href="glossaries-user.html#dx1-55005" >1372</a>, <a +href="glossaries-user.html#dx1-55013" >1373</a>, <a +href="glossaries-user.html#dx1-55015" >1374</a>, <a +href="glossaries-user.html#dx1-58005" >1375</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\makeglossaries</span></span></span>  <a -href="glossaries-user.html#dx1-10017" >1315</a>, <a -href="glossaries-user.html#dx1-16002" >1316</a>, <a -href="glossaries-user.html#dx1-26001" ><span -class="cmti-10">1317</span></a>, <a -href="glossaries-user.html#dx1-27111" >1318</a>, <a -href="glossaries-user.html#dx1-40017" >1319</a>, <a -href="glossaries-user.html#dx1-40026" >1320</a>, <a -href="glossaries-user.html#dx1-41007" >1321</a>, <a -href="glossaries-user.html#dx1-47001" >1322</a>, <a -href="glossaries-user.html#dx1-50004" >1323</a>, <a -href="glossaries-user.html#dx1-50014" >1324</a>, <a -href="glossaries-user.html#dx1-53008" >1325</a>, <a -href="glossaries-user.html#dx1-53021" >1326</a>, <a -href="glossaries-user.html#dx1-53022" >1327</a>, <a -href="glossaries-user.html#dx1-53027" >1328</a>, <a -href="glossaries-user.html#dx1-53028" >1329</a>, <a -href="glossaries-user.html#dx1-53053" >1330</a>, <a -href="glossaries-user.html#dx1-53054" >1331</a>, <a -href="glossaries-user.html#dx1-53059" >1332</a>, <a -href="glossaries-user.html#dx1-53060" >1333</a>, <a -href="glossaries-user.html#dx1-54004" >1334</a>, <a -href="glossaries-user.html#dx1-54005" >1335</a>, <a -href="glossaries-user.html#dx1-55022" >1336</a> <br /></span> +href="glossaries-user.html#dx1-10017" >1376</a>, <a +href="glossaries-user.html#dx1-17002" >1377</a>, <a +href="glossaries-user.html#dx1-27001" ><span +class="cmti-10">1378</span></a>, <a +href="glossaries-user.html#dx1-28112" >1379</a>, <a +href="glossaries-user.html#dx1-43017" >1380</a>, <a +href="glossaries-user.html#dx1-43026" >1381</a>, <a +href="glossaries-user.html#dx1-44007" >1382</a>, <a +href="glossaries-user.html#dx1-50001" >1383</a>, <a +href="glossaries-user.html#dx1-53004" >1384</a>, <a +href="glossaries-user.html#dx1-53014" >1385</a>, <a +href="glossaries-user.html#dx1-56008" >1386</a>, <a +href="glossaries-user.html#dx1-56021" >1387</a>, <a +href="glossaries-user.html#dx1-56022" >1388</a>, <a +href="glossaries-user.html#dx1-56027" >1389</a>, <a +href="glossaries-user.html#dx1-56028" >1390</a>, <a +href="glossaries-user.html#dx1-56053" >1391</a>, <a +href="glossaries-user.html#dx1-56054" >1392</a>, <a +href="glossaries-user.html#dx1-56059" >1393</a>, <a +href="glossaries-user.html#dx1-56060" >1394</a>, <a +href="glossaries-user.html#dx1-57004" >1395</a>, <a +href="glossaries-user.html#dx1-57005" >1396</a>, <a +href="glossaries-user.html#dx1-58022" >1397</a> <br /></span> +<span class="index-item"><span +class="cmtt-10">makeglossaries-lite.lua</span>  <a +href="glossaries-user.html#dx1-3037" ><span +class="cmbx-10">1398</span></a>, <a +href="glossaries-user.html#dx1-10030" >1399</a>, <a +href="glossaries-user.html#dx1-10032" >1400</a>, <a +href="glossaries-user.html#dx1-10037" >1401</a>, <a +href="glossaries-user.html#dx1-12002" >1402</a>, <a +href="glossaries-user.html#dx1-12004" >1403</a>, <a +href="glossaries-user.html#dx1-12007" >1404</a> <br /></span> + + <span class="index-item"><span class="cmtt-10">makeglossariesgui</span>  <a href="glossaries-user.html#dx1-3035" ><span -class="cmbx-10">1337</span></a>, <a -href="glossaries-user.html#dx1-10030" >1338</a>, <a -href="glossaries-user.html#dx1-10032" >1339</a>, <a -href="glossaries-user.html#dx1-10034" >1340</a>, <a -href="glossaries-user.html#dx1-12006" >1341</a> <br /></span> +class="cmbx-10">1405</span></a>, <a +href="glossaries-user.html#dx1-10035" >1406</a>, <a +href="glossaries-user.html#dx1-10038" >1407</a>, <a +href="glossaries-user.html#dx1-13006" >1408</a> <br /></span> <span class="index-item"><span class="cmss-10">makeidx </span>package  <a -href="glossaries-user.html#dx1-22020" >1342</a> <br /></span> +href="glossaries-user.html#dx1-23020" >1409</a> <br /></span> <span class="index-item"><span class="cmtt-10">makeindex</span>  <a -href="glossaries-user.html#dx1-3024" >1343</a>, <a -href="glossaries-user.html#dx1-3034" >1344</a>, <a -href="glossaries-user.html#dx1-3037" ><span -class="cmbx-10">1345</span></a>, <a -href="glossaries-user.html#dx1-4015" >1346</a>, <a -href="glossaries-user.html#dx1-4017" >1347</a>, <a -href="glossaries-user.html#dx1-4018" >1348</a>, <a -href="glossaries-user.html#dx1-4027" >1349</a>, <a -href="glossaries-user.html#dx1-4028" >1350</a>, <a -href="glossaries-user.html#dx1-4029" >1351</a>, <a -href="glossaries-user.html#dx1-4030" >1352</a>, <a -href="glossaries-user.html#dx1-4055" >1353</a>, <a -href="glossaries-user.html#dx1-4058" >1354</a>, <a -href="glossaries-user.html#dx1-5009" >1355</a>, <a -href="glossaries-user.html#dx1-5010" >1356</a>, <a -href="glossaries-user.html#dx1-5011" >1357</a>, <a -href="glossaries-user.html#dx1-5018" >1358</a>, <a -href="glossaries-user.html#dx1-5035" >1359</a>, <a -href="glossaries-user.html#dx1-5048" >1360</a>, <a -href="glossaries-user.html#dx1-5059" >1361</a>, <a -href="glossaries-user.html#dx1-5067" >1362</a>, <a -href="glossaries-user.html#dx1-5081" >1363</a>, <a -href="glossaries-user.html#dx1-5089" >1364</a>, <a -href="glossaries-user.html#dx1-7002" >1365</a>, <a -href="glossaries-user.html#dx1-7004" >1366</a>, <a -href="glossaries-user.html#dx1-8051" >1367</a>, <a -href="glossaries-user.html#dx1-10002" >1368</a>, <a -href="glossaries-user.html#dx1-10005" >1369</a>, <a -href="glossaries-user.html#dx1-10007" >1370</a>, <a -href="glossaries-user.html#dx1-10009" >1371</a>, <a -href="glossaries-user.html#dx1-10015" >1372</a>, <a -href="glossaries-user.html#dx1-10020" >1373</a>, <a -href="glossaries-user.html#dx1-10023" >1374</a>, <a -href="glossaries-user.html#dx1-10026" >1375</a>, <a -href="glossaries-user.html#dx1-10028" >1376</a>, <a -href="glossaries-user.html#dx1-10036" >1377</a>, <a -href="glossaries-user.html#dx1-10039" >1378</a>, <a -href="glossaries-user.html#dx1-10044" >1379</a>, <a -href="glossaries-user.html#dx1-10050" >1380</a>, <a -href="glossaries-user.html#dx1-10055" >1381</a>, <a -href="glossaries-user.html#dx1-10056" >1382</a>, <a -href="glossaries-user.html#dx1-11004" >1383</a>, <a -href="glossaries-user.html#dx1-11012" >1384</a>, <a -href="glossaries-user.html#dx1-11020" >1385</a>, <a -href="glossaries-user.html#dx1-11022" >1386</a>, <a -href="glossaries-user.html#x1-130001.4.3" >1387</a>, <a -href="glossaries-user.html#dx1-13001" >1388</a>, <a -href="glossaries-user.html#dx1-13003" >1389</a>, <a -href="glossaries-user.html#dx1-13006" >1390</a>, <a -href="glossaries-user.html#dx1-13009" >1391</a>, <a -href="glossaries-user.html#dx1-13011" >1392</a>, <a -href="glossaries-user.html#dx1-13018" >1393</a>, <a -href="glossaries-user.html#dx1-13020" >1394</a>, <a -href="glossaries-user.html#dx1-14002" >1395</a>, <a -href="glossaries-user.html#dx1-14005" >1396</a>, <a -href="glossaries-user.html#dx1-14013" >1397</a>, <a -href="glossaries-user.html#dx1-16025" >1398</a>, <a -href="glossaries-user.html#dx1-16028" >1399</a>, <a -href="glossaries-user.html#dx1-18007" >1400</a>, <a -href="glossaries-user.html#dx1-19024" >1401</a>, <a -href="glossaries-user.html#dx1-19050" >1402</a>, <a -href="glossaries-user.html#dx1-19052" >1403</a>, <a -href="glossaries-user.html#dx1-19054" >1404</a>, <a -href="glossaries-user.html#dx1-19064" >1405</a>, <a -href="glossaries-user.html#dx1-19073" >1406</a>, <a -href="glossaries-user.html#dx1-19076" >1407</a>, <a -href="glossaries-user.html#dx1-19079" >1408</a>, <a -href="glossaries-user.html#dx1-26002" >1409</a>, <a -href="glossaries-user.html#dx1-26007" >1410</a>, <a -href="glossaries-user.html#dx1-32003" >1411</a>, <a -href="glossaries-user.html#dx1-40006" >1412</a>, <a -href="glossaries-user.html#dx1-40007" >1413</a>, <a -href="glossaries-user.html#dx1-40010" >1414</a>, <a -href="glossaries-user.html#dx1-40013" >1415</a>, <a -href="glossaries-user.html#dx1-40019" >1416</a>, <a -href="glossaries-user.html#dx1-41005" >1417</a>, <a -href="glossaries-user.html#dx1-41035" >1418</a>, <a -href="glossaries-user.html#dx1-41042" >1419</a>, <a -href="glossaries-user.html#dx1-49064" >1420</a>, <a -href="glossaries-user.html#dx1-50006" >1421</a>, <a -href="glossaries-user.html#dx1-50008" >1422</a>, <a -href="glossaries-user.html#dx1-55003" >1423</a>, <a -href="glossaries-user.html#dx1-65009" >1424</a>, <a -href="glossaries-user.html#dx1-71015" >1425</a>, <a -href="glossaries-user.html#dx1-74021" >1426</a>, <a -href="glossaries-user.html#dx1-48004" >1427</a> <br /></span> +href="glossaries-user.html#dx1-3024" >1410</a>, <a +href="glossaries-user.html#dx1-3034" >1411</a>, <a +href="glossaries-user.html#dx1-3039" >1412</a>, <a +href="glossaries-user.html#dx1-3040" ><span +class="cmbx-10">1413</span></a>, <a +href="glossaries-user.html#dx1-4016" >1414</a>, <a +href="glossaries-user.html#dx1-4018" >1415</a>, <a +href="glossaries-user.html#dx1-4019" >1416</a>, <a +href="glossaries-user.html#dx1-4028" >1417</a>, <a +href="glossaries-user.html#dx1-4029" >1418</a>, <a +href="glossaries-user.html#dx1-4030" >1419</a>, <a +href="glossaries-user.html#dx1-4031" >1420</a>, <a +href="glossaries-user.html#dx1-4056" >1421</a>, <a +href="glossaries-user.html#dx1-4059" >1422</a>, <a +href="glossaries-user.html#dx1-5009" >1423</a>, <a +href="glossaries-user.html#dx1-5010" >1424</a>, <a +href="glossaries-user.html#dx1-5011" >1425</a>, <a +href="glossaries-user.html#dx1-5018" >1426</a>, <a +href="glossaries-user.html#dx1-5035" >1427</a>, <a +href="glossaries-user.html#dx1-5048" >1428</a>, <a +href="glossaries-user.html#dx1-5059" >1429</a>, <a +href="glossaries-user.html#dx1-5067" >1430</a>, <a +href="glossaries-user.html#dx1-5081" >1431</a>, <a +href="glossaries-user.html#dx1-5089" >1432</a>, <a +href="glossaries-user.html#dx1-7002" >1433</a>, <a +href="glossaries-user.html#dx1-7004" >1434</a>, <a +href="glossaries-user.html#dx1-8051" >1435</a>, <a +href="glossaries-user.html#dx1-10002" >1436</a>, <a +href="glossaries-user.html#dx1-10005" >1437</a>, <a +href="glossaries-user.html#dx1-10007" >1438</a>, <a +href="glossaries-user.html#dx1-10009" >1439</a>, <a +href="glossaries-user.html#dx1-10015" >1440</a>, <a +href="glossaries-user.html#dx1-10020" >1441</a>, <a +href="glossaries-user.html#dx1-10023" >1442</a>, <a +href="glossaries-user.html#dx1-10026" >1443</a>, <a +href="glossaries-user.html#dx1-10028" >1444</a>, <a +href="glossaries-user.html#dx1-10034" >1445</a>, <a +href="glossaries-user.html#dx1-10039" >1446</a>, <a +href="glossaries-user.html#dx1-10042" >1447</a>, <a +href="glossaries-user.html#dx1-10045" >1448</a>, <a +href="glossaries-user.html#dx1-10050" >1449</a>, <a +href="glossaries-user.html#dx1-10056" >1450</a>, <a +href="glossaries-user.html#dx1-10061" >1451</a>, <a +href="glossaries-user.html#dx1-10062" >1452</a>, <a +href="glossaries-user.html#dx1-11004" >1453</a>, <a +href="glossaries-user.html#dx1-11012" >1454</a>, <a +href="glossaries-user.html#dx1-11020" >1455</a>, <a +href="glossaries-user.html#dx1-11022" >1456</a>, <a +href="glossaries-user.html#x1-140001.4.4" >1457</a>, <a +href="glossaries-user.html#dx1-14001" >1458</a>, <a +href="glossaries-user.html#dx1-14003" >1459</a>, <a +href="glossaries-user.html#dx1-14006" >1460</a>, <a +href="glossaries-user.html#dx1-14009" >1461</a>, <a +href="glossaries-user.html#dx1-14011" >1462</a>, <a +href="glossaries-user.html#dx1-14018" >1463</a>, <a +href="glossaries-user.html#dx1-14020" >1464</a>, <a +href="glossaries-user.html#dx1-15002" >1465</a>, <a +href="glossaries-user.html#dx1-15005" >1466</a>, <a +href="glossaries-user.html#dx1-15013" >1467</a>, <a +href="glossaries-user.html#dx1-17025" >1468</a>, <a +href="glossaries-user.html#dx1-17028" >1469</a>, <a +href="glossaries-user.html#dx1-19007" >1470</a>, <a +href="glossaries-user.html#dx1-20027" >1471</a>, <a +href="glossaries-user.html#dx1-20053" >1472</a>, <a +href="glossaries-user.html#dx1-20055" >1473</a>, <a +href="glossaries-user.html#dx1-20057" >1474</a>, <a +href="glossaries-user.html#dx1-20067" >1475</a>, <a +href="glossaries-user.html#dx1-20076" >1476</a>, <a +href="glossaries-user.html#dx1-20079" >1477</a>, <a +href="glossaries-user.html#dx1-20082" >1478</a>, <a +href="glossaries-user.html#dx1-27002" >1479</a>, <a +href="glossaries-user.html#dx1-27007" >1480</a>, <a +href="glossaries-user.html#dx1-35003" >1481</a>, <a +href="glossaries-user.html#dx1-43006" >1482</a>, <a +href="glossaries-user.html#dx1-43007" >1483</a>, <a +href="glossaries-user.html#dx1-43010" >1484</a>, <a +href="glossaries-user.html#dx1-43013" >1485</a>, <a +href="glossaries-user.html#dx1-43019" >1486</a>, <a +href="glossaries-user.html#dx1-44005" >1487</a>, <a +href="glossaries-user.html#dx1-44035" >1488</a>, <a +href="glossaries-user.html#dx1-44042" >1489</a>, <a +href="glossaries-user.html#dx1-52064" >1490</a>, <a +href="glossaries-user.html#dx1-53006" >1491</a>, <a +href="glossaries-user.html#dx1-53008" >1492</a>, <a +href="glossaries-user.html#dx1-58003" >1493</a>, <a +href="glossaries-user.html#dx1-68012" >1494</a>, <a +href="glossaries-user.html#dx1-74015" >1495</a>, <a +href="glossaries-user.html#dx1-77021" >1496</a>, <a +href="glossaries-user.html#dx1-51004" >1497</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\makenoidxglossaries</span></span></span>  <a -href="glossaries-user.html#dx1-25001" ><span -class="cmti-10">1428</span></a>, <a -href="glossaries-user.html#dx1-47002" >1429</a>, <a -href="glossaries-user.html#dx1-50002" >1430</a>, <a -href="glossaries-user.html#dx1-50012" >1431</a> <br /></span> +href="glossaries-user.html#dx1-26001" ><span +class="cmti-10">1498</span></a>, <a +href="glossaries-user.html#dx1-50002" >1499</a>, <a +href="glossaries-user.html#dx1-53002" >1500</a>, <a +href="glossaries-user.html#dx1-53012" >1501</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\MakeTextUppercase</span></span></span>  <a -href="glossaries-user.html#dx1-17024" >1432</a> <br /></span> +href="glossaries-user.html#dx1-18024" >1502</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\markboth</span></span></span>  <a -href="glossaries-user.html#dx1-17016" >1433</a> <br /></span> +href="glossaries-user.html#dx1-18016" >1503</a> <br /></span> <span class="index-item"><span class="cmss-10">memoir </span>class  <a -href="glossaries-user.html#dx1-17021" >1434</a>, <a -href="glossaries-user.html#dx1-17031" >1435</a>, <a -href="glossaries-user.html#dx1-17033" >1436</a>, <a -href="glossaries-user.html#dx1-17015" >1437</a> <br /></span> +href="glossaries-user.html#dx1-18021" >1504</a>, <a +href="glossaries-user.html#dx1-18031" >1505</a>, <a +href="glossaries-user.html#dx1-18033" >1506</a>, <a +href="glossaries-user.html#dx1-18015" >1507</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\memUChead</span></span></span>  <a -href="glossaries-user.html#dx1-17034" >1438</a> <br /></span> +href="glossaries-user.html#dx1-18034" >1508</a> <br /></span> <span class="index-item"><span class="cmss-10">mfirstuc </span>package  <a -href="glossaries-user.html#dx1-3" >1439</a>, <a -href="glossaries-user.html#dx1-4" >1440</a>, <a -href="glossaries-user.html#dx1-7011" >1441</a>, <a -href="glossaries-user.html#dx1-27126" >1442</a>, <a -href="glossaries-user.html#dx1-42017" >1443</a>, <a -href="glossaries-user.html#dx1-49006" >1444</a> <br /></span> +href="glossaries-user.html#dx1-3" >1509</a>, <a +href="glossaries-user.html#dx1-4" >1510</a>, <a +href="glossaries-user.html#dx1-7011" >1511</a>, <a +href="glossaries-user.html#dx1-28127" >1512</a>, <a +href="glossaries-user.html#dx1-45017" >1513</a>, <a +href="glossaries-user.html#dx1-52006" >1514</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\mfirstucMakeUppercase</span></span></span>  <a -href="glossaries-user.html#dx1-17026" >1445</a> <br /></span> +href="glossaries-user.html#dx1-18026" >1515</a> <br /></span> <span class="index-item"><span class="cmss-10">multicol </span>package  <a -href="glossaries-user.html#dx1-72004" >1446</a> <br /></span> +href="glossaries-user.html#dx1-75004" >1516</a> <br /></span> <span class="index-item"><span class="cmtt-10">multicols </span>(environment)  <a -href="glossaries-user.html#dx1-72002" >1447</a>, <a -href="glossaries-user.html#dx1-72007" >1448</a> <br /></span> +href="glossaries-user.html#dx1-75002" >1517</a>, <a +href="glossaries-user.html#dx1-75007" >1518</a> <br /></span> <span class="index-item"><span class="cmss-10">mwe </span>package  <a -href="glossaries-user.html#dx1-6006" >1449</a> <br /></span> +href="glossaries-user.html#dx1-6006" >1519</a> <br /></span> </p><p class="theindex"> <span class="cmbx-10">N</span> <span class="index-item"><span class="cmss-10">nameref </span>package  <a -href="glossaries-user.html#dx1-17049" >1450</a> <br /></span> +href="glossaries-user.html#dx1-18049" >1520</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\newacronym</span></span></span>  <a -href="glossaries-user.html#dx1-5025" >1451</a>, <a -href="glossaries-user.html#dx1-20014" >1452</a>, <a -href="glossaries-user.html#dx1-21003" >1453</a>, <a -href="glossaries-user.html#dx1-21013" >1454</a>, <a -href="glossaries-user.html#dx1-21018" >1455</a>, <a -href="glossaries-user.html#dx1-21026" >1456</a>, <a -href="glossaries-user.html#dx1-21035" >1457</a>, <a -href="glossaries-user.html#dx1-27090" >1458</a>, <a -href="glossaries-user.html#dx1-27114" >1459</a>, <a -href="glossaries-user.html#dx1-35016" >1460</a>, <a -href="glossaries-user.html#dx1-37002" >1461</a>, <a -href="glossaries-user.html#dx1-41002" >1462</a>, <a -href="glossaries-user.html#dx1-42009" >1463</a>, <a -href="glossaries-user.html#dx1-44036" >1464</a>, <a -href="glossaries-user.html#dx1-47013" >1465</a>, <a -href="glossaries-user.html#dx1-56005" ><span -class="cmti-10">1466</span></a>, <a -href="glossaries-user.html#dx1-56024" >1467</a>, <a -href="glossaries-user.html#dx1-56029" >1468</a>, <a -href="glossaries-user.html#dx1-56040" >1469</a>, <a -href="glossaries-user.html#dx1-56047" >1470</a>, <a -href="glossaries-user.html#dx1-56051" >1471</a>, <a -href="glossaries-user.html#dx1-56058" >1472</a>, <a -href="glossaries-user.html#dx1-58039" >1473</a>, <a -href="glossaries-user.html#dx1-58057" >1474</a>, <a -href="glossaries-user.html#dx1-58071" >1475</a>, <a -href="glossaries-user.html#dx1-59007" >1476</a>, <a -href="glossaries-user.html#dx1-59023" >1477</a>, <a -href="glossaries-user.html#dx1-61006" >1478</a>, <a -href="glossaries-user.html#dx1-63002" >1479</a>, <a -href="glossaries-user.html#dx1-75022" >1480</a>, <a -href="glossaries-user.html#dx1-75025" >1481</a>, <a -href="glossaries-user.html#dx1-77023" >1482</a>, <a -href="glossaries-user.html#dx1-77026" >1483</a>, <a -href="glossaries-user.html#dx1-77029" >1484</a>, <a -href="glossaries-user.html#dx1-77032" >1485</a> <br /></span> +href="glossaries-user.html#dx1-5025" >1521</a>, <a +href="glossaries-user.html#dx1-21014" >1522</a>, <a +href="glossaries-user.html#dx1-22003" >1523</a>, <a +href="glossaries-user.html#dx1-22013" >1524</a>, <a +href="glossaries-user.html#dx1-22018" >1525</a>, <a +href="glossaries-user.html#dx1-22026" >1526</a>, <a +href="glossaries-user.html#dx1-22035" >1527</a>, <a +href="glossaries-user.html#dx1-28090" >1528</a>, <a +href="glossaries-user.html#dx1-28115" >1529</a>, <a +href="glossaries-user.html#dx1-33004" >1530</a>, <a +href="glossaries-user.html#dx1-38016" >1531</a>, <a +href="glossaries-user.html#dx1-40002" >1532</a>, <a +href="glossaries-user.html#dx1-44002" >1533</a>, <a +href="glossaries-user.html#dx1-45009" >1534</a>, <a +href="glossaries-user.html#dx1-47044" >1535</a>, <a +href="glossaries-user.html#dx1-50013" >1536</a>, <a +href="glossaries-user.html#dx1-59005" ><span +class="cmti-10">1537</span></a>, <a +href="glossaries-user.html#dx1-59024" >1538</a>, <a +href="glossaries-user.html#dx1-59029" >1539</a>, <a +href="glossaries-user.html#dx1-59040" >1540</a>, <a +href="glossaries-user.html#dx1-59047" >1541</a>, <a +href="glossaries-user.html#dx1-59051" >1542</a>, <a +href="glossaries-user.html#dx1-59058" >1543</a>, <a +href="glossaries-user.html#dx1-61044" >1544</a>, <a +href="glossaries-user.html#dx1-61062" >1545</a>, <a +href="glossaries-user.html#dx1-61076" >1546</a>, <a +href="glossaries-user.html#dx1-62007" >1547</a>, <a +href="glossaries-user.html#dx1-62023" >1548</a>, <a +href="glossaries-user.html#dx1-62082" >1549</a>, <a +href="glossaries-user.html#dx1-64006" >1550</a>, <a +href="glossaries-user.html#dx1-66002" >1551</a>, <a +href="glossaries-user.html#dx1-80015" >1552</a>, <a +href="glossaries-user.html#dx1-80018" >1553</a>, <a +href="glossaries-user.html#dx1-83023" >1554</a>, <a +href="glossaries-user.html#dx1-83026" >1555</a>, <a +href="glossaries-user.html#dx1-83029" >1556</a>, <a +href="glossaries-user.html#dx1-83032" >1557</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\newacronymstyle</span></span></span>  <a -href="glossaries-user.html#dx1-59001" ><span -class="cmti-10">1486</span></a>, <a -href="glossaries-user.html#dx1-59044" >1487</a>, <a -href="glossaries-user.html#dx1-59047" >1488</a> <br /></span> - - +href="glossaries-user.html#dx1-62001" ><span +class="cmti-10">1558</span></a>, <a +href="glossaries-user.html#dx1-62044" >1559</a>, <a +href="glossaries-user.html#dx1-62047" >1560</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\newdualentry</span></span></span>  <a -href="glossaries-user.html#dx1-46012" >1489</a> <br /></span> +href="glossaries-user.html#dx1-49012" >1561</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\newglossary</span></span></span>  <a -href="glossaries-user.html#dx1-12019" >1490</a>, <a -href="glossaries-user.html#dx1-13016" >1491</a>, <a -href="glossaries-user.html#dx1-16011" >1492</a>, <a -href="glossaries-user.html#dx1-53005" >1493</a>, <a -href="glossaries-user.html#dx1-53039" >1494</a>, <a -href="glossaries-user.html#dx1-55001" ><span -class="cmti-10">1495</span></a> <br /></span> +href="glossaries-user.html#dx1-13019" >1562</a>, <a +href="glossaries-user.html#dx1-14016" >1563</a>, <a +href="glossaries-user.html#dx1-17011" >1564</a>, <a +href="glossaries-user.html#dx1-56005" >1565</a>, <a +href="glossaries-user.html#dx1-56039" >1566</a>, <a +href="glossaries-user.html#dx1-58001" ><span +class="cmti-10">1567</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\newglossary*</span></span></span>  <a -href="glossaries-user.html#dx1-55007" ><span -class="cmti-10">1496</span></a> <br /></span> +href="glossaries-user.html#dx1-58007" ><span +class="cmti-10">1568</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\newglossaryentry</span></span></span>  <a -href="glossaries-user.html#dx1-3021" >1497</a>, <a -href="glossaries-user.html#dx1-4062" >1498</a>, <a -href="glossaries-user.html#dx1-5024" >1499</a>, <a -href="glossaries-user.html#dx1-18058" >1500</a>, <a -href="glossaries-user.html#dx1-19008" >1501</a>, <a -href="glossaries-user.html#dx1-19030" >1502</a>, <a -href="glossaries-user.html#dx1-22013" >1503</a>, <a -href="glossaries-user.html#dx1-27001" >1504</a>, <a -href="glossaries-user.html#dx1-27002" ><span -class="cmti-10">1505</span></a>, <a -href="glossaries-user.html#dx1-27112" >1506</a>, <a -href="glossaries-user.html#dx1-30002" >1507</a>, <a -href="glossaries-user.html#dx1-35002" >1508</a>, <a -href="glossaries-user.html#dx1-35006" >1509</a>, <a -href="glossaries-user.html#dx1-35029" >1510</a>, <a -href="glossaries-user.html#dx1-37001" >1511</a>, <a -href="glossaries-user.html#dx1-41001" >1512</a>, <a -href="glossaries-user.html#dx1-42008" >1513</a>, <a -href="glossaries-user.html#dx1-42023" >1514</a>, <a -href="glossaries-user.html#dx1-56006" >1515</a>, <a -href="glossaries-user.html#dx1-56025" >1516</a>, <a -href="glossaries-user.html#dx1-59008" >1517</a>, <a -href="glossaries-user.html#dx1-63001" >1518</a>, <a -href="glossaries-user.html#dx1-76002" >1519</a> <br /></span> +href="glossaries-user.html#dx1-3021" >1569</a>, <a +href="glossaries-user.html#dx1-4066" >1570</a>, <a +href="glossaries-user.html#dx1-5024" >1571</a>, <a +href="glossaries-user.html#dx1-19058" >1572</a>, <a +href="glossaries-user.html#dx1-20008" >1573</a>, <a +href="glossaries-user.html#dx1-20033" >1574</a>, <a +href="glossaries-user.html#dx1-23013" >1575</a>, <a +href="glossaries-user.html#dx1-28001" >1576</a>, <a +href="glossaries-user.html#dx1-28002" ><span +class="cmti-10">1577</span></a>, <a +href="glossaries-user.html#dx1-28113" >1578</a>, <a +href="glossaries-user.html#dx1-32002" >1579</a>, <a +href="glossaries-user.html#dx1-38002" >1580</a>, <a +href="glossaries-user.html#dx1-38006" >1581</a>, <a +href="glossaries-user.html#dx1-38029" >1582</a>, <a +href="glossaries-user.html#dx1-40001" >1583</a>, <a +href="glossaries-user.html#dx1-44001" >1584</a>, <a +href="glossaries-user.html#dx1-45008" >1585</a>, <a +href="glossaries-user.html#dx1-45023" >1586</a>, <a +href="glossaries-user.html#dx1-59006" >1587</a>, <a +href="glossaries-user.html#dx1-59025" >1588</a>, <a +href="glossaries-user.html#dx1-62008" >1589</a>, <a +href="glossaries-user.html#dx1-66001" >1590</a>, <a +href="glossaries-user.html#dx1-82002" >1591</a> <br /></span> <span class="index-item"><span class="cmtt-10">\newglossaryentry </span>options<br /></span> <span class="index-subitem">    <span class="cmss-10">access</span>  <a -href="glossaries-user.html#dx1-77003" >1520</a> <br /></span> +href="glossaries-user.html#dx1-83003" >1592</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">description</span>  <a -href="glossaries-user.html#dx1-6007" >1521</a>, <a -href="glossaries-user.html#dx1-27009" >1522</a>, <a -href="glossaries-user.html#dx1-27012" >1523</a>, <a -href="glossaries-user.html#dx1-27015" >1524</a>, <a -href="glossaries-user.html#dx1-27021" >1525</a>, <a -href="glossaries-user.html#dx1-31002" >1526</a>, <a -href="glossaries-user.html#dx1-31012" >1527</a>, <a -href="glossaries-user.html#dx1-43039" >1528</a>, <a -href="glossaries-user.html#dx1-56018" >1529</a>, <a -href="glossaries-user.html#dx1-58025" >1530</a>, <a -href="glossaries-user.html#dx1-58038" >1531</a>, <a -href="glossaries-user.html#dx1-58066" >1532</a>, <a -href="glossaries-user.html#dx1-59029" >1533</a>, <a -href="glossaries-user.html#dx1-75027" >1534</a>, <a -href="glossaries-user.html#dx1-75029" >1535</a>, <a -href="glossaries-user.html#dx1-77018" >1536</a> <br /></span> +href="glossaries-user.html#dx1-6007" >1593</a>, <a +href="glossaries-user.html#dx1-28009" >1594</a>, <a +href="glossaries-user.html#dx1-28012" >1595</a>, <a +href="glossaries-user.html#dx1-28015" >1596</a>, <a +href="glossaries-user.html#dx1-28021" >1597</a>, <a +href="glossaries-user.html#dx1-33008" >1598</a>, <a +href="glossaries-user.html#dx1-34002" >1599</a>, <a +href="glossaries-user.html#dx1-34012" >1600</a>, <a +href="glossaries-user.html#dx1-46039" >1601</a>, <a +href="glossaries-user.html#dx1-59018" >1602</a>, <a +href="glossaries-user.html#dx1-61026" >1603</a>, <a +href="glossaries-user.html#dx1-61043" >1604</a>, <a +href="glossaries-user.html#dx1-61071" >1605</a>, <a +href="glossaries-user.html#dx1-62029" >1606</a>, <a +href="glossaries-user.html#dx1-80020" >1607</a>, <a +href="glossaries-user.html#dx1-80022" >1608</a>, <a +href="glossaries-user.html#dx1-83018" >1609</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">descriptionaccess</span>  <a -href="glossaries-user.html#dx1-77017" >1537</a> <br /></span> +href="glossaries-user.html#dx1-83017" >1610</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">descriptionplural</span>  <a -href="glossaries-user.html#dx1-27020" >1538</a>, <a -href="glossaries-user.html#dx1-31003" >1539</a>, <a -href="glossaries-user.html#dx1-31013" >1540</a>, <a -href="glossaries-user.html#dx1-77020" >1541</a> <br /></span> +href="glossaries-user.html#dx1-28020" >1611</a>, <a +href="glossaries-user.html#dx1-34003" >1612</a>, <a +href="glossaries-user.html#dx1-34013" >1613</a>, <a +href="glossaries-user.html#dx1-83020" >1614</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">descriptionpluralaccess</span>  <a -href="glossaries-user.html#dx1-77019" >1542</a> <br /></span> +href="glossaries-user.html#dx1-83019" >1615</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">entrycounter</span>  <a -href="glossaries-user.html#dx1-50034" >1543</a>, <a -href="glossaries-user.html#dx1-50036" >1544</a> <br /></span> +href="glossaries-user.html#dx1-53034" >1616</a>, <a +href="glossaries-user.html#dx1-53036" >1617</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">first</span>  <a -href="glossaries-user.html#dx1-3019" >1545</a>, <a -href="glossaries-user.html#dx1-27025" >1546</a>, <a -href="glossaries-user.html#dx1-27043" >1547</a>, <a -href="glossaries-user.html#dx1-27045" >1548</a>, <a -href="glossaries-user.html#dx1-27046" >1549</a>, <a -href="glossaries-user.html#dx1-27054" >1550</a>, <a -href="glossaries-user.html#dx1-27057" >1551</a>, <a -href="glossaries-user.html#dx1-42007" >1552</a>, <a -href="glossaries-user.html#dx1-43012" >1553</a>, <a -href="glossaries-user.html#dx1-43030" >1554</a>, <a -href="glossaries-user.html#dx1-44032" >1555</a>, <a -href="glossaries-user.html#dx1-44044" >1556</a>, <a -href="glossaries-user.html#dx1-44047" >1557</a>, <a -href="glossaries-user.html#dx1-49011" >1558</a>, <a -href="glossaries-user.html#dx1-49022" >1559</a>, <a -href="glossaries-user.html#dx1-57002" >1560</a>, <a -href="glossaries-user.html#dx1-62001" >1561</a>, <a -href="glossaries-user.html#dx1-76008" >1562</a>, <a -href="glossaries-user.html#dx1-77008" >1563</a> <br /></span> +href="glossaries-user.html#dx1-3019" >1618</a>, <a +href="glossaries-user.html#dx1-28025" >1619</a>, <a +href="glossaries-user.html#dx1-28043" >1620</a>, <a +href="glossaries-user.html#dx1-28045" >1621</a>, <a +href="glossaries-user.html#dx1-28046" >1622</a>, <a +href="glossaries-user.html#dx1-28054" >1623</a>, <a +href="glossaries-user.html#dx1-28057" >1624</a>, <a +href="glossaries-user.html#dx1-45007" >1625</a>, <a +href="glossaries-user.html#dx1-46012" >1626</a>, <a +href="glossaries-user.html#dx1-46030" >1627</a>, <a +href="glossaries-user.html#dx1-47040" >1628</a>, <a +href="glossaries-user.html#dx1-47052" >1629</a>, <a +href="glossaries-user.html#dx1-47055" >1630</a>, <a +href="glossaries-user.html#dx1-52011" >1631</a>, <a +href="glossaries-user.html#dx1-52022" >1632</a>, <a +href="glossaries-user.html#dx1-60002" >1633</a>, <a +href="glossaries-user.html#dx1-65001" >1634</a>, <a +href="glossaries-user.html#dx1-81005" >1635</a>, <a +href="glossaries-user.html#dx1-82008" >1636</a>, <a +href="glossaries-user.html#dx1-83008" >1637</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">firstaccess</span>  <a -href="glossaries-user.html#dx1-77007" >1564</a> <br /></span> +href="glossaries-user.html#dx1-83007" >1638</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">firstplural</span>  <a -href="glossaries-user.html#dx1-3020" >1565</a>, <a -href="glossaries-user.html#dx1-27033" >1566</a>, <a -href="glossaries-user.html#dx1-27040" >1567</a>, <a -href="glossaries-user.html#dx1-27051" >1568</a>, <a -href="glossaries-user.html#dx1-27053" >1569</a>, <a -href="glossaries-user.html#dx1-27056" >1570</a>, <a -href="glossaries-user.html#dx1-28005" >1571</a>, <a -href="glossaries-user.html#dx1-31011" >1572</a>, <a -href="glossaries-user.html#dx1-42022" >1573</a>, <a -href="glossaries-user.html#dx1-43022" >1574</a>, <a -href="glossaries-user.html#dx1-44035" >1575</a>, <a -href="glossaries-user.html#dx1-44045" >1576</a>, <a -href="glossaries-user.html#dx1-44049" >1577</a>, <a -href="glossaries-user.html#dx1-49025" >1578</a>, <a -href="glossaries-user.html#dx1-76011" >1579</a>, <a -href="glossaries-user.html#dx1-77012" >1580</a> <br /></span> +href="glossaries-user.html#dx1-3020" >1639</a>, <a +href="glossaries-user.html#dx1-28033" >1640</a>, <a +href="glossaries-user.html#dx1-28040" >1641</a>, <a +href="glossaries-user.html#dx1-28051" >1642</a>, <a +href="glossaries-user.html#dx1-28053" >1643</a>, <a +href="glossaries-user.html#dx1-28056" >1644</a>, <a +href="glossaries-user.html#dx1-29005" >1645</a>, <a +href="glossaries-user.html#dx1-34011" >1646</a>, <a +href="glossaries-user.html#dx1-45022" >1647</a>, <a +href="glossaries-user.html#dx1-46022" >1648</a>, <a +href="glossaries-user.html#dx1-47043" >1649</a>, <a +href="glossaries-user.html#dx1-47053" >1650</a>, <a +href="glossaries-user.html#dx1-47057" >1651</a>, <a +href="glossaries-user.html#dx1-52025" >1652</a>, <a +href="glossaries-user.html#dx1-82011" >1653</a>, <a +href="glossaries-user.html#dx1-83012" >1654</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">firstpluralaccess</span>  <a -href="glossaries-user.html#dx1-77011" >1581</a> <br /></span> +href="glossaries-user.html#dx1-83011" >1655</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">format</span>  <a -href="glossaries-user.html#dx1-41064" >1582</a> <br /></span> +href="glossaries-user.html#dx1-44064" >1656</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">long</span>  <a -href="glossaries-user.html#dx1-16087" >1583</a>, <a -href="glossaries-user.html#dx1-27115" >1584</a>, <a -href="glossaries-user.html#dx1-42012" >1585</a>, <a -href="glossaries-user.html#dx1-44038" >1586</a>, <a -href="glossaries-user.html#dx1-56009" >1587</a>, <a -href="glossaries-user.html#dx1-56050" >1588</a>, <a -href="glossaries-user.html#dx1-57005" >1589</a>, <a -href="glossaries-user.html#dx1-75021" >1590</a>, <a -href="glossaries-user.html#dx1-77022" >1591</a> <br /></span> +href="glossaries-user.html#dx1-17087" >1657</a>, <a +href="glossaries-user.html#dx1-28116" >1658</a>, <a +href="glossaries-user.html#dx1-33005" >1659</a>, <a +href="glossaries-user.html#dx1-45012" >1660</a>, <a +href="glossaries-user.html#dx1-47046" >1661</a>, <a +href="glossaries-user.html#dx1-59009" >1662</a>, <a +href="glossaries-user.html#dx1-59050" >1663</a>, <a +href="glossaries-user.html#dx1-60005" >1664</a>, <a +href="glossaries-user.html#dx1-80014" >1665</a>, <a +href="glossaries-user.html#dx1-83022" >1666</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">longaccess</span>  <a -href="glossaries-user.html#dx1-77021" >1592</a> <br /></span> +href="glossaries-user.html#dx1-83021" >1667</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">longplural</span>  <a -href="glossaries-user.html#dx1-27116" >1593</a>, <a -href="glossaries-user.html#dx1-31020" >1594</a>, <a -href="glossaries-user.html#dx1-42024" >1595</a>, <a -href="glossaries-user.html#dx1-44040" >1596</a>, <a -href="glossaries-user.html#dx1-56010" >1597</a>, <a -href="glossaries-user.html#dx1-56020" >1598</a>, <a -href="glossaries-user.html#dx1-56021" >1599</a>, <a -href="glossaries-user.html#dx1-56057" >1600</a>, <a -href="glossaries-user.html#dx1-77028" >1601</a> <br /></span> +href="glossaries-user.html#dx1-28117" >1668</a>, <a +href="glossaries-user.html#dx1-34020" >1669</a>, <a +href="glossaries-user.html#dx1-45024" >1670</a>, <a +href="glossaries-user.html#dx1-47048" >1671</a>, <a +href="glossaries-user.html#dx1-59010" >1672</a>, <a +href="glossaries-user.html#dx1-59020" >1673</a>, <a +href="glossaries-user.html#dx1-59021" >1674</a>, <a +href="glossaries-user.html#dx1-59057" >1675</a>, <a +href="glossaries-user.html#dx1-83028" >1676</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">longpluralaccess</span>  <a -href="glossaries-user.html#dx1-77027" >1602</a> <br /></span> +href="glossaries-user.html#dx1-83027" >1677</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">name</span>  <a -href="glossaries-user.html#dx1-6009" >1603</a>, <a -href="glossaries-user.html#dx1-6010" >1604</a>, <a -href="glossaries-user.html#dx1-19009" >1605</a>, <a -href="glossaries-user.html#dx1-19023" >1606</a>, <a -href="glossaries-user.html#dx1-19041" >1607</a>, <a -href="glossaries-user.html#dx1-27010" >1608</a>, <a -href="glossaries-user.html#dx1-27013" >1609</a>, <a -href="glossaries-user.html#dx1-27024" >1610</a>, <a -href="glossaries-user.html#dx1-27067" >1611</a>, <a -href="glossaries-user.html#dx1-27071" >1612</a>, <a -href="glossaries-user.html#dx1-27074" >1613</a>, <a -href="glossaries-user.html#dx1-27080" >1614</a>, <a -href="glossaries-user.html#dx1-27082" >1615</a>, <a -href="glossaries-user.html#dx1-27086" >1616</a>, <a -href="glossaries-user.html#dx1-31001" >1617</a>, <a -href="glossaries-user.html#dx1-34001" >1618</a>, <a -href="glossaries-user.html#dx1-43027" >1619</a>, <a -href="glossaries-user.html#dx1-49009" >1620</a>, <a -href="glossaries-user.html#dx1-57009" >1621</a>, <a -href="glossaries-user.html#dx1-58052" >1622</a>, <a -href="glossaries-user.html#dx1-58055" >1623</a>, <a -href="glossaries-user.html#dx1-58065" >1624</a>, <a -href="glossaries-user.html#dx1-58072" >1625</a>, <a -href="glossaries-user.html#dx1-58074" >1626</a>, <a -href="glossaries-user.html#dx1-58079" >1627</a>, <a -href="glossaries-user.html#dx1-59065" >1628</a>, <a -href="glossaries-user.html#dx1-74023" >1629</a>, <a -href="glossaries-user.html#dx1-77004" >1630</a>, <a -href="glossaries-user.html#dx1-48014" >1631</a>, <a -href="glossaries-user.html#dx1-49055" >1632</a> <br /></span> +href="glossaries-user.html#dx1-6009" >1678</a>, <a +href="glossaries-user.html#dx1-6010" >1679</a>, <a +href="glossaries-user.html#dx1-20009" >1680</a>, <a +href="glossaries-user.html#dx1-20026" >1681</a>, <a +href="glossaries-user.html#dx1-20044" >1682</a>, <a +href="glossaries-user.html#dx1-28010" >1683</a>, <a +href="glossaries-user.html#dx1-28013" >1684</a>, <a +href="glossaries-user.html#dx1-28024" >1685</a>, <a +href="glossaries-user.html#dx1-28067" >1686</a>, <a +href="glossaries-user.html#dx1-28071" >1687</a>, <a +href="glossaries-user.html#dx1-28074" >1688</a>, <a +href="glossaries-user.html#dx1-28080" >1689</a>, <a +href="glossaries-user.html#dx1-28082" >1690</a>, <a +href="glossaries-user.html#dx1-28086" >1691</a>, <a +href="glossaries-user.html#dx1-34001" >1692</a>, <a +href="glossaries-user.html#dx1-37001" >1693</a>, <a +href="glossaries-user.html#dx1-46027" >1694</a>, <a +href="glossaries-user.html#dx1-52009" >1695</a>, <a +href="glossaries-user.html#dx1-60009" >1696</a>, <a +href="glossaries-user.html#dx1-61057" >1697</a>, <a +href="glossaries-user.html#dx1-61060" >1698</a>, <a +href="glossaries-user.html#dx1-61070" >1699</a>, <a +href="glossaries-user.html#dx1-61077" >1700</a>, <a +href="glossaries-user.html#dx1-61079" >1701</a>, <a +href="glossaries-user.html#dx1-61084" >1702</a>, <a +href="glossaries-user.html#dx1-62065" >1703</a>, <a +href="glossaries-user.html#dx1-77023" >1704</a>, <a +href="glossaries-user.html#dx1-81003" >1705</a>, <a +href="glossaries-user.html#dx1-83004" >1706</a>, <a +href="glossaries-user.html#dx1-51014" >1707</a>, <a +href="glossaries-user.html#dx1-52055" >1708</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">nonumberlist</span>  <a -href="glossaries-user.html#dx1-27100" >1633</a> <br /></span> +href="glossaries-user.html#dx1-28101" >1709</a> <br /></span> + + <span class="index-subitem">    <span class="cmss-10">parent</span>  <a -href="glossaries-user.html#dx1-27011" >1634</a>, <a -href="glossaries-user.html#dx1-27014" >1635</a>, <a -href="glossaries-user.html#dx1-27019" >1636</a>, <a -href="glossaries-user.html#dx1-33001" >1637</a> <br /></span> +href="glossaries-user.html#dx1-28011" >1710</a>, <a +href="glossaries-user.html#dx1-28014" >1711</a>, <a +href="glossaries-user.html#dx1-28019" >1712</a>, <a +href="glossaries-user.html#dx1-36001" >1713</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">plural</span>  <a -href="glossaries-user.html#dx1-27035" >1638</a>, <a -href="glossaries-user.html#dx1-27042" >1639</a>, <a -href="glossaries-user.html#dx1-27055" >1640</a>, <a -href="glossaries-user.html#dx1-28002" >1641</a>, <a -href="glossaries-user.html#dx1-28004" >1642</a>, <a -href="glossaries-user.html#dx1-34008" >1643</a>, <a -href="glossaries-user.html#dx1-42021" >1644</a>, <a -href="glossaries-user.html#dx1-43017" >1645</a>, <a -href="glossaries-user.html#dx1-44034" >1646</a>, <a -href="glossaries-user.html#dx1-44043" >1647</a>, <a -href="glossaries-user.html#dx1-49019" >1648</a>, <a -href="glossaries-user.html#dx1-76006" >1649</a>, <a -href="glossaries-user.html#dx1-77010" >1650</a> <br /></span> +href="glossaries-user.html#dx1-28035" >1714</a>, <a +href="glossaries-user.html#dx1-28042" >1715</a>, <a +href="glossaries-user.html#dx1-28055" >1716</a>, <a +href="glossaries-user.html#dx1-29002" >1717</a>, <a +href="glossaries-user.html#dx1-29004" >1718</a>, <a +href="glossaries-user.html#dx1-37008" >1719</a>, <a +href="glossaries-user.html#dx1-45021" >1720</a>, <a +href="glossaries-user.html#dx1-46017" >1721</a>, <a +href="glossaries-user.html#dx1-47042" >1722</a>, <a +href="glossaries-user.html#dx1-47051" >1723</a>, <a +href="glossaries-user.html#dx1-52019" >1724</a>, <a +href="glossaries-user.html#dx1-81004" >1725</a>, <a +href="glossaries-user.html#dx1-82006" >1726</a>, <a +href="glossaries-user.html#dx1-83010" >1727</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">pluralaccess</span>  <a -href="glossaries-user.html#dx1-77009" >1651</a> <br /></span> +href="glossaries-user.html#dx1-83009" >1728</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">prefix</span>  <a -href="glossaries-user.html#dx1-76003" >1652</a>, <a -href="glossaries-user.html#dx1-76009" >1653</a>, <a -href="glossaries-user.html#dx1-76021" >1654</a>, <a -href="glossaries-user.html#dx1-76024" >1655</a>, <a -href="glossaries-user.html#dx1-76041" >1656</a>, <a -href="glossaries-user.html#dx1-76049" >1657</a>, <a -href="glossaries-user.html#dx1-76016" >1658</a> <br /></span> +href="glossaries-user.html#dx1-82003" >1729</a>, <a +href="glossaries-user.html#dx1-82009" >1730</a>, <a +href="glossaries-user.html#dx1-82021" >1731</a>, <a +href="glossaries-user.html#dx1-82024" >1732</a>, <a +href="glossaries-user.html#dx1-82041" >1733</a>, <a +href="glossaries-user.html#dx1-82049" >1734</a>, <a +href="glossaries-user.html#dx1-82016" >1735</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">prefixfirst</span>  <a -href="glossaries-user.html#dx1-76007" >1659</a>, <a -href="glossaries-user.html#dx1-76022" >1660</a>, <a -href="glossaries-user.html#dx1-76025" >1661</a>, <a -href="glossaries-user.html#dx1-76045" >1662</a>, <a -href="glossaries-user.html#dx1-76051" >1663</a> <br /></span> +href="glossaries-user.html#dx1-82007" >1736</a>, <a +href="glossaries-user.html#dx1-82022" >1737</a>, <a +href="glossaries-user.html#dx1-82025" >1738</a>, <a +href="glossaries-user.html#dx1-82045" >1739</a>, <a +href="glossaries-user.html#dx1-82051" >1740</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">prefixfirstplural</span>  <a -href="glossaries-user.html#dx1-76010" >1664</a>, <a -href="glossaries-user.html#dx1-76031" >1665</a>, <a -href="glossaries-user.html#dx1-76034" >1666</a>, <a -href="glossaries-user.html#dx1-76047" >1667</a>, <a -href="glossaries-user.html#dx1-76055" >1668</a> <br /></span> +href="glossaries-user.html#dx1-82010" >1741</a>, <a +href="glossaries-user.html#dx1-82031" >1742</a>, <a +href="glossaries-user.html#dx1-82034" >1743</a>, <a +href="glossaries-user.html#dx1-82047" >1744</a>, <a +href="glossaries-user.html#dx1-82055" >1745</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">prefixplural</span>  <a -href="glossaries-user.html#dx1-76005" >1669</a>, <a -href="glossaries-user.html#dx1-76012" >1670</a>, <a -href="glossaries-user.html#dx1-76030" >1671</a>, <a -href="glossaries-user.html#dx1-76033" >1672</a>, <a -href="glossaries-user.html#dx1-76043" >1673</a>, <a -href="glossaries-user.html#dx1-76053" >1674</a> <br /></span> +href="glossaries-user.html#dx1-82005" >1746</a>, <a +href="glossaries-user.html#dx1-82012" >1747</a>, <a +href="glossaries-user.html#dx1-82030" >1748</a>, <a +href="glossaries-user.html#dx1-82033" >1749</a>, <a +href="glossaries-user.html#dx1-82043" >1750</a>, <a +href="glossaries-user.html#dx1-82053" >1751</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">see</span>  <a -href="glossaries-user.html#dx1-18057" >1675</a>, <a -href="glossaries-user.html#dx1-18061" >1676</a>, <a -href="glossaries-user.html#dx1-27105" >1677</a>, <a -href="glossaries-user.html#dx1-27106" >1678</a>, <a -href="glossaries-user.html#dx1-27113" >1679</a>, <a -href="glossaries-user.html#dx1-41047" >1680</a>, <a -href="glossaries-user.html#dx1-47009" >1681</a>, <a -href="glossaries-user.html#dx1-47010" >1682</a>, <a -href="glossaries-user.html#dx1-47012" >1683</a>, <a -href="glossaries-user.html#dx1-47023" >1684</a>, <a -href="glossaries-user.html#dx1-48001" >1685</a>, <a -href="glossaries-user.html#dx1-4003" >1686</a>, <a -href="glossaries-user.html#dx1-48007" >1687</a> <br /></span> +href="glossaries-user.html#dx1-19057" >1752</a>, <a +href="glossaries-user.html#dx1-19061" >1753</a>, <a +href="glossaries-user.html#dx1-28106" >1754</a>, <a +href="glossaries-user.html#dx1-28107" >1755</a>, <a +href="glossaries-user.html#dx1-28114" >1756</a>, <a +href="glossaries-user.html#dx1-44047" >1757</a>, <a +href="glossaries-user.html#dx1-50009" >1758</a>, <a +href="glossaries-user.html#dx1-50010" >1759</a>, <a +href="glossaries-user.html#dx1-50012" >1760</a>, <a +href="glossaries-user.html#dx1-50023" >1761</a>, <a +href="glossaries-user.html#dx1-51001" >1762</a>, <a +href="glossaries-user.html#dx1-4003" >1763</a>, <a +href="glossaries-user.html#dx1-51007" >1764</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">short</span>  <a -href="glossaries-user.html#dx1-27117" >1688</a>, <a -href="glossaries-user.html#dx1-42013" >1689</a>, <a -href="glossaries-user.html#dx1-44039" >1690</a>, <a -href="glossaries-user.html#dx1-56011" >1691</a>, <a -href="glossaries-user.html#dx1-56039" >1692</a>, <a -href="glossaries-user.html#dx1-57006" >1693</a>, <a -href="glossaries-user.html#dx1-75024" >1694</a>, <a -href="glossaries-user.html#dx1-77025" >1695</a> <br /></span> +href="glossaries-user.html#dx1-28118" >1765</a>, <a +href="glossaries-user.html#dx1-45013" >1766</a>, <a +href="glossaries-user.html#dx1-47047" >1767</a>, <a +href="glossaries-user.html#dx1-59011" >1768</a>, <a +href="glossaries-user.html#dx1-59039" >1769</a>, <a +href="glossaries-user.html#dx1-60006" >1770</a>, <a +href="glossaries-user.html#dx1-80017" >1771</a>, <a +href="glossaries-user.html#dx1-83025" >1772</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">shortaccess</span>  <a -href="glossaries-user.html#dx1-77024" >1696</a> <br /></span> +href="glossaries-user.html#dx1-83024" >1773</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">shortplural</span>  <a -href="glossaries-user.html#dx1-27118" >1697</a>, <a -href="glossaries-user.html#dx1-31021" >1698</a>, <a -href="glossaries-user.html#dx1-42025" >1699</a>, <a -href="glossaries-user.html#dx1-44041" >1700</a>, <a -href="glossaries-user.html#dx1-56012" >1701</a>, <a -href="glossaries-user.html#dx1-56019" >1702</a>, <a -href="glossaries-user.html#dx1-56022" >1703</a>, <a -href="glossaries-user.html#dx1-56046" >1704</a>, <a -href="glossaries-user.html#dx1-77031" >1705</a> <br /></span> +href="glossaries-user.html#dx1-28119" >1774</a>, <a +href="glossaries-user.html#dx1-34021" >1775</a>, <a +href="glossaries-user.html#dx1-45025" >1776</a>, <a +href="glossaries-user.html#dx1-47049" >1777</a>, <a +href="glossaries-user.html#dx1-59012" >1778</a>, <a +href="glossaries-user.html#dx1-59019" >1779</a>, <a +href="glossaries-user.html#dx1-59022" >1780</a>, <a +href="glossaries-user.html#dx1-59046" >1781</a>, <a +href="glossaries-user.html#dx1-83031" >1782</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">shortpluralaccess</span>  <a -href="glossaries-user.html#dx1-77030" >1706</a> <br /></span> +href="glossaries-user.html#dx1-83030" >1783</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">sort</span>  <a -href="glossaries-user.html#dx1-3046" >1707</a>, <a -href="glossaries-user.html#dx1-19007" >1708</a>, <a -href="glossaries-user.html#dx1-19010" >1709</a>, <a -href="glossaries-user.html#dx1-19012" >1710</a>, <a -href="glossaries-user.html#dx1-19014" >1711</a>, <a -href="glossaries-user.html#dx1-19022" >1712</a>, <a -href="glossaries-user.html#dx1-27066" >1713</a>, <a -href="glossaries-user.html#dx1-27070" >1714</a>, <a -href="glossaries-user.html#dx1-27072" >1715</a>, <a -href="glossaries-user.html#dx1-27075" >1716</a>, <a -href="glossaries-user.html#dx1-27079" >1717</a>, <a -href="glossaries-user.html#dx1-27085" >1718</a>, <a -href="glossaries-user.html#dx1-27087" >1719</a>, <a -href="glossaries-user.html#dx1-27127" >1720</a>, <a -href="glossaries-user.html#dx1-31006" >1721</a>, <a -href="glossaries-user.html#dx1-31010" >1722</a>, <a -href="glossaries-user.html#dx1-34004" >1723</a>, <a -href="glossaries-user.html#dx1-38010" >1724</a>, <a -href="glossaries-user.html#dx1-50049" >1725</a>, <a -href="glossaries-user.html#dx1-57011" >1726</a>, <a -href="glossaries-user.html#dx1-58053" >1727</a>, <a -href="glossaries-user.html#dx1-58056" >1728</a>, <a -href="glossaries-user.html#dx1-58064" >1729</a>, <a -href="glossaries-user.html#dx1-58073" >1730</a>, <a -href="glossaries-user.html#dx1-58080" >1731</a>, <a -href="glossaries-user.html#dx1-74022" >1732</a>, <a -href="glossaries-user.html#dx1-74024" >1733</a> <br /></span> +href="glossaries-user.html#dx1-3049" >1784</a>, <a +href="glossaries-user.html#dx1-20007" >1785</a>, <a +href="glossaries-user.html#dx1-20010" >1786</a>, <a +href="glossaries-user.html#dx1-20012" >1787</a>, <a +href="glossaries-user.html#dx1-20014" >1788</a>, <a +href="glossaries-user.html#dx1-20025" >1789</a>, <a +href="glossaries-user.html#dx1-28066" >1790</a>, <a +href="glossaries-user.html#dx1-28070" >1791</a>, <a +href="glossaries-user.html#dx1-28072" >1792</a>, <a +href="glossaries-user.html#dx1-28075" >1793</a>, <a +href="glossaries-user.html#dx1-28079" >1794</a>, <a +href="glossaries-user.html#dx1-28085" >1795</a>, <a +href="glossaries-user.html#dx1-28087" >1796</a>, <a +href="glossaries-user.html#dx1-28128" >1797</a>, <a +href="glossaries-user.html#dx1-34006" >1798</a>, <a +href="glossaries-user.html#dx1-34010" >1799</a>, <a +href="glossaries-user.html#dx1-37004" >1800</a>, <a +href="glossaries-user.html#dx1-41010" >1801</a>, <a +href="glossaries-user.html#dx1-53049" >1802</a>, <a +href="glossaries-user.html#dx1-60011" >1803</a>, <a +href="glossaries-user.html#dx1-61058" >1804</a>, <a +href="glossaries-user.html#dx1-61061" >1805</a>, <a +href="glossaries-user.html#dx1-61069" >1806</a>, <a +href="glossaries-user.html#dx1-61078" >1807</a>, <a +href="glossaries-user.html#dx1-61085" >1808</a>, <a +href="glossaries-user.html#dx1-77022" >1809</a>, <a +href="glossaries-user.html#dx1-77024" >1810</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">subentrycounter</span>  <a -href="glossaries-user.html#dx1-50035" >1734</a> <br /></span> +href="glossaries-user.html#dx1-53035" >1811</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">symbol</span>  <a -href="glossaries-user.html#dx1-6004" >1735</a>, <a -href="glossaries-user.html#dx1-27058" >1736</a>, <a -href="glossaries-user.html#dx1-27065" >1737</a>, <a -href="glossaries-user.html#dx1-31004" >1738</a>, <a -href="glossaries-user.html#dx1-43034" >1739</a>, <a -href="glossaries-user.html#dx1-44062" >1740</a>, <a -href="glossaries-user.html#dx1-44071" >1741</a>, <a -href="glossaries-user.html#dx1-59064" >1742</a>, <a -href="glossaries-user.html#dx1-75019" >1743</a>, <a -href="glossaries-user.html#dx1-77014" >1744</a> <br /></span> +href="glossaries-user.html#dx1-6004" >1812</a>, <a +href="glossaries-user.html#dx1-28058" >1813</a>, <a +href="glossaries-user.html#dx1-28065" >1814</a>, <a +href="glossaries-user.html#dx1-34004" >1815</a>, <a +href="glossaries-user.html#dx1-46034" >1816</a>, <a +href="glossaries-user.html#dx1-47072" >1817</a>, <a +href="glossaries-user.html#dx1-47081" >1818</a>, <a +href="glossaries-user.html#dx1-62064" >1819</a>, <a +href="glossaries-user.html#dx1-80012" >1820</a>, <a +href="glossaries-user.html#dx1-83014" >1821</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">symbolaccess</span>  <a -href="glossaries-user.html#dx1-77013" >1745</a> <br /></span> +href="glossaries-user.html#dx1-83013" >1822</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">symbolplural</span>  <a -href="glossaries-user.html#dx1-27059" >1746</a>, <a -href="glossaries-user.html#dx1-31005" >1747</a>, <a -href="glossaries-user.html#dx1-77016" >1748</a> <br /></span> +href="glossaries-user.html#dx1-28059" >1823</a>, <a +href="glossaries-user.html#dx1-34005" >1824</a>, <a +href="glossaries-user.html#dx1-83016" >1825</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">symbolpluralaccess</span>  <a -href="glossaries-user.html#dx1-77015" >1749</a> <br /></span> +href="glossaries-user.html#dx1-83015" >1826</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">text</span>  <a -href="glossaries-user.html#dx1-27022" >1750</a>, <a -href="glossaries-user.html#dx1-27027" >1751</a>, <a -href="glossaries-user.html#dx1-27038" >1752</a>, <a -href="glossaries-user.html#dx1-42006" >1753</a>, <a -href="glossaries-user.html#dx1-43007" >1754</a>, <a -href="glossaries-user.html#dx1-43029" >1755</a>, <a -href="glossaries-user.html#dx1-44033" >1756</a>, <a -href="glossaries-user.html#dx1-44042" >1757</a>, <a -href="glossaries-user.html#dx1-49010" >1758</a>, <a -href="glossaries-user.html#dx1-49016" >1759</a>, <a -href="glossaries-user.html#dx1-57003" >1760</a>, <a -href="glossaries-user.html#dx1-62002" >1761</a>, <a -href="glossaries-user.html#dx1-76004" >1762</a>, <a -href="glossaries-user.html#dx1-77006" >1763</a> <br /></span> +href="glossaries-user.html#dx1-28022" >1827</a>, <a +href="glossaries-user.html#dx1-28027" >1828</a>, <a +href="glossaries-user.html#dx1-28038" >1829</a>, <a +href="glossaries-user.html#dx1-45006" >1830</a>, <a +href="glossaries-user.html#dx1-46007" >1831</a>, <a +href="glossaries-user.html#dx1-46029" >1832</a>, <a +href="glossaries-user.html#dx1-47041" >1833</a>, <a +href="glossaries-user.html#dx1-47050" >1834</a>, <a +href="glossaries-user.html#dx1-52010" >1835</a>, <a +href="glossaries-user.html#dx1-52016" >1836</a>, <a +href="glossaries-user.html#dx1-60003" >1837</a>, <a +href="glossaries-user.html#dx1-65002" >1838</a>, <a +href="glossaries-user.html#dx1-81002" >1839</a>, <a +href="glossaries-user.html#dx1-82004" >1840</a>, <a +href="glossaries-user.html#dx1-83006" >1841</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">textaccess</span>  <a -href="glossaries-user.html#dx1-77005" >1764</a> <br /></span> - - +href="glossaries-user.html#dx1-83005" >1842</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">type</span>  <a -href="glossaries-user.html#dx1-27089" >1765</a>, <a -href="glossaries-user.html#dx1-35004" >1766</a>, <a -href="glossaries-user.html#dx1-56008" >1767</a> <br /></span> +href="glossaries-user.html#dx1-28089" >1843</a>, <a +href="glossaries-user.html#dx1-38004" >1844</a>, <a +href="glossaries-user.html#dx1-59008" >1845</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">user1</span>  <a -href="glossaries-user.html#dx1-6005" >1768</a>, <a -href="glossaries-user.html#dx1-6008" >1769</a>, <a -href="glossaries-user.html#dx1-6011" >1770</a>, <a -href="glossaries-user.html#dx1-6012" >1771</a>, <a -href="glossaries-user.html#dx1-27091" >1772</a>, <a -href="glossaries-user.html#dx1-31014" >1773</a>, <a -href="glossaries-user.html#dx1-43044" >1774</a>, <a -href="glossaries-user.html#dx1-74097" >1775</a>, <a -href="glossaries-user.html#dx1-74100" >1776</a> <br /></span> +href="glossaries-user.html#dx1-6005" >1846</a>, <a +href="glossaries-user.html#dx1-6008" >1847</a>, <a +href="glossaries-user.html#dx1-6011" >1848</a>, <a +href="glossaries-user.html#dx1-6012" >1849</a>, <a +href="glossaries-user.html#dx1-28091" >1850</a>, <a +href="glossaries-user.html#dx1-34014" >1851</a>, <a +href="glossaries-user.html#dx1-46044" >1852</a>, <a +href="glossaries-user.html#dx1-77097" >1853</a>, <a +href="glossaries-user.html#dx1-77100" >1854</a>, <a +href="glossaries-user.html#dx1-80026" >1855</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">user2</span>  <a -href="glossaries-user.html#dx1-27093" >1777</a>, <a -href="glossaries-user.html#dx1-31015" >1778</a>, <a -href="glossaries-user.html#dx1-43049" >1779</a>, <a -href="glossaries-user.html#dx1-74101" >1780</a> <br /></span> +href="glossaries-user.html#dx1-28093" >1856</a>, <a +href="glossaries-user.html#dx1-34015" >1857</a>, <a +href="glossaries-user.html#dx1-46049" >1858</a>, <a +href="glossaries-user.html#dx1-77101" >1859</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">user3</span>  <a -href="glossaries-user.html#dx1-27094" >1781</a>, <a -href="glossaries-user.html#dx1-31016" >1782</a>, <a -href="glossaries-user.html#dx1-43054" >1783</a> <br /></span> +href="glossaries-user.html#dx1-28094" >1860</a>, <a +href="glossaries-user.html#dx1-34016" >1861</a>, <a +href="glossaries-user.html#dx1-46054" >1862</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">user4</span>  <a -href="glossaries-user.html#dx1-27095" >1784</a>, <a -href="glossaries-user.html#dx1-31017" >1785</a>, <a -href="glossaries-user.html#dx1-43059" >1786</a> <br /></span> +href="glossaries-user.html#dx1-28095" >1863</a>, <a +href="glossaries-user.html#dx1-34017" >1864</a>, <a +href="glossaries-user.html#dx1-46059" >1865</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">user5</span>  <a -href="glossaries-user.html#dx1-27096" >1787</a>, <a -href="glossaries-user.html#dx1-31018" >1788</a>, <a -href="glossaries-user.html#dx1-43064" >1789</a> <br /></span> +href="glossaries-user.html#dx1-28096" >1866</a>, <a +href="glossaries-user.html#dx1-34018" >1867</a>, <a +href="glossaries-user.html#dx1-46064" >1868</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">user6</span>  <a -href="glossaries-user.html#dx1-27092" >1790</a>, <a -href="glossaries-user.html#dx1-31019" >1791</a>, <a -href="glossaries-user.html#dx1-43069" >1792</a>, <a -href="glossaries-user.html#dx1-74098" >1793</a> <br /></span> +href="glossaries-user.html#dx1-28092" >1869</a>, <a +href="glossaries-user.html#dx1-34019" >1870</a>, <a +href="glossaries-user.html#dx1-46069" >1871</a>, <a +href="glossaries-user.html#dx1-77098" >1872</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\newglossarystyle</span></span></span>  <a -href="glossaries-user.html#dx1-65027" >1794</a>, <a -href="glossaries-user.html#dx1-74001" ><span -class="cmti-10">1795</span></a>, <a -href="glossaries-user.html#dx1-74032" >1796</a>, <a -href="glossaries-user.html#dx1-74091" >1797</a> <br /></span> +href="glossaries-user.html#dx1-68030" >1873</a>, <a +href="glossaries-user.html#dx1-77001" ><span +class="cmti-10">1874</span></a>, <a +href="glossaries-user.html#dx1-77032" >1875</a>, <a +href="glossaries-user.html#dx1-77091" >1876</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\newignoredglossary</span></span></span>  <a -href="glossaries-user.html#dx1-16079" >1798</a>, <a -href="glossaries-user.html#dx1-36003" >1799</a>, <a -href="glossaries-user.html#dx1-50017" >1800</a>, <a -href="glossaries-user.html#dx1-55010" ><span -class="cmti-10">1801</span></a> <br /></span> +href="glossaries-user.html#dx1-17079" >1877</a>, <a +href="glossaries-user.html#dx1-39003" >1878</a>, <a +href="glossaries-user.html#dx1-53017" >1879</a>, <a +href="glossaries-user.html#dx1-58010" ><span +class="cmti-10">1880</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\newline</span></span></span>  <a -href="glossaries-user.html#dx1-27018" >1802</a>, <a -href="glossaries-user.html#dx1-65020" >1803</a> <br /></span> +href="glossaries-user.html#dx1-28018" >1881</a>, <a +href="glossaries-user.html#dx1-68023" >1882</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\newterm</span></span></span>  <a -href="glossaries-user.html#dx1-22012" ><span -class="cmti-10">1804</span></a>, <a -href="glossaries-user.html#dx1-47014" >1805</a> <br /></span> +href="glossaries-user.html#dx1-23012" ><span +class="cmti-10">1883</span></a>, <a +href="glossaries-user.html#dx1-50014" >1884</a> <br /></span> <span class="index-item"><span class="cmss-10">ngerman </span>package  <a -href="glossaries-user.html#dx1-8040" >1806</a>, <a -href="glossaries-user.html#dx1-51013" >1807</a> <br /></span> +href="glossaries-user.html#dx1-8040" >1885</a>, <a +href="glossaries-user.html#dx1-54013" >1886</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\nohyperpage</span></span></span>  <a -href="glossaries-user.html#dx1-40025" >1808</a> <br /></span> +href="glossaries-user.html#dx1-43025" >1887</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\noist</span></span></span>  <a -href="glossaries-user.html#dx1-5073" >1809</a>, <a -href="glossaries-user.html#dx1-26008" ><span -class="cmti-10">1810</span></a>, <a -href="glossaries-user.html#dx1-40018" >1811</a>, <a -href="glossaries-user.html#dx1-40027" >1812</a>, <a -href="glossaries-user.html#dx1-51017" >1813</a>, <a -href="glossaries-user.html#dx1-52012" >1814</a>, <a -href="glossaries-user.html#dx1-53020" >1815</a>, <a -href="glossaries-user.html#dx1-53026" >1816</a>, <a -href="glossaries-user.html#dx1-53052" >1817</a>, <a -href="glossaries-user.html#dx1-53058" >1818</a>, <a -href="glossaries-user.html#dx1-54003" >1819</a> <br /></span> +href="glossaries-user.html#dx1-5073" >1888</a>, <a +href="glossaries-user.html#dx1-27008" ><span +class="cmti-10">1889</span></a>, <a +href="glossaries-user.html#dx1-43018" >1890</a>, <a +href="glossaries-user.html#dx1-43027" >1891</a>, <a +href="glossaries-user.html#dx1-54017" >1892</a>, <a +href="glossaries-user.html#dx1-55012" >1893</a>, <a +href="glossaries-user.html#dx1-56020" >1894</a>, <a +href="glossaries-user.html#dx1-56026" >1895</a>, <a +href="glossaries-user.html#dx1-56052" >1896</a>, <a +href="glossaries-user.html#dx1-56058" >1897</a>, <a +href="glossaries-user.html#dx1-57003" >1898</a> <br /></span> <span class="index-item">Non-Latin Alphabet  <a -href="glossaries-user.html#dx1-3038" ><span -class="cmbx-10">1820</span></a> <br /></span> +href="glossaries-user.html#dx1-3041" ><span +class="cmbx-10">1899</span></a> <br /></span> <span class="index-item">non-Latin character  <a -href="glossaries-user.html#dx1-3008" >1821</a>, <a -href="glossaries-user.html#dx1-3039" >1822</a>, <a -href="glossaries-user.html#dx1-3040" ><span -class="cmbx-10">1823</span></a>, <a -href="glossaries-user.html#dx1-5083" >1824</a>, <a -href="glossaries-user.html#dx1-7008" >1825</a>, <a -href="glossaries-user.html#dx1-7009" >1826</a>, <a -href="glossaries-user.html#dx1-8053" >1827</a>, <a -href="glossaries-user.html#dx1-9006" >1828</a>, <a -href="glossaries-user.html#dx1-27007" >1829</a>, <a -href="glossaries-user.html#dx1-27121" >1830</a>, <a -href="glossaries-user.html#dx1-27129" >1831</a> <br /></span> +href="glossaries-user.html#dx1-3008" >1900</a>, <a +href="glossaries-user.html#dx1-3042" >1901</a>, <a +href="glossaries-user.html#dx1-3043" ><span +class="cmbx-10">1902</span></a>, <a +href="glossaries-user.html#dx1-5083" >1903</a>, <a +href="glossaries-user.html#dx1-7008" >1904</a>, <a +href="glossaries-user.html#dx1-7009" >1905</a>, <a +href="glossaries-user.html#dx1-8053" >1906</a>, <a +href="glossaries-user.html#dx1-9006" >1907</a>, <a +href="glossaries-user.html#dx1-28007" >1908</a>, <a +href="glossaries-user.html#dx1-28122" >1909</a>, <a +href="glossaries-user.html#dx1-28130" >1910</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\nopostdesc</span></span></span>  <a -href="glossaries-user.html#dx1-22014" >1832</a>, <a -href="glossaries-user.html#dx1-27016" ><span -class="cmti-10">1833</span></a>, <a -href="glossaries-user.html#dx1-33004" >1834</a>, <a -href="glossaries-user.html#dx1-34002" >1835</a>, <a -href="glossaries-user.html#dx1-65032" >1836</a>, <a -href="glossaries-user.html#dx1-75030" >1837</a> <br /></span> +href="glossaries-user.html#dx1-23014" >1911</a>, <a +href="glossaries-user.html#dx1-28016" ><span +class="cmti-10">1912</span></a>, <a +href="glossaries-user.html#dx1-36004" >1913</a>, <a +href="glossaries-user.html#dx1-37002" >1914</a>, <a +href="glossaries-user.html#dx1-68035" >1915</a>, <a +href="glossaries-user.html#dx1-80023" >1916</a> <br /></span> <span class="index-item">number list  <a -href="glossaries-user.html#dx1-3043" ><span -class="cmbx-10">1838</span></a>, <a -href="glossaries-user.html#dx1-5033" >1839</a>, <a -href="glossaries-user.html#dx1-5045" >1840</a>, <a -href="glossaries-user.html#dx1-5094" >1841</a>, <a -href="glossaries-user.html#dx1-10004" >1842</a>, <a -href="glossaries-user.html#dx1-10047" >1843</a>, <a -href="glossaries-user.html#dx1-16091" >1844</a>, <a -href="glossaries-user.html#dx1-18053" >1845</a>, <a -href="glossaries-user.html#dx1-18055" >1846</a>, <a -href="glossaries-user.html#dx1-18065" >1847</a>, <a -href="glossaries-user.html#dx1-26016" >1848</a>, <a -href="glossaries-user.html#dx1-26020" >1849</a>, <a -href="glossaries-user.html#dx1-26021" >1850</a>, <a -href="glossaries-user.html#dx1-27101" >1851</a>, <a -href="glossaries-user.html#dx1-27103" >1852</a>, <a -href="glossaries-user.html#dx1-27107" >1853</a>, <a -href="glossaries-user.html#dx1-27108" >1854</a>, <a -href="glossaries-user.html#dx1-32002" >1855</a>, <a -href="glossaries-user.html#dx1-34003" >1856</a>, <a -href="glossaries-user.html#dx1-40001" >1857</a>, <a -href="glossaries-user.html#dx1-40028" >1858</a>, <a -href="glossaries-user.html#dx1-40031" >1859</a>, <a -href="glossaries-user.html#dx1-41004" >1860</a>, <a -href="glossaries-user.html#dx1-46006" >1861</a>, <a -href="glossaries-user.html#dx1-47019" >1862</a>, <a -href="glossaries-user.html#dx1-47020" >1863</a>, <a -href="glossaries-user.html#dx1-47021" >1864</a>, <a -href="glossaries-user.html#dx1-47025" >1865</a>, <a -href="glossaries-user.html#dx1-49062" >1866</a>, <a -href="glossaries-user.html#dx1-50010" >1867</a>, <a -href="glossaries-user.html#dx1-53002" >1868</a>, <a -href="glossaries-user.html#dx1-53045" >1869</a>, <a -href="glossaries-user.html#dx1-53055" >1870</a>, <a -href="glossaries-user.html#dx1-55002" >1871</a>, <a -href="glossaries-user.html#dx1-66010" >1872</a>, <a -href="glossaries-user.html#dx1-66031" >1873</a>, <a -href="glossaries-user.html#dx1-67010" >1874</a>, <a -href="glossaries-user.html#dx1-67020" >1875</a>, <a -href="glossaries-user.html#dx1-68010" >1876</a>, <a -href="glossaries-user.html#dx1-68020" >1877</a>, <a -href="glossaries-user.html#dx1-69016" >1878</a>, <a -href="glossaries-user.html#dx1-69026" >1879</a>, <a -href="glossaries-user.html#dx1-70013" >1880</a>, <a -href="glossaries-user.html#dx1-70023" >1881</a>, <a -href="glossaries-user.html#dx1-73003" >1882</a>, <a -href="glossaries-user.html#dx1-74038" >1883</a>, <a -href="glossaries-user.html#dx1-74079" >1884</a> <br /></span> +href="glossaries-user.html#dx1-3046" ><span +class="cmbx-10">1917</span></a>, <a +href="glossaries-user.html#dx1-5033" >1918</a>, <a +href="glossaries-user.html#dx1-5045" >1919</a>, <a +href="glossaries-user.html#dx1-5098" >1920</a>, <a +href="glossaries-user.html#dx1-10004" >1921</a>, <a +href="glossaries-user.html#dx1-10053" >1922</a>, <a +href="glossaries-user.html#dx1-17098" >1923</a>, <a +href="glossaries-user.html#dx1-19053" >1924</a>, <a +href="glossaries-user.html#dx1-19055" >1925</a>, <a +href="glossaries-user.html#dx1-19065" >1926</a>, <a +href="glossaries-user.html#dx1-27016" >1927</a>, <a +href="glossaries-user.html#dx1-27020" >1928</a>, <a +href="glossaries-user.html#dx1-27021" >1929</a>, <a +href="glossaries-user.html#dx1-28102" >1930</a>, <a +href="glossaries-user.html#dx1-28104" >1931</a>, <a +href="glossaries-user.html#dx1-28108" >1932</a>, <a +href="glossaries-user.html#dx1-28109" >1933</a>, <a +href="glossaries-user.html#dx1-35002" >1934</a>, <a +href="glossaries-user.html#dx1-37003" >1935</a>, <a +href="glossaries-user.html#dx1-43001" >1936</a>, <a +href="glossaries-user.html#dx1-43028" >1937</a>, <a +href="glossaries-user.html#dx1-43031" >1938</a>, <a +href="glossaries-user.html#dx1-44004" >1939</a>, <a +href="glossaries-user.html#dx1-49006" >1940</a>, <a +href="glossaries-user.html#dx1-50019" >1941</a>, <a +href="glossaries-user.html#dx1-50020" >1942</a>, <a +href="glossaries-user.html#dx1-50021" >1943</a>, <a +href="glossaries-user.html#dx1-50025" >1944</a>, <a +href="glossaries-user.html#dx1-52062" >1945</a>, <a +href="glossaries-user.html#dx1-53010" >1946</a>, <a +href="glossaries-user.html#dx1-56002" >1947</a>, <a +href="glossaries-user.html#dx1-56045" >1948</a>, <a +href="glossaries-user.html#dx1-56055" >1949</a>, <a +href="glossaries-user.html#dx1-58002" >1950</a>, <a +href="glossaries-user.html#dx1-69010" >1951</a>, <a +href="glossaries-user.html#dx1-69031" >1952</a>, <a +href="glossaries-user.html#dx1-70010" >1953</a>, <a +href="glossaries-user.html#dx1-70020" >1954</a>, <a +href="glossaries-user.html#dx1-71010" >1955</a>, <a +href="glossaries-user.html#dx1-71020" >1956</a>, <a +href="glossaries-user.html#dx1-72016" >1957</a>, <a +href="glossaries-user.html#dx1-72026" >1958</a>, <a +href="glossaries-user.html#dx1-73013" >1959</a>, <a +href="glossaries-user.html#dx1-73023" >1960</a>, <a +href="glossaries-user.html#dx1-76003" >1961</a>, <a +href="glossaries-user.html#dx1-77038" >1962</a>, <a +href="glossaries-user.html#dx1-77079" >1963</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\numberline</span></span></span>  <a -href="glossaries-user.html#dx1-17006" >1885</a> <br /></span> +href="glossaries-user.html#dx1-18006" >1964</a> <br /></span> </p><p class="theindex"> <span class="cmbx-10">O</span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\oldacronym</span></span></span>  <a -href="glossaries-user.html#dx1-61004" ><span -class="cmti-10">1886</span></a>, <a -href="glossaries-user.html#dx1-61007" >1887</a> <br /></span> +href="glossaries-user.html#dx1-64004" ><span +class="cmti-10">1965</span></a>, <a +href="glossaries-user.html#dx1-64007" >1966</a> <br /></span> </p><p class="theindex"> <span class="cmbx-10">P</span> + + <span class="index-item">package options:<br /></span> <span class="index-subitem">    <span class="cmss-10">acronym</span>  <a -href="glossaries-user.html#dx1-8026" >1888</a>, <a -href="glossaries-user.html#dx1-12014" >1889</a>, <a -href="glossaries-user.html#dx1-12018" >1890</a>, <a -href="glossaries-user.html#dx1-13010" >1891</a>, <a -href="glossaries-user.html#dx1-13015" >1892</a>, <a -href="glossaries-user.html#dx1-15001" >1893</a>, <a -href="glossaries-user.html#dx1-15003" >1894</a>, <a -href="glossaries-user.html#dx1-16006" >1895</a>, <a -href="glossaries-user.html#dx1-17043" >1896</a>, <a -href="glossaries-user.html#dx1-17044" >1897</a>, <a -href="glossaries-user.html#dx1-20001" >1898</a>, <a -href="glossaries-user.html#dx1-20006" >1899</a>, <a -href="glossaries-user.html#dx1-20021" >1900</a>, <a -href="glossaries-user.html#dx1-23015" >1901</a>, <a -href="glossaries-user.html#dx1-35017" >1902</a>, <a -href="glossaries-user.html#dx1-35018" >1903</a>, <a -href="glossaries-user.html#dx1-35023" >1904</a>, <a -href="glossaries-user.html#dx1-46011" >1905</a>, <a -href="glossaries-user.html#dx1-55014" >1906</a>, <a -href="glossaries-user.html#dx1-55015" >1907</a>, <a -href="glossaries-user.html#dx1-55017" >1908</a>, <a -href="glossaries-user.html#dx1-60005" >1909</a>, <a -href="glossaries-user.html#dx1-20011" >1910</a>, <a -href="glossaries-user.html#dx1-35022" >1911</a> <br /></span> +href="glossaries-user.html#dx1-8026" >1967</a>, <a +href="glossaries-user.html#dx1-13014" >1968</a>, <a +href="glossaries-user.html#dx1-13018" >1969</a>, <a +href="glossaries-user.html#dx1-14010" >1970</a>, <a +href="glossaries-user.html#dx1-14015" >1971</a>, <a +href="glossaries-user.html#dx1-16001" >1972</a>, <a +href="glossaries-user.html#dx1-16003" >1973</a>, <a +href="glossaries-user.html#dx1-17006" >1974</a>, <a +href="glossaries-user.html#dx1-18043" >1975</a>, <a +href="glossaries-user.html#dx1-18044" >1976</a>, <a +href="glossaries-user.html#dx1-21001" >1977</a>, <a +href="glossaries-user.html#dx1-21006" >1978</a>, <a +href="glossaries-user.html#dx1-21021" >1979</a>, <a +href="glossaries-user.html#dx1-24015" >1980</a>, <a +href="glossaries-user.html#dx1-38017" >1981</a>, <a +href="glossaries-user.html#dx1-38018" >1982</a>, <a +href="glossaries-user.html#dx1-38023" >1983</a>, <a +href="glossaries-user.html#dx1-49011" >1984</a>, <a +href="glossaries-user.html#dx1-58014" >1985</a>, <a +href="glossaries-user.html#dx1-58015" >1986</a>, <a +href="glossaries-user.html#dx1-58017" >1987</a>, <a +href="glossaries-user.html#dx1-63005" >1988</a>, <a +href="glossaries-user.html#dx1-21011" >1989</a>, <a +href="glossaries-user.html#dx1-38022" >1990</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">true</span>  <a -href="glossaries-user.html#dx1-15002" >1912</a>, <a -href="glossaries-user.html#dx1-20018" >1913</a> <br /></span> +href="glossaries-user.html#dx1-16002" >1991</a>, <a +href="glossaries-user.html#dx1-21018" >1992</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">acronymlists</span>  <a -href="glossaries-user.html#dx1-20019" >1914</a>, <a -href="glossaries-user.html#dx1-20020" >1915</a>, <a -href="glossaries-user.html#dx1-20023" >1916</a>, <a -href="glossaries-user.html#dx1-44010" >1917</a>, <a -href="glossaries-user.html#dx1-55018" >1918</a>, <a -href="glossaries-user.html#dx1-56013" >1919</a>, <a -href="glossaries-user.html#dx1-75004" >1920</a> <br /></span> +href="glossaries-user.html#dx1-21019" >1993</a>, <a +href="glossaries-user.html#dx1-21020" >1994</a>, <a +href="glossaries-user.html#dx1-21023" >1995</a>, <a +href="glossaries-user.html#dx1-47010" >1996</a>, <a +href="glossaries-user.html#dx1-58018" >1997</a>, <a +href="glossaries-user.html#dx1-59013" >1998</a>, <a +href="glossaries-user.html#dx1-79004" >1999</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">acronyms</span>  <a -href="glossaries-user.html#dx1-16007" >1921</a>, <a -href="glossaries-user.html#dx1-20017" >1922</a> <br /></span> +href="glossaries-user.html#dx1-17007" >2000</a>, <a +href="glossaries-user.html#dx1-21017" >2001</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">automake</span>  <a -href="glossaries-user.html#dx1-10003" >1923</a>, <a -href="glossaries-user.html#dx1-19072" >1924</a>, <a -href="glossaries-user.html#dx1-19078" >1925</a> <br /></span> +href="glossaries-user.html#dx1-10003" >2002</a>, <a +href="glossaries-user.html#dx1-20075" >2003</a>, <a +href="glossaries-user.html#dx1-20081" >2004</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">false</span>  <a -href="glossaries-user.html#dx1-19085" >1926</a> <br /></span> +href="glossaries-user.html#dx1-20088" >2005</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">compatible-2.07</span>  <a -href="glossaries-user.html#dx1-22027" >1927</a>, <a -href="glossaries-user.html#dx1-23012" >1928</a>, <a -href="glossaries-user.html#dx1-26010" >1929</a> <br /></span> +href="glossaries-user.html#dx1-23027" >2006</a>, <a +href="glossaries-user.html#dx1-24012" >2007</a>, <a +href="glossaries-user.html#dx1-27010" >2008</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">compatible-3.07</span>  <a -href="glossaries-user.html#dx1-20004" >1930</a>, <a -href="glossaries-user.html#dx1-22028" >1931</a>, <a -href="glossaries-user.html#dx1-44005" >1932</a> <br /></span> +href="glossaries-user.html#dx1-21004" >2009</a>, <a +href="glossaries-user.html#dx1-23028" >2010</a>, <a +href="glossaries-user.html#dx1-47005" >2011</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">counter</span>  <a -href="glossaries-user.html#dx1-18063" >1933</a>, <a -href="glossaries-user.html#dx1-26017" >1934</a>, <a -href="glossaries-user.html#dx1-40003" >1935</a>, <a -href="glossaries-user.html#dx1-53004" >1936</a>, <a -href="glossaries-user.html#dx1-53038" >1937</a> <br /></span> +href="glossaries-user.html#dx1-19063" >2012</a>, <a +href="glossaries-user.html#dx1-27017" >2013</a>, <a +href="glossaries-user.html#dx1-43003" >2014</a>, <a +href="glossaries-user.html#dx1-56004" >2015</a>, <a +href="glossaries-user.html#dx1-56038" >2016</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">page</span>  <a -href="glossaries-user.html#dx1-18064" >1938</a> <br /></span> +href="glossaries-user.html#dx1-19064" >2017</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">counterwithin</span>  <a -href="glossaries-user.html#dx1-18009" >1939</a>, <a -href="glossaries-user.html#dx1-18013" >1940</a>, <a -href="glossaries-user.html#dx1-65002" >1941</a>, <a -href="glossaries-user.html#dx1-74046" >1942</a>, <a -href="glossaries-user.html#dx1-74083" >1943</a> <br /></span> +href="glossaries-user.html#dx1-19009" >2018</a>, <a +href="glossaries-user.html#dx1-19013" >2019</a>, <a +href="glossaries-user.html#dx1-68002" >2020</a>, <a +href="glossaries-user.html#dx1-77046" >2021</a>, <a +href="glossaries-user.html#dx1-77083" >2022</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">description</span>  <a -href="glossaries-user.html#dx1-21002" >1944</a>, <a -href="glossaries-user.html#dx1-21014" >1945</a>, <a -href="glossaries-user.html#dx1-21015" >1946</a>, <a -href="glossaries-user.html#dx1-21022" >1947</a>, <a -href="glossaries-user.html#dx1-21023" >1948</a>, <a -href="glossaries-user.html#dx1-21029" >1949</a>, <a -href="glossaries-user.html#dx1-21031" >1950</a>, <a -href="glossaries-user.html#dx1-21033" >1951</a>, <a -href="glossaries-user.html#dx1-21036" >1952</a> <br /></span> +href="glossaries-user.html#dx1-22002" >2023</a>, <a +href="glossaries-user.html#dx1-22014" >2024</a>, <a +href="glossaries-user.html#dx1-22015" >2025</a>, <a +href="glossaries-user.html#dx1-22022" >2026</a>, <a +href="glossaries-user.html#dx1-22023" >2027</a>, <a +href="glossaries-user.html#dx1-22029" >2028</a>, <a +href="glossaries-user.html#dx1-22031" >2029</a>, <a +href="glossaries-user.html#dx1-22033" >2030</a>, <a +href="glossaries-user.html#dx1-22036" >2031</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">dua</span>  <a -href="glossaries-user.html#dx1-21011" >1953</a>, <a -href="glossaries-user.html#dx1-21034" >1954</a> <br /></span> +href="glossaries-user.html#dx1-22011" >2032</a>, <a +href="glossaries-user.html#dx1-22034" >2033</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">entrycounter</span>  <a -href="glossaries-user.html#dx1-18001" >1955</a>, <a -href="glossaries-user.html#dx1-18022" >1956</a>, <a -href="glossaries-user.html#dx1-65001" >1957</a>, <a -href="glossaries-user.html#dx1-74045" >1958</a>, <a -href="glossaries-user.html#dx1-74082" >1959</a> <br /></span> +href="glossaries-user.html#dx1-19001" >2034</a>, <a +href="glossaries-user.html#dx1-19022" >2035</a>, <a +href="glossaries-user.html#dx1-68001" >2036</a>, <a +href="glossaries-user.html#dx1-77045" >2037</a>, <a +href="glossaries-user.html#dx1-77082" >2038</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">false</span>  <a -href="glossaries-user.html#dx1-18002" >1960</a> <br /></span> +href="glossaries-user.html#dx1-19002" >2039</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">true</span>  <a -href="glossaries-user.html#dx1-18010" >1961</a> <br /></span> +href="glossaries-user.html#dx1-19010" >2040</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">footnote</span>  <a -href="glossaries-user.html#dx1-21006" >1962</a>, <a -href="glossaries-user.html#dx1-21007" >1963</a>, <a -href="glossaries-user.html#dx1-21009" >1964</a>, <a -href="glossaries-user.html#dx1-21016" >1965</a>, <a -href="glossaries-user.html#dx1-21024" >1966</a>, <a -href="glossaries-user.html#dx1-21025" >1967</a> <br /></span> - - +href="glossaries-user.html#dx1-22006" >2041</a>, <a +href="glossaries-user.html#dx1-22007" >2042</a>, <a +href="glossaries-user.html#dx1-22009" >2043</a>, <a +href="glossaries-user.html#dx1-22016" >2044</a>, <a +href="glossaries-user.html#dx1-22024" >2045</a>, <a +href="glossaries-user.html#dx1-22025" >2046</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">hyperfirst</span>  <a -href="glossaries-user.html#dx1-16067" >1968</a>, <a -href="glossaries-user.html#dx1-16077" >1969</a>, <a -href="glossaries-user.html#dx1-45015" >1970</a>, <a -href="glossaries-user.html#dx1-45017" >1971</a> <br /></span> +href="glossaries-user.html#dx1-17067" >2047</a>, <a +href="glossaries-user.html#dx1-17077" >2048</a>, <a +href="glossaries-user.html#dx1-48015" >2049</a>, <a +href="glossaries-user.html#dx1-48017" >2050</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">false</span>  <a -href="glossaries-user.html#dx1-16081" >1972</a>, <a -href="glossaries-user.html#dx1-41030" >1973</a>, <a -href="glossaries-user.html#dx1-45010" >1974</a>, <a -href="glossaries-user.html#dx1-45013" >1975</a>, <a -href="glossaries-user.html#dx1-58067" >1976</a> <br /></span> +href="glossaries-user.html#dx1-17081" >2051</a>, <a +href="glossaries-user.html#dx1-44030" >2052</a>, <a +href="glossaries-user.html#dx1-48010" >2053</a>, <a +href="glossaries-user.html#dx1-48013" >2054</a>, <a +href="glossaries-user.html#dx1-61072" >2055</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">true</span>  <a -href="glossaries-user.html#dx1-16068" >1977</a>, <a -href="glossaries-user.html#dx1-16072" >1978</a> <br /></span> +href="glossaries-user.html#dx1-17068" >2056</a>, <a +href="glossaries-user.html#dx1-17072" >2057</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">index</span>  <a -href="glossaries-user.html#dx1-16010" >1979</a>, <a -href="glossaries-user.html#dx1-22011" >1980</a>, <a -href="glossaries-user.html#dx1-22023" >1981</a>, <a -href="glossaries-user.html#dx1-22026" >1982</a>, <a -href="glossaries-user.html#dx1-55021" >1983</a> <br /></span> +href="glossaries-user.html#dx1-17010" >2058</a>, <a +href="glossaries-user.html#dx1-23011" >2059</a>, <a +href="glossaries-user.html#dx1-23023" >2060</a>, <a +href="glossaries-user.html#dx1-23026" >2061</a>, <a +href="glossaries-user.html#dx1-58021" >2062</a> <br /></span> +<span class="index-subitem">    <span +class="cmss-10">indexonlyfirst</span>  <a +href="glossaries-user.html#dx1-17091" >2063</a>, <a +href="glossaries-user.html#dx1-17096" >2064</a> <br /></span> +<span class="index-subsubitem">        <span +class="cmss-10">false</span>  <a +href="glossaries-user.html#dx1-17092" >2065</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">makeindex</span>  <a -href="glossaries-user.html#dx1-15004" >1984</a>, <a -href="glossaries-user.html#dx1-19049" >1985</a>, <a -href="glossaries-user.html#dx1-23005" >1986</a> <br /></span> +href="glossaries-user.html#dx1-16004" >2066</a>, <a +href="glossaries-user.html#dx1-20052" >2067</a>, <a +href="glossaries-user.html#dx1-24005" >2068</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">nogroupskip</span>  <a -href="glossaries-user.html#dx1-5020" >1987</a>, <a -href="glossaries-user.html#dx1-18068" >1988</a>, <a -href="glossaries-user.html#dx1-65029" >1989</a>, <a -href="glossaries-user.html#dx1-74036" >1990</a>, <a -href="glossaries-user.html#dx1-74095" >1991</a> <br /></span> +href="glossaries-user.html#dx1-5020" >2069</a>, <a +href="glossaries-user.html#dx1-19068" >2070</a>, <a +href="glossaries-user.html#dx1-68032" >2071</a>, <a +href="glossaries-user.html#dx1-77036" >2072</a>, <a +href="glossaries-user.html#dx1-77095" >2073</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">false</span>  <a -href="glossaries-user.html#dx1-18069" >1992</a> <br /></span> +href="glossaries-user.html#dx1-19069" >2074</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">nohypertypes</span>  <a -href="glossaries-user.html#dx1-16063" >1993</a>, <a -href="glossaries-user.html#dx1-16070" >1994</a>, <a -href="glossaries-user.html#dx1-16071" >1995</a>, <a -href="glossaries-user.html#dx1-16078" >1996</a>, <a -href="glossaries-user.html#dx1-41020" >1997</a>, <a -href="glossaries-user.html#dx1-41027" >1998</a>, <a -href="glossaries-user.html#dx1-44026" >1999</a>, <a -href="glossaries-user.html#dx1-45004" >2000</a>, <a -href="glossaries-user.html#dx1-55011" >2001</a> <br /></span> +href="glossaries-user.html#dx1-17063" >2075</a>, <a +href="glossaries-user.html#dx1-17070" >2076</a>, <a +href="glossaries-user.html#dx1-17071" >2077</a>, <a +href="glossaries-user.html#dx1-17078" >2078</a>, <a +href="glossaries-user.html#dx1-44020" >2079</a>, <a +href="glossaries-user.html#dx1-44027" >2080</a>, <a +href="glossaries-user.html#dx1-47026" >2081</a>, <a +href="glossaries-user.html#dx1-48004" >2082</a>, <a +href="glossaries-user.html#dx1-58011" >2083</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">index</span>  <a -href="glossaries-user.html#dx1-22024" >2002</a> <br /></span> +href="glossaries-user.html#dx1-23024" >2084</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">nolist</span>  <a -href="glossaries-user.html#dx1-18038" >2003</a>, <a -href="glossaries-user.html#dx1-23008" >2004</a>, <a -href="glossaries-user.html#dx1-66004" >2005</a> <br /></span> +href="glossaries-user.html#dx1-19038" >2085</a>, <a +href="glossaries-user.html#dx1-24008" >2086</a>, <a +href="glossaries-user.html#dx1-69004" >2087</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">nolong</span>  <a -href="glossaries-user.html#dx1-18030" >2006</a>, <a -href="glossaries-user.html#dx1-23006" >2007</a>, <a -href="glossaries-user.html#dx1-67004" >2008</a>, <a -href="glossaries-user.html#dx1-65013" >2009</a> <br /></span> +href="glossaries-user.html#dx1-19030" >2088</a>, <a +href="glossaries-user.html#dx1-24006" >2089</a>, <a +href="glossaries-user.html#dx1-70004" >2090</a>, <a +href="glossaries-user.html#dx1-68016" >2091</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">nomain</span>  <a -href="glossaries-user.html#dx1-16005" >2010</a>, <a -href="glossaries-user.html#dx1-20016" >2011</a>, <a -href="glossaries-user.html#dx1-22005" >2012</a>, <a -href="glossaries-user.html#dx1-22010" >2013</a>, <a -href="glossaries-user.html#dx1-22018" >2014</a>, <a -href="glossaries-user.html#dx1-23011" >2015</a>, <a -href="glossaries-user.html#dx1-55013" >2016</a>, <a -href="glossaries-user.html#dx1-20013" >2017</a> <br /></span> +href="glossaries-user.html#dx1-17005" >2092</a>, <a +href="glossaries-user.html#dx1-21016" >2093</a>, <a +href="glossaries-user.html#dx1-23005" >2094</a>, <a +href="glossaries-user.html#dx1-23010" >2095</a>, <a +href="glossaries-user.html#dx1-23018" >2096</a>, <a +href="glossaries-user.html#dx1-24011" >2097</a>, <a +href="glossaries-user.html#dx1-58013" >2098</a>, <a +href="glossaries-user.html#dx1-21013" >2099</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">nonumberlist</span>  <a -href="glossaries-user.html#dx1-3044" >2018</a>, <a -href="glossaries-user.html#dx1-18052" >2019</a>, <a -href="glossaries-user.html#dx1-18056" >2020</a>, <a -href="glossaries-user.html#dx1-27102" >2021</a>, <a -href="glossaries-user.html#dx1-40002" >2022</a>, <a -href="glossaries-user.html#dx1-46007" >2023</a>, <a -href="glossaries-user.html#dx1-74058" >2024</a>, <a -href="glossaries-user.html#dx1-74060" >2025</a> <br /></span> +href="glossaries-user.html#dx1-3047" >2100</a>, <a +href="glossaries-user.html#dx1-19052" >2101</a>, <a +href="glossaries-user.html#dx1-19056" >2102</a>, <a +href="glossaries-user.html#dx1-28103" >2103</a>, <a +href="glossaries-user.html#dx1-43002" >2104</a>, <a +href="glossaries-user.html#dx1-49007" >2105</a>, <a +href="glossaries-user.html#dx1-77058" >2106</a>, <a +href="glossaries-user.html#dx1-77060" >2107</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">nopostdot</span>  <a -href="glossaries-user.html#dx1-18066" >2026</a>, <a -href="glossaries-user.html#dx1-65033" >2027</a> <br /></span> +href="glossaries-user.html#dx1-19066" >2108</a>, <a +href="glossaries-user.html#dx1-68036" >2109</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">false</span>  <a -href="glossaries-user.html#dx1-18067" >2028</a> <br /></span> +href="glossaries-user.html#dx1-19067" >2110</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">noredefwarn</span>  <a -href="glossaries-user.html#dx1-16003" >2029</a> <br /></span> +href="glossaries-user.html#dx1-17003" >2111</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">nostyles</span>  <a -href="glossaries-user.html#dx1-18046" >2030</a>, <a -href="glossaries-user.html#dx1-23010" >2031</a>, <a -href="glossaries-user.html#dx1-66005" >2032</a>, <a -href="glossaries-user.html#dx1-67005" >2033</a>, <a -href="glossaries-user.html#dx1-69005" >2034</a>, <a -href="glossaries-user.html#dx1-71003" >2035</a>, <a -href="glossaries-user.html#dx1-65015" >2036</a> <br /></span> +href="glossaries-user.html#dx1-19046" >2112</a>, <a +href="glossaries-user.html#dx1-24010" >2113</a>, <a +href="glossaries-user.html#dx1-69005" >2114</a>, <a +href="glossaries-user.html#dx1-70005" >2115</a>, <a +href="glossaries-user.html#dx1-72005" >2116</a>, <a +href="glossaries-user.html#dx1-74003" >2117</a>, <a +href="glossaries-user.html#dx1-68018" >2118</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">nosuper</span>  <a -href="glossaries-user.html#dx1-18034" >2037</a>, <a -href="glossaries-user.html#dx1-23007" >2038</a>, <a -href="glossaries-user.html#dx1-69004" >2039</a>, <a -href="glossaries-user.html#dx1-65014" >2040</a> <br /></span> +href="glossaries-user.html#dx1-19034" >2119</a>, <a +href="glossaries-user.html#dx1-24007" >2120</a>, <a +href="glossaries-user.html#dx1-72004" >2121</a>, <a +href="glossaries-user.html#dx1-68017" >2122</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">notranslate</span>  <a -href="glossaries-user.html#dx1-8010" >2041</a>, <a -href="glossaries-user.html#dx1-16061" >2042</a>, <a -href="glossaries-user.html#dx1-23014" >2043</a> <br /></span> +href="glossaries-user.html#dx1-8010" >2123</a>, <a +href="glossaries-user.html#dx1-17061" >2124</a>, <a +href="glossaries-user.html#dx1-24014" >2125</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">notree</span>  <a -href="glossaries-user.html#dx1-18043" >2044</a>, <a -href="glossaries-user.html#dx1-23009" >2045</a>, <a -href="glossaries-user.html#dx1-71002" >2046</a> <br /></span> +href="glossaries-user.html#dx1-19043" >2126</a>, <a +href="glossaries-user.html#dx1-24009" >2127</a>, <a +href="glossaries-user.html#dx1-74002" >2128</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">nowarn</span>  <a -href="glossaries-user.html#dx1-16001" >2047</a>, <a -href="glossaries-user.html#dx1-16004" >2048</a> <br /></span> +href="glossaries-user.html#dx1-17001" >2129</a>, <a +href="glossaries-user.html#dx1-17004" >2130</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">numberedsection</span>  <a -href="glossaries-user.html#dx1-17035" >2049</a>, <a -href="glossaries-user.html#dx1-17036" >2050</a>, <a -href="glossaries-user.html#dx1-50026" >2051</a>, <a -href="glossaries-user.html#dx1-50027" >2052</a>, <a -href="glossaries-user.html#dx1-50055" >2053</a> <br /></span> +href="glossaries-user.html#dx1-18035" >2131</a>, <a +href="glossaries-user.html#dx1-18036" >2132</a>, <a +href="glossaries-user.html#dx1-53026" >2133</a>, <a +href="glossaries-user.html#dx1-53027" >2134</a>, <a +href="glossaries-user.html#dx1-53055" >2135</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">autolabel</span>  <a -href="glossaries-user.html#dx1-17039" >2054</a>, <a -href="glossaries-user.html#dx1-17046" >2055</a> <br /></span> +href="glossaries-user.html#dx1-18039" >2136</a>, <a +href="glossaries-user.html#dx1-18046" >2137</a> <br /></span> + + <span class="index-subsubitem">        <span class="cmss-10">false</span>  <a -href="glossaries-user.html#dx1-17037" >2056</a> <br /></span> +href="glossaries-user.html#dx1-18037" >2138</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">nameref</span>  <a -href="glossaries-user.html#dx1-17045" >2057</a> <br /></span> +href="glossaries-user.html#dx1-18045" >2139</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">nolabel</span>  <a -href="glossaries-user.html#dx1-17038" >2058</a> <br /></span> +href="glossaries-user.html#dx1-18038" >2140</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">numberline</span>  <a -href="glossaries-user.html#dx1-17004" >2059</a>, <a -href="glossaries-user.html#dx1-17010" >2060</a> <br /></span> +href="glossaries-user.html#dx1-18004" >2141</a>, <a +href="glossaries-user.html#dx1-18010" >2142</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">numbers</span>  <a -href="glossaries-user.html#dx1-16009" >2061</a>, <a -href="glossaries-user.html#dx1-22006" >2062</a>, <a -href="glossaries-user.html#dx1-55020" >2063</a> <br /></span> +href="glossaries-user.html#dx1-17009" >2143</a>, <a +href="glossaries-user.html#dx1-23006" >2144</a>, <a +href="glossaries-user.html#dx1-58020" >2145</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">order</span>  <a -href="glossaries-user.html#dx1-19042" >2064</a>, <a -href="glossaries-user.html#dx1-19045" >2065</a>, <a -href="glossaries-user.html#dx1-50039" >2066</a> <br /></span> +href="glossaries-user.html#dx1-20045" >2146</a>, <a +href="glossaries-user.html#dx1-20048" >2147</a>, <a +href="glossaries-user.html#dx1-53039" >2148</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">letter</span>  <a -href="glossaries-user.html#dx1-4050" >2067</a>, <a -href="glossaries-user.html#dx1-5057" >2068</a>, <a -href="glossaries-user.html#dx1-10058" >2069</a>, <a -href="glossaries-user.html#dx1-19044" >2070</a> <br /></span> +href="glossaries-user.html#dx1-4051" >2149</a>, <a +href="glossaries-user.html#dx1-5057" >2150</a>, <a +href="glossaries-user.html#dx1-10064" >2151</a>, <a +href="glossaries-user.html#dx1-20047" >2152</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">word</span>  <a -href="glossaries-user.html#dx1-5056" >2071</a>, <a -href="glossaries-user.html#dx1-10059" >2072</a>, <a -href="glossaries-user.html#dx1-19043" >2073</a> <br /></span> +href="glossaries-user.html#dx1-5056" >2153</a>, <a +href="glossaries-user.html#dx1-10065" >2154</a>, <a +href="glossaries-user.html#dx1-20046" >2155</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">sanitizesort</span>  <a -href="glossaries-user.html#dx1-4063" >2074</a>, <a -href="glossaries-user.html#dx1-16014" >2075</a>, <a -href="glossaries-user.html#dx1-19028" >2076</a> <br /></span> +href="glossaries-user.html#dx1-4067" >2156</a>, <a +href="glossaries-user.html#dx1-17014" >2157</a>, <a +href="glossaries-user.html#dx1-20031" >2158</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">false</span>  <a -href="glossaries-user.html#dx1-4006" >2077</a>, <a -href="glossaries-user.html#dx1-4007" >2078</a>, <a -href="glossaries-user.html#dx1-16016" >2079</a>, <a -href="glossaries-user.html#dx1-16018" >2080</a>, <a -href="glossaries-user.html#dx1-19029" >2081</a>, <a -href="glossaries-user.html#dx1-27083" >2082</a> <br /></span> +href="glossaries-user.html#dx1-4006" >2159</a>, <a +href="glossaries-user.html#dx1-4007" >2160</a>, <a +href="glossaries-user.html#dx1-17016" >2161</a>, <a +href="glossaries-user.html#dx1-17018" >2162</a>, <a +href="glossaries-user.html#dx1-20032" >2163</a>, <a +href="glossaries-user.html#dx1-28083" >2164</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">true</span>  <a -href="glossaries-user.html#dx1-4008" >2083</a>, <a -href="glossaries-user.html#dx1-16017" >2084</a>, <a -href="glossaries-user.html#dx1-27076" >2085</a>, <a -href="glossaries-user.html#dx1-27078" >2086</a>, <a -href="glossaries-user.html#dx1-27081" >2087</a>, <a -href="glossaries-user.html#dx1-27088" >2088</a>, <a -href="glossaries-user.html#dx1-27131" >2089</a>, <a -href="glossaries-user.html#dx1-50048" >2090</a> <br /></span> +href="glossaries-user.html#dx1-4008" >2165</a>, <a +href="glossaries-user.html#dx1-17017" >2166</a>, <a +href="glossaries-user.html#dx1-28076" >2167</a>, <a +href="glossaries-user.html#dx1-28078" >2168</a>, <a +href="glossaries-user.html#dx1-28081" >2169</a>, <a +href="glossaries-user.html#dx1-28088" >2170</a>, <a +href="glossaries-user.html#dx1-28132" >2171</a>, <a +href="glossaries-user.html#dx1-53048" >2172</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">savenumberlist</span>  <a -href="glossaries-user.html#dx1-16090" >2091</a>, <a -href="glossaries-user.html#dx1-49059" >2092</a> <br /></span> +href="glossaries-user.html#dx1-17097" >2173</a>, <a +href="glossaries-user.html#dx1-52059" >2174</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">false</span>  <a -href="glossaries-user.html#dx1-16092" >2093</a> <br /></span> +href="glossaries-user.html#dx1-17099" >2175</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">savewrites</span>  <a -href="glossaries-user.html#dx1-16019" >2094</a>, <a -href="glossaries-user.html#dx1-16021" >2095</a>, <a -href="glossaries-user.html#dx1-16027" >2096</a> <br /></span> +href="glossaries-user.html#dx1-17019" >2176</a>, <a +href="glossaries-user.html#dx1-17021" >2177</a>, <a +href="glossaries-user.html#dx1-17027" >2178</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">false</span>  <a -href="glossaries-user.html#dx1-16020" >2097</a> <br /></span> +href="glossaries-user.html#dx1-17020" >2179</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">section</span>  <a -href="glossaries-user.html#dx1-17011" >2098</a>, <a -href="glossaries-user.html#dx1-50053" >2099</a> <br /></span> +href="glossaries-user.html#dx1-18011" >2180</a>, <a +href="glossaries-user.html#dx1-53053" >2181</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">seeautonumberlist</span>  <a -href="glossaries-user.html#dx1-18054" >2100</a>, <a -href="glossaries-user.html#dx1-18060" >2101</a>, <a -href="glossaries-user.html#dx1-27110" >2102</a>, <a -href="glossaries-user.html#dx1-47026" >2103</a> <br /></span> +href="glossaries-user.html#dx1-19054" >2182</a>, <a +href="glossaries-user.html#dx1-19060" >2183</a>, <a +href="glossaries-user.html#dx1-28111" >2184</a>, <a +href="glossaries-user.html#dx1-50026" >2185</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">shortcuts</span>  <a -href="glossaries-user.html#dx1-20026" >2104</a>, <a -href="glossaries-user.html#dx1-56068" >2105</a> <br /></span> +href="glossaries-user.html#dx1-21026" >2186</a>, <a +href="glossaries-user.html#dx1-59068" >2187</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">smallcaps</span>  <a -href="glossaries-user.html#dx1-21004" >2106</a>, <a -href="glossaries-user.html#dx1-21008" >2107</a>, <a -href="glossaries-user.html#dx1-21012" >2108</a>, <a -href="glossaries-user.html#dx1-21027" >2109</a>, <a -href="glossaries-user.html#dx1-21030" >2110</a>, <a -href="glossaries-user.html#dx1-23018" >2111</a> <br /></span> +href="glossaries-user.html#dx1-22004" >2188</a>, <a +href="glossaries-user.html#dx1-22008" >2189</a>, <a +href="glossaries-user.html#dx1-22012" >2190</a>, <a +href="glossaries-user.html#dx1-22027" >2191</a>, <a +href="glossaries-user.html#dx1-22030" >2192</a>, <a +href="glossaries-user.html#dx1-24018" >2193</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">smaller</span>  <a -href="glossaries-user.html#dx1-21005" >2112</a>, <a -href="glossaries-user.html#dx1-21010" >2113</a>, <a -href="glossaries-user.html#dx1-21017" >2114</a>, <a -href="glossaries-user.html#dx1-21028" >2115</a>, <a -href="glossaries-user.html#dx1-21032" >2116</a> <br /></span> +href="glossaries-user.html#dx1-22005" >2194</a>, <a +href="glossaries-user.html#dx1-22010" >2195</a>, <a +href="glossaries-user.html#dx1-22017" >2196</a>, <a +href="glossaries-user.html#dx1-22028" >2197</a>, <a +href="glossaries-user.html#dx1-22032" >2198</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">sort</span>  <a -href="glossaries-user.html#dx1-19001" >2117</a> <br /></span> +href="glossaries-user.html#dx1-20001" >2199</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">def</span>  <a -href="glossaries-user.html#dx1-19004" >2118</a>, <a -href="glossaries-user.html#dx1-19011" >2119</a>, <a -href="glossaries-user.html#dx1-19015" >2120</a>, <a -href="glossaries-user.html#dx1-19018" >2121</a>, <a -href="glossaries-user.html#dx1-19031" >2122</a>, <a -href="glossaries-user.html#dx1-27068" >2123</a>, <a -href="glossaries-user.html#dx1-34006" >2124</a> <br /></span> +href="glossaries-user.html#dx1-4009" >2200</a>, <a +href="glossaries-user.html#dx1-20004" >2201</a>, <a +href="glossaries-user.html#dx1-20011" >2202</a>, <a +href="glossaries-user.html#dx1-20015" >2203</a>, <a +href="glossaries-user.html#dx1-20018" >2204</a>, <a +href="glossaries-user.html#dx1-20022" >2205</a>, <a +href="glossaries-user.html#dx1-20034" >2206</a>, <a +href="glossaries-user.html#dx1-28068" >2207</a>, <a +href="glossaries-user.html#dx1-37006" >2208</a>, <a +href="glossaries-user.html#dx1-68005" >2209</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">standard</span>  <a -href="glossaries-user.html#dx1-19006" >2125</a>, <a -href="glossaries-user.html#dx1-19020" >2126</a>, <a -href="glossaries-user.html#dx1-19037" >2127</a> <br /></span> - - +href="glossaries-user.html#dx1-20006" >2210</a>, <a +href="glossaries-user.html#dx1-20023" >2211</a>, <a +href="glossaries-user.html#dx1-20040" >2212</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">use</span>  <a -href="glossaries-user.html#dx1-19005" >2128</a>, <a -href="glossaries-user.html#dx1-19013" >2129</a>, <a -href="glossaries-user.html#dx1-19016" >2130</a>, <a -href="glossaries-user.html#dx1-19019" >2131</a>, <a -href="glossaries-user.html#dx1-19032" >2132</a>, <a -href="glossaries-user.html#dx1-27069" >2133</a>, <a -href="glossaries-user.html#dx1-34005" >2134</a> <br /></span> +href="glossaries-user.html#dx1-20005" >2213</a>, <a +href="glossaries-user.html#dx1-20013" >2214</a>, <a +href="glossaries-user.html#dx1-20016" >2215</a>, <a +href="glossaries-user.html#dx1-20019" >2216</a>, <a +href="glossaries-user.html#dx1-20021" >2217</a>, <a +href="glossaries-user.html#dx1-20035" >2218</a>, <a +href="glossaries-user.html#dx1-28069" >2219</a>, <a +href="glossaries-user.html#dx1-37005" >2220</a>, <a +href="glossaries-user.html#dx1-68006" >2221</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">style</span>  <a -href="glossaries-user.html#dx1-18024" >2135</a>, <a -href="glossaries-user.html#dx1-18042" >2136</a>, <a -href="glossaries-user.html#dx1-18048" >2137</a>, <a -href="glossaries-user.html#dx1-50023" >2138</a>, <a -href="glossaries-user.html#dx1-64005" >2139</a>, <a -href="glossaries-user.html#dx1-68008" >2140</a>, <a -href="glossaries-user.html#dx1-70008" >2141</a> <br /></span> +href="glossaries-user.html#dx1-19024" >2222</a>, <a +href="glossaries-user.html#dx1-19042" >2223</a>, <a +href="glossaries-user.html#dx1-19048" >2224</a>, <a +href="glossaries-user.html#dx1-53023" >2225</a>, <a +href="glossaries-user.html#dx1-67005" >2226</a>, <a +href="glossaries-user.html#dx1-71008" >2227</a>, <a +href="glossaries-user.html#dx1-73008" >2228</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">list</span>  <a -href="glossaries-user.html#dx1-18025" >2142</a> <br /></span> +href="glossaries-user.html#dx1-19025" >2229</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">subentrycounter</span>  <a -href="glossaries-user.html#dx1-18018" >2143</a>, <a -href="glossaries-user.html#dx1-32001" >2144</a>, <a -href="glossaries-user.html#dx1-34007" >2145</a>, <a -href="glossaries-user.html#dx1-65003" >2146</a>, <a -href="glossaries-user.html#dx1-74064" >2147</a>, <a -href="glossaries-user.html#dx1-74084" >2148</a> <br /></span> +href="glossaries-user.html#dx1-19018" >2230</a>, <a +href="glossaries-user.html#dx1-35001" >2231</a>, <a +href="glossaries-user.html#dx1-37007" >2232</a>, <a +href="glossaries-user.html#dx1-68003" >2233</a>, <a +href="glossaries-user.html#dx1-77064" >2234</a>, <a +href="glossaries-user.html#dx1-77084" >2235</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">false</span>  <a -href="glossaries-user.html#dx1-18019" >2149</a> <br /></span> +href="glossaries-user.html#dx1-19019" >2236</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">symbols</span>  <a -href="glossaries-user.html#dx1-16008" >2150</a>, <a -href="glossaries-user.html#dx1-22001" >2151</a>, <a -href="glossaries-user.html#dx1-55019" >2152</a> <br /></span> +href="glossaries-user.html#dx1-17008" >2237</a>, <a +href="glossaries-user.html#dx1-23001" >2238</a>, <a +href="glossaries-user.html#dx1-58019" >2239</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">toc</span>  <a -href="glossaries-user.html#dx1-17001" >2153</a>, <a -href="glossaries-user.html#dx1-17005" >2154</a>, <a -href="glossaries-user.html#dx1-17008" >2155</a>, <a -href="glossaries-user.html#dx1-17009" >2156</a>, <a -href="glossaries-user.html#dx1-50020" >2157</a> <br /></span> +href="glossaries-user.html#dx1-18001" >2240</a>, <a +href="glossaries-user.html#dx1-18005" >2241</a>, <a +href="glossaries-user.html#dx1-18008" >2242</a>, <a +href="glossaries-user.html#dx1-18009" >2243</a>, <a +href="glossaries-user.html#dx1-53020" >2244</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">translate</span>  <a -href="glossaries-user.html#dx1-16030" >2158</a>, <a -href="glossaries-user.html#dx1-16053" >2159</a>, <a -href="glossaries-user.html#dx1-16055" >2160</a>, <a -href="glossaries-user.html#dx1-23013" >2161</a> <br /></span> +href="glossaries-user.html#dx1-17030" >2245</a>, <a +href="glossaries-user.html#dx1-17053" >2246</a>, <a +href="glossaries-user.html#dx1-17055" >2247</a>, <a +href="glossaries-user.html#dx1-24013" >2248</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">babel</span>  <a -href="glossaries-user.html#dx1-8012" >2162</a>, <a -href="glossaries-user.html#dx1-8017" >2163</a>, <a -href="glossaries-user.html#dx1-8042" >2164</a>, <a -href="glossaries-user.html#dx1-8049" >2165</a>, <a -href="glossaries-user.html#dx1-16047" >2166</a>, <a -href="glossaries-user.html#dx1-16050" >2167</a> <br /></span> +href="glossaries-user.html#dx1-8012" >2249</a>, <a +href="glossaries-user.html#dx1-8017" >2250</a>, <a +href="glossaries-user.html#dx1-8042" >2251</a>, <a +href="glossaries-user.html#dx1-8049" >2252</a>, <a +href="glossaries-user.html#dx1-17047" >2253</a>, <a +href="glossaries-user.html#dx1-17050" >2254</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">false</span>  <a -href="glossaries-user.html#dx1-8011" >2168</a>, <a -href="glossaries-user.html#dx1-16041" >2169</a>, <a -href="glossaries-user.html#dx1-16060" >2170</a>, <a -href="glossaries-user.html#dx1-16062" >2171</a> <br /></span> +href="glossaries-user.html#dx1-8011" >2255</a>, <a +href="glossaries-user.html#dx1-17041" >2256</a>, <a +href="glossaries-user.html#dx1-17060" >2257</a>, <a +href="glossaries-user.html#dx1-17062" >2258</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">true</span>  <a -href="glossaries-user.html#dx1-16031" >2172</a>, <a -href="glossaries-user.html#dx1-16052" >2173</a>, <a -href="glossaries-user.html#dx1-16054" >2174</a>, <a -href="glossaries-user.html#dx1-16056" >2175</a> <br /></span> +href="glossaries-user.html#dx1-17031" >2259</a>, <a +href="glossaries-user.html#dx1-17052" >2260</a>, <a +href="glossaries-user.html#dx1-17054" >2261</a>, <a +href="glossaries-user.html#dx1-17056" >2262</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">ucfirst</span>  <a -href="glossaries-user.html#dx1-17032" >2176</a> <br /></span> +href="glossaries-user.html#dx1-18032" >2263</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">ucmark</span>  <a -href="glossaries-user.html#dx1-17017" >2177</a>, <a -href="glossaries-user.html#dx1-17019" >2178</a> <br /></span> +href="glossaries-user.html#dx1-18017" >2264</a>, <a +href="glossaries-user.html#dx1-18019" >2265</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">false</span>  <a -href="glossaries-user.html#dx1-17020" >2179</a> <br /></span> +href="glossaries-user.html#dx1-18020" >2266</a> <br /></span> <span class="index-subsubitem">        <span class="cmss-10">true</span>  <a -href="glossaries-user.html#dx1-17022" >2180</a> <br /></span> +href="glossaries-user.html#dx1-18022" >2267</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">xindy</span>  <a -href="glossaries-user.html#dx1-4041" >2181</a>, <a -href="glossaries-user.html#dx1-5086" >2182</a>, <a -href="glossaries-user.html#dx1-7007" >2183</a>, <a -href="glossaries-user.html#dx1-10060" >2184</a>, <a -href="glossaries-user.html#dx1-12003" >2185</a>, <a -href="glossaries-user.html#dx1-13002" >2186</a>, <a -href="glossaries-user.html#dx1-19057" >2187</a>, <a -href="glossaries-user.html#dx1-19058" >2188</a>, <a -href="glossaries-user.html#dx1-19068" >2189</a>, <a -href="glossaries-user.html#dx1-23002" >2190</a>, <a -href="glossaries-user.html#dx1-23016" >2191</a>, <a -href="glossaries-user.html#dx1-51002" >2192</a>, <a -href="glossaries-user.html#dx1-53001" >2193</a>, <a -href="glossaries-user.html#dx1-54001" >2194</a> <br /></span> +href="glossaries-user.html#dx1-4042" >2268</a>, <a +href="glossaries-user.html#dx1-5086" >2269</a>, <a +href="glossaries-user.html#dx1-7007" >2270</a>, <a +href="glossaries-user.html#dx1-10066" >2271</a>, <a +href="glossaries-user.html#dx1-13003" >2272</a>, <a +href="glossaries-user.html#dx1-14002" >2273</a>, <a +href="glossaries-user.html#dx1-20060" >2274</a>, <a +href="glossaries-user.html#dx1-20061" >2275</a>, <a +href="glossaries-user.html#dx1-20071" >2276</a>, <a +href="glossaries-user.html#dx1-24002" >2277</a>, <a +href="glossaries-user.html#dx1-24016" >2278</a>, <a +href="glossaries-user.html#dx1-54002" >2279</a>, <a +href="glossaries-user.html#dx1-56001" >2280</a>, <a +href="glossaries-user.html#dx1-57001" >2281</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">xindygloss</span>  <a -href="glossaries-user.html#dx1-19067" >2195</a>, <a -href="glossaries-user.html#dx1-23003" >2196</a> <br /></span> +href="glossaries-user.html#dx1-20070" >2282</a>, <a +href="glossaries-user.html#dx1-24003" >2283</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">xindynoglsnumbers</span>  <a -href="glossaries-user.html#dx1-19071" >2197</a>, <a -href="glossaries-user.html#dx1-23004" >2198</a> <br /></span> +href="glossaries-user.html#dx1-20074" >2284</a>, <a +href="glossaries-user.html#dx1-24004" >2285</a> <br /></span> <span class="index-item"><span class="cmtt-10">page </span>(counter)  <a -href="glossaries-user.html#dx1-53042" >2199</a> <br /></span> +href="glossaries-user.html#dx1-56042" >2286</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\pagelistname</span></span></span>  <a -href="glossaries-user.html#dx1-8030" >2200</a> <br /></span> +href="glossaries-user.html#dx1-8030" >2287</a> <br /></span> <span class="index-item"><span class="cmtt-10">pdflatex</span>  <a -href="glossaries-user.html#dx1-14" >2201</a>, <a -href="glossaries-user.html#dx1-41017" >2202</a> <br /></span> +href="glossaries-user.html#dx1-14" >2288</a>, <a +href="glossaries-user.html#dx1-44017" >2289</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\PGLS</span></span></span>  <a -href="glossaries-user.html#dx1-76027" ><span -class="cmti-10">2203</span></a> <br /></span> +href="glossaries-user.html#dx1-82027" ><span +class="cmti-10">2290</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Pgls</span></span></span>  <a -href="glossaries-user.html#dx1-76023" ><span -class="cmti-10">2204</span></a> <br /></span> +href="glossaries-user.html#dx1-82023" ><span +class="cmti-10">2291</span></a> <br /></span> + + <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\pgls</span></span></span>  <a -href="glossaries-user.html#dx1-76020" ><span -class="cmti-10">2205</span></a> <br /></span> +href="glossaries-user.html#dx1-82020" ><span +class="cmti-10">2292</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\PGLSpl</span></span></span>  <a -href="glossaries-user.html#dx1-76036" ><span -class="cmti-10">2206</span></a> <br /></span> +href="glossaries-user.html#dx1-82036" ><span +class="cmti-10">2293</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Pglspl</span></span></span>  <a -href="glossaries-user.html#dx1-76032" ><span -class="cmti-10">2207</span></a> <br /></span> +href="glossaries-user.html#dx1-82032" ><span +class="cmti-10">2294</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\pglspl</span></span></span>  <a -href="glossaries-user.html#dx1-76029" ><span -class="cmti-10">2208</span></a> <br /></span> +href="glossaries-user.html#dx1-82029" ><span +class="cmti-10">2295</span></a> <br /></span> <span class="index-item"><span class="cmtt-10">pod2man</span>  <a -href="glossaries-user.html#dx1-11026" >2209</a> <br /></span> +href="glossaries-user.html#dx1-11026" >2296</a> <br /></span> <span class="index-item"><span class="cmss-10">polyglossia </span>package  <a -href="glossaries-user.html#dx1-8002" >2210</a>, <a -href="glossaries-user.html#dx1-8004" >2211</a>, <a -href="glossaries-user.html#dx1-8006" >2212</a>, <a -href="glossaries-user.html#dx1-8039" >2213</a>, <a -href="glossaries-user.html#dx1-16039" >2214</a>, <a -href="glossaries-user.html#dx1-16043" >2215</a>, <a -href="glossaries-user.html#dx1-16058" >2216</a> <br /></span> +href="glossaries-user.html#dx1-8002" >2297</a>, <a +href="glossaries-user.html#dx1-8004" >2298</a>, <a +href="glossaries-user.html#dx1-8006" >2299</a>, <a +href="glossaries-user.html#dx1-8039" >2300</a>, <a +href="glossaries-user.html#dx1-17039" >2301</a>, <a +href="glossaries-user.html#dx1-17043" >2302</a>, <a +href="glossaries-user.html#dx1-17058" >2303</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\printacronym</span></span></span>  <a -href="glossaries-user.html#dx1-56004" >2217</a> <br /></span> +href="glossaries-user.html#dx1-59004" >2304</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\printacronyms</span></span></span>  <a -href="glossaries-user.html#dx1-20002" ><span -class="cmti-10">2218</span></a>, <a -href="glossaries-user.html#dx1-60006" >2219</a> <br /></span> +href="glossaries-user.html#dx1-21002" ><span +class="cmti-10">2305</span></a>, <a +href="glossaries-user.html#dx1-63006" >2306</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\printglossaries</span></span></span>  <a -href="glossaries-user.html#dx1-36002" >2220</a>, <a -href="glossaries-user.html#dx1-50003" ><span -class="cmti-10">2221</span></a>, <a -href="glossaries-user.html#dx1-55009" >2222</a>, <a -href="glossaries-user.html#dx1-60010" >2223</a>, <a -href="glossaries-user.html#dx1-74068" >2224</a>, <a -href="glossaries-user.html#dx1-75011" >2225</a> <br /></span> +href="glossaries-user.html#dx1-39002" >2307</a>, <a +href="glossaries-user.html#dx1-53003" ><span +class="cmti-10">2308</span></a>, <a +href="glossaries-user.html#dx1-58009" >2309</a>, <a +href="glossaries-user.html#dx1-63010" >2310</a>, <a +href="glossaries-user.html#dx1-77068" >2311</a>, <a +href="glossaries-user.html#dx1-80004" >2312</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\printglossary</span></span></span>  <a -href="glossaries-user.html#dx1-18051" >2226</a>, <a -href="glossaries-user.html#dx1-20003" >2227</a>, <a -href="glossaries-user.html#dx1-22003" >2228</a>, <a -href="glossaries-user.html#dx1-22008" >2229</a>, <a -href="glossaries-user.html#dx1-22016" >2230</a>, <a -href="glossaries-user.html#dx1-50013" ><span -class="cmti-10">2231</span></a>, <a -href="glossaries-user.html#dx1-56003" >2232</a>, <a -href="glossaries-user.html#dx1-60003" >2233</a>, <a -href="glossaries-user.html#dx1-60007" >2234</a>, <a -href="glossaries-user.html#dx1-64003" >2235</a>, <a -href="glossaries-user.html#dx1-65023" >2236</a>, <a -href="glossaries-user.html#dx1-74067" >2237</a>, <a -href="glossaries-user.html#dx1-75010" >2238</a> <br /></span> +href="glossaries-user.html#dx1-19051" >2313</a>, <a +href="glossaries-user.html#dx1-21003" >2314</a>, <a +href="glossaries-user.html#dx1-23003" >2315</a>, <a +href="glossaries-user.html#dx1-23008" >2316</a>, <a +href="glossaries-user.html#dx1-23016" >2317</a>, <a +href="glossaries-user.html#dx1-53013" ><span +class="cmti-10">2318</span></a>, <a +href="glossaries-user.html#dx1-59003" >2319</a>, <a +href="glossaries-user.html#dx1-63003" >2320</a>, <a +href="glossaries-user.html#dx1-63007" >2321</a>, <a +href="glossaries-user.html#dx1-67003" >2322</a>, <a +href="glossaries-user.html#dx1-68026" >2323</a>, <a +href="glossaries-user.html#dx1-77067" >2324</a>, <a +href="glossaries-user.html#dx1-80003" >2325</a> <br /></span> <span class="index-item"><span class="cmtt-10">\printglossary </span>options<br /></span> <span class="index-subitem">    <span class="cmss-10">entrycounter</span>  <a -href="glossaries-user.html#dx1-50031" >2239</a> <br /></span> +href="glossaries-user.html#dx1-53031" >2326</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">nogroupskip</span>  <a -href="glossaries-user.html#dx1-50029" >2240</a> <br /></span> +href="glossaries-user.html#dx1-53029" >2327</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">nonumberlist</span>  <a -href="glossaries-user.html#dx1-50028" >2241</a> <br /></span> +href="glossaries-user.html#dx1-53028" >2328</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">nopostdot</span>  <a -href="glossaries-user.html#dx1-50030" >2242</a> <br /></span> +href="glossaries-user.html#dx1-53030" >2329</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">numberedsection</span>  <a -href="glossaries-user.html#dx1-50025" >2243</a> <br /></span> +href="glossaries-user.html#dx1-53025" >2330</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">style</span>  <a -href="glossaries-user.html#dx1-18050" >2244</a>, <a -href="glossaries-user.html#dx1-50022" >2245</a>, <a -href="glossaries-user.html#dx1-64001" >2246</a>, <a -href="glossaries-user.html#dx1-65021" >2247</a> <br /></span> +href="glossaries-user.html#dx1-19050" >2331</a>, <a +href="glossaries-user.html#dx1-53022" >2332</a>, <a +href="glossaries-user.html#dx1-67001" >2333</a>, <a +href="glossaries-user.html#dx1-68024" >2334</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">subentrycounter</span>  <a -href="glossaries-user.html#dx1-50033" >2248</a> <br /></span> +href="glossaries-user.html#dx1-53033" >2335</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">title</span>  <a -href="glossaries-user.html#dx1-50018" >2249</a>, <a -href="glossaries-user.html#dx1-50021" >2250</a>, <a -href="glossaries-user.html#dx1-56002" >2251</a> <br /></span> +href="glossaries-user.html#dx1-53018" >2336</a>, <a +href="glossaries-user.html#dx1-53021" >2337</a>, <a +href="glossaries-user.html#dx1-59002" >2338</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">toctitle</span>  <a -href="glossaries-user.html#dx1-50019" >2252</a> <br /></span> +href="glossaries-user.html#dx1-53019" >2339</a> <br /></span> <span class="index-subitem">    <span class="cmss-10">type</span>  <a -href="glossaries-user.html#dx1-50015" >2253</a>, <a -href="glossaries-user.html#dx1-50016" >2254</a> <br /></span> +href="glossaries-user.html#dx1-53015" >2340</a>, <a +href="glossaries-user.html#dx1-53016" >2341</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\printindex</span></span></span>  <a -href="glossaries-user.html#dx1-22015" ><span -class="cmti-10">2255</span></a> <br /></span> +href="glossaries-user.html#dx1-23015" ><span +class="cmti-10">2342</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\printnoidxglossaries</span></span></span>  <a -href="glossaries-user.html#dx1-50001" ><span -class="cmti-10">2256</span></a>, <a -href="glossaries-user.html#dx1-60009" >2257</a> <br /></span> - - +href="glossaries-user.html#dx1-53001" ><span +class="cmti-10">2343</span></a>, <a +href="glossaries-user.html#dx1-63009" >2344</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\printnoidxglossary</span></span></span>  <a -href="glossaries-user.html#dx1-19003" >2258</a>, <a -href="glossaries-user.html#dx1-19036" >2259</a>, <a -href="glossaries-user.html#dx1-19048" >2260</a>, <a -href="glossaries-user.html#dx1-20005" >2261</a>, <a -href="glossaries-user.html#dx1-22004" >2262</a>, <a -href="glossaries-user.html#dx1-22009" >2263</a>, <a -href="glossaries-user.html#dx1-22017" >2264</a>, <a -href="glossaries-user.html#dx1-50011" ><span -class="cmti-10">2265</span></a>, <a -href="glossaries-user.html#dx1-60001" >2266</a>, <a -href="glossaries-user.html#dx1-64002" >2267</a>, <a -href="glossaries-user.html#dx1-65022" >2268</a> <br /></span> +href="glossaries-user.html#dx1-20003" >2345</a>, <a +href="glossaries-user.html#dx1-20039" >2346</a>, <a +href="glossaries-user.html#dx1-20051" >2347</a>, <a +href="glossaries-user.html#dx1-21005" >2348</a>, <a +href="glossaries-user.html#dx1-23004" >2349</a>, <a +href="glossaries-user.html#dx1-23009" >2350</a>, <a +href="glossaries-user.html#dx1-23017" >2351</a>, <a +href="glossaries-user.html#dx1-53011" ><span +class="cmti-10">2352</span></a>, <a +href="glossaries-user.html#dx1-63001" >2353</a>, <a +href="glossaries-user.html#dx1-67002" >2354</a>, <a +href="glossaries-user.html#dx1-68025" >2355</a> <br /></span> <span class="index-item"><span class="cmtt-10">\printnoidxglossary </span>options<br /></span> <span class="index-subitem">    <span class="cmss-10">sort</span>  <a -href="glossaries-user.html#dx1-19002" >2269</a>, <a -href="glossaries-user.html#dx1-19035" >2270</a>, <a -href="glossaries-user.html#dx1-19047" >2271</a>, <a -href="glossaries-user.html#dx1-50038" >2272</a> <br /></span> +href="glossaries-user.html#dx1-20002" >2356</a>, <a +href="glossaries-user.html#dx1-20038" >2357</a>, <a +href="glossaries-user.html#dx1-20050" >2358</a>, <a +href="glossaries-user.html#dx1-53038" >2359</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\printnumbers</span></span></span>  <a -href="glossaries-user.html#dx1-22007" ><span -class="cmti-10">2273</span></a> <br /></span> +href="glossaries-user.html#dx1-23007" ><span +class="cmti-10">2360</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\printsymbols</span></span></span>  <a -href="glossaries-user.html#dx1-22002" ><span -class="cmti-10">2274</span></a> <br /></span> +href="glossaries-user.html#dx1-23002" ><span +class="cmti-10">2361</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\provideglossaryentry</span></span></span>  <a -href="glossaries-user.html#dx1-27004" ><span -class="cmti-10">2275</span></a>, <a -href="glossaries-user.html#dx1-35028" >2276</a> <br /></span> +href="glossaries-user.html#dx1-28004" ><span +class="cmti-10">2362</span></a>, <a +href="glossaries-user.html#dx1-38028" >2363</a> <br /></span> </p><p class="theindex"> <span class="cmbx-10">R</span> <span class="index-item"><span class="cmss-10">relsize </span>package  <a -href="glossaries-user.html#dx1-21019" >2277</a>, <a -href="glossaries-user.html#dx1-58015" >2278</a> <br /></span> +href="glossaries-user.html#dx1-22019" >2364</a>, <a +href="glossaries-user.html#dx1-61015" >2365</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\Roman</span></span></span>  <a -href="glossaries-user.html#dx1-53032" >2279</a> <br /></span> +href="glossaries-user.html#dx1-56032" >2366</a> <br /></span> </p><p class="theindex"> <span class="cmbx-10">S</span> <span class="index-item">sanitize  <a -href="glossaries-user.html#dx1-3045" ><span -class="cmbx-10">2280</span></a>, <a -href="glossaries-user.html#dx1-16015" >2281</a>, <a -href="glossaries-user.html#dx1-19027" >2282</a>, <a -href="glossaries-user.html#dx1-48015" >2283</a>, <a -href="glossaries-user.html#dx1-49056" >2284</a> <br /></span> +href="glossaries-user.html#dx1-3048" ><span +class="cmbx-10">2367</span></a>, <a +href="glossaries-user.html#dx1-17015" >2368</a>, <a +href="glossaries-user.html#dx1-20030" >2369</a>, <a +href="glossaries-user.html#dx1-51015" >2370</a>, <a +href="glossaries-user.html#dx1-52056" >2371</a> <br /></span> <span class="index-item"><span class="cmss-10">scrwfile </span>package  <a -href="glossaries-user.html#dx1-16023" >2285</a> <br /></span> +href="glossaries-user.html#dx1-17023" >2372</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\section*</span></span></span>  <a -href="glossaries-user.html#dx1-17048" >2286</a>, <a -href="glossaries-user.html#dx1-50051" >2287</a> <br /></span> +href="glossaries-user.html#dx1-18048" >2373</a>, <a +href="glossaries-user.html#dx1-53051" >2374</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\seename</span></span></span>  <a -href="glossaries-user.html#dx1-47011" >2288</a>, <a -href="glossaries-user.html#dx1-47018" >2289</a>, <a -href="glossaries-user.html#dx1-48006" >2290</a> <br /></span> +href="glossaries-user.html#dx1-50011" >2375</a>, <a +href="glossaries-user.html#dx1-50018" >2376</a>, <a +href="glossaries-user.html#dx1-51006" >2377</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\SetAcronymLists</span></span></span>  <a -href="glossaries-user.html#dx1-20024" ><span -class="cmti-10">2291</span></a> <br /></span> +href="glossaries-user.html#dx1-21024" ><span +class="cmti-10">2378</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\setacronymstyle</span></span></span>  <a -href="glossaries-user.html#dx1-21001" >2292</a>, <a -href="glossaries-user.html#dx1-42010" >2293</a>, <a -href="glossaries-user.html#dx1-56023" >2294</a>, <a -href="glossaries-user.html#dx1-57001" ><span -class="cmti-10">2295</span></a>, <a -href="glossaries-user.html#dx1-59016" >2296</a> <br /></span> +href="glossaries-user.html#dx1-22001" >2379</a>, <a +href="glossaries-user.html#dx1-45010" >2380</a>, <a +href="glossaries-user.html#dx1-59023" >2381</a>, <a +href="glossaries-user.html#dx1-60001" ><span +class="cmti-10">2382</span></a>, <a +href="glossaries-user.html#dx1-62016" >2383</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\setAlphaCompositor</span></span></span>  <a -href="glossaries-user.html#dx1-53049" >2297</a> <br /></span> +href="glossaries-user.html#dx1-56049" >2384</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\setCompositor</span></span></span>  <a -href="glossaries-user.html#dx1-53047" >2298</a> <br /></span> +href="glossaries-user.html#dx1-56047" >2385</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\setentrycounter</span></span></span>  <a -href="glossaries-user.html#dx1-74052" >2299</a>, <a -href="glossaries-user.html#dx1-74055" >2300</a> <br /></span> +href="glossaries-user.html#dx1-77052" >2386</a>, <a +href="glossaries-user.html#dx1-77055" >2387</a> <br /></span> + + <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\setglossarypreamble</span></span></span>  <a -href="glossaries-user.html#dx1-18017" >2301</a>, <a -href="glossaries-user.html#dx1-50060" ><span -class="cmti-10">2302</span></a> <br /></span> +href="glossaries-user.html#dx1-19017" >2388</a>, <a +href="glossaries-user.html#dx1-53060" ><span +class="cmti-10">2389</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\setglossarysection</span></span></span>  <a -href="glossaries-user.html#dx1-17012" ><span -class="cmti-10">2303</span></a>, <a -href="glossaries-user.html#dx1-50054" >2304</a> <br /></span> +href="glossaries-user.html#dx1-18012" ><span +class="cmti-10">2390</span></a>, <a +href="glossaries-user.html#dx1-53054" >2391</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\setglossarystyle</span></span></span>  <a -href="glossaries-user.html#dx1-18049" >2305</a>, <a -href="glossaries-user.html#dx1-64004" ><span -class="cmti-10">2306</span></a>, <a -href="glossaries-user.html#dx1-65025" >2307</a>, <a -href="glossaries-user.html#dx1-65028" >2308</a>, <a -href="glossaries-user.html#dx1-72010" >2309</a>, <a -href="glossaries-user.html#dx1-73006" >2310</a>, <a -href="glossaries-user.html#dx1-74090" >2311</a> <br /></span> +href="glossaries-user.html#dx1-19049" >2392</a>, <a +href="glossaries-user.html#dx1-67004" ><span +class="cmti-10">2393</span></a>, <a +href="glossaries-user.html#dx1-68028" >2394</a>, <a +href="glossaries-user.html#dx1-68031" >2395</a>, <a +href="glossaries-user.html#dx1-75010" >2396</a>, <a +href="glossaries-user.html#dx1-76006" >2397</a>, <a +href="glossaries-user.html#dx1-77090" >2398</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\setStyleFile</span></span></span>  <a -href="glossaries-user.html#dx1-12013" >2312</a>, <a -href="glossaries-user.html#dx1-13008" >2313</a>, <a -href="glossaries-user.html#dx1-26015" ><span -class="cmti-10">2314</span></a> <br /></span> +href="glossaries-user.html#dx1-13013" >2399</a>, <a +href="glossaries-user.html#dx1-14008" >2400</a>, <a +href="glossaries-user.html#dx1-27015" ><span +class="cmti-10">2401</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\setupglossaries</span></span></span>  <a -href="glossaries-user.html#dx1-23001" ><span -class="cmti-10">2315</span></a> <br /></span> +href="glossaries-user.html#dx1-24001" ><span +class="cmti-10">2402</span></a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\subglossentry</span></span></span>  <a -href="glossaries-user.html#dx1-74061" ><span -class="cmti-10">2316</span></a> <br /></span> +href="glossaries-user.html#dx1-77061" ><span +class="cmti-10">2403</span></a> <br /></span> <span class="index-item"><span class="cmtt-10">supertabular </span>(environment)  <a -href="glossaries-user.html#dx1-69002" >2317</a>, <a -href="glossaries-user.html#dx1-69008" >2318</a>, <a -href="glossaries-user.html#dx1-69013" >2319</a>, <a -href="glossaries-user.html#dx1-70003" >2320</a>, <a -href="glossaries-user.html#dx1-70010" >2321</a> <br /></span> +href="glossaries-user.html#dx1-72002" >2404</a>, <a +href="glossaries-user.html#dx1-72008" >2405</a>, <a +href="glossaries-user.html#dx1-72013" >2406</a>, <a +href="glossaries-user.html#dx1-73003" >2407</a>, <a +href="glossaries-user.html#dx1-73010" >2408</a> <br /></span> <span class="index-item"><span class="cmss-10">supertabular </span>package  <a -href="glossaries-user.html#dx1-18036" >2322</a>, <a -href="glossaries-user.html#dx1-69015" >2323</a>, <a -href="glossaries-user.html#dx1-70012" >2324</a> <br /></span> +href="glossaries-user.html#dx1-19036" >2409</a>, <a +href="glossaries-user.html#dx1-72015" >2410</a>, <a +href="glossaries-user.html#dx1-73012" >2411</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\symbolname</span></span></span>  <a -href="glossaries-user.html#dx1-8029" >2325</a> <br /></span> +href="glossaries-user.html#dx1-8029" >2412</a> <br /></span> </p><p class="theindex"> <span class="cmbx-10">T</span> <span class="index-item"><span class="cmtt-10">tabular </span>(environment)  <a -href="glossaries-user.html#dx1-62017" >2326</a>, <a -href="glossaries-user.html#dx1-62019" >2327</a> <br /></span> +href="glossaries-user.html#dx1-65017" >2413</a>, <a +href="glossaries-user.html#dx1-65019" >2414</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\texorpdfstring</span></span></span>  <a -href="glossaries-user.html#dx1-41012" >2328</a> <br /></span> +href="glossaries-user.html#dx1-44012" >2415</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\textbf</span></span></span>  <a -href="glossaries-user.html#dx1-41039" >2329</a> <br /></span> +href="glossaries-user.html#dx1-44039" >2416</a> <br /></span> <span class="index-item"><span class="cmss-10">textcase </span>package  <a -href="glossaries-user.html#dx1-17027" >2330</a>, <a -href="glossaries-user.html#dx1-17029" >2331</a> <br /></span> +href="glossaries-user.html#dx1-18027" >2417</a>, <a +href="glossaries-user.html#dx1-18029" >2418</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\textrm</span></span></span>  <a -href="glossaries-user.html#dx1-53011" >2332</a> <br /></span> +href="glossaries-user.html#dx1-56011" >2419</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\textsc</span></span></span>  <a -href="glossaries-user.html#dx1-58008" >2333</a>, <a -href="glossaries-user.html#dx1-58010" >2334</a>, <a -href="glossaries-user.html#dx1-59036" >2335</a>, <a -href="glossaries-user.html#dx1-59042" >2336</a>, <a -href="glossaries-user.html#dx1-59043" >2337</a>, <a -href="glossaries-user.html#dx1-59058" >2338</a> <br /></span> +href="glossaries-user.html#dx1-61008" >2420</a>, <a +href="glossaries-user.html#dx1-61010" >2421</a>, <a +href="glossaries-user.html#dx1-62036" >2422</a>, <a +href="glossaries-user.html#dx1-62042" >2423</a>, <a +href="glossaries-user.html#dx1-62043" >2424</a>, <a +href="glossaries-user.html#dx1-62058" >2425</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\textsmaller</span></span></span>  <a -href="glossaries-user.html#dx1-21020" >2339</a>, <a -href="glossaries-user.html#dx1-58012" >2340</a>, <a -href="glossaries-user.html#dx1-58013" >2341</a> <br /></span> +href="glossaries-user.html#dx1-22020" >2426</a>, <a +href="glossaries-user.html#dx1-61012" >2427</a>, <a +href="glossaries-user.html#dx1-61013" >2428</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\textulc</span></span></span>  <a -href="glossaries-user.html#dx1-59037" >2342</a> <br /></span> +href="glossaries-user.html#dx1-62037" >2429</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\textup</span></span></span>  <a -href="glossaries-user.html#dx1-59038" >2343</a> <br /></span> +href="glossaries-user.html#dx1-62038" >2430</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\the</span></span></span>  <a -href="glossaries-user.html#dx1-59027" >2344</a> <br /></span> +href="glossaries-user.html#dx1-62027" >2431</a> <br /></span> <span class="index-item"><span class="cmtt-10">theglossary </span>(environment)  <a -href="glossaries-user.html#dx1-74002" ><span -class="cmti-10">2345</span></a>, <a -href="glossaries-user.html#dx1-74004" >2346</a>, <a -href="glossaries-user.html#dx1-74011" >2347</a>, <a -href="glossaries-user.html#dx1-74074" >2348</a> <br /></span> - - +href="glossaries-user.html#dx1-77002" ><span +class="cmti-10">2432</span></a>, <a +href="glossaries-user.html#dx1-77004" >2433</a>, <a +href="glossaries-user.html#dx1-77011" >2434</a>, <a +href="glossaries-user.html#dx1-77074" >2435</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\thepage</span></span></span>  <a -href="glossaries-user.html#dx1-53036" >2349</a> <br /></span> +href="glossaries-user.html#dx1-56036" >2436</a> <br /></span> <span class="index-item"><span class="cmss-10">tracklang </span>package  <a -href="glossaries-user.html#dx1-9001" >2350</a>, <a -href="glossaries-user.html#dx1-9002" >2351</a> <br /></span> +href="glossaries-user.html#dx1-9001" >2437</a>, <a +href="glossaries-user.html#dx1-9002" >2438</a> <br /></span> <span class="index-item"><span class="cmss-10">translator </span>package  <a -href="glossaries-user.html#dx1-8009" >2352</a>, <a -href="glossaries-user.html#dx1-8013" >2353</a>, <a -href="glossaries-user.html#dx1-8014" >2354</a>, <a -href="glossaries-user.html#dx1-8015" >2355</a>, <a -href="glossaries-user.html#dx1-8020" >2356</a>, <a -href="glossaries-user.html#dx1-8021" >2357</a>, <a -href="glossaries-user.html#dx1-8033" >2358</a>, <a -href="glossaries-user.html#dx1-8035" >2359</a>, <a -href="glossaries-user.html#dx1-8036" >2360</a>, <a -href="glossaries-user.html#dx1-8038" >2361</a>, <a -href="glossaries-user.html#dx1-8043" >2362</a>, <a -href="glossaries-user.html#dx1-8044" >2363</a>, <a -href="glossaries-user.html#dx1-8045" >2364</a>, <a -href="glossaries-user.html#dx1-8048" >2365</a>, <a -href="glossaries-user.html#dx1-9003" >2366</a>, <a -href="glossaries-user.html#dx1-9004" >2367</a>, <a -href="glossaries-user.html#dx1-9005" >2368</a>, <a -href="glossaries-user.html#dx1-9007" >2369</a>, <a -href="glossaries-user.html#dx1-16033" >2370</a>, <a -href="glossaries-user.html#dx1-16034" >2371</a>, <a -href="glossaries-user.html#dx1-16035" >2372</a>, <a -href="glossaries-user.html#dx1-16036" >2373</a>, <a -href="glossaries-user.html#dx1-16048" >2374</a>, <a -href="glossaries-user.html#dx1-16059" >2375</a>, <a -href="glossaries-user.html#dx1-55024" >2376</a> <br /></span> +href="glossaries-user.html#dx1-8009" >2439</a>, <a +href="glossaries-user.html#dx1-8013" >2440</a>, <a +href="glossaries-user.html#dx1-8014" >2441</a>, <a +href="glossaries-user.html#dx1-8015" >2442</a>, <a +href="glossaries-user.html#dx1-8020" >2443</a>, <a +href="glossaries-user.html#dx1-8021" >2444</a>, <a +href="glossaries-user.html#dx1-8033" >2445</a>, <a +href="glossaries-user.html#dx1-8035" >2446</a>, <a +href="glossaries-user.html#dx1-8036" >2447</a>, <a +href="glossaries-user.html#dx1-8038" >2448</a>, <a +href="glossaries-user.html#dx1-8043" >2449</a>, <a +href="glossaries-user.html#dx1-8044" >2450</a>, <a +href="glossaries-user.html#dx1-8045" >2451</a>, <a +href="glossaries-user.html#dx1-8048" >2452</a>, <a +href="glossaries-user.html#dx1-9003" >2453</a>, <a +href="glossaries-user.html#dx1-9004" >2454</a>, <a +href="glossaries-user.html#dx1-9005" >2455</a>, <a +href="glossaries-user.html#dx1-9007" >2456</a>, <a +href="glossaries-user.html#dx1-17033" >2457</a>, <a +href="glossaries-user.html#dx1-17034" >2458</a>, <a +href="glossaries-user.html#dx1-17035" >2459</a>, <a +href="glossaries-user.html#dx1-17036" >2460</a>, <a +href="glossaries-user.html#dx1-17048" >2461</a>, <a +href="glossaries-user.html#dx1-17059" >2462</a>, <a +href="glossaries-user.html#dx1-58024" >2463</a> <br /></span> </p><p class="theindex"> <span class="cmbx-10">W</span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\write18</span></span></span>  <a -href="glossaries-user.html#dx1-16024" >2377</a>, <a -href="glossaries-user.html#dx1-19075" >2378</a> <br /></span> +href="glossaries-user.html#dx1-17024" >2464</a>, <a +href="glossaries-user.html#dx1-20078" >2465</a> <br /></span> </p><p class="theindex"> <span class="cmbx-10">X</span> <span class="index-item"><span class="cmtt-10">xindy</span>  <a -href="glossaries-user.html#dx1-3025" >2379</a>, <a -href="glossaries-user.html#dx1-3033" >2380</a>, <a -href="glossaries-user.html#dx1-3049" ><span -class="cmbx-10">2381</span></a>, <a -href="glossaries-user.html#dx1-4033" >2382</a>, <a -href="glossaries-user.html#dx1-4034" >2383</a>, <a -href="glossaries-user.html#dx1-4035" >2384</a>, <a -href="glossaries-user.html#dx1-4036" >2385</a>, <a -href="glossaries-user.html#dx1-4037" >2386</a>, <a -href="glossaries-user.html#dx1-4038" >2387</a>, <a -href="glossaries-user.html#dx1-4048" >2388</a>, <a -href="glossaries-user.html#dx1-4049" >2389</a>, <a -href="glossaries-user.html#dx1-4051" >2390</a>, <a -href="glossaries-user.html#dx1-4052" >2391</a>, <a -href="glossaries-user.html#dx1-4056" >2392</a>, <a -href="glossaries-user.html#dx1-4059" >2393</a>, <a -href="glossaries-user.html#dx1-4065" >2394</a>, <a -href="glossaries-user.html#dx1-4066" >2395</a>, <a -href="glossaries-user.html#dx1-5066" >2396</a>, <a -href="glossaries-user.html#dx1-5070" >2397</a>, <a -href="glossaries-user.html#dx1-5074" >2398</a>, <a -href="glossaries-user.html#dx1-5077" >2399</a>, <a -href="glossaries-user.html#dx1-5080" >2400</a>, <a -href="glossaries-user.html#dx1-5082" >2401</a>, <a -href="glossaries-user.html#dx1-5084" >2402</a>, <a -href="glossaries-user.html#dx1-7001" >2403</a>, <a -href="glossaries-user.html#dx1-7003" >2404</a>, <a -href="glossaries-user.html#dx1-7006" >2405</a>, <a -href="glossaries-user.html#dx1-7014" >2406</a>, <a -href="glossaries-user.html#dx1-7016" >2407</a>, <a -href="glossaries-user.html#dx1-8050" >2408</a>, <a -href="glossaries-user.html#dx1-8052" >2409</a>, <a -href="glossaries-user.html#dx1-10006" >2410</a>, <a -href="glossaries-user.html#dx1-10008" >2411</a>, <a -href="glossaries-user.html#dx1-10010" >2412</a>, <a -href="glossaries-user.html#dx1-10011" >2413</a>, <a -href="glossaries-user.html#dx1-10016" >2414</a>, <a -href="glossaries-user.html#dx1-10021" >2415</a>, <a -href="glossaries-user.html#dx1-10024" >2416</a>, <a -href="glossaries-user.html#dx1-10027" >2417</a>, <a -href="glossaries-user.html#dx1-10029" >2418</a>, <a -href="glossaries-user.html#dx1-10037" >2419</a>, <a -href="glossaries-user.html#dx1-10040" >2420</a>, <a -href="glossaries-user.html#dx1-10045" >2421</a>, <a -href="glossaries-user.html#dx1-10049" >2422</a>, <a -href="glossaries-user.html#dx1-10054" >2423</a>, <a -href="glossaries-user.html#dx1-10057" >2424</a>, <a -href="glossaries-user.html#dx1-11003" >2425</a>, <a -href="glossaries-user.html#dx1-11013" >2426</a>, <a -href="glossaries-user.html#dx1-11021" >2427</a>, <a -href="glossaries-user.html#dx1-11023" >2428</a>, <a -href="glossaries-user.html#x1-120001.4.2" >2429</a>, <a -href="glossaries-user.html#dx1-12001" >2430</a>, <a -href="glossaries-user.html#dx1-12002" >2431</a>, <a -href="glossaries-user.html#dx1-12004" >2432</a>, <a -href="glossaries-user.html#dx1-12007" >2433</a>, <a -href="glossaries-user.html#dx1-12008" >2434</a>, <a -href="glossaries-user.html#dx1-12010" >2435</a>, <a -href="glossaries-user.html#dx1-12021" >2436</a>, <a -href="glossaries-user.html#dx1-12023" >2437</a>, <a -href="glossaries-user.html#dx1-14001" >2438</a>, <a -href="glossaries-user.html#dx1-14007" >2439</a>, <a -href="glossaries-user.html#dx1-14010" >2440</a>, <a -href="glossaries-user.html#dx1-16026" >2441</a>, <a -href="glossaries-user.html#dx1-16029" >2442</a>, <a -href="glossaries-user.html#dx1-18008" >2443</a>, <a -href="glossaries-user.html#dx1-19025" >2444</a>, <a -href="glossaries-user.html#dx1-19055" >2445</a>, <a -href="glossaries-user.html#dx1-19059" >2446</a>, <a -href="glossaries-user.html#dx1-19061" >2447</a>, <a -href="glossaries-user.html#dx1-19063" >2448</a>, <a -href="glossaries-user.html#dx1-19066" >2449</a>, <a -href="glossaries-user.html#dx1-19074" >2450</a>, <a -href="glossaries-user.html#dx1-19077" >2451</a>, <a -href="glossaries-user.html#dx1-19080" >2452</a>, <a -href="glossaries-user.html#dx1-19081" >2453</a>, <a -href="glossaries-user.html#dx1-19082" >2454</a>, <a -href="glossaries-user.html#dx1-26004" >2455</a>, <a -href="glossaries-user.html#dx1-26006" >2456</a>, <a -href="glossaries-user.html#dx1-27084" >2457</a>, <a -href="glossaries-user.html#dx1-27128" >2458</a>, <a -href="glossaries-user.html#dx1-40008" >2459</a>, <a -href="glossaries-user.html#dx1-40009" >2460</a>, <a -href="glossaries-user.html#dx1-40011" >2461</a>, <a -href="glossaries-user.html#dx1-40014" >2462</a>, <a -href="glossaries-user.html#dx1-40015" >2463</a>, <a -href="glossaries-user.html#dx1-40020" >2464</a>, <a -href="glossaries-user.html#dx1-40023" >2465</a>, <a -href="glossaries-user.html#dx1-41006" >2466</a>, <a -href="glossaries-user.html#dx1-41041" >2467</a>, <a -href="glossaries-user.html#dx1-41045" >2468</a>, <a -href="glossaries-user.html#dx1-41065" >2469</a>, <a -href="glossaries-user.html#dx1-49065" >2470</a>, <a -href="glossaries-user.html#dx1-50007" >2471</a>, <a -href="glossaries-user.html#dx1-50009" >2472</a>, <a -href="glossaries-user.html#dx1-51001" >2473</a>, <a -href="glossaries-user.html#dx1-51003" >2474</a>, <a -href="glossaries-user.html#dx1-51004" >2475</a>, <a -href="glossaries-user.html#dx1-51006" >2476</a>, <a -href="glossaries-user.html#dx1-51011" >2477</a>, <a -href="glossaries-user.html#dx1-51015" >2478</a>, <a -href="glossaries-user.html#dx1-51016" >2479</a>, <a -href="glossaries-user.html#dx1-51018" >2480</a>, <a -href="glossaries-user.html#dx1-51019" >2481</a>, <a -href="glossaries-user.html#dx1-51020" >2482</a>, <a -href="glossaries-user.html#dx1-51021" >2483</a>, <a -href="glossaries-user.html#dx1-52001" >2484</a>, <a -href="glossaries-user.html#dx1-52002" >2485</a>, <a -href="glossaries-user.html#dx1-52006" >2486</a>, <a -href="glossaries-user.html#dx1-52011" >2487</a>, <a -href="glossaries-user.html#dx1-52014" >2488</a>, <a -href="glossaries-user.html#dx1-53003" >2489</a>, <a -href="glossaries-user.html#dx1-53013" >2490</a>, <a -href="glossaries-user.html#dx1-53018" >2491</a>, <a -href="glossaries-user.html#dx1-53024" >2492</a>, <a -href="glossaries-user.html#dx1-53037" >2493</a>, <a -href="glossaries-user.html#dx1-53044" >2494</a>, <a -href="glossaries-user.html#dx1-53057" >2495</a>, <a -href="glossaries-user.html#dx1-55004" >2496</a>, <a -href="glossaries-user.html#dx1-71016" >2497</a>, <a -href="glossaries-user.html#dx1-74025" >2498</a>, <a -href="glossaries-user.html#dx1-74029" >2499</a> <br /></span> +href="glossaries-user.html#dx1-3025" >2466</a>, <a +href="glossaries-user.html#dx1-3033" >2467</a>, <a +href="glossaries-user.html#dx1-3038" >2468</a>, <a +href="glossaries-user.html#dx1-3052" ><span +class="cmbx-10">2469</span></a>, <a +href="glossaries-user.html#dx1-4034" >2470</a>, <a +href="glossaries-user.html#dx1-4035" >2471</a>, <a +href="glossaries-user.html#dx1-4036" >2472</a>, <a +href="glossaries-user.html#dx1-4037" >2473</a>, <a +href="glossaries-user.html#dx1-4038" >2474</a>, <a +href="glossaries-user.html#dx1-4039" >2475</a>, <a +href="glossaries-user.html#dx1-4049" >2476</a>, <a +href="glossaries-user.html#dx1-4050" >2477</a>, <a +href="glossaries-user.html#dx1-4052" >2478</a>, <a +href="glossaries-user.html#dx1-4053" >2479</a>, <a +href="glossaries-user.html#dx1-4057" >2480</a>, <a +href="glossaries-user.html#dx1-4060" >2481</a>, <a +href="glossaries-user.html#dx1-4061" >2482</a>, <a +href="glossaries-user.html#dx1-4062" >2483</a>, <a +href="glossaries-user.html#dx1-4063" >2484</a>, <a +href="glossaries-user.html#dx1-4069" >2485</a>, <a +href="glossaries-user.html#dx1-4070" >2486</a>, <a +href="glossaries-user.html#dx1-5066" >2487</a>, <a +href="glossaries-user.html#dx1-5070" >2488</a>, <a +href="glossaries-user.html#dx1-5074" >2489</a>, <a +href="glossaries-user.html#dx1-5077" >2490</a>, <a +href="glossaries-user.html#dx1-5080" >2491</a>, <a +href="glossaries-user.html#dx1-5082" >2492</a>, <a +href="glossaries-user.html#dx1-5084" >2493</a>, <a +href="glossaries-user.html#dx1-7001" >2494</a>, <a +href="glossaries-user.html#dx1-7003" >2495</a>, <a +href="glossaries-user.html#dx1-7006" >2496</a>, <a +href="glossaries-user.html#dx1-7014" >2497</a>, <a +href="glossaries-user.html#dx1-7016" >2498</a>, <a +href="glossaries-user.html#dx1-8050" >2499</a>, <a +href="glossaries-user.html#dx1-8052" >2500</a>, <a +href="glossaries-user.html#dx1-10006" >2501</a>, <a +href="glossaries-user.html#dx1-10008" >2502</a>, <a +href="glossaries-user.html#dx1-10010" >2503</a>, <a +href="glossaries-user.html#dx1-10011" >2504</a>, <a +href="glossaries-user.html#dx1-10016" >2505</a>, <a +href="glossaries-user.html#dx1-10021" >2506</a>, <a +href="glossaries-user.html#dx1-10024" >2507</a>, <a +href="glossaries-user.html#dx1-10027" >2508</a>, <a +href="glossaries-user.html#dx1-10029" >2509</a>, <a +href="glossaries-user.html#dx1-10040" >2510</a>, <a +href="glossaries-user.html#dx1-10043" >2511</a>, <a +href="glossaries-user.html#dx1-10046" >2512</a>, <a +href="glossaries-user.html#dx1-10051" >2513</a>, <a +href="glossaries-user.html#dx1-10055" >2514</a>, <a +href="glossaries-user.html#dx1-10060" >2515</a>, <a +href="glossaries-user.html#dx1-10063" >2516</a>, <a +href="glossaries-user.html#dx1-11003" >2517</a>, <a +href="glossaries-user.html#dx1-11013" >2518</a>, <a +href="glossaries-user.html#dx1-11021" >2519</a>, <a +href="glossaries-user.html#dx1-11023" >2520</a>, <a +href="glossaries-user.html#x1-130001.4.3" >2521</a>, <a +href="glossaries-user.html#dx1-13001" >2522</a>, <a +href="glossaries-user.html#dx1-13002" >2523</a>, <a +href="glossaries-user.html#dx1-13004" >2524</a>, <a +href="glossaries-user.html#dx1-13007" >2525</a>, <a +href="glossaries-user.html#dx1-13008" >2526</a>, <a +href="glossaries-user.html#dx1-13010" >2527</a>, <a +href="glossaries-user.html#dx1-13021" >2528</a>, <a +href="glossaries-user.html#dx1-13023" >2529</a>, <a +href="glossaries-user.html#dx1-15001" >2530</a>, <a +href="glossaries-user.html#dx1-15007" >2531</a>, <a +href="glossaries-user.html#dx1-15010" >2532</a>, <a +href="glossaries-user.html#dx1-17026" >2533</a>, <a +href="glossaries-user.html#dx1-17029" >2534</a>, <a +href="glossaries-user.html#dx1-19008" >2535</a>, <a +href="glossaries-user.html#dx1-20028" >2536</a>, <a +href="glossaries-user.html#dx1-20058" >2537</a>, <a +href="glossaries-user.html#dx1-20062" >2538</a>, <a +href="glossaries-user.html#dx1-20064" >2539</a>, <a +href="glossaries-user.html#dx1-20066" >2540</a>, <a +href="glossaries-user.html#dx1-20069" >2541</a>, <a +href="glossaries-user.html#dx1-20077" >2542</a>, <a +href="glossaries-user.html#dx1-20080" >2543</a>, <a +href="glossaries-user.html#dx1-20083" >2544</a>, <a +href="glossaries-user.html#dx1-20084" >2545</a>, <a +href="glossaries-user.html#dx1-20085" >2546</a>, <a +href="glossaries-user.html#dx1-27004" >2547</a>, <a +href="glossaries-user.html#dx1-27006" >2548</a>, <a +href="glossaries-user.html#dx1-28084" >2549</a>, <a +href="glossaries-user.html#dx1-28129" >2550</a>, <a +href="glossaries-user.html#dx1-43008" >2551</a>, <a +href="glossaries-user.html#dx1-43009" >2552</a>, <a +href="glossaries-user.html#dx1-43011" >2553</a>, <a +href="glossaries-user.html#dx1-43014" >2554</a>, <a +href="glossaries-user.html#dx1-43015" >2555</a>, <a +href="glossaries-user.html#dx1-43020" >2556</a>, <a +href="glossaries-user.html#dx1-43023" >2557</a>, <a +href="glossaries-user.html#dx1-44006" >2558</a>, <a +href="glossaries-user.html#dx1-44041" >2559</a>, <a +href="glossaries-user.html#dx1-44045" >2560</a>, <a +href="glossaries-user.html#dx1-44065" >2561</a>, <a +href="glossaries-user.html#dx1-52065" >2562</a>, <a +href="glossaries-user.html#dx1-53007" >2563</a>, <a +href="glossaries-user.html#dx1-53009" >2564</a>, <a +href="glossaries-user.html#dx1-54001" >2565</a>, <a +href="glossaries-user.html#dx1-54003" >2566</a>, <a +href="glossaries-user.html#dx1-54004" >2567</a>, <a +href="glossaries-user.html#dx1-54006" >2568</a>, <a +href="glossaries-user.html#dx1-54011" >2569</a>, <a +href="glossaries-user.html#dx1-54015" >2570</a>, <a +href="glossaries-user.html#dx1-54016" >2571</a>, <a +href="glossaries-user.html#dx1-54018" >2572</a>, <a +href="glossaries-user.html#dx1-54019" >2573</a>, <a +href="glossaries-user.html#dx1-54020" >2574</a>, <a +href="glossaries-user.html#dx1-54021" >2575</a>, <a +href="glossaries-user.html#dx1-55001" >2576</a>, <a +href="glossaries-user.html#dx1-55002" >2577</a>, <a +href="glossaries-user.html#dx1-55006" >2578</a>, <a +href="glossaries-user.html#dx1-55011" >2579</a>, <a +href="glossaries-user.html#dx1-55014" >2580</a>, <a +href="glossaries-user.html#dx1-56003" >2581</a>, <a +href="glossaries-user.html#dx1-56013" >2582</a>, <a +href="glossaries-user.html#dx1-56018" >2583</a>, <a +href="glossaries-user.html#dx1-56024" >2584</a>, <a +href="glossaries-user.html#dx1-56037" >2585</a>, <a +href="glossaries-user.html#dx1-56044" >2586</a>, <a +href="glossaries-user.html#dx1-56057" >2587</a>, <a +href="glossaries-user.html#dx1-58004" >2588</a>, <a +href="glossaries-user.html#dx1-74016" >2589</a>, <a +href="glossaries-user.html#dx1-77025" >2590</a>, <a +href="glossaries-user.html#dx1-77029" >2591</a> <br /></span> <span class="index-item"><span class="cmss-10">xkeyval </span>package  <a -href="glossaries-user.html#dx1-5005" >2500</a> <br /></span> +href="glossaries-user.html#dx1-5005" >2592</a>, <a +href="glossaries-user.html#dx1-48030" >2593</a> <br /></span> <span class="index-item"><span class="obeylines-h"><span class="verb"><span class="cmtt-10">\xspace</span></span></span>  <a -href="glossaries-user.html#dx1-61018" >2501</a> <br /></span> +href="glossaries-user.html#dx1-64018" >2594</a> <br /></span> <span class="index-item"><span class="cmss-10">xspace </span>package  <a -href="glossaries-user.html#dx1-61014" >2502</a>, <a -href="glossaries-user.html#dx1-61015" >2503</a>, <a -href="glossaries-user.html#dx1-61017" >2504</a>, <a -href="glossaries-user.html#dx1-61019" >2505</a>, <a -href="glossaries-user.html#dx1-61021" >2506</a>, <a -href="glossaries-user.html#dx1-61023" >2507</a>, <a -href="glossaries-user.html#dx1-61024" >2508</a> <br /></span> +href="glossaries-user.html#dx1-64014" >2595</a>, <a +href="glossaries-user.html#dx1-64015" >2596</a>, <a +href="glossaries-user.html#dx1-64017" >2597</a>, <a +href="glossaries-user.html#dx1-64019" >2598</a>, <a +href="glossaries-user.html#dx1-64021" >2599</a>, <a +href="glossaries-user.html#dx1-64023" >2600</a>, <a +href="glossaries-user.html#dx1-64024" >2601</a> <br /></span> </p></div> - <div class="footnotes"><!--l. 498--><p class="indent" > <span class="footnote-mark"><a + + + <div class="footnotes"><!--l. 509--><p class="indent" > <span class="footnote-mark"><a href="#fn1x2-bk" id="fn1x2"><sup class="textsuperscript">1.1</sup></a></span><span class="cmr-8">That is, if the term has been referenced using any of the commands described in </span><a href="#sec:glslink"><span @@ -24961,7 +26661,7 @@ class="cmr-8">key) or commands such as </span><span class="cmtt-8">\acrshort</span><a id="dx1-4004"></a><span class="cmr-8">.</span></p> -<!--l. 798--><p class="indent" > <span class="footnote-mark"><a +<!--l. 833--><p class="indent" > <span class="footnote-mark"><a href="#fn2x2-bk" id="fn2x2"><sup class="textsuperscript">1.2</sup></a></span><span class="cmr-8">Note that although I’ve written </span><span class="cmtt-8">latex </span><span @@ -24973,28 +26673,31 @@ class="cmr-8">possible, for the reasons given </span><a href="#pdflatexnote"><span class="cmr-8">earlier</span></a><span class="cmr-8">.</span></p> -<!--l. 1865--><p class="indent" > <span class="footnote-mark"><a +<!--l. 1931--><p class="indent" > <span class="footnote-mark"><a href="#fn3x2-bk" id="fn3x2"><sup class="textsuperscript">1.3</sup></a></span><span class="cmr-8">As from v3.01 </span><span class="cmtt-8">\gls</span><a - id="dx1-10042"></a> <span + id="dx1-10048"></a> <span class="cmr-8">is no longer fragile and doesn’t need protecting.</span></p> -<!--l. 2507--><p class="noindent" ><span class="footnote-mark"><a +<!--l. 2551--><p class="noindent" ><span class="footnote-mark"><a href="#fn1x3-bk" id="fn1x3"><sup class="textsuperscript">2.1</sup></a></span><span +class="cmr-8">bug fix in v4.16 has corrected the code to ensure this.</span></p> +<!--l. 2647--><p class="noindent" ><span class="footnote-mark"><a +href="#fn2x3-bk" id="fn2x3"><sup class="textsuperscript">2.2</sup></a></span><span class="cmr-8">unless </span><span class="cmss-8">memoir</span><a - id="dx1-17015"></a> <span + id="dx1-18015"></a> <span class="cmr-8">is loaded, which case it uses </span><span class="cmtt-8">\markboth</span><a - id="dx1-17016"></a></p> -<!--l. 2537--><p class="noindent" ><span class="footnote-mark"><a -href="#fn2x3-bk" id="fn2x3"><sup class="textsuperscript">2.2</sup></a></span><span + id="dx1-18016"></a></p> +<!--l. 2677--><p class="noindent" ><span class="footnote-mark"><a +href="#fn3x3-bk" id="fn3x3"><sup class="textsuperscript">2.3</sup></a></span><span class="cmr-8">Actually it uses </span><span class="cmtt-8">\mfirstucMakeUppercase</span><a - id="dx1-17026"></a> <span + id="dx1-18026"></a> <span class="cmr-8">which is set to </span><span class="cmss-8">textcase</span><a - id="dx1-17027"></a><span + id="dx1-18027"></a><span class="cmr-8">’s </span><span class="cmtt-8">\MakeTextUppercase </span><span class="cmr-8">by the</span> @@ -25002,82 +26705,82 @@ class="cmr-8">by the</span> class="cmss-8">glossaries </span><span class="cmr-8">package. This makes it consistent with </span><span class="cmtt-8">\makefirstuc</span><a - id="dx1-17028"></a><span + id="dx1-18028"></a><span class="cmr-8">. (The </span><span class="cmss-8">textcase</span><a - id="dx1-17029"></a> <span + id="dx1-18029"></a> <span class="cmr-8">package is</span> <span class="cmr-8">automatically loaded by </span><span class="cmss-8">glossaries</span><span class="cmr-8">.)</span></p> -<!--l. 3088--><p class="noindent" ><span class="footnote-mark"><a -href="#fn3x3-bk" id="fn3x3"><sup class="textsuperscript">2.3</sup></a></span><span +<!--l. 3231--><p class="noindent" ><span class="footnote-mark"><a +href="#fn4x3-bk" id="fn4x3"><sup class="textsuperscript">2.4</sup></a></span><span class="cmr-8">Actually it sets </span><span class="cmtt-8">\acronymtype</span><a - id="dx1-20009"></a> <span + id="dx1-21009"></a> <span class="cmr-8">to </span><span class="cmtt-8">\glsdefaulttype</span><a - id="dx1-20010"></a> <span + id="dx1-21010"></a> <span class="cmr-8">if the </span><span class="cmss-8">acronym</span><a - id="dx1-20011"></a> <span + id="dx1-21011"></a> <span class="cmr-8">package option is not</span> <span class="cmr-8">used, but </span><span class="cmtt-8">\glsdefaulttype</span><a - id="dx1-20012"></a> <span + id="dx1-21012"></a> <span class="cmr-8">usually has the value </span><span class="cmtt-8">main </span><span class="cmr-8">unless the </span><span class="cmss-8">nomain</span><a - id="dx1-20013"></a> <span + id="dx1-21013"></a> <span class="cmr-8">option has been</span> <span -class="cmr-8">used.</span></p><!--l. 4245--><p class="indent" > <span class="footnote-mark"><a +class="cmr-8">used.</span></p><!--l. 4683--><p class="indent" > <span class="footnote-mark"><a href="#fn1x5-bk" id="fn1x5"><sup class="textsuperscript">4.1</sup></a></span><span class="cmr-8">This is because </span><span class="cmtt-8">\acronymtype</span><a - id="dx1-35020"></a> <span + id="dx1-38020"></a> <span class="cmr-8">is set to </span><span class="cmtt-8">\glsdefaulttype</span><a - id="dx1-35021"></a> <span + id="dx1-38021"></a> <span class="cmr-8">if the </span><span class="cmss-8">acronym</span><a - id="dx1-35022"></a> <span + id="dx1-38022"></a> <span class="cmr-8">package option is not</span> <span -class="cmr-8">used.</span></p><!--l. 5187--><p class="indent" > <span class="footnote-mark"><a +class="cmr-8">used.</span></p><!--l. 5625--><p class="indent" > <span class="footnote-mark"><a href="#fn1x7-bk" id="fn1x7"><sup class="textsuperscript">6.1</sup></a></span><span class="cmtt-8">\glsdisplayfirst</span><a - id="dx1-44003"></a> <span + id="dx1-47003"></a> <span class="cmr-8">and </span><span class="cmtt-8">\glsdisplay</span><a - id="dx1-44004"></a> <span + id="dx1-47004"></a> <span class="cmr-8">are now deprecated. Backwards compatibility should be</span> <span class="cmr-8">preserved but you may need to use the </span><span class="cmss-8">compatible-3.07</span><a - id="dx1-44005"></a> <span + id="dx1-47005"></a> <span class="cmr-8">option</span></p> -<!--l. 5745--><p class="indent" > <span class="footnote-mark"><a +<!--l. 6246--><p class="indent" > <span class="footnote-mark"><a href="#fn1x9-bk" id="fn1x9"><sup class="textsuperscript">8.1</sup></a></span><a href="#glo:makeindex"><span class="cmtt-8">makeindex</span><a - id="dx1-48004"></a></a> <span + id="dx1-51004"></a></a> <span class="cmr-8">will always assign a location number, even if it’s not needed, so it needs to be</span> <span -class="cmr-8">discarded.</span></p><!--l. 5750--><p class="indent" > <span class="footnote-mark"><a +class="cmr-8">discarded.</span></p><!--l. 6251--><p class="indent" > <span class="footnote-mark"><a href="#fn2x9-bk" id="fn2x9"><sup class="textsuperscript">8.2</sup></a></span><span class="cmr-8">Ifyou redefine </span><span class="cmtt-8">\glsseeformat</span><span class="cmr-8">, keep the default value of the optional argument as </span><span class="cmtt-8">\seename</span><a - id="dx1-48006"></a> + id="dx1-51006"></a> <span class="cmr-8">as both </span><span class="cmss-8">see</span><a - id="dx1-48007"></a> <span + id="dx1-51007"></a> <span class="cmr-8">and </span><span class="cmtt-8">\glssee </span><span class="cmr-8">explicitly write </span><span @@ -25085,107 +26788,107 @@ class="cmtt-8">[\seename] </span><span class="cmr-8">in the output file if no optional argument is</span> <span class="cmr-8">given.</span></p> -<!--l. 5775--><p class="indent" > <span class="footnote-mark"><a +<!--l. 6276--><p class="indent" > <span class="footnote-mark"><a href="#fn3x9-bk" id="fn3x9"><sup class="textsuperscript">8.3</sup></a></span><span class="cmr-8">In versions before 3.0, </span><span class="cmtt-8">\glsentryname </span><span class="cmr-8">was used, but this could cause problems when the </span><span class="cmss-8">name</span><a - id="dx1-48014"></a> + id="dx1-51014"></a> <span class="cmr-8">key was </span><a href="#glo:sanitize"><span class="cmr-8">sanitized</span><a - id="dx1-48015"></a></a><span + id="dx1-51015"></a></a><span class="cmr-8">.</span></p> -<!--l. 6059--><p class="indent" > <span class="footnote-mark"><a +<!--l. 6560--><p class="indent" > <span class="footnote-mark"><a href="#fn1x10-bk" id="fn1x10"><sup class="textsuperscript">9.1</sup></a></span><span class="cmr-8">versions before 3.0 used </span><span class="cmtt-8">\glsentryname</span><a - id="dx1-49054"></a> <span + id="dx1-52054"></a> <span class="cmr-8">as the default, but this could cause problems when</span> <span class="cmss-8">name</span><a - id="dx1-49055"></a> <span + id="dx1-52055"></a> <span class="cmr-8">had been </span><a href="#glo:sanitize"><span class="cmr-8">sanitized</span><a - id="dx1-49056"></a></a><span -class="cmr-8">.</span></p><!--l. 6286--><p class="indent" > <span class="footnote-mark"><a + id="dx1-52056"></a></a><span +class="cmr-8">.</span></p><!--l. 6787--><p class="indent" > <span class="footnote-mark"><a href="#fn1x11-bk" id="fn1x11"><sup class="textsuperscript">10.1</sup></a></span><span class="cmr-8">you can’t use the </span><span class="cmss-8">longheaderborder</span><a - id="dx1-50066"></a> <span + id="dx1-53066"></a> <span class="cmr-8">style for this example as you can’t use the </span><span class="cmss-8">longtable</span><a - id="dx1-50067"></a><a - id="dx1-50068"></a> + id="dx1-53067"></a><a + id="dx1-53068"></a> <span -class="cmr-8">environment in two column mode.</span></p><!--l. 6619--><p class="indent" > <span class="footnote-mark"><a +class="cmr-8">environment in two column mode.</span></p><!--l. 7120--><p class="indent" > <span class="footnote-mark"><a href="#fn1x12-bk" id="fn1x12"><sup class="textsuperscript">11.1</sup></a></span><span class="cmr-8">see </span><span class="cmtt-8">\setCompositor</span><a - id="dx1-53047"></a> <span + id="dx1-56047"></a> <span class="cmr-8">described in </span><a href="#sec:setup"><span class="cmsy-8">§</span><span class="cmr-8">3 </span></a><a href="#sec:setup"><span class="cmr-8">Setting Up</span><!--tex4ht:ref: sec:setup --></a></p> -<!--l. 6625--><p class="indent" > <span class="footnote-mark"><a +<!--l. 7126--><p class="indent" > <span class="footnote-mark"><a href="#fn2x12-bk" id="fn2x12"><sup class="textsuperscript">11.2</sup></a></span><span class="cmr-8">see </span><span class="cmtt-8">\setAlphaCompositor</span><a - id="dx1-53049"></a> <span + id="dx1-56049"></a> <span class="cmr-8">described in </span><a href="#sec:setup"><span class="cmsy-8">§</span><span class="cmr-8">3 </span></a><a href="#sec:setup"><span class="cmr-8">Setting Up</span><!--tex4ht:ref: sec:setup --></a></p> -<!--l. 7823--><p class="indent" > <span class="footnote-mark"><a +<!--l. 8554--><p class="indent" > <span class="footnote-mark"><a href="#fn1x14-bk" id="fn1x14"><sup class="textsuperscript">13.1</sup></a></span><span -class="cmr-8">as from version 1.18</span></p><!--l. 7852--><p class="indent" > <span class="footnote-mark"><a +class="cmr-8">as from version 1.18</span></p><!--l. 8583--><p class="indent" > <span class="footnote-mark"><a href="#fn2x14-bk" id="fn2x14"><sup class="textsuperscript">13.2</sup></a></span><span class="cmr-8">See David Carlisle’sexplanation in </span><a href="http://tex.stackexchange.com/questions/86565/drawbacks-of-xspace" class="url" ><span class="cmtt-8">http://tex.stackexchange.com/questions/86565/drawbacks-of-xspace</span></a></p> -<!--l. 8343--><p class="indent" > <span class="footnote-mark"><a +<!--l. 9080--><p class="indent" > <span class="footnote-mark"><a href="#fn1x16-bk" id="fn1x16"><sup class="textsuperscript">15.1</sup></a></span><span class="cmr-8">These lengths will not be available if you use both the </span><span class="cmss-8">nolong</span><a - id="dx1-65013"></a> <span + id="dx1-68016"></a> <span class="cmr-8">and </span><span class="cmss-8">nosuper</span><a - id="dx1-65014"></a> <span + id="dx1-68017"></a> <span class="cmr-8">package</span> <span class="cmr-8">options or if you use the </span><span class="cmss-8">nostyles</span><a - id="dx1-65015"></a> <span + id="dx1-68018"></a> <span class="cmr-8">package option unless you explicitly load the relevant</span> <span class="cmr-8">package.</span></p> -<!--l. 8456--><p class="noindent" ><span class="footnote-mark"><a +<!--l. 9193--><p class="noindent" ><span class="footnote-mark"><a href="#fn2x16-bk" id="fn2x16"><sup class="textsuperscript">15.2</sup></a></span><span class="cmr-8">This style was supplied by Axel</span><span class="cmr-8"> Menzel.</span></p> -<!--l. 8667--><p class="indent" > <span class="footnote-mark"><a +<!--l. 9404--><p class="indent" > <span class="footnote-mark"><a href="#fn3x16-bk" id="fn3x16"><sup class="textsuperscript">15.3</sup></a></span><span class="cmr-8">e.g.</span><span class="cmr-8"> with the </span><span class="cmss-8">flowfram</span><a - id="dx1-69011"></a> <span + id="dx1-72011"></a> <span class="cmr-8">package.</span></p> -<!--l. 9584--><p class="indent" > <span class="footnote-mark"><a +<!--l. 10526--><p class="indent" > <span class="footnote-mark"><a href="#fn1x18-bk" id="fn1x18"><sup class="textsuperscript">17.1</sup></a></span><span class="cmr-8">Single letter words, such as “a” and “I” should typically not appear at the end of a line,</span> <span class="cmr-8">hence the non-breakable space after “a” in the </span><span class="cmss-8">prefix</span><a - id="dx1-76016"></a> <span + id="dx1-82016"></a> <span class="cmr-8">field.</span></p> -<!--l. 9744--><p class="indent" > <span class="footnote-mark"><a +<!--l. 10686--><p class="indent" > <span class="footnote-mark"><a href="#fn2x18-bk" id="fn2x18"><sup class="textsuperscript">17.2</sup></a></span><span class="cmr-8">The earlier caveats about initial non-Latin characters apply.</span></p> </div> diff --git a/Master/texmf-dist/doc/latex/glossaries/glossaries-user.pdf b/Master/texmf-dist/doc/latex/glossaries/glossaries-user.pdf Binary files differindex fe42458bbb8..3537993a50d 100644 --- a/Master/texmf-dist/doc/latex/glossaries/glossaries-user.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/glossaries-user.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex b/Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex index bf307e4c510..878b1bff733 100644 --- a/Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex +++ b/Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex @@ -133,6 +133,17 @@ to \gls{xindy} and \gls{makeindex} provided with the \styfmt{glossaries} package.} } +\newglossaryentry{makeglossaries-lite.lua}{% +name={\appfmt{makeglossaries-lite.lua}\index{makeglossaries-lite.lua=\appfmt{makeglossaries-lite.lua}|htextbf}},% +sort={makeglossaries-lite.lua},% +text={\appfmt{makeglossaries-lite.lua}\iapp{makeglossaries-lite.lua}},% +description={A custom designed Lua script interface +to \gls{xindy} and \gls{makeindex} provided with the \styfmt{glossaries} +package. This is a cut-down alternative to the Perl +\appfmt{makeglossaries} script. If you have Perl installed, use the +Perl script instead.} +} + \longnewglossaryentry{makeglossariesgui}{% name={\appfmt{makeglossariesgui}\index{makeglossariesgui=\appfmt{makeglossariesgui}|htextbf}},% sort={makeglossariesgui},% @@ -367,11 +378,11 @@ and~\hyperlink{option#2}{#2}} \MakeShortVerb{"} \DeleteShortVerb{\|} - \title{User Manual for glossaries.sty v4.15} + \title{User Manual for glossaries.sty v4.16} \author{Nicola L.C. Talbot\\% \url{http://www.dickimaw-books.com/}} - \date{2015-03-16} + \date{2015-07-08} \maketitle \begin{abstract} @@ -381,7 +392,7 @@ Sorted lists with collated \glslink{entrylocation}{locations} can be generated either using \TeX\ or using a supplementary \gls{indexingapp}. \end{abstract} -If you require multilingual support you must also install +If you require multilingual support you must also separately install the relevant language module. Each language module is called \texttt{glossaries-}\meta{language}, where \meta{language} is the root language name. For example, \texttt{glossaries-french} @@ -391,7 +402,7 @@ will give a warning if the module isn't found. See \sectionref{sec:languages} for further details. \begin{important} -Documents have various styles when it comes to presenting glossaries +Documents have wide-ranging styles when it comes to presenting glossaries or lists of terms or notation. People have their own preferences and to a large extent this is determined by the kind of information that needs to go in the glossary. They may just have symbols with @@ -433,7 +444,7 @@ letter}{mfirstuc-manual}. \item[\url{glossaries-code.pdf}] Advanced users wishing to know more about the inner workings of all the packages provided in the \styfmt{glossaries} bundle should read -\qt{Documented Code for glossaries v4.15}. +\qt{Documented Code for glossaries v4.16}. This includes the documented code for the \sty{mfirstuc} package. \item[INSTALL] Installation instructions. @@ -504,7 +515,7 @@ assistance in upgrading. One of the strengths of this package is its flexibility, however the drawback of this is the necessity of having a large manual -that can cover all the various settings. If you are daunted by the +that covers all the various settings. If you are daunted by the size of the manual, try starting off with the much shorter \docref{guide for beginners}{glossariesbegin}. @@ -537,6 +548,10 @@ difficult. There are three options: and will default to \verb|\'elite| if \pkgopt[true]{sanitizesort} is used. + This option works best with the \pkgopt[def]{sort} setting. For any + other setting, be prepared for a long document build time, + especially if you have a lot of entries defined. + \begin{enumerate} \item Add \cs{makenoidxglossaries} to your preamble (before you start defining your entries, as described in @@ -565,6 +580,9 @@ difficult. There are three options: Then \gls{makeindex} writes a~new file containing the code to typeset the glossary. \LaTeX\ then reads this file in on the next run. + This option works best if you want to sort entries according to the + English alphabet and you don't want to install Perl. + \begin{enumerate} \item Add \cs{makeglossaries} to your preamble (before you start defining your entries, as described in @@ -631,6 +649,10 @@ makeindex -l -s myDoc.ist -o myDoc.gls myDoc.glo writes a~new file containing the code to typeset the glossary. \LaTeX\ then reads this file in on the next run. + This is the best option if you want to sort according to a + language other than English or if you want non-standard location + lists. + \begin{enumerate} \item Add the \pkgopt{xindy} option to the \styfmt{glossaries} package option list: @@ -657,13 +679,14 @@ package option list: Unix-like users) then you need to run the command (all on one line): \begin{verbatim} -xindy -L english -C utf8 -I xindy -M myDoc +xindy -L english -C utf8 -I xindy -M myDoc -t myDoc.glg -o myDoc.gls myDoc.glo \end{verbatim} (Replace \texttt{myDoc} with the base name of your \LaTeX\ document file. Avoid spaces in the file name. If necessary, also replace \texttt{english} with the name of your language and \texttt{utf8} - with your input encoding.) If you don't know + with your input encoding, for example, \texttt{-L german -C + din5007-utf8}.) If you don't know how to use the command prompt, then you can probably access \gls{xindy} via your text editor, but each editor has a different method of doing this, so I~can't give a~general @@ -676,8 +699,9 @@ xindy -L english -C utf8 -I xindy -M myDoc \begin{verbatim} \usepackage[xindy,order=letter]{glossaries} \end{verbatim} - (See \sectionref{sec:xindyapp} for further details on using - \gls*{xindy} explicitly.) + (and return to the previous step.) + See \sectionref{sec:xindyapp} for further details on using + \gls*{xindy} explicitly. \item Once you have successfully completed the previous step, you can now run \LaTeX\ on your document again. @@ -688,7 +712,7 @@ xindy -L english -C utf8 -I xindy -M myDoc For \optsand23, it can be difficult to remember all the parameters required for \gls{makeindex} or \gls{xindy}, so the -\styfmt{glossaries} package provides a~script called +\styfmt{glossaries} package provides a~Perl script called \gls{makeglossaries} that reads the \texttt{.aux} file to determine what settings you have used and will then run \gls{makeindex} or \gls{xindy}. Again, this is a~command line @@ -702,6 +726,17 @@ makeglossaries myDoc file. Avoid spaces in the file name.) This is described in more detail in \sectionref{sec:makeglossaries}. +If you don't have Perl installed you can use the Lua script instead: +\begin{verbatim} +makeglossaries-lite.lua myDoc +\end{verbatim} +This script doesn't have the full functionality of the Perl script, +but since modern \TeX\ distributions come with Lua, you shouldn't +need to install anything extra to make it run. Remember that since +\gls{xindy} is also a~Perl script, if you want to use \gls{xindy} +you'll need Perl installed anyway, so there's no point using this +Lua script if you're using \gls{xindy}. + \begin{important} The \texttt{.gls} and \texttt{.glo} are temporary files created to help build your document. You should not edit or explicitly input @@ -854,6 +889,11 @@ You should now have a complete document. The number following each entry in the glossary is the location number. By default, this is the page number where the entry was referenced. +There are three other files that can be used as a +\href{http://www.dickimaw-books.com/latex/minexample/}{minimal working +example}: \texttt{mwe-gls.tex}, \texttt{mwe-acr.tex} and +\texttt{mwe-acr-desc.tex}. + \exitem{-noidx} This document illustrates how to use the \styfmt{glossaries} package without an external \gls{indexingapp} (\opt1). To create the complete document, you need to do: @@ -1205,7 +1245,22 @@ makeglossaries sample-index latex sample-index \end{prompt} -\exitem{-newkeys} This document illustrates how add custom keys. +\exitem{-newkeys} This document illustrates how add custom keys +(using \cs{glsaddkey}). + +\exitem{-storage-abbr} This document illustrates how add custom +storage keys (using \cs{glsaddstoragekey}). + +\exitem{-storage-abbr-desc} An extension of the previous example +where the user needs to provide a~description. + +\exitem{-chap-hyperfirst} This document illustrates how to add +a~custom key using \cs{glsaddstoragekey} and hook into the \glslike\ +and \glstextlike\ mechanism used to determine whether or not to +hyperlink an entry. + +\exitem{-font-abbr} This document illustrates how to different fonts +for abbreviations within the style. \exitem{-numberlist} This document illustrates how to reference the \gls{numberlist} in the document text. This requires an additional @@ -1781,21 +1836,22 @@ ignore this section if you have chosen \opt1. If this section seriously confuses you, and you can't work out how to run \gls{makeglossaries} or \gls{makeindex}, you can try using the \pkgopt{automake} package option, described in -\sectionref{sec:pkgopts-sort}. +\sectionref{sec:pkgopts-sort}, but you will need \TeX's shell escape +enabled. In order to generate a sorted glossary with compact \glspl{numberlist}, it is necessary to use an external \gls{indexingapp} as an intermediate step (unless you have chosen -\opt1). It is this application that creates the file containing the -code that typesets the glossary. If this step is omitted, the -glossaries will not appear in your document. The two -\glspl*{indexingapp} that are most commonly used with \LaTeX\ are -\gls{makeindex} and \gls{xindy}. As from version 1.17, the -\styfmt{glossaries} package can be used with either of these -applications. Previous versions were designed to be used with -\gls*{makeindex} only. Note that \gls*{xindy} has much better -multi-lingual support than \gls*{makeindex}, so \gls*{xindy} is -recommended if you're not writing in English. Commands that only +\opt1, which uses \TeX\ to do the sorting). It is this application +that creates the file containing the code that typesets the +glossary. \textbf{If this step is omitted, the glossaries will not +appear in your document.} The two \glspl*{indexingapp} that are most +commonly used with \LaTeX\ are \gls{makeindex} and \gls{xindy}. As +from version 1.17, the \styfmt{glossaries} package can be used with +either of these applications. Previous versions were designed to be +used with \gls*{makeindex} only. Note that \gls*{xindy} has much +better multi-lingual support than \gls*{makeindex}, so \gls*{xindy} +is recommended if you're not writing in English. Commands that only have an effect when \gls*{xindy} is used are described in \sectionref{sec:xindy}. @@ -1840,16 +1896,26 @@ file and see if you can work it out from the \gls*{makeindex} or \end{itemize} +As from version 4.16, the \styfmt{glossaries} package also comes +with a~Lua script called \gls{makeglossaries-lite.lua}. This is a +\emph{trimmed-down} alternative to the \gls{makeglossaries} Perl +script. It doesn't have some of the options that the Perl version +has and it doesn't attempt to diagnose any problems, but since +modern \TeX\ distributions come with Lua\TeX\ (and therefore have +a~Lua interpreter) you don't need to install anything else in order +to use \gls{makeglossaries-lite.lua} so it's an alternative to +\gls{makeglossaries} if you want to use \opt2 (\gls{makeindex}). + There is also a Java GUI alternative called \gls{makeglossariesgui}, distributed separately, that has diagnostic tools. Whilst it is strongly recommended that you use the -\gls{makeglossaries} script or \gls{makeglossariesgui}, it is -possible to use the \styfmt{glossaries} package without using either -application. However, note that some commands and package options -have no effect if you don't use \gls*{makeglossaries} or -\gls*{makeglossariesgui}. These are listed in -\tableref{tab:makeglossariesCmds}. +\gls{makeglossaries} Perl script or the \gls{makeglossaries-lite.lua} +script or the \gls{makeglossariesgui} Java application, it is +possible to use the \styfmt{glossaries} package without using those +applications. However, note that some commands and package options +have no effect if you explicitly run \gls{makeindex}\slash\gls{xindy}. +These are listed in \tableref{tab:makeglossariesCmds}. \begin{important} If you are choosing not to use \gls*{makeglossaries} because you @@ -2018,9 +2084,38 @@ resulting file onto the man path. Alternatively do \begin{important} When upgrading the \styfmt{glossaries} package, make sure you also upgrade your version of \gls{makeglossaries}. The current version is -2.15. +??. \end{important} +\subsection{Using the makeglossaries-lite.lua Lua Script} +\label{sec:makeglossarieslua} + +The Lua alternative to the \gls{makeglossaries} Perl script requires +a~Lua interpreter, which should already be available if you have +a~modern \TeX\ distribution that includes Lua\TeX. Lua is +a~light-weight, cross-platform scripting language, but because it's +light-weight it doesn't have the full-functionality of heavy-weight +scripting languages, such as Perl. The \gls{makeglossaries-lite.lua} +script is therefore limited by this and some of the options +available to the \gls{makeglossaries} Perl script aren't available +here. (In particular the \texttt{-d} option.) + +The \gls{makeglossaries-lite.lua} script can be invoked in the same way +as \gls{makeglossaries} but you need to remember the \texttt{.lua} +extension. For example, if your document is called +\texttt{myDoc.tex}, then do +\begin{prompt} +makeglossaries-lite.lua myDoc +\end{prompt} + +\emph{Some} of the options available with \gls{makeglossaries} are +also available with \gls{makeglossaries-lite.lua}. For a complete list of +available options, do +\begin{prompt} +makeglossaries-lite.lua -{}-help +\end{prompt} + + \subsection[Using xindy explicitly (Option~3)]{Using \gls{xindy} explicitly (\ifpdf \opt3\else Option 3\fi)} \label{sec:xindyapp} @@ -2442,7 +2537,52 @@ first use just for acronyms: \end{verbatim} Note that this hook isn't used by the commands that don't check the -\firstuseflag, such as \ics{glstext}. +\firstuseflag, such as \ics{glstext}. (You can, instead, redefine +\ics{glslinkpostsetkeys}, which is used by both the \glslike\ and +\glstextlike\ commands.) + +\item[\pkgopt{indexonlyfirst}] This is a boolean option that specifies +whether to only add information to the external glossary file on +\gls{firstuse}. The default is \pkgopt[false]{indexonlyfirst}, +which will add a line to the file every time one of the +\glslike\ or \glstextlike\ commands are used. Note that \ics{glsadd} +will always add information to the external glossary +file\footnote{bug fix in v4.16 has corrected the code to ensure +this.}\ (since that's the purpose of that command). + +You can customise this by redefining +\begin{definition}[\DescribeMacro\glswriteentry] +\cs{glswriteentry}\marg{label}\marg{wr-code} +\end{definition} +where \meta{label} is the entry's label and \meta{wr-code} is the +code that writes the entry's information to the external file. +The default definition of \cs{glswriteentry} is: +\begin{verbatim} +\newcommand*{\glswriteentry}[2]{% + \ifglsindexonlyfirst + \ifglsused{#1}{}{#2}% + \else + #2% + \fi +} +\end{verbatim} +This checks the \pkgopt{indexonlyfirst} package option (using +\cs{ifglsindexonlyfirst}) and does \meta{wr-code} if this is +\pkgoptfmt{false} otherwise it only does \meta{wr-code} of the entry +hasn't been used. + +For example, suppose you only want to index the first use for +entries in the \texttt{acronym} glossary and not in the +\texttt{main} (or any other) glossary: +\begin{verbatim} +\renewcommand*{\glswriteentry}[2]{% + \ifthenelse{\equal{\glsentrytype{#1}}{acronym}} + {\ifglsused{#1}{}{#2}}% + {#2}% +} +\end{verbatim} +Here I've used \cs{ifthenelse} to ensure the arguments of +\cs{equal} are fully expanded before the comparison is made. \item[\pkgopt{savenumberlist}] This is a boolean option that specifies whether or not to gather and store the \gls{numberlist} @@ -2828,6 +2968,9 @@ redefined, if required, before the entries are defined (in the case of \pkgopt[def]{sort}) or before the entries are used (in the case of \pkgopt[use]{sort}). \end{itemize} +Note that the group styles (such as \glostyle{listgroup}) are +incompatible with the \pkgopt[use]{sort} and \pkgopt[def]{sort} +options. The default is \pkgopt[standard]{sort}. When the standard sort option is in use, you can hook into the sort mechanism by @@ -3092,7 +3235,8 @@ another glossary is explicitly specified. \begin{important} Remember to use the \pkgopt{nomain} package option if you're only -interested in using this \texttt{acronym} glossary. +interested in using this \texttt{acronym} glossary. (That is, you +don't intend to use the \texttt{main} glossary.) \end{important} \item[\pkgopt{acronyms}] This is equivalent to @@ -3285,7 +3429,8 @@ to display the list of symbols. \begin{important} Remember to use the \pkgopt{nomain} package option if you're only -interested in using this \texttt{symbols} glossary. +interested in using this \texttt{symbols} glossary and don't intend +to use the \texttt{main} glossary. \end{important} \item[\pkgopt{numbers}] This option defines a new glossary type with @@ -3310,7 +3455,8 @@ to display the list of numbers. \begin{important} Remember to use the \pkgopt{nomain} package option if you're only -interested in using this \texttt{numbers} glossary. +interested in using this \texttt{numbers} glossary and don't intend +to use the \texttt{main} glossary. \end{important} \item[\pkgopt{index}] This option defines a new glossary type with @@ -3344,7 +3490,8 @@ to display this glossary. \begin{important} Remember to use the \pkgopt{nomain} package option if you're only -interested in using this \texttt{index} glossary. Note that you +interested in using this \texttt{index} glossary and don't intend to +use the \texttt{main} glossary. Note that you can't mix this option with \ics{index}. Either use \styfmt{glossaries} for the indexing or use a~custom indexing package, such as \sty{makeidx}, \sty{index} or \sty{imakeidx}. @@ -3736,7 +3883,7 @@ assumed unless \ics{newacronym} is used (see Six keys provided for any additional information the user may want to specify. (For example, an associated dimension or an alternative plural or some other grammatical construct.) Alternatively, you can -add new keys using \ics{glsaddkey} (see \sectionref{sec:addkey}). +add new keys using \ics{glsaddkey} or \ics{glsaddstoragekey} (see \sectionref{sec:addkey}). Other keys are also provided by the \sty{glossaries-prefix} (\sectionref{sec:prefix}) and \sty{glossaries-accsupp} (\sectionref{sec:accsupp}) packages. @@ -3899,7 +4046,30 @@ Alternatively, you can define your own keys using \section{Additional Keys} \label{sec:addkey} -You can now also define your own custom keys using: +You can now also define your own custom keys using the +commands described in this section. There are two types of keys: +those for use within the document and those to store information +used behind the scenes by other commands. + +For example, if you want to add a key that indicates the associated +unit for a~term, you might want to reference this unit in your +document. In this case use \cs{glsaddkey} described in +\sectionref{sec:glsaddkey}. If, on the other hand, you want to add a +key to indicate to a glossary style or acronym style that this entry +should be formatted differently to other entries, then you can use +\cs{glsaddstoragekey} described in \sectionref{sec:glsaddstoragekey}. + +In both cases, a new command \meta{no link cs} will be defined that +can be used to access the value of this key (analogous to commands +such as \cs{glsentrytext}). This can be used in an expandable +context (provided any fragile commands stored in the key have been +protected). The new keys must be added using \cs{glsaddkey} or +\cs{glsaddstoragekey} before glossary entries are defined. + +\section{Document Keys} +\label{sec:glsaddkey} + +A custom key that can be used in the document is defined using: \begin{definition}[\DescribeMacro\glsaddkey] \cs{glsaddkey}\marg{key}% \marg{default value}% @@ -3989,6 +4159,274 @@ The dog \glsed{run} away from the duck. For a complete document, see the sample file \samplefile{-newkeys}. \end{example} +\section{Storage Keys} +\label{sec:glsaddstoragekey} + +A custom key that can be used for simply storing information is +defined using: +\begin{definition}[\DescribeMacro\glsaddstoragekey] +\cs{glsaddstoragekey}\marg{key}\marg{default value}\marg{no link cs} +\end{definition} +where the arguments are as the first three arguments of +\cs{glsaddkey}, described above in \sectionref{sec:glsaddkey}. + +This is essentially the same as \cs{glsaddkey} except that it +doesn't define the additional commands. You can access or update +the value of your new field using the commands described in +\sectionref{sec:fetchset}. + +\begin{example}{Defining Custom Storage Key (Acronyms and Initialisms)}{ex:addstoragekey} +Suppose I want to define acronyms and other forms of abbreviations, +such as initialisms, but I want them all in the same glossary and I +want the acronyms on first use to be displayed with the short form followed by +the long form in parentheses, but the opposite way round for other +forms of abbreviations. + +Here I can define a new key that determines whether the term is +actually an acronym rather than some other form of abbreviation. I'm +going to call this key \texttt{abbrtype} (since \texttt{type} +already exists): +\begin{verbatim} +\glsaddstoragekey + {abbrtype}% key/field name + {word}% default value if not explicitly set + {\abbrtype}% custom command to access the value if required +\end{verbatim} + +Now I can define a style that looks up the value of this new key to +determine how to display the full form: +\begin{verbatim} +\newacronymstyle + {mystyle}% style name + {% Use the generic display + \ifglshaslong{\glslabel}{\glsgenacfmt}{\glsgenentryfmt}% + } + {% Put the long form in the description + \renewcommand*{\GenericAcronymFields}{description={\the\glslongtok}}% + % For the full format, test the value of the "abbrtype" key. + % If it's set to "word" put the short form first with + % the long form in brackets. + \renewcommand*{\genacrfullformat}[2]{% + \ifglsfieldeq{##1}{abbrtype}{word} + {% is a proper acronym + \protect\firstacronymfont{\glsentryshort{##1}}##2\space + (\glsentrylong{##1})% + } + {% is another form of abbreviation + \glsentrylong{##1}##2\space + (\protect\firstacronymfont{\glsentryshort{##1}})% + }% + }% + % first letter upper case version: + \renewcommand*{\Genacrfullformat}[2]{% + \ifglsfieldeq{##1}{abbrtype}{word} + {% is a proper acronym + \protect\firstacronymfont{\Glsentryshort{##1}}##2\space + (\glsentrylong{##1})% + } + {% is another form of abbreviation + \Glsentrylong{##1}##2\space + (\protect\firstacronymfont{\glsentryshort{##1}})% + }% + }% + % plural + \renewcommand*{\genplacrfullformat}[2]{% + \ifglsfieldeq{##1}{abbrtype}{word} + {% is a proper acronym + \protect\firstacronymfont{\glsentryshortpl{##1}}##2\space + (\glsentrylong{##1})% + } + {% is another form of abbreviation + \glsentrylongpl{##1}##2\space + (\protect\firstacronymfont{\glsentryshortpl{##1}})% + }% + }% + % plural and first letter upper case + \renewcommand*{\Genplacrfullformat}[2]{% + \ifglsfieldeq{##1}{abbrtype}{word} + {% is a proper acronym + \protect\firstacronymfont{\Glsentryshortpl{##1}}##2\space + (\glsentrylong{##1})% + } + {% is another form of abbreviation + \Glsentrylongpl{##1}##2\space + (\protect\firstacronymfont{\glsentryshortpl{##1}})% + }% + }% + % Just use the short form as the name part in the glossary: + \renewcommand*{\acronymentry}[1]{\acronymfont{\glsentryshort{##1}}}% + % Sort by the short form: + \renewcommand*{\acronymsort}[2]{##1}% + % Just use the surrounding font for the short form: + \renewcommand*{\acronymfont}[1]{##1}% + % Same for first use: + \renewcommand*{\firstacronymfont}[1]{\acronymfont{##1}}% + % Default plural suffix if the plural isn't explicitly set + \renewcommand*{\acrpluralsuffix}{\glspluralsuffix}% + } +\end{verbatim} +Remember that the new style needs to be set before defining any +terms: +\begin{verbatim} +\setacronymstyle{mystyle} +\end{verbatim} + +Since it's a bit confusing to use \ics{newacronym} for something +that's not technically an acronym, let's define a new command for +initialisms: +\begin{verbatim} +\newcommand*{\newinitialism}[4][]{% + \newacronym[abbrtype=initialism,#1]{#2}{#3}{#4}% +} +\end{verbatim} +Now the entries can all be defined: +\begin{verbatim} +\newacronym{radar}{radar}{radio detecting and ranging} +\newacronym{laser}{laser}{light amplification by stimulated +emission of radiation} +\newacronym{scuba}{scuba}{self-contained underwater breathing +apparatus} +\newinitialism{dsp}{DSP}{digital signal processing} +\newinitialism{atm}{ATM}{automated teller machine} +\end{verbatim} +On \gls{firstuse}, \verb|\gls{radar}| will produce \qt{radar (radio +detecting and ranging)} but \verb|\gls{dsp}| will produce \qt{DSP +(digital signal processing)}. + +For a complete document, see the sample file +\samplefile{-storage-abbr}. +\end{example} + +In the above example, if \cs{newglossaryentry} is explicitly used +(instead of through \cs{newacronym}) the \texttt{abbrtype} key will +be set to its default value of \qt{word} but the \cs{ifglshaslong} +test in the custom acronym style will be false (since the +\gloskey{long} key hasn't been set) so the display style will switch +to that given by \cs{glsgenentryfmt} and they'll be no test +performed on the \texttt{abbrtype} field. + +\begin{example}{Defining Custom Storage Key (Acronyms and +Non-Acronyms with Descriptions)}{ex:addstoragekey2} +The previous example can be modified if the \gloskey{description} +also needs to be provided. Here I've changed \qt{word} to +\qt{acronym}: +\begin{verbatim} +\glsaddstoragekey + {abbrtype}% key/field name + {acronym}% default value if not explicitly set + {\abbrtype}% custom command to access the value if required +\end{verbatim} +This may seem a little odd for non-abbreviated entries defined using +\cs{newglossaryentry} directly, but \ics{ifglshaslong} can be used +to determine whether or not to reference the value of this new +\texttt{abbrtype} field. + +The new acronym style has a~minor modification that forces the user +to specify a description. In the previous example, the line: +\begin{verbatim} + \renewcommand*{\GenericAcronymFields}{description={\the\glslongtok}}% +\end{verbatim} +needs to be changed to: +\begin{verbatim} + \renewcommand*{\GenericAcronymFields}{}% +\end{verbatim} +Additionally, to accommodate the change in the default value of the +\texttt{abbrtype} key, all instances of +\begin{verbatim} + \ifglsfieldeq{##1}{abbrtype}{word} +\end{verbatim} +need to be changed to: +\begin{verbatim} + \ifglsfieldeq{##1}{abbrtype}{acronym} +\end{verbatim} + +Once this new style has been set, the new acronyms can be defined +using the optional argument to set the description: +\begin{verbatim} +\newacronym[description={system for detecting the position and +speed of aircraft, ships, etc}]{radar}{radar}{radio detecting +and ranging} +\end{verbatim} + +No change is required for the definition of \cs{newinitialism} but +again the optional argument is required to set the description: +\begin{verbatim} +\newinitialism[description={mathematical manipulation of an +information signal}]{dsp}{DSP}{digital signal processing} +\end{verbatim} + +We can also accommodate contractions in a similar manner to the +initialisms: +\begin{verbatim} +\newcommand*{\newcontraction}[4][]{% + \newacronym[abbrtype=contraction,#1]{#2}{#3}{#4}% +} +\end{verbatim} +The contractions can similarly been defined using this new command: +\begin{verbatim} +\newcontraction[description={front part of a ship below the +deck}]{focsle}{fo'c's'le}{forecastle} +\end{verbatim} + +Since the custom acronym style just checks if \texttt{abbrtype} is +\texttt{acronym}, the contractions will be treated the same as the +initialisms, but the style could be modified by a further test of +the \texttt{abbrtype} value if required. + +To test regular non-abbreviated entries, I've also defined a simple +word: +\begin{verbatim} +\newglossaryentry{apple}{name={apple},description={a fruit}} +\end{verbatim} + +Now for a new glossary style that provides information about the +abbreviation (in addition to the description): +\begin{verbatim} +\newglossarystyle + {mystyle}% style name + {% base it on the "list" style + \setglossarystyle{list}% + \renewcommand*{\glossentry}[2]{% + \item[\glsentryitem{##1}% + \glstarget{##1}{\glossentryname{##1}}] + \ifglshaslong{##1}% + { (\abbrtype{##1}: \glsentrylong{##1})\space}{}% + \glossentrydesc{##1}\glspostdescription\space ##2}% + } +\end{verbatim} +This uses \ics{ifglshaslong} to determine whether or not the term is +an abbreviation. If it has an abbreviation, the full form is +supplied in parentheses and \cs{abbrtype} (defined by +\cs{glsaddstoragekey} earlier) is used to indicate the type of +abbreviation. + +With this style set, the \texttt{apple} entry is simply displayed in +the glossary as +\begin{description} +\item[apple] a fruit. +\end{description} +but the abbreviations are displayed in the form +\begin{description} +\item[laser] (acronym: light amplification by +stimulated emission of radiation) device that creates a narrow beam +of intense light. +\end{description} +(for acronyms) or +\begin{description} +\item[DSP] (initialism: digital signal processing) mathematical +manipulation of an information signal. +\end{description} +(for initalisms) or +\begin{description} +\item[fo'c's'le] (contraction: forecastle) front part of a ship +below the deck. +\end{description} +(for contractions). + +For a complete document, see the sample file +\samplefile{-storage-abbr-desc}. +\end{example} + \section{Expansion} \label{sec:expansion} @@ -5282,6 +5720,12 @@ the hyperlink is on for this reference. Note that you can also use commands such as \ics{ifglsused} within the definition of \cs{glsentryfmt} (see \sectionref{sec:glsunset}). +The commands \ics{glslabel}, \ics{glstype}, \ics{glsifplural}, +\ics{glscapscase}, \ics{glscustomtex} and \ics{glsinsert} are +typically updated at the start of the \glslike\ and \glstextlike\ +commands so they can usually be accessed in the hook user commands, +such as \ics{glspostlinkhook} and \ics{glslinkpostsetkeys}. + If you only want to make minor modifications to \cs{glsentryfmt}, you can use \begin{definition}[\DescribeMacro{\glsgenentryfmt}] @@ -5338,6 +5782,21 @@ on changing the style of acronyms. Note that \cs{glsentryfmt} is not used by the \glstextlike\ commands. \end{important} +As from version 4.16, both the \glslike\ and \glstextlike\ commands +use +\begin{definition}[\DescribeMacro\glslinkpostsetkeys] +\cs{glslinkpostsetkeys} +\end{definition} +after the \meta{options} are set. This macro does nothing by default +but can be redefined. (For example, to switch off the hyperlink +under certain conditions.) This version also introduces +\begin{definition}[\DescribeMacro\glspostlinkhook] +\cs{glspostlinkhook} +\end{definition} +which is done after the link text has been displayed and also +\emph{after} the \firstuseflag\ has been unset (see +example~\ref{ex:dotabbr}). + \begin{example}{Custom Entry Display in Text}{ex:customfmt} Suppose you want a glossary of measurements and units, you can use the \gloskey{symbol} key to store the unit: @@ -5521,6 +5980,48 @@ See the sample file \samplefile{-nomathhyper} for a complete document. \end{example} +\begin{example}{One Hyper Link Per Entry Per Chapter}{ex:chap-hyperfirst} +Here's a more complicated example that will only have the hyperlink +on the first time an entry is used per chapter. This doesn't involve +resetting the \firstuseflag. Instead it adds a~new key using +\ics{glsaddstoragekey} (see \sectionref{sec:glsaddstoragekey}) that +keeps track of the chapter number that the entry was last used in: +\begin{verbatim} +\glsaddstoragekey{chapter}{0}{\glschapnum} +\end{verbatim} +This creates a new user command called \cs{glschapnum} that's +analogous to \cs{glsentrytext}. The default value for this key is~0. +I~then define my glossary entries as usual. + +Next I redefine the hook \ics{glslinkpostsetkeys} +(see \sectionref{sec:glsdisplay}) so that it determines the current +chapter number (which is stored in \cs{currentchap} using +\cs{edef}). This value is then compared with the value of the +entry's \texttt{chapter} key that I defined earlier. If they're the +same, this entry has already been used in this chapter so the +hyperlink is switched off using \sty{xkeyval}'s \cs{setkeys} +command. If the chapter number isn't the same, then this entry +hasn't been used in the current chapter. The \texttt{chapter} field +is updated using \ics{glsfieldxdef} (\sectionref{sec:fetchset}) +provided the user hasn't switched off the hyperlink. +(This test is performed using \cs{glsifhyperon}. +\begin{verbatim} +\renewcommand*{\glslinkpostsetkeys}{% + \edef\currentchap{\arabic{chapter}}% + \ifnum\currentchap=\glschapnum{\glslabel}\relax + \setkeys{glslink}{hyper=false}% + \else + \glsifhyperon{\glsfieldxdef{\glslabel}{chapter}{\currentchap}}{}% + \fi +} +\end{verbatim} +Note that this will be confused if you use \cs{gls} etc when the +chapter counter is~0. (That is, before the first \cs{chapter}.) + +See the sample file \samplefile{-chap-hyperfirst} for a complete +document. +\end{example} + \chapter{Adding an Entry to the Glossary Without Generating Text} \label{sec:glsadd} @@ -6823,7 +7324,7 @@ just follow the advice in change LaTeX’s \qt{fixed names}}. \end{important} -\chapter{Acronyms} +\chapter{Acronyms and Other Abbreviations} \label{sec:acronyms} \begin{important} @@ -6898,8 +7399,8 @@ type as \verb|type=\glsdefaulttype| in the optional argument to \ics{newacronym}. See \sectionref{sec:loadglsentries}. \end{important} -\begin{example}{Defining an Acronym}{ex:newacronym} -The following defines the acronym IDN: +\begin{example}{Defining an Abbreviation}{ex:newacronym} +The following defines the abbreviation IDN: \begin{verbatim} \newacronym{idn}{IDN}{identification number} \end{verbatim} @@ -7225,7 +7726,7 @@ The following styles are supplied by the \styfmt{glossaries} package: \begin{itemize} \item \acrstyle{long-short}, \acrstyle{long-sc-short}, -\acrstyle{long-sm-short}: +\acrstyle{long-sm-short}, \acrstyle{long-sp-short}: With these three styles, acronyms are displayed in the form \begin{definition} @@ -7242,6 +7743,20 @@ their short form. In addition, \cs{acronymentry}\marg{label} is set to just the short form (enclosed in \cs{acronymfont}) and the \gloskey{description} key is set to the long form. +The \acrstyle{long-sp-short} style was introduced in version~4.16 +and uses +\begin{definition}[\DescribeMacro\glsacspace] +\cs{glsacspace}\marg{label} +\end{definition} +for the space between the long and short forms. This defaults to +a~non-breakable space (\verb|~|) if +(\cs{acronymfont}\marg{short}) is less than 3em, otherwise it uses +a~normal space. This may be redefined as required. For example, to +always use a~non-breakable space: +\begin{verbatim} +\renewcommand*{\glsacspace}[1]{~} +\end{verbatim} + \item \acrstyle{short-long}, \acrstyle{sc-short-long}, \acrstyle{sm-short-long}: @@ -7257,10 +7772,10 @@ same as for the \meta{long} (\meta{short}) styles above, so the acronyms are still sorted according to the short form. \item \acrstyle{long-short-desc}, \acrstyle{long-sc-short-desc}, -\acrstyle{long-sm-short-desc}: +\acrstyle{long-sm-short-desc}, \acrstyle{long-sp-short-desc}: -These are like the \acrstyle{long-short}, \acrstyle{long-sc-short} -and \acrstyle{long-sm-short} styles described above, except that the +These are like the \acrstyle{long-short}, \acrstyle{long-sc-short}, +\acrstyle{long-sm-short} and \acrstyle{long-sp-short} styles described above, except that the \gloskey{description} key must be supplied in the optional argument of \ics{newacronym}. They also redefine \ics{acronymentry} to \marg{long} (\cs{acronymfont}\marg{short}) and redefine @@ -7769,6 +8284,222 @@ The sample file \samplefile{-custom-acronym} illustrates this example. \end{example} +\begin{example}{Italic and Upright Abbreviations}{ex:font-abbr} +Suppose I~want to have some abbreviations in italic and some that +just use the surrounding font. Hard-coding this into the +\meta{short} argument of \cs{newacronym} can cause complications. + +This example uses \ics{glsaddstoragekey} to add an extra field that +can be used to store the formatting declaration (such as \cs{em}). +\begin{verbatim} +\glsaddstoragekey{font}{}{\entryfont} +\end{verbatim} +This defines a~new field/key called \texttt{font}, which defaults to +nothing if it's not explicitly set. This also defines a command +called \cs{entryfont} that's analogous to \cs{glsentrytext}. A~new +style is then created to format abbreviations that access this field. + +There are two ways to do this. The first is to create a style that +doesn't use \ics{glsgenacfmt} but instead provides a~modified +version that doesn't use \cs{acronymfont}\marg{short} +but instead uses +\verb|{|\cs{entryfont}\verb|{\glslabel}|\meta{short}\verb|}|. +The full format given by commands such as \cs{genacrfullformat} +need to be similarly adjusted. For example: +\begin{verbatim} + \renewcommand*{\genacrfullformat}[2]{% + \glsentrylong{##1}##2\space + ({\entryfont{##1}\glsentryshort{##1}})% + }% +\end{verbatim} +This will deal with commands like \ics{gls} but not commands like +\ics{acrshort} which still use \ics{acronymfont}. Another approach +is to redefine \cs{acronymfont} to look up the required font +declaration. Since \cs{acronymfont} doesn't take the entry label as +an argument, the following will only work if \cs{acronymfont} is +used in a~context where the label is provided by \ics{glslabel}. +This is true in \cs{gls}, \cs{acrshort} and \cs{acrfull}. The +redefinition is now: +\begin{verbatim} +\renewcommand*{\acronymfont}[1]{{\entryfont{\glslabel}#1}}% +\end{verbatim} +So the new style can be defined as: +\begin{verbatim} +\newacronymstyle{long-font-short} +{% + \GlsUseAcrEntryDispStyle{long-short}% +} +{% + \GlsUseAcrStyleDefs{long-short}% + \renewcommand*{\genacrfullformat}[2]{% + \glsentrylong{##1}##2\space + ({\entryfont{##1}\glsentryshort{##1}})% + }% + \renewcommand*{\Genacrfullformat}[2]{% + \Glsentrylong{##1}##2\space + ({\entryfont{##1}\glsentryshort{##1}})% + }% + \renewcommand*{\genplacrfullformat}[2]{% + \glsentrylongpl{##1}##2\space + ({\entryfont{##1}\glsentryshortpl{##1}})% + }% + \renewcommand*{\Genplacrfullformat}[2]{% + \Glsentrylongpl{##1}##2\space + ({\entryfont{##1}\glsentryshortpl{##1}})% + }% + \renewcommand*{\acronymfont}[1]{{\entryfont{\glslabel}##1}}% + \renewcommand*{\acronymentry}[1]{{\entryfont{##1}\glsentryshort{##1}}}% +} +\end{verbatim} +Remember the style needs to be set before defining the entries: +\begin{verbatim} +\setacronymstyle{long-font-short} +\end{verbatim} + +The complete document is contained in the sample file +\samplefile{-font-abbr}. +\end{example} + +Some writers and publishing houses have started to drop full stops +(periods) from upper case initials but may still retain them for +lower case abbreviations, while others may still use them for both +upper and lower case. This can cause complications. Chapter~12 of +\emph{The \TeX{}book} discusses the spacing between words but, +briefly, the default behaviour of \TeX\ is to assume that an upper +case character followed by a~full stop and space is an abbreviation, +so the space is the default inter-word space whereas a~lower case +character followed by a~full stop and space is a word occurring at +the end of a~sentence. In the event that this isn't true, you need +to make a~manual adjustment using \verb*| | (back slash space) in +place of just a~space character for an inter-word mid-sentence space +and use \verb|\@| before the full stop to indicate the end of the +sentence. + +For example: +\begin{verbatim} +I was awarded a B.Sc. and a Ph.D. (From the same place.) +\end{verbatim} +is typeset as +\begin{display} +I was awarded a B.Sc. and a Ph.D. (From the same place.) +\end{display} +The spacing is more noticeable with the typewriter font: +\begin{verbatim} +\ttfamily +I was awarded a B.Sc. and a Ph.D. (From the same place.) +\end{verbatim} +is typeset as +\begin{display}\ttfamily +I was awarded a B.Sc. and a Ph.D. (From the same place.) +\end{display} +The lower case letter at the end of ``B.Sc.''\ is confusing \TeX\ +into thinking that the full stop after it marks the end of the +sentence. Whereas the upper case letter at the end of ``Ph.D.'' has +confused \TeX\ into thinking that the following full stop is just +part of the abbreviation. These can be corrected: +\begin{verbatim} +I was awarded a B.Sc.\ and a Ph.D\@. (From the same place.) +\end{verbatim} + +This situation is a bit problematic for \styfmt{glossaries}. The +full stops can form part of the \meta{short} argument of +\cs{newacronym} and the \verb*|B.Sc.\ | part can be dealt with by +remembering to add \verb*|\ | (for example, \verb*|\gls{bsc}\ |) +but the end of sentence case is more troublesome as you need to omit +the sentence terminating full stop (to avoid two dots) which can +make the source code look a little strange but you also need to +adjust the space factor, which is usually done by inserting \cs{@} +before the full stop. + +The next example shows one way of achieving this. + +\begin{example}{Abbreviations with Full Stops (Periods)}{ex:dotabbr} +As from version 4.16, there's now a hook (\ics{glspostlinkhook}) +that's called at the very end of the \glslike\ and \glstextlike\ +commands. This can be redefined to check if the following character +is a full stop. The \sty{amsgen} package (which is automatically +loaded by \styfmt{glossaries}) provides an internal command +called \cs{new@ifnextchar} that can be used to determine if the +given character appears next. (For more information see the +\sty{amsgen} documentation.) + +It's possible that I~may also want acronyms or contractions in my +document, so I~need some way to differentiate between them. +Here I'm going to use the same method as in +example~\ref{ex:addstoragekey} where a~new field is defined +to indicate the type of abbreviation: +\begin{verbatim} +\glsaddstoragekey{abbrtype}{word}{\abbrtype} + +\newcommand*{\newabbr}[1][]{\newacronym[abbrtype=initials,#1]} +\end{verbatim} +Now I just use \ics{newacronym} for the acronyms, for example, +\begin{verbatim} +\newacronym{laser}{laser}{light amplification by stimulated +emission of radiation} +\end{verbatim} +and my new command \cs{newabbr} for initials, for example, +\begin{verbatim} +\newabbr{eg}{e.g.}{exempli gratia} +\newabbr{ie}{i.e.}{id est} +\newabbr{bsc}{B.Sc.}{Bachelor of Science} +\newabbr{ba}{B.A.}{Bachelor of Arts} +\newabbr{agm}{A.G.M.}{annual general meeting} +\end{verbatim} +Within \cs{glspostlinkhook} the entry's label can be accessed using +\ics{glslabel} and \ics{ifglsfieldeq} can be used to determine if +the current entry has the new \texttt{abbrtype} field set to +\qt{initials}. If it doesn't, then nothing needs to happen, but if +it does, a~check is performed to see if the next character is a~full +stop. If it is, this signals the end of a~sentence otherwise it's +mid-sentence. + +Remember that internal commands within the document file (rather +than in a~class or package) need to be placed between +\ics{makeatletter} and \ics{makeatother}: +\begin{verbatim} +\makeatletter +\renewcommand{\glspostlinkhook}{% + \ifglsfieldeq{\glslabel}{abbrtype}{initials}% + {\new@ifnextchar.\doendsentence\doendword} + {}% +} +\makeatother +\end{verbatim} +In the event that a full stop is found \cs{doendsentence} is +performed but it will be followed by the full stop, which needs to +be discarded. Otherwise \cs{doendword} will be done but it won't be +followed by a full stop so there's nothing to discard. The +definitions for these commands are: +\begin{verbatim} +\newcommand{\doendsentence}[1]{\spacefactor=10000{}} +\newcommand{\doendword}{\spacefactor=1000{}} +\end{verbatim} +Now, I can just do \verb|\gls{bsc}| mid-sentence and +\verb|\gls{phd}.| at the end of the sentence. The terminating full +stop will be discarded in the latter case, but it won't be discarded +in, say, \verb|\gls{laser}.| as that doesn't have the +\texttt{abbrtype} field set to \qt{initials}. + +This also works on first use when the style is set to one of the +\meta{long} (\meta{short}) styles but it will fail with the +\meta{short} (\meta{long}) styles as in this case the terminating +full stop shouldn't be discarded. Since \ics{glspostlinkhook} is +used after the \firstuseflag\ has been unset for the entry, this +can't be fixed by simply checking with \ics{ifglsused}. One possible +solution to this is to redefine \ics{glslinkpostsetkeys} to check +for the \firstuseflag\ and define a macro that can then be used in +\ics{glspostlinkhook}. + +The other thing to consider is what to do with plurals. One +possibility is to check for plural use within \cs{doendsentence} +(using \ics{glsifplural}) and put the full stop back if the plural +has been used. + +The complete document is contained in the sample file +\samplefile{-dot-abbr}. +\end{example} + \section{Displaying the List of Acronyms} \label{sec:disploa} @@ -8211,13 +8942,13 @@ document build order is now (at least): \texttt{(pdf)latex}, \texttt{(pdf)latex}, \texttt{makeglossaries}, \texttt{(pdf)latex}. \begin{example}{Don't index entries that are only used once}{sec:entrycount} -In this example, the acronyms that have only been used once (on the previous run) +In this example, the abbreviations that have only been used once (on the previous run) only have their long form shown with \cs{cgls}. \begin{verbatim} \documentclass{article} \usepackage[colorlinks]{hyperref} -\usepackage[nomain,acronym]{glossaries} +\usepackage[acronym]{glossaries} \makeglossaries \glsenableentrycount @@ -8241,7 +8972,7 @@ These entries are only used once: \cgls{sql}, \cgls{rdbms}, \end{document} \end{verbatim} After a complete document build (\texttt{latex}, \texttt{latex}, -\texttt{makeglossaries}, \texttt{latex}) the list of acronyms only +\texttt{makeglossaries}, \texttt{latex}) the list of abbrevaitions only includes the entries HTML, CSS and RDSMS. The entries SQL, RDBMS and XML only have their long forms displayed and don't have a~hyperlink. @@ -8293,6 +9024,12 @@ package options \pkgopt{entrycounter}, \pkgopt{counterwithin} and \sectionref{sec:pkgopts-printglos}. There is a summary of available styles in \tableref{tab:styles}. +\begin{important} +Note that the group styles (such as \glostyle{listgroup}) will +have unexpected results if used with the \pkgopt[def]{sort} +or \pkgopt[use]{sort} options. +\end{important} + \begin{table}[htbp] \caption[Glossary Styles]{Glossary Styles. An asterisk in the style name indicates anything that matches that doesn't match any @@ -9384,6 +10121,9 @@ that displays each entry in a \env{longtable} as follows: This section describes some utility commands. Additional commands can be found in the documented code (glossaries-code.pdf). +\section{Loops} +\label{sec:loops} + \begin{important} Some of the commands described here take a comma-separated list as an argument. As with \LaTeX's \cs{@for} command, make sure your list @@ -9430,6 +10170,9 @@ defined glossaries (except the ignored ones). At each iteration (The current glossary label can be obtained using \cs{glsentrytype}\marg{cs} within \meta{body}.) +\section{Conditionals} +\label{sec:conditionals} + \begin{definition}[\DescribeMacro{\ifglossaryexists}] \cs{ifglossaryexists}{\meta{label}}{\meta{true part}}{\meta{false part}} @@ -9543,6 +10286,205 @@ is performed and a warning is issued. Unlike the above commands, such as \cs{ifglshasshort}, an error occurs if the entry is undefined. +You can test if the value of the field is equal to a given string +using: +\begin{definition}[\DescribeMacro\ifglsfieldeq] +\cs{ifglsfieldeq}\marg{label}\marg{field}\marg{string}\marg{true}\marg{false} +\end{definition} +In this case the \meta{field} must be the field name not the key +(see \tableref{tab:fieldmap}). If the field isn't recognised, an +error will occur. This command internally uses +\sty{etoolbox}'s \cs{ifcsstring} to perform the comparison. \emph{The +string is not expanded during the test.} + +The result may vary depending on whether or not expansion is on for +the given field (when the entry was defined). For example: +\begin{verbatim} +\documentclass{article} + +\usepackage{glossaries} + +\newcommand*{\foo}{FOO} + +\newglossaryentry{sample1}{name={sample1},description={an example}, +user1={FOO}} +\newglossaryentry{sample2}{name={sample2},description={an example}, +user1={\foo}} + +\begin{document} +\ifglsfieldeq{sample1}{useri}{FOO}{TRUE}{FALSE}. + +\ifglsfieldeq{sample2}{useri}{FOO}{TRUE}{FALSE}. +\end{document} +\end{verbatim} +This will produce \qt{TRUE} in both cases since expansion is on, so +\cs{foo} was expanded to \qt{FOO} when \texttt{sample2} was defined. +If the tests are changed to: +\begin{verbatim} +\ifglsfieldeq{sample1}{useri}{\foo}{TRUE}{FALSE}. + +\ifglsfieldeq{sample2}{useri}{\foo}{TRUE}{FALSE}. +\end{verbatim} +then this will produce \qt{FALSE} in both cases. Now suppose +expansion is switched off for the \gloskey{user1} key: +\begin{verbatim} +\documentclass{article} + +\usepackage{glossaries} + +\newcommand*{\foo}{FOO} + +\glssetnoexpandfield{useri} + +\newglossaryentry{sample1}{name={sample1},description={an example}, +user1={FOO}} +\newglossaryentry{sample2}{name={sample2},description={an example}, +user1={\foo}} + +\begin{document} +\ifglsfieldeq{sample1}{useri}{FOO}{TRUE}{FALSE}. + +\ifglsfieldeq{sample2}{useri}{FOO}{TRUE}{FALSE}. +\end{document} +\end{verbatim} +This now produces \qt{TRUE} for the first case (comparing \qt{FOO} +with \qt{FOO}) and \qt{FALSE} for the second case (comparing +\qt{\cs{foo}} with \qt{FOO}). + +The reverse happens in the following: +\begin{verbatim} +\documentclass{article} + +\usepackage{glossaries} + +\newcommand*{\foo}{FOO} + +\glssetnoexpandfield{useri} + +\newglossaryentry{sample1}{name={sample1},description={an example}, +user1={FOO}} +\newglossaryentry{sample2}{name={sample2},description={an example}, +user1={\foo}} + +\begin{document} +\ifglsfieldeq{sample1}{useri}{\foo}{TRUE}{FALSE}. + +\ifglsfieldeq{sample2}{useri}{\foo}{TRUE}{FALSE}. +\end{document} +\end{verbatim} +This now produces \qt{FALSE} for the first case (comparing \qt{FOO} +with \qt{\cs{foo}}) and \qt{TRUE} for the second case (comparing +\qt{\cs{foo}} with \qt{\cs{foo}}). + +You can test if the value of a field is equal to the replacement +text of a command using: +\begin{definition}[\DescribeMacro\ifglsfielddefeq] +\cs{ifglsfielddefeq}\marg{label}\marg{field}\marg{command}\marg{true}\marg{false} +\end{definition} +This internally uses \sty{etoolbox}'s \cs{ifdefstrequal} command to +perform the comparison. The argument \meta{command} must be a macro. + +For example: +\begin{verbatim} +\documentclass{article} + +\usepackage{glossaries} + +\newcommand*{\foo}{FOO} + +\glssetnoexpandfield{useri} + +\newglossaryentry{sample1}{name={sample1},description={an example}, +user1={FOO}} +\newglossaryentry{sample2}{name={sample2},description={an example}, +user1={\foo}} + +\begin{document} +\ifglsfielddefeq{sample1}{useri}{\foo}{TRUE}{FALSE}. + +\ifglsfielddefeq{sample2}{useri}{\foo}{TRUE}{FALSE}. +\end{document} +\end{verbatim} +Here, the first case produces \qt{TRUE} since the value of the +\texttt{useri} field (\qt{FOO}) is the same as the replacement text +(definition) of \cs{foo} (\qt{FOO}). We have the result +\qt{\texttt{FOO}} is equal to \qt{\texttt{FOO}}. + +The second case produces \qt{FALSE} since the value of the +\texttt{useri} field (\qt{\cs{foo}}) is not the same as the replacement +text (definition) of \cs{foo} (\qt{FOO}). No expansion has been +performed on the value of the \texttt{useri} field. We have the +result \qt{\cs{foo}} is not equal to \qt{\texttt{FOO}}. + +If we add: +\begin{verbatim} +\newcommand{\FOO}{\foo} +\ifglsfielddefeq{sample2}{useri}{\FOO}{TRUE}{FALSE}. +\end{verbatim} +we now get \qt{TRUE} since the value of the +\texttt{useri} field (\qt{\cs{foo}}) is the same as the replacement +text (definition) of \cs{FOO} (\qt{\cs{foo}}). We have the result \qt{\cs{foo}} +is equal to \qt{\cs{foo}}. + +There is a similar command that requires the control sequence name +(without the leading backslash) instead of the actual control sequence: +\begin{definition}[\DescribeMacro\ifglsfieldcseq] +\cs{ifglsfieldcseq}\marg{label}\marg{field}\marg{csname}\marg{true}\marg{false} +\end{definition} +This internally uses \sty{etoolbox}'s \cs{ifcsstrequal} command +instead of \cs{ifdefstrequal}. + +\section{Fetching and Updating the Value of a Field} +\label{sec:fetchset} + +You can fetch the value of a given field and store it in a control +sequence using: +\begin{definition}[\DescribeMacro\glsfieldfetch] +\cs{glsfieldfetch}\marg{label}\marg{field}\marg{cs} +\end{definition} +where \meta{label} is the label identifying the glossary entry, +\meta{field} is the field label (see \tableref{tab:fieldmap}) +and \meta{cs} is the control sequence in which to store the value. +Remember that \meta{field} is the internal label and is not +necessarily the same as the key used to set that field in the +argument of \cs{newglossaryentry} (or the optional argument of +\cs{newacronym}). + +You can change the value of a given field using one of the following +commands. Note that these commands only change the value of the +given field. They have no affect on any related field. For example, +if you change the value of the \gloskey{text} field, it won't modify the +value given by the \gloskey{name}, \gloskey{plural}, \gloskey{first} or any other related key. + +In all the four related commands below, \meta{label} and +\meta{field} are as above and \meta{definition} is the new value +of the field. + +\begin{definition}[\DescribeMacro\glsfielddef] +\cs{glsfielddef}\marg{label}\marg{field}\marg{definition} +\end{definition} +This uses \cs{def} to change the value of the field (so it will be +localised by any grouping). + +\begin{definition}[\DescribeMacro\glsfieldedef] +\cs{glsfieldedef}\marg{label}\marg{field}\marg{definition} +\end{definition} +This uses \cs{edef} to change the value of the field (so it will be +localised by any grouping). Any fragile commands contained in the +\meta{definition} must be protected. + +\begin{definition}[\DescribeMacro\glsfieldgdef] +\cs{glsfieldgdef}\marg{label}\marg{field}\marg{definition} +\end{definition} +This uses \cs{gdef} to change the value of the field. + +\begin{definition}[\DescribeMacro\glsfieldxdef] +\cs{glsfieldxdef}\marg{label}\marg{field}\marg{definition} +\end{definition} +This uses \cs{xdef} to change the value of the field. Any fragile +commands contained in the \meta{definition} must be protected. + + \chapter{Prefixes or Determiners}\label{sec:prefix} The \sty{glossaries-prefix} package provides @@ -9847,21 +10789,22 @@ that you also read the \sty{accsupp} documentation. \chapter{Troubleshooting} \label{sec:trouble} -The \styfmt{glossaries} package comes with a minimal file called -\texttt{minimalgls.tex} which can be used for testing. This -should be located in the \texttt{samples} subdirectory (folder) -of the \styfmt{glossaries} documentation directory. The location -varies according to your operating system and \TeX\ installation. -For example, on my Linux partition it can be found in -\texttt{\slash usr\slash local\slash texlive\slash 2013\slash -texmf-dist\slash doc\slash latex\slash glossaries/}. +The \styfmt{glossaries} package comes with some minimal example +files, \texttt{minimalgls.tex}, \texttt{mwe-gls.tex}, +\texttt{mwe-acr.tex} and \texttt{mwe-acr-desc.tex}, which can be +used for testing. These should be located in the \texttt{samples} +subdirectory (folder) of the \styfmt{glossaries} documentation +directory. The location varies according to your operating system +and \TeX\ installation. For example, on my Linux partition it can +be found in \texttt{/usr\slash local\slash texlive\slash +2014\slash texmf-dist\slash doc\slash latex\slash glossaries/}. Further information on debugging \LaTeX\ code is available at \url{http://www.dickimaw-books.com/latex/minexample/}. If you have any problems, please first consult the \urlfootref{http://www.dickimaw-books.com/faqs/glossariesfaq.html}{\styfmt{glossaries} FAQ}. If that doesn't help, try posting your query to somewhere like the -comp.text.tex newsgroup, the +\texttt{comp.text.tex} newsgroup, the \urlfootref{http://www.latex-community.org/}{\LaTeX\ Community Forum} or \urlfootref{http://tex.stackexchange.com/}{\TeX\ on StackExchange}. Bug reports can be submitted via diff --git a/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html b/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html index f870f7c0bc6..0329a70d59d 100644 --- a/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html +++ b/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html @@ -4,13 +4,13 @@ <!--http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd--> <html xmlns="http://www.w3.org/1999/xhtml" > -<head><title>The glossaries package v4.15: a guide for beginners</title> +<head><title>The glossaries package v4.16: a guide for beginners</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="TeX4ht (http://www.tug.org/tex4ht/)" /> <meta name="originator" content="TeX4ht (http://www.tug.org/tex4ht/)" /> <!-- xhtml,fn-in,css-in,uni-html4,utf8 --> <meta name="src" content="glossariesbegin.tex" /> -<meta name="date" content="2015-03-16 18:44:00" /> +<meta name="date" content="2015-07-08 13:23:00" /> <style type="text/css"> <!-- @@ -197,11 +197,11 @@ div.verbatim { font-family: monospace; white-space: nowrap; text-align:left; cle -<h2 class="titleHead">The glossaries package v4.15: a guide for beginners</h2> +<h2 class="titleHead">The glossaries package v4.16: a guide for beginners</h2> <div class="author" ><span class="cmr-12">Nicola L.C. Talbot</span></div><br /> <div class="date" ><span -class="cmr-12">2015-03-16</span></div> +class="cmr-12">2015-07-08</span></div> </div> <div class="abstract" @@ -214,7 +214,8 @@ class="cmbx-9">Abstract</span></p></div> <!--l. 47--><p class="indent" > <span class="cmr-9">The </span><span class="cmss-9">glossaries </span><span -class="cmr-9">package is very flexible, but this means that it has a lot</span> +class="cmr-9">package is very flexible, but this means that it has a</span><span +class="cmr-9"> lot</span> <span class="cmr-9">options, and since a user guide is supposed to provide a complete list of all</span> <span @@ -276,7 +277,8 @@ href="#top">Top</a><h2 class="sectionHead"></p><h3 class="sectionHead"><span cla class="cmss-10">glossaries </span>with <span class="cmtt-10">\usepackage</span>, but there are certain packages that must be loaded before <span -class="cmss-10">glossaries</span>, if they are required: <span +class="cmss-10">glossaries</span>, <span +class="cmti-10">if </span>they are required: <span class="cmss-10">hyperref</span><a id="dx1-2001"></a>, <span @@ -425,12 +427,12 @@ class="E">E</span>X</span> to perform the sorting; use class="cmtt-10">makeindex </span>to perform the sorting; use <span class="cmtt-10">xindy </span>to perform the sorting. </p><!--l. 187--><p class="indent" > The first option (using <span class="TEX">T<span -class="E">E</span>X</span>) is the simplest and easiest method, but it’s -inefficient. To use this method, add <span -class="cmtt-10">\makenoidxglossaries </span>to the preamble and -put <span -class="cmtt-10">\printnoidxglossaries </span>at the place where you want your glossary. For -example: +class="E">E</span>X</span>) is the simplest and easiest method, but it’s inefficient +and the sorting is done according to the English alphabet. To use this method, add +<span +class="cmtt-10">\makenoidxglossaries </span>to the preamble and put <span +class="cmtt-10">\printnoidxglossaries </span>at the place +where you want your glossary. For example: @@ -450,7 +452,7 @@ example:  <br />\printnoidxglossaries  <br />\end{document} </div> -<!--l. 212--><p class="nopar" > Try this out and run <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span +<!--l. 213--><p class="nopar" > Try this out and run <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> (or pdf<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span>) <span class="cmti-10">twice</span>. The first run won’t show the @@ -466,7 +468,7 @@ class="cmtt-10">nogroupskip </span>to the package options: <div class="verbatim" id="verbatim-6"> \usepackage[nogroupskip]{glossaries} </div> -<!--l. 221--><p class="nopar" > If you try out this example you may also notice that the description is followed by a +<!--l. 222--><p class="nopar" > If you try out this example you may also notice that the description is followed by a full stop (period) and a number. The number is the location in the document where the entry was used, so you can lookup the term in the glossary and be directed to the relevant pages. It may be that you don’t want this back-reference, in which case you can @@ -479,7 +481,7 @@ class="cmtt-10">nonumberlist </span>package option: <div class="verbatim" id="verbatim-7"> \usepackage[nonumberlist]{glossaries} </div> -<!--l. 230--><p class="nopar" > If you don’t like the terminating full stop, you can suppress that with the <span +<!--l. 231--><p class="nopar" > If you don’t like the terminating full stop, you can suppress that with the <span class="cmtt-10">nopostdot</span> package option: @@ -489,42 +491,42 @@ package option: <div class="verbatim" id="verbatim-8"> \usepackage[nopostdot]{glossaries} </div> -<!--l. 235--><p class="nopar" > -</p><!--l. 237--><p class="indent" > You may have noticed that I’ve used another command in the above example: +<!--l. 236--><p class="nopar" > +</p><!--l. 238--><p class="indent" > You may have noticed that I’ve used another command in the above example: <span class="cmtt-10">\glspl</span>. This displays the plural form. By default, this is just the singular form with the letter “s” appended, but in the case of “potato” I had to specify the correct plural using the <span class="cmtt-10">plural </span>key. -</p><!--l. 243--><p class="indent" > As I mentioned earlier, using <span class="TEX">T<span +</p><!--l. 244--><p class="indent" > As I mentioned earlier, using <span class="TEX">T<span class="E">E</span>X</span> to sort the entries is the simplest but least -efficient method. If you have a large glossary or if your terms contain non-Latin -characters, then you will have a much faster build time if you use <span +efficient method. If you have a large glossary or if your terms contain non-Latin or +extended Latin characters, then you will have a much faster build time if you use +<span class="cmtt-10">makeindex </span>or <span -class="cmtt-10">xindy</span>. -If you are using extended Latin or non-Latin characters, then <span -class="cmtt-10">xindy </span>is the -recommended method. These two methods are described in more detail in <a +class="cmtt-10">xindy</span>. If you are using extended Latin or non-Latin characters, then +<span +class="cmtt-10">xindy </span>is the recommended method. These two methods are described in more detail in +<a href="#sec:printglossaries"><span class="cmsy-10">§</span>4 </a><a -href="#sec:printglossaries">Displaying -a List of Entries<!--tex4ht:ref: sec:printglossaries --></a>. -</p><!--l. 251--><p class="indent" > The rest of this document briefly describes the main commands provided by the +href="#sec:printglossaries">Displaying a List of Entries<!--tex4ht:ref: sec:printglossaries --></a>. +</p><!--l. 253--><p class="indent" > The rest of this document briefly describes the main commands provided by the <span class="cmss-10">glossaries </span>package. -</p><!--l. 254--><p class="noindent" > +</p><!--l. 256--><p class="noindent" > </p> -<!--l. 254--><p class="noindent" ><a +<!--l. 256--><p class="noindent" ><a href="#top">Top</a><h2 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">2 </span> <a id="sec:defterm"></a>Defining Terms</h3> -<!--l. 257--><p class="noindent" >When you use the <span +<!--l. 259--><p class="noindent" >When you use the <span class="cmss-10">glossaries</span><a id="dx1-3001"></a> package, you need to define glossary entries in the document preamble. These entries could be a word, phrase, acronym or symbol. They’re usually accompanied by a description, which could be a short sentence or an in-depth explanation that spans multiple paragraphs. The simplest method of defining an entry is to use: -</p><!--l. 264--><p class="indent" > <hr><div title="Definition"></p><div class="alltt"> +</p><!--l. 266--><p class="indent" > <hr><div title="Definition"></p><div class="alltt"> <div class="obeylines-v"> <span class="cmtt-10">\newglossaryentry{</span>⟨<span @@ -551,7 +553,7 @@ class="cmitt-10"> options</span>⟩ class="cmtt-10">}</span></span> </div> </div> </div><hr> -<!--l. 272--><p class="noindent" > +<!--l. 274--><p class="noindent" > where ⟨<span class="cmti-10">label</span>⟩ is a unique label that identifies this entry. (Don’t include the angle brackets ⟨ ⟩. They just indicate the parts of the code you need to change when you use @@ -563,11 +565,11 @@ class="cmti-10">name</span>⟩ is the word, phrase or symbol you are defining, and ⟨<span class="cmti-10">description</span>⟩ is the description to be displayed in the glossary. -</p><!--l. 280--><p class="indent" > This command is a “short” command, which means that ⟨<span +</p><!--l. 282--><p class="indent" > This command is a “short” command, which means that ⟨<span class="cmti-10">description</span>⟩ can’t contain a paragraph break. If you have a long description, you can instead use: -</p><!--l. 284--><p class="indent" > <hr><div title="Definition"></p><div class="alltt"> +</p><!--l. 286--><p class="indent" > <hr><div title="Definition"></p><div class="alltt"> <div class="obeylines-v"> <span class="cmtt-10">\longnewglossaryentry{</span>⟨<span @@ -593,8 +595,8 @@ class="cmitt-10">description</span>⟩<span class="cmtt-10">}</span> </div> </div> </div><hr> -<!--l. 292--><p class="noindent" > -</p><!--l. 294--><p class="indent" > Examples: +<!--l. 294--><p class="noindent" > +</p><!--l. 296--><p class="indent" > Examples: </p><ol class="enumerate1" > <li class="enumerate" id="x1-3003x1">Define the term “set” with the label <span @@ -609,7 +611,7 @@ class="cmtt-10">set</span>:  <br />  description={a collection of objects}  <br />} </div> - <!--l. 303--><p class="nopar" > + <!--l. 305--><p class="nopar" > </p></li> <li class="enumerate" id="x1-3005x2">Define the symbol <span @@ -625,7 +627,7 @@ class="cmtt-10">emptyset</span>:  <br />  description={the empty set}  <br />} </div> - <!--l. 313--><p class="nopar" > + <!--l. 315--><p class="nopar" > </p></li> <li class="enumerate" id="x1-3007x3">Define the phrase “Fish Age” with the label <span @@ -644,7 +646,7 @@ class="cmtt-10">fishage</span>:  <br />  fish species.  <br />} </div> - <!--l. 328--><p class="nopar" > (The percent character discards the end of line character that would otherwise + <!--l. 330--><p class="nopar" > (The percent character discards the end of line character that would otherwise cause an unwanted space to appear at the start of the description.) </p></li> <li @@ -665,7 +667,7 @@ class="cmtt-10">é</span>). This first letter must be placed in a g  <br />  description={select group or class}  <br />} </div> - <!--l. 344--><p class="nopar" > or </p><div class="alltt"> + <!--l. 346--><p class="nopar" > or </p><div class="alltt"> <div class="obeylines-v"> <span class="verb"><span class="cmtt-10">\newglossaryentry{elite}</span></span> @@ -689,12 +691,12 @@ class="cmtt-10"> class}</span></span> class="cmtt-10">}</span></span> </div> </div></li></ol> -<!--l. 354--><p class="noindent" >(For further details, see the section <a +<!--l. 356--><p class="noindent" >(For further details, see the section <a href="mfirstuc-manual.html" >“UTF-8”</a> in the <span class="cmss-10">mfirstuc</span><a id="dx1-3011"></a> user manual.) -</p><!--l. 358--><p class="indent" > Acronyms or abbreviations can be defined using -</p><!--l. 360--><p class="indent" > <hr><div title="Definition"><span +</p><!--l. 360--><p class="indent" > Acronyms (or other abbreviations) can be defined using +</p><!--l. 362--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\newacronym{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span @@ -702,15 +704,15 @@ class="cmitt-10">short</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">long</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 361--><p class="noindent" > +</p><!--l. 363--><p class="noindent" > where ⟨<span class="cmti-10">label</span>⟩ is the label (as with the <span class="cmtt-10">\newglossaryentry </span>and the <span class="cmtt-10">\longnewglossaryentry</span> commands), ⟨<span -class="cmti-10">short</span>⟩ is the abbreviation or acronym and ⟨<span -class="cmti-10">long</span>⟩ is the long form. For -example: +class="cmti-10">short</span>⟩ is the short form and ⟨<span +class="cmti-10">long</span>⟩ is the long form. For example, the +following defines an abbreviation: @@ -718,7 +720,7 @@ example: <div class="verbatim" id="verbatim-13"> \newacronym{svm}{svm}{support vector machine} </div> -<!--l. 367--><p class="nopar" > This defines a glossary entry with the label <span +<!--l. 370--><p class="nopar" > This defines a glossary entry with the label <span class="cmtt-10">svm</span>. By default, the ⟨<span class="cmti-10">name</span>⟩ is set to ⟨<span @@ -737,14 +739,14 @@ argument:  <br /> [description={statistical pattern recognition technique}]  <br /> {svm}{svm}{support vector machine} </div> -<!--l. 378--><p class="nopar" > -</p><!--l. 380--><p class="indent" > Before you define your acronyms, you need to specify which acronym style to use -with -</p><!--l. 383--><p class="indent" > <hr><div title="Definition"><span +<!--l. 381--><p class="nopar" > +</p><!--l. 383--><p class="indent" > Before you define your acronyms (or other types of abbreviations), you need to +specify which style to use with +</p><!--l. 386--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\setacronymstyle{</span>⟨<span class="cmitt-10">style name</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 384--><p class="noindent" > +</p><!--l. 387--><p class="noindent" > where ⟨<span class="cmti-10">style name</span>⟩ is the name of the style. There are a number of predefined styles, such as: <span @@ -761,13 +763,13 @@ description). There are some other styles as well that use <span class="cmtt-10">\textsc </span>to typeset the acronym or that use a footnote on first use. See the main user guide for further details. -</p><!--l. 396--><p class="indent" > There are other keys you can use when you define an entry. For example, the <span +</p><!--l. 399--><p class="indent" > There are other keys you can use when you define an entry. For example, the <span class="cmtt-10">name</span> key used above indicates how the term should appear in the list of entries (glossary). If the term should appear differently when you reference it in the document, you need to use the <span class="cmtt-10">text </span>key as well. -</p><!--l. 402--><p class="indent" > For example: +</p><!--l. 405--><p class="indent" > For example: @@ -781,9 +783,9 @@ class="cmtt-10">text </span>key as well.  <br />  a, \ldots, z, A, \ldots, Z}  <br />} </div> -<!--l. 411--><p class="nopar" > This will appear in the text as “Latin alphabet” but will be listed in the glossary as +<!--l. 414--><p class="nopar" > This will appear in the text as “Latin alphabet” but will be listed in the glossary as “Latin Alphabet”. -</p><!--l. 415--><p class="indent" > Another commonly used key is <span +</p><!--l. 418--><p class="indent" > Another commonly used key is <span class="cmtt-10">plural </span>for specifying the plural of the term. This defaults to the value of the <span class="cmtt-10">text </span>key with an “s” appended, but if this is incorrect, just @@ -801,9 +803,9 @@ class="cmtt-10">plural </span>key to override it:  <br />  description={canal from mouth to stomach}  <br />} </div> -<!--l. 426--><p class="nopar" > (Remember from earlier that the initial ligature <span +<!--l. 429--><p class="nopar" > (Remember from earlier that the initial ligature <span class="cmtt-10">\oe </span>needs to be grouped.) -</p><!--l. 430--><p class="indent" > The plural forms for acronyms can be specified using the <span +</p><!--l. 433--><p class="indent" > The plural forms for acronyms can be specified using the <span class="cmtt-10">longplural </span>and <span class="cmtt-10">shortplural </span>keys. For example: @@ -816,9 +818,9 @@ class="cmtt-10">shortplural </span>keys. For example:  <br /> [longplural={diagonal matrices}]  <br /> {dm}{DM}{diagonal matrix} </div> -<!--l. 436--><p class="nopar" > If omitted, the defaults are again obtained by appending an “s” to the singular +<!--l. 439--><p class="nopar" > If omitted, the defaults are again obtained by appending an “s” to the singular versions. -</p><!--l. 440--><p class="indent" > It’s also possible to have both a name and a corresponding symbol. Just use the +</p><!--l. 443--><p class="indent" > It’s also possible to have both a name and a corresponding symbol. Just use the <span class="cmtt-10">name </span>key for the name and the <span class="cmtt-10">symbol </span>key for the symbol. For example: @@ -834,26 +836,26 @@ class="cmtt-10">symbol </span>key for the symbol. For example:  <br />  description={the set containing no elements}  <br />} </div> -<!--l. 450--><p class="nopar" > -</p><!--l. 452--><p class="noindent" > +<!--l. 453--><p class="nopar" > +</p><!--l. 455--><p class="noindent" > </p> -<!--l. 452--><p class="noindent" ><a +<!--l. 455--><p class="noindent" ><a href="#top">Top</a><h2 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">3 </span> <a id="sec:useterm"></a>Using Entries</h3> -<!--l. 455--><p class="noindent" >Once you have defined your entries, as described above, you can reference them in your +<!--l. 458--><p class="noindent" >Once you have defined your entries, as described above, you can reference them in your document. There are a number of commands to do this, but the most common one is: -</p><!--l. 459--><p class="indent" > <hr><div title="Definition"><span +</p><!--l. 462--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\gls{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 460--><p class="noindent" > +</p><!--l. 463--><p class="noindent" > where ⟨<span class="cmti-10">label</span>⟩ is the label you assigned to the entry when you defined it. For example, <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\gls{fishage}</span></span></span> will display “Fish Age” in the text (given the definition from the previous section). -</p><!--l. 465--><p class="indent" > If you are using the <span +</p><!--l. 468--><p class="indent" > If you are using the <span class="cmss-10">hyperref</span><a id="dx1-4001"></a> package (remember to load it before <span class="cmss-10">glossaries</span>) <span @@ -864,7 +866,7 @@ class="cmtt-10">\gls* </span>for example, <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\gls*{fishage}</span></span></span>. The other commands described in this section all have a similar starred form. -</p><!--l. 472--><p class="indent" > If the entry was defined as an acronym (using <span +</p><!--l. 475--><p class="indent" > If the entry was defined as an acronym (using <span class="cmtt-10">\newacronym </span>described above), then <span class="cmtt-10">\gls </span>will display the full form the first time it’s used and just the short form on @@ -874,33 +876,33 @@ class="cmtt-10">long-short</span>, then class="cmtt-10">\gls{svm}</span></span></span> will display “support vector machine (svm)” the first time it’s used, but the next occurrence of <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\gls{svm}</span></span></span> will just display “svm”. -</p><!--l. 480--><p class="indent" > If you want the plural form, you can use: -</p><!--l. 482--><p class="indent" > <hr><div title="Definition"><span +</p><!--l. 483--><p class="indent" > If you want the plural form, you can use: +</p><!--l. 485--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\glspl{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 483--><p class="noindent" > +</p><!--l. 486--><p class="noindent" > instead of <span class="cmtt-10">\gls{</span>⟨<span class="cmti-10">label</span>⟩<span class="cmtt-10">}</span>. For example, <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\glspl{set}</span></span></span> displays “sets”. -</p><!--l. 487--><p class="indent" > If the term appears at the start of a sentence, you can convert the first letter to +</p><!--l. 490--><p class="indent" > If the term appears at the start of a sentence, you can convert the first letter to upper case using: -</p><!--l. 490--><p class="indent" > <hr><div title="Definition"><span +</p><!--l. 493--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\Gls{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 491--><p class="noindent" > +</p><!--l. 494--><p class="noindent" > for the singular form or -</p><!--l. 494--><p class="indent" > <hr><div title="Definition"><span +</p><!--l. 497--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\Glspl{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 495--><p class="noindent" > +</p><!--l. 498--><p class="noindent" > for the plural form. For example: @@ -909,34 +911,34 @@ for the plural form. For example: <div class="verbatim" id="verbatim-19"> \Glspl{set} are collections. </div> -<!--l. 499--><p class="nopar" > produces “Sets are collections”. -</p><!--l. 502--><p class="indent" > If you’ve specified a symbol using the <span +<!--l. 502--><p class="nopar" > produces “Sets are collections”. +</p><!--l. 505--><p class="indent" > If you’ve specified a symbol using the <span class="cmtt-10">symbol </span>key, you can display it using: -</p><!--l. 505--><p class="indent" > <hr><div title="Definition"><span +</p><!--l. 508--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\glssymbol{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 506--><p class="noindent" > -</p><!--l. 508--><p class="noindent" > +</p><!--l. 509--><p class="noindent" > +</p><!--l. 511--><p class="noindent" > </p> -<!--l. 508--><p class="noindent" ><a +<!--l. 511--><p class="noindent" ><a href="#top">Top</a><h2 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">4 </span> <a id="sec:printglossaries"></a>Displaying a List of Entries</h3> -<!--l. 511--><p class="noindent" >In <a +<!--l. 514--><p class="noindent" >In <a href="#sec:start"><span class="cmsy-10">§</span>1 </a><a href="#sec:start">Getting Started<!--tex4ht:ref: sec:start --></a> I mentioned that there are three options you can choose from to create your glossary. Here they are again in a little more detail: -</p><!--l. 515--><p class="indent" > +</p><!--l. 518--><p class="indent" > </p><dl class="description"><dt class="description"> </dt><dd class="description"><a id="option1"></a><span class="cmbx-10">Option</span><span class="cmbx-10"> 1</span>: - <!--l. 518--><p class="noindent" >This is the simplest option but it’s slow and if you want a sorted list, it + <!--l. 521--><p class="noindent" >This is the simplest option but it’s slow and if you want a sorted list, it doesn’t work for non-Latin alphabets. - </p><!--l. 521--><p class="noindent" > + </p><!--l. 524--><p class="noindent" > </p><ol class="enumerate1" > <li class="enumerate" id="x1-5002x1">Add <span @@ -948,13 +950,13 @@ href="#sec:defterm">Defining Terms<!--tex4ht:ref: sec:defterm --></a>). </li> <li class="enumerate" id="x1-5004x2">Put - <!--l. 528--><p class="noindent" ><hr><div title="Definition"><span + <!--l. 531--><p class="noindent" ><hr><div title="Definition"><span class="cmtt-10">\printnoidxglossary[sort=</span>⟨<span class="cmitt-10">order</span>⟩<span class="cmtt-10">,</span>⟨<span class="cmitt-10">other options</span>⟩<span class="cmtt-10">] </span></div><hr> - </p><!--l. 529--><p class="noindent" > + </p><!--l. 532--><p class="noindent" > where you want your list of entries to appear. The sort ⟨<span class="cmti-10">order</span>⟩ may be one of: <span @@ -965,9 +967,9 @@ class="cmtt-10">case </span>(case-sensitive letter class="cmtt-10">def </span>(in order of definition) or <span class="cmtt-10">use </span>(in order of use). Alternatively, use - </p><!--l. 536--><p class="noindent" ><hr><div title="Definition"><span + </p><!--l. 539--><p class="noindent" ><hr><div title="Definition"><span class="cmtt-10">\printnoidxglossaries </span></div><hr> - </p><!--l. 537--><p class="noindent" > + </p><!--l. 540--><p class="noindent" > to display all your glossaries (if you have more than one). This command doesn’t have any arguments. </p></li> @@ -986,7 +988,7 @@ class="description"><a id="option2"></a><span class="cmbx-10">Option</span><span class="cmbx-10"> 2</span>: - <!--l. 548--><p class="noindent" >This option uses an application called <span + <!--l. 551--><p class="noindent" >This option uses an application called <span class="cmtt-10">makeindex </span>to sort the entries. This application comes with all modern <span class="TEX">T<span class="E">E</span>X</span> distributions, but it’s hard-coded for the @@ -998,7 +1000,7 @@ class="cmtt-10">makeindex</span> writes a new file containing the code to typeset the glossary. <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> then reads this file on the next run. - </p><!--l. 556--><p class="noindent" > + </p><!--l. 559--><p class="noindent" > </p><ol class="enumerate1" > <li class="enumerate" id="x1-5008x1">Add <span @@ -1007,18 +1009,18 @@ class="cmtt-10">\makeglossaries </span>to your preamble (before you start defini </li> <li class="enumerate" id="x1-5010x2">Put - <!--l. 562--><p class="noindent" ><hr><div title="Definition"><span + <!--l. 565--><p class="noindent" ><hr><div title="Definition"><span class="cmtt-10">\printglossary[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">] </span></div><hr> - </p><!--l. 563--><p class="noindent" > + </p><!--l. 566--><p class="noindent" > where you want your list of entries (glossary) to appear. (The <span class="cmtt-10">sort </span>key isn’t available in ⟨<span class="cmti-10">options</span>⟩.) Alternatively, use - </p><!--l. 568--><p class="noindent" ><hr><div title="Definition"><span + </p><!--l. 571--><p class="noindent" ><hr><div title="Definition"><span class="cmtt-10">\printglossaries </span></div><hr> - </p><!--l. 569--><p class="noindent" > + </p><!--l. 572--><p class="noindent" > which will display all glossaries (if you have more than one). This command doesn’t have any arguments. </p></li> @@ -1052,7 +1054,7 @@ class="cmtt-10">.gls</span>. If you have <div class="verbatim" id="verbatim-20"> makeindex -s myDoc.ist -o myDoc.gls myDoc.glo </div> - <!--l. 588--><p class="nopar" > (Replace <span + <!--l. 591--><p class="nopar" > (Replace <span class="cmtt-10">myDoc </span>with the base name of your <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> document file. Avoid spaces in the file name.) If you don’t know how to use the command @@ -1061,7 +1063,7 @@ class="cmtt-10">makeindex </span>via your text editor, but each editor has a different method of doing this, so I can’t give a general description. You will have to check your editor’s manual. - </p><!--l. 596--><p class="noindent" >The default sort is word order (“sea lion” comes before “seal”). If you want + </p><!--l. 599--><p class="noindent" >The default sort is word order (“sea lion” comes before “seal”). If you want letter ordering you need to add the <span class="cmtt-10">-l </span>switch: @@ -1071,7 +1073,7 @@ class="cmtt-10">-l </span>switch: <div class="verbatim" id="verbatim-21"> makeindex -l -s myDoc.ist -o myDoc.gls myDoc.glo </div> - <!--l. 602--><p class="nopar" > + <!--l. 605--><p class="nopar" > </p></li> <li class="enumerate" id="x1-5016x5">Once you have successfully completed the previous step, you can now run @@ -1083,7 +1085,7 @@ class="description"><a id="option3"></a><span class="cmbx-10">Option</span><span class="cmbx-10"> 3</span>: - <!--l. 610--><p class="noindent" >This option uses an application called <span + <!--l. 613--><p class="noindent" >This option uses an application called <span class="cmtt-10">xindy </span>to sort the entries. This application is more flexible than <span class="cmtt-10">makeindex </span>and is able to sort extended Latin or non-Latin @@ -1104,7 +1106,7 @@ class="cmtt-10">xindy </span>writes a new file containing the code to typeset the glossary. <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> then reads this file on the next run. - </p><!--l. 622--><p class="noindent" > + </p><!--l. 625--><p class="noindent" > </p><ol class="enumerate1" > <li class="enumerate" id="x1-5018x1">Add the <span @@ -1117,7 +1119,7 @@ class="cmss-10">glossaries</span><a <div class="verbatim" id="verbatim-22"> \usepackage[xindy]{glossaries} </div> - <!--l. 627--><p class="nopar" > + <!--l. 630--><p class="nopar" > </p></li> <li class="enumerate" id="x1-5021x2">Add <span @@ -1126,18 +1128,18 @@ class="cmtt-10">\makeglossaries </span>to your preamble (before you start defini </li> <li class="enumerate" id="x1-5023x3">Put - <!--l. 634--><p class="noindent" ><hr><div title="Definition"><span + <!--l. 637--><p class="noindent" ><hr><div title="Definition"><span class="cmtt-10">\printglossary[</span>⟨<span class="cmitt-10">options</span>⟩<span class="cmtt-10">] </span></div><hr> - </p><!--l. 635--><p class="noindent" > + </p><!--l. 638--><p class="noindent" > where you want your list of entries (glossary) to appear. (The <span class="cmtt-10">sort </span>key isn’t available in ⟨<span class="cmti-10">options</span>⟩.) Alternatively, use - </p><!--l. 640--><p class="noindent" ><hr><div title="Definition"><span + </p><!--l. 643--><p class="noindent" ><hr><div title="Definition"><span class="cmtt-10">\printglossaries </span></div><hr> - </p><!--l. 641--><p class="noindent" > + </p><!--l. 644--><p class="noindent" > </p></li> <li class="enumerate" id="x1-5025x4">Run <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span @@ -1172,7 +1174,7 @@ class="cmtt-10">.gls</span>. xindy  -L english -C utf8 -I xindy -M myDoc  <br />-t myDoc.glg -o myDoc.gls myDoc.glo </div> - <!--l. 661--><p class="nopar" > (Replace <span + <!--l. 664--><p class="nopar" > (Replace <span class="cmtt-10">myDoc </span>with the base name of your <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> document file. Avoid spaces in the file name. If necessary, also replace <span @@ -1184,7 +1186,7 @@ class="cmtt-10">xindy </span>via your text editor, but each editor has a different method of doing this, so I can’t give a general description. You will have to check your editor’s manual. - </p><!--l. 671--><p class="noindent" >The default sort is word order (“sea lion” comes before “seal”). If you + </p><!--l. 674--><p class="noindent" >The default sort is word order (“sea lion” comes before “seal”). If you want letter ordering you need to add the <span class="cmtt-10">order=letter </span>package option: @@ -1195,7 +1197,7 @@ class="cmtt-10">order=letter </span>package <div class="verbatim" id="verbatim-24"> \usepackage[xindy,order=letter]{glossaries} </div> - <!--l. 677--><p class="nopar" > + <!--l. 680--><p class="nopar" > </p></li> <li class="enumerate" id="x1-5029x6">Once you have successfully completed the previous step, you can now run @@ -1203,7 +1205,7 @@ class="cmtt-10">order=letter </span>package class="E">E</span>X</span></span> on your document again. </li></ol> </dd></dl> -<!--l. 686--><p class="indent" > For Options <a +<!--l. 689--><p class="indent" > For Options <a href="#option2">2</a> and <a href="#option3">3</a>, it can be difficult to remember all the parameters required for <span @@ -1228,7 +1230,7 @@ class="cmtt-10">myDoc.tex</span>, then run: <div class="verbatim" id="verbatim-25"> makeglossaries myDoc </div> -<!--l. 697--><p class="nopar" > (Replace <span +<!--l. 700--><p class="nopar" > (Replace <span class="cmtt-10">myDoc </span>with the base name of your <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> document file. Avoid spaces in the file name.) If you don’t know how to use the command prompt, @@ -1246,8 +1248,8 @@ directives:  <br /> arara: makeglossaries  <br /> arara: pdflatex </div> -<!--l. 707--><p class="nopar" > -</p><!--l. 709--><p class="indent" > The <span +<!--l. 710--><p class="nopar" > +</p><!--l. 712--><p class="indent" > The <span class="cmtt-10">makeglossaries </span>script is written in Perl, so you need a Perl interpreter installed. If you are using a Unix-like operating system then you most likely have one installed. If you are using Windows with the <span class="TEX">T<span @@ -1255,25 +1257,36 @@ class="E">E</span>X</span> Live distribution, then you can use the Perl interpreter that comes with <span class="TEX">T<span class="E">E</span>X</span> Live. If you are using Windows and MiK<span class="TEX">T<span -class="E">E</span>X</span> then you need to install a Perl distribution for Windows. If you are using -<a +class="E">E</span>X</span> then you need to install a Perl distribution for Windows. If you are +using <a href="#option3">Option 3</a>, then you need to do this anyway as <span -class="cmtt-10">xindy </span>is also written in Perl. If -you are using <a -href="#option2">Option 2</a> and can’t work out how to install Perl (or for some -reason don’t want to install it) then just use <span -class="cmtt-10">makeindex </span>directly, as described -above. -</p><!--l. 721--><p class="indent" > As a last resort you can try the package option <span -class="cmtt-10">automake</span>: +class="cmtt-10">xindy </span>is also written in +Perl. If you are using <a +href="#option2">Option 2</a> and can’t work out how to install Perl (or +for some reason don’t want to install it) then just use <span +class="cmtt-10">makeindex </span>directly, as +described above, or you can use a Lua alternative to <span +class="cmtt-10">makeglossaries </span>called +<span +class="cmtt-10">makeglossaries-lite.lua</span>: </p> <div class="verbatim" id="verbatim-27"> +makeglossaries-lite.lua myDoc +</div> +<!--l. 726--><p class="nopar" > +</p><!--l. 728--><p class="indent" > As a last resort you can try the package option <span +class="cmtt-10">automake</span>: + + + +</p> + <div class="verbatim" id="verbatim-28"> \usepackage[automake]{glossaries} </div> -<!--l. 724--><p class="nopar" > This will attempt to use <span class="TEX">T<span +<!--l. 731--><p class="nopar" > This will attempt to use <span class="TEX">T<span class="E">E</span>X</span>’s <span class="cmtt-10">\write18 </span>mechanism to run <span class="cmtt-10">makeindex </span>or <span @@ -1288,7 +1301,7 @@ class="cmtt-10">automake </span>option is successful, you will still need to run <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> twice for the glossaries to be displayed. -</p><!--l. 734--><p class="indent" > When sorting the entries, the string comparisons are made according to each entry’s +</p><!--l. 741--><p class="indent" > When sorting the entries, the string comparisons are made according to each entry’s <span class="cmtt-10">sort </span>key. If this is omitted, the <span class="cmtt-10">name </span>key is used. For example, recall the earlier @@ -1297,14 +1310,14 @@ definition: </p> - <div class="verbatim" id="verbatim-28"> + <div class="verbatim" id="verbatim-29"> \newglossaryentry{elite}  <br />{  <br />  name={{\’e}lite},  <br />  description={select group or class}  <br />} </div> -<!--l. 744--><p class="nopar" > No <span +<!--l. 751--><p class="nopar" > No <span class="cmtt-10">sort </span>key was used, so it’s set to the same as the <span class="cmtt-10">name </span>key: <span class="obeylines-h"><span class="verb"><span class="cmtt-10">{\’e}lite</span></span></span>. How this is @@ -1355,7 +1368,7 @@ class="cmtt-10">xindy </span>disregards <span class="LATEX">L<span class="A">A</ class="E">E</span>X</span></span> commands so it sorts on <span class="cmtt-10">elite</span>, which puts this entry in the “E” group.</dd></dl> -<!--l. 769--><p class="indent" > If the <span +<!--l. 776--><p class="indent" > If the <span class="cmss-10">inputenc</span><a id="dx1-5032"></a> package is used and the entry is defined as: </p><div class="alltt"> <div class="obeylines-v"> @@ -1421,7 +1434,7 @@ class="cmtt-10">é</span><span class="cmtt-10">lite </span>and will place it in whatever letter group is appropriate for the given language setting. (In English, this would just be the “E” letter group.)</dd></dl> -<!--l. 795--><p class="indent" > Therefore if you have extended Latin or non-Latin characters, your best option is to +<!--l. 802--><p class="indent" > Therefore if you have extended Latin or non-Latin characters, your best option is to use <span class="cmtt-10">xindy </span>(<a href="#option3">Option 3</a>) with the <span @@ -1435,7 +1448,7 @@ class="cmtt-10">sort </span>key like this: </p> - <div class="verbatim" id="verbatim-29"> + <div class="verbatim" id="verbatim-30"> \newglossaryentry{elite}  <br />{  <br />  name={{\’e}lite}, @@ -1443,14 +1456,14 @@ class="cmtt-10">sort </span>key like this:  <br />  description={select group or class}  <br />} </div> -<!--l. 806--><p class="nopar" > If you use <a +<!--l. 813--><p class="nopar" > If you use <a href="#option1">Option 1</a>, you may or may not need to use the <span class="cmtt-10">sort </span>key, but you will need to be careful about fragile commands in the <span class="cmtt-10">name </span>key if you don’t set the <span class="cmtt-10">sort</span> key. -</p><!--l. 811--><p class="indent" > <a +</p><!--l. 818--><p class="indent" > <a href="#x1-50351">Table 1</a> summarises the main pros and cons of three options described above. </p> @@ -1458,7 +1471,7 @@ above. -<!--l. 814--><p class="indent" > <a +<!--l. 821--><p class="indent" > <a id="x1-50351"></a></p><hr class="float" /><div class="float" > @@ -1475,7 +1488,7 @@ id="TBL-2-2" /><col id="TBL-2-3" /><col id="TBL-2-4" /></colgroup><tr style="vertical-align:baseline;" id="TBL-2-1-"><td style="white-space:wrap; text-align:left;" id="TBL-2-1-1" -class="td11"> <!--l. 820--><p class="noindent" > </p></td><td style="white-space:nowrap; text-align:center;" id="TBL-2-1-2" +class="td11"> <!--l. 827--><p class="noindent" > </p></td><td style="white-space:nowrap; text-align:center;" id="TBL-2-1-2" class="td11"> <a href="#option1"><span class="cmbx-10">Option</span><span @@ -1490,7 +1503,7 @@ class="cmbx-10">Option</span><span class="cmbx-10"> 3</span></a> </td> </tr><tr style="vertical-align:baseline;" id="TBL-2-2-"><td style="white-space:wrap; text-align:left;" id="TBL-2-2-1" -class="td11"> <!--l. 821--><p class="noindent" >Requires +class="td11"> <!--l. 828--><p class="noindent" >Requires an external application? </p></td><td style="white-space:nowrap; text-align:center;" id="TBL-2-2-2" @@ -1502,7 +1515,7 @@ class="td11"> <span class="pzdr-">✔ </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-2-3-"><td style="white-space:wrap; text-align:left;" id="TBL-2-3-1" -class="td11"> <!--l. 823--><p class="noindent" >Requires +class="td11"> <!--l. 830--><p class="noindent" >Requires Perl? </p></td><td style="white-space:nowrap; text-align:center;" id="TBL-2-3-2" class="td11"> <span class="pzdr-">✘ </span></td><td style="white-space:nowrap; text-align:center;" id="TBL-2-3-3" @@ -1512,7 +1525,7 @@ class="td11"> <span class="pzdr-">✔ </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-2-4-"><td style="white-space:wrap; text-align:left;" id="TBL-2-4-1" -class="td11"> <!--l. 825--><p class="noindent" >Can +class="td11"> <!--l. 832--><p class="noindent" >Can sort extended Latin @@ -1528,7 +1541,7 @@ class="td11"> <span class="pzdr-">✔ </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-2-5-"><td style="white-space:wrap; text-align:left;" id="TBL-2-5-1" -class="td11"> <!--l. 828--><p class="noindent" >Efficient +class="td11"> <!--l. 835--><p class="noindent" >Efficient sort algorithm? </p></td><td style="white-space:nowrap; text-align:center;" id="TBL-2-5-2" class="td11"> <span @@ -1539,7 +1552,7 @@ class="td11"> <span class="pzdr-">✔ </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-2-6-"><td style="white-space:wrap; text-align:left;" id="TBL-2-6-1" -class="td11"> <!--l. 830--><p class="noindent" >Can +class="td11"> <!--l. 837--><p class="noindent" >Can form ranges in @@ -1554,7 +1567,7 @@ class="td11"> <span class="pzdr-">✔ </span></td> </tr><tr style="vertical-align:baseline;" id="TBL-2-7-"><td style="white-space:wrap; text-align:left;" id="TBL-2-7-1" -class="td11"> <!--l. 832--><p class="noindent" >Can +class="td11"> <!--l. 839--><p class="noindent" >Can have non-standard locations? </p></td><td style="white-space:nowrap; text-align:center;" id="TBL-2-7-2" @@ -1565,7 +1578,7 @@ class="pzdr-">✘ </span></td><td style="white-space:nowrap; text- class="td11"> <span class="pzdr-">✔ </span></td> </tr></table></div> -<!--l. 836--><p class="noindent" ><sup class="textsuperscript"><span +<!--l. 843--><p class="noindent" ><sup class="textsuperscript"><span class="cmsy-9">†</span></sup> Strips standard <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> accents so, for example, <span class="obeylines-h"><span class="verb"><span class="cmtt-10">\AA</span></span></span> is treated the same as @@ -1576,10 +1589,10 @@ A. </p> </div><hr class="endfloat" /> </div> -<!--l. 840--><p class="noindent" ><a +<!--l. 847--><p class="noindent" ><a href="#top">Top</a><h2 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">5 </span> <a id="sec:glosstyle"></a>Customising the Glossary</h3> -<!--l. 843--><p class="noindent" >The default glossary style uses the <span +<!--l. 850--><p class="noindent" >The default glossary style uses the <span class="cmss-10">description</span><a id="dx1-6001"></a><a id="dx1-6002"></a> environment to display the entry list. @@ -1592,22 +1605,22 @@ class="cmtt-10">\glsnamefont</span>: </p> - <div class="verbatim" id="verbatim-30"> + <div class="verbatim" id="verbatim-31"> \renewcommand*{\glsnamefont}[1]{\textmd{#1}} </div> -<!--l. 850--><p class="nopar" > -</p><!--l. 852--><p class="indent" > By default, a full stop is appended to the description. To prevent this from +<!--l. 857--><p class="nopar" > +</p><!--l. 859--><p class="indent" > By default, a full stop is appended to the description. To prevent this from happening use the <span class="cmtt-10">nopostdot </span>package option: </p> - <div class="verbatim" id="verbatim-31"> + <div class="verbatim" id="verbatim-32"> \usepackage[nopostdot]{glossaries} </div> -<!--l. 856--><p class="nopar" > -</p><!--l. 858--><p class="indent" > By default, a location list is displayed for each entry. This refers to the document +<!--l. 863--><p class="nopar" > +</p><!--l. 865--><p class="indent" > By default, a location list is displayed for each entry. This refers to the document locations (for example, the page number) where the entry has been referenced. If you use Options <a href="#option2">2</a> or <a @@ -1627,11 +1640,11 @@ package option: </p> - <div class="verbatim" id="verbatim-32"> + <div class="verbatim" id="verbatim-33"> \usepackage[nonumberlist]{glossaries} </div> -<!--l. 868--><p class="nopar" > -</p><!--l. 870--><p class="indent" > Entries are grouped according to the first letter of each entry’s <span +<!--l. 875--><p class="nopar" > +</p><!--l. 877--><p class="indent" > Entries are grouped according to the first letter of each entry’s <span class="cmtt-10">sort </span>key. By default a vertical gap is placed between letter groups. You can suppress this with the <span @@ -1640,22 +1653,22 @@ class="cmtt-10">nogroupskip </span>package option: </p> - <div class="verbatim" id="verbatim-33"> + <div class="verbatim" id="verbatim-34"> \usepackage[nogroupskip]{glossaries} </div> -<!--l. 876--><p class="nopar" > -</p><!--l. 878--><p class="indent" > If the default style doesn’t suit your document, you can change the style +<!--l. 883--><p class="nopar" > +</p><!--l. 885--><p class="indent" > If the default style doesn’t suit your document, you can change the style using: -</p><!--l. 881--><p class="indent" > <hr><div title="Definition"><span +</p><!--l. 888--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\setglossarystyle{</span>⟨<span class="cmitt-10">style name</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 882--><p class="noindent" > +</p><!--l. 889--><p class="noindent" > There are a number of predefined styles. Glossaries can vary from a list of symbols with a terse description to a list of words or phrases with descriptions that span multiple paragraphs, so there’s no “one style fits all” solution. You need to choose a style that suits your document. -</p><!--l. 889--><p class="indent" > Examples: +</p><!--l. 896--><p class="indent" > Examples: </p><ol class="enumerate1" > <li class="enumerate" id="x1-6004x1">You have entries where the name is a symbol and the description is a brief phrase @@ -1666,12 +1679,12 @@ class="cmss-10">glossary-mcols</span><a - <div class="verbatim" id="verbatim-34"> + <div class="verbatim" id="verbatim-35"> \usepackage[nogroupskip,nopostdot]{glossaries}  <br />\usepackage{glossary-mcols}  <br />\setglossarystyle{mcolindex} </div> - <!--l. 898--><p class="nopar" > + <!--l. 905--><p class="nopar" > </p></li> <li class="enumerate" id="x1-6007x2">You have entries where the name is a word or phrase and the description spans @@ -1679,11 +1692,11 @@ class="cmss-10">glossary-mcols</span><a - <div class="verbatim" id="verbatim-35"> + <div class="verbatim" id="verbatim-36"> \usepackage[nopostdot]{glossaries}  <br />\setglossarystyle{altlist} </div> - <!--l. 906--><p class="nopar" > + <!--l. 913--><p class="nopar" > </p></li> <li class="enumerate" id="x1-6009x3">You have entries where the name is a single word, the description is @@ -1693,21 +1706,21 @@ class="cmss-10">glossary-mcols</span><a - <div class="verbatim" id="verbatim-36"> + <div class="verbatim" id="verbatim-37"> \usepackage[nopostdot,nonumberlist]{glossaries}  <br />\setglossarystyle{long4col} </div> - <!--l. 915--><p class="nopar" > or one of the “tree” styles: + <!--l. 922--><p class="nopar" > or one of the “tree” styles: </p> - <div class="verbatim" id="verbatim-37"> + <div class="verbatim" id="verbatim-38"> \usepackage[nopostdot,nonumberlist]{glossaries}  <br />\setglossarystyle{tree} </div> - <!--l. 920--><p class="nopar" ></p></li></ol> -<!--l. 923--><p class="indent" > If your glossary consists of a list of acronyms and you also want to specify + <!--l. 927--><p class="nopar" ></p></li></ol> +<!--l. 930--><p class="indent" > If your glossary consists of a list of acronyms and you also want to specify a description as well as the long form, then you need to use an acronym style that will suit the glossary style. For example, use the <span class="cmtt-10">long-short-desc </span>acronym @@ -1716,34 +1729,34 @@ style: </p> - <div class="verbatim" id="verbatim-38"> + <div class="verbatim" id="verbatim-39"> \setacronymstyle{long-short-desc} </div> -<!--l. 929--><p class="nopar" > Define the acronyms with a description: +<!--l. 936--><p class="nopar" > Define the acronyms with a description: </p> - <div class="verbatim" id="verbatim-39"> + <div class="verbatim" id="verbatim-40"> \newacronym  <br /> [description={statistical pattern recognition technique}]  <br /> {svm}{svm}{support vector machine} </div> -<!--l. 935--><p class="nopar" > Choose a glossary style that suits wide entry names: +<!--l. 942--><p class="nopar" > Choose a glossary style that suits wide entry names: </p> - <div class="verbatim" id="verbatim-40"> + <div class="verbatim" id="verbatim-41"> \setglossarystyle{altlist} </div> -<!--l. 939--><p class="nopar" > -</p><!--l. 941--><p class="noindent" > +<!--l. 946--><p class="nopar" > +</p><!--l. 948--><p class="noindent" > </p> -<!--l. 941--><p class="noindent" ><a +<!--l. 948--><p class="noindent" ><a href="#top">Top</a><h2 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">6 </span> <a id="sec:multigloss"></a>Multiple Glossaries</h3> -<!--l. 944--><p class="noindent" >The <span +<!--l. 951--><p class="noindent" >The <span class="cmss-10">glossaries</span><a id="dx1-7001"></a> package predefines a default <span class="cmtt-10">main </span>glossary. When you define an entry @@ -1755,7 +1768,7 @@ automatically assigned to the default glossary, unless you indicate otherwise us <span class="cmtt-10">type </span>key. However you first need to make sure the desired glossary has been defined. This is done using: -</p><!--l. 951--><p class="indent" > <hr><div title="Definition"><span +</p><!--l. 958--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\newglossary[</span>⟨<span class="cmitt-10">glg</span>⟩<span class="cmtt-10">]{</span>⟨<span @@ -1767,7 +1780,7 @@ class="cmitt-10">glo</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">title</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 952--><p class="noindent" > +</p><!--l. 959--><p class="noindent" > The ⟨<span class="cmti-10">label</span>⟩ is a label that uniquely identifies this new glossary. As with other types of identifying labels, be careful not to use active characters in ⟨<span @@ -1790,19 +1803,19 @@ class="cmti-10">gls</span>⟩ and ⟨<span class="cmti-10">glo</span>⟩ arguments are ignored, in which case you may prefer to use the starred version where you don’t specify the extensions: -</p><!--l. 965--><p class="indent" > <hr><div title="Definition"><span +</p><!--l. 972--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\newglossary*{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">}{</span>⟨<span class="cmitt-10">title</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 966--><p class="noindent" > -</p><!--l. 968--><p class="indent" > In the case of Options <a +</p><!--l. 973--><p class="noindent" > +</p><!--l. 975--><p class="indent" > In the case of Options <a href="#option2">2</a> or <a href="#option3">3</a>, all glossary definitions must come before <span class="cmtt-10">\makeglossaries</span>. -</p><!--l. 971--><p class="indent" > Since it’s quite common for documents to have both a list of terms and a list of +</p><!--l. 978--><p class="indent" > Since it’s quite common for documents to have both a list of terms and a list of acronyms, the <span class="cmss-10">glossaries</span><a id="dx1-7002"></a> package provides the package option <span @@ -1813,23 +1826,23 @@ which is a convenient shortcut for </p> - <div class="verbatim" id="verbatim-41"> + <div class="verbatim" id="verbatim-42"> \newglossary[alg]{acronym}{acr}{acn}{\acronymname} </div> -<!--l. 977--><p class="nopar" > The option also changes the behaviour of <span +<!--l. 984--><p class="nopar" > The option also changes the behaviour of <span class="cmtt-10">\newacronym </span>so that acronyms are automatically put in the list of acronyms instead of the main glossary. -</p><!--l. 982--><p class="indent" > For example, suppose you want a main glossary for terms, a list of acronyms and +</p><!--l. 989--><p class="indent" > For example, suppose you want a main glossary for terms, a list of acronyms and a list of notation: </p> - <div class="verbatim" id="verbatim-42"> + <div class="verbatim" id="verbatim-43"> \usepackage[acronyms]{glossaries}  <br />\newglossary[nlg]{notation}{not}{ntn}{Notation} </div> -<!--l. 987--><p class="nopar" > After <span +<!--l. 994--><p class="nopar" > After <span class="cmtt-10">\makeglossaries </span>(or <span class="cmtt-10">\makenoidxglossaries</span>) you can define the entries in the preamble. For example: @@ -1837,7 +1850,7 @@ preamble. For example: </p> - <div class="verbatim" id="verbatim-43"> + <div class="verbatim" id="verbatim-44"> \newglossaryentry{gls:set}  <br />{% This entry goes in the ‘main’ glossary  <br />  name=set, @@ -1852,13 +1865,13 @@ preamble. For example:  <br />  description={A set},  <br />  sort={S}} </div> -<!--l. 1006--><p class="nopar" > or if you don’t like using <span +<!--l. 1013--><p class="nopar" > or if you don’t like using <span class="cmtt-10">\ensuremath</span>: </p> - <div class="verbatim" id="verbatim-44"> + <div class="verbatim" id="verbatim-45"> \newglossaryentry{not:set}  <br />{% This entry goes in the ‘notation’ glossary:  <br />  type=notation, @@ -1867,39 +1880,39 @@ class="cmtt-10">\ensuremath</span>:  <br />  description={A set},  <br />  sort={S}} </div> -<!--l. 1016--><p class="nopar" > -</p><!--l. 1018--><p class="indent" > Each glossary is displayed using: -</p><!--l. 1020--><p class="indent" > <hr><div title="Definition"><span +<!--l. 1023--><p class="nopar" > +</p><!--l. 1025--><p class="indent" > Each glossary is displayed using: +</p><!--l. 1027--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\printnoidxglossary[type=</span>⟨<span class="cmitt-10">type</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 1021--><p class="noindent" > +</p><!--l. 1028--><p class="noindent" > (<a href="#option1">Option 1</a>) or -</p><!--l. 1024--><p class="indent" > <hr><div title="Definition"><span +</p><!--l. 1031--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\printglossary[type=</span>⟨<span class="cmitt-10">type</span>⟩<span class="cmtt-10">] </span></div><hr> -</p><!--l. 1025--><p class="noindent" > +</p><!--l. 1032--><p class="noindent" > (Options <a href="#option2">2</a> and <a href="#option3">3</a>). Where ⟨<span class="cmti-10">type</span>⟩ is the glossary label. If the type is omitted the default <span class="cmtt-10">main </span>glossary is assumed. -</p><!--l. 1029--><p class="indent" > There’s a convenient shortcut that will display all the defined glossaries: -</p><!--l. 1032--><p class="indent" > <hr><div title="Definition"><span +</p><!--l. 1036--><p class="indent" > There’s a convenient shortcut that will display all the defined glossaries: +</p><!--l. 1039--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\printnoidxglossaries </span></div><hr> -</p><!--l. 1033--><p class="noindent" > +</p><!--l. 1040--><p class="noindent" > (<a href="#option1">Option 1</a>) or -</p><!--l. 1036--><p class="indent" > <hr><div title="Definition"><span +</p><!--l. 1043--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\printglossaries </span></div><hr> -</p><!--l. 1037--><p class="noindent" > +</p><!--l. 1044--><p class="noindent" > (Options <a href="#option2">2</a> and <a href="#option3">3</a>). -</p><!--l. 1040--><p class="indent" > If you use <a +</p><!--l. 1047--><p class="indent" > If you use <a href="#option1">Option 1</a>, you don’t need to do anything else. If you use Options <a href="#option2">2</a> or <a href="#option3">3</a> @@ -1925,7 +1938,7 @@ glossary in case you need to check for <span class="cmtt-10">makeindex</span>/<span class="cmtt-10">xindy </span>errors or warnings if things go wrong. -</p><!--l. 1053--><p class="indent" > For example, suppose you have three glossaries in your document (<span +</p><!--l. 1060--><p class="indent" > For example, suppose you have three glossaries in your document (<span class="cmtt-10">main</span>, <span class="cmtt-10">acronym</span> and <span @@ -1934,42 +1947,42 @@ class="cmtt-10">notation</span>), specified using: </p> - <div class="verbatim" id="verbatim-45"> + <div class="verbatim" id="verbatim-46"> \usepackage[acronyms]{glossaries}  <br />\newglossary[nlg]{notation}{not}{ntn}{Notation} </div> -<!--l. 1059--><p class="nopar" > Then (assuming your <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span +<!--l. 1066--><p class="nopar" > Then (assuming your <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> document is in a file called <span class="cmtt-10">myDoc.tex</span>): -</p><!--l. 1063--><p class="indent" > +</p><!--l. 1070--><p class="indent" > </p><dl class="description"><dt class="description"> </dt><dd class="description"><a href="#option2">Option 2</a>: - <!--l. 1066--><p class="noindent" >You need to run <span + <!--l. 1073--><p class="noindent" >You need to run <span class="cmtt-10">makeindex </span>three times: </p> - <div class="verbatim" id="verbatim-46"> + <div class="verbatim" id="verbatim-47"> makeindex -t myDoc.glg -s myDoc.ist -o myDoc.gls myDoc.glo  <br />makeindex -t myDoc.alg -s myDoc.ist -o myDoc.acr myDoc.acn  <br />makeindex -t myDoc.nlg -s myDoc.ist -o myDoc.not myDoc.ntn </div> - <!--l. 1071--><p class="nopar" > + <!--l. 1078--><p class="nopar" > </p></dd><dt class="description"> </dt><dd class="description"><a href="#option3">Option 3</a>: - <!--l. 1075--><p class="noindent" >You need to run <span + <!--l. 1082--><p class="noindent" >You need to run <span class="cmtt-10">xindy </span>three times (be careful not to insert line breaks where the line has wrapped.) </p> - <div class="verbatim" id="verbatim-47"> + <div class="verbatim" id="verbatim-48"> xindy  -L english -C utf8 -I xindy -M myDoc -t myDoc.glg  <br />-o myDoc.gls myDoc.glo  <br />xindy  -L english -C utf8 -I xindy -M myDoc -t myDoc.alg @@ -1977,15 +1990,15 @@ class="cmtt-10">xindy </span>three times (be careful not to insert line breaks w  <br />xindy  -L english -C utf8 -I xindy -M myDoc -t myDoc.nlg  <br />-o myDoc.not myDoc.ntn </div> - <!--l. 1084--><p class="nopar" ></p></dd></dl> -<!--l. 1087--><p class="noindent" > + <!--l. 1091--><p class="nopar" ></p></dd></dl> +<!--l. 1094--><p class="noindent" > </p> -<!--l. 1087--><p class="noindent" ><a +<!--l. 1094--><p class="noindent" ><a href="#top">Top</a><h2 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">7 </span> <a id="sec:hyperref"></a><span class="cmss-10">glossaries </span>and <span class="cmss-10">hyperref</span></h3> -<!--l. 1090--><p class="noindent" >Take care if you use the <span +<!--l. 1097--><p class="noindent" >Take care if you use the <span class="cmss-10">glossaries</span><a id="dx1-8001"></a> package with <span class="cmss-10">hyperref</span><a @@ -2003,11 +2016,11 @@ class="cmss-10">hyperref</span><a </p> - <div class="verbatim" id="verbatim-48"> + <div class="verbatim" id="verbatim-49"> \usepackage[colorlinks]{hyperref}  <br />\usepackage{glossaries} </div> -<!--l. 1097--><p class="nopar" > If you use <span +<!--l. 1104--><p class="nopar" > If you use <span class="cmss-10">hyperref</span><a id="dx1-8006"></a> make sure you use PDF<span class="LATEX">L<span class="A">A</span><span class="TEX">T<span class="E">E</span>X</span></span> rather than the <span class="LATEX">L<span class="A">A</span><span class="TEX">T<span @@ -2016,16 +2029,16 @@ engine. The DVI format can’t break hyperlinks across a line so long entries (such as the full form of acronyms) won’t line wrap with the DVI engine. Also, hyperlinks in sub- or superscripts aren’t correctly sized with the DVI format. -</p><!--l. 1104--><p class="indent" > By default, if the <span +</p><!--l. 1111--><p class="indent" > By default, if the <span class="cmss-10">hyperref</span><a id="dx1-8007"></a> package has been loaded, commands like <span class="cmtt-10">\gls </span>will form a hyperlink to the relevant entry in the glossary. If you to disable this for <span class="cmti-10">all </span>your glossaries, then use -</p><!--l. 1109--><p class="indent" > <hr><div title="Definition"><span +</p><!--l. 1116--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\glsdisablehyper </span></div><hr> -</p><!--l. 1110--><p class="noindent" > +</p><!--l. 1117--><p class="noindent" > If you want hyperlinks suppressed for entries in specific glossaries, then use the <span class="cmtt-10">nohypertypes </span>package option. For example, if you don’t want hyperlinks for entries in @@ -2038,13 +2051,13 @@ glossary, then do: </p> - <div class="verbatim" id="verbatim-49"> + <div class="verbatim" id="verbatim-50"> \usepackage[colorlinks]{hyperref}  <br />\usepackage[acronym,nohypertypes={acronym,notation}]{glossaries}  <br />\newglossary[nlg]{notation}{not}{ntn}{Notation} </div> -<!--l. 1120--><p class="nopar" > -</p><!--l. 1122--><p class="indent" > If you want the hyperlinks suppressed the first time an entry is used, but you want +<!--l. 1127--><p class="nopar" > +</p><!--l. 1129--><p class="indent" > If you want the hyperlinks suppressed the first time an entry is used, but you want hyperlinks for subsequence references then use the <span class="cmtt-10">hyperfirst=false </span>package option: @@ -2052,12 +2065,12 @@ option: </p> - <div class="verbatim" id="verbatim-50"> + <div class="verbatim" id="verbatim-51"> \usepackage[colorlinks]{hyperref}  <br />\usepackage[hyperfirst=false]{glossaries} </div> -<!--l. 1128--><p class="nopar" > -</p><!--l. 1130--><p class="indent" > Take care not to use non-expandable commands in PDF bookmarks. This +<!--l. 1135--><p class="nopar" > +</p><!--l. 1137--><p class="indent" > Take care not to use non-expandable commands in PDF bookmarks. This isn’t specific to the <span class="cmss-10">glossaries</span><a id="dx1-8008"></a> package but is a limitation of PDF bookmarks. @@ -2075,18 +2088,18 @@ class="cmtt-10">\texorpdfstring</span>. For example: </p> - <div class="verbatim" id="verbatim-51"> + <div class="verbatim" id="verbatim-52"> \section{The \texorpdfstring{\gls{fishage}}{Fish Age}} </div> -<!--l. 1138--><p class="nopar" > However, it’s not a good idea to use commands like <span +<!--l. 1145--><p class="nopar" > However, it’s not a good idea to use commands like <span class="cmtt-10">\gls </span>in a section heading as you’ll end up with the table of contents in your location list. Instead you can use -</p><!--l. 1143--><p class="indent" > <hr><div title="Definition"><span +</p><!--l. 1150--><p class="indent" > <hr><div title="Definition"><span class="cmtt-10">\glsentrytext{</span>⟨<span class="cmitt-10">label</span>⟩<span class="cmtt-10">} </span></div><hr> -</p><!--l. 1144--><p class="noindent" > +</p><!--l. 1151--><p class="noindent" > This is expandable provided that the <span class="cmtt-10">text </span>key doesn’t contain non-expandable code. For example, the following works: @@ -2094,26 +2107,26 @@ For example, the following works: </p> - <div class="verbatim" id="verbatim-52"> + <div class="verbatim" id="verbatim-53"> \section{The \glsentrytext{fishage}} </div> -<!--l. 1149--><p class="nopar" > and it doesn’t put the table of contents in the location list. -</p><!--l. 1152--><p class="noindent" > +<!--l. 1156--><p class="nopar" > and it doesn’t put the table of contents in the location list. +</p><!--l. 1159--><p class="noindent" > </p> -<!--l. 1152--><p class="noindent" ><a +<!--l. 1159--><p class="noindent" ><a href="#top">Top</a><h2 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">8 </span> <a id="sec:xr"></a>Cross-References</h3> -<!--l. 1155--><p class="noindent" >You can add a reference to another entry in a location list using the <span +<!--l. 1162--><p class="noindent" >You can add a reference to another entry in a location list using the <span class="cmtt-10">see={</span>⟨<span class="cmti-10">label</span>⟩<span class="cmtt-10">} </span>key when you define an entry. The referenced entry must also be defined. -</p><!--l. 1159--><p class="indent" > For example: +</p><!--l. 1166--><p class="indent" > For example: </p> - <div class="verbatim" id="verbatim-53"> + <div class="verbatim" id="verbatim-54"> \longnewglossaryentry{devonian}{name={Devonian}}%  <br />{%  <br />  The geologic period spanning from the end of the @@ -2128,7 +2141,7 @@ when you define an entry. The referenced entry must also be defined.  <br />  see={devonian}  <br />} </div> -<!--l. 1176--><p class="nopar" > The cross-reference will appear as “<span +<!--l. 1183--><p class="nopar" > The cross-reference will appear as “<span class="cmti-10">see </span>Devonian”. You can change the “see” tag using the format <span class="cmtt-10">see=[</span>⟨<span @@ -2139,7 +2152,7 @@ class="cmti-10">label</span>⟩. For example: </p> - <div class="verbatim" id="verbatim-54"> + <div class="verbatim" id="verbatim-55"> \newglossaryentry{latinalph}  <br />{  <br />  name={Latin alphabet}, @@ -2154,7 +2167,7 @@ class="cmti-10">label</span>⟩. For example:  <br />   other letters such as ligatures or diacritics.}  <br />} </div> -<!--l. 1194--><p class="nopar" > If you use the <span +<!--l. 1201--><p class="nopar" > If you use the <span class="cmtt-10">see </span>key in the optional argument of <span class="cmtt-10">\newacronym</span>, make sure you enclose the value in braces. For example: @@ -2162,23 +2175,23 @@ enclose the value in braces. For example: </p> - <div class="verbatim" id="verbatim-55"> + <div class="verbatim" id="verbatim-56"> \newacronym{ksvm}{ksvm}{kernel support vector machine}  <br />\newacronym  <br /> [see={[see also]{ksvm}}]  <br /> {svm}{svm}{support vector machine} </div> -<!--l. 1203--><p class="nopar" > -</p><!--l. 1205--><p class="indent" > Since the cross-reference appears in the location list, if you suppress the location list +<!--l. 1210--><p class="nopar" > +</p><!--l. 1212--><p class="indent" > Since the cross-reference appears in the location list, if you suppress the location list using the <span class="cmtt-10">nonumberlist </span>package option, then the cross-reference will also be suppressed. -</p><!--l. 1209--><p class="noindent" > +</p><!--l. 1216--><p class="noindent" > </p> -<!--l. 1209--><p class="noindent" ><a +<!--l. 1216--><p class="noindent" ><a href="#top">Top</a><h2 class="sectionHead"></p><h3 class="sectionHead"><span class="titlemark">9 </span> <a id="sec:moreinfo"></a>Further Information</h3> -<!--l. 1212--><p class="noindent" >Further information can be found in the main <span +<!--l. 1219--><p class="noindent" >Further information can be found in the main <span class="cmss-10">glossaries</span><a id="dx1-10001"></a> <a href="glossaries-user.html" >user manual</a> or in the <a diff --git a/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.pdf b/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.pdf Binary files differindex 500e3cbbfd8..083d06b54c9 100644 --- a/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.tex b/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.tex index 3d4b4c47515..1797987e369 100644 --- a/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.tex +++ b/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.tex @@ -20,10 +20,10 @@ \newcommand*{\yes}{\ding{52}} \newcommand*{\no}{\ding{56}} -\title{The glossaries package v4.15: +\title{The glossaries package v4.16: a guide for beginners} \author{Nicola L.C. Talbot} -\date{2015-03-16} +\date{2015-07-08} \ifpdf \externaldocument{glossaries-user} @@ -45,7 +45,7 @@ and~\hyperlink{option#2}{#2}} \begin{abstract} The \styfmt{glossaries} package is very flexible, but this means -that it has a lot options, and since a user guide is supposed to +that it has a~lot options, and since a user guide is supposed to provide a complete list of all the high-level user commands, the main user manual is quite big. This can be rather daunting for beginners, so this document is a brief introduction @@ -68,7 +68,7 @@ under certain circumstances}. As with all packages, you need to load \styfmt{glossaries} with \cs{usepackage}, but there are certain packages that must be loaded -before \styfmt{glossaries}, if they are required: \sty{hyperref}, +before \styfmt{glossaries}, \emph{if} they are required: \sty{hyperref}, \sty{babel}, \sty{polyglossia}, \sty{inputenc} and \sty{fontenc}. (You don't have to load these packages, but if you want them, you must load them before \styfmt{glossaries}.) @@ -185,7 +185,8 @@ three options: use \TeX\ to perform the sorting; use perform the sorting. The first option (using \TeX) is the simplest and easiest method, -but it's inefficient. To use this method, add \cs{makenoidxglossaries} +but it's inefficient and the sorting is done according to the English +alphabet. To use this method, add \cs{makenoidxglossaries} to the preamble and put \cs{printnoidxglossaries} at the place where you want your glossary. For example: \begin{verbatim} @@ -242,11 +243,12 @@ the singular form with the letter \qt{s} appended, but in the case of As I mentioned earlier, using \TeX\ to sort the entries is the simplest but least efficient method. If you have a large glossary or -if your terms contain non-Latin characters, then you will have a much -faster build time if you use \texttt{makeindex} or \texttt{xindy}. -If you are using extended Latin or non-Latin characters, then -\texttt{xindy} is the recommended method. These two methods are -described in more detail in \sectionref{sec:printglossaries}. +if your terms contain non-Latin or extended Latin characters, then +you will have a much faster build time if you use \texttt{makeindex} +or \texttt{xindy}. If you are using extended Latin or non-Latin +characters, then \texttt{xindy} is the recommended method. These two +methods are described in more detail in +\sectionref{sec:printglossaries}. The rest of this document briefly describes the main commands provided by the \styfmt{glossaries} package. @@ -355,13 +357,14 @@ or \qtdocref{UTF-8}{mfirstuc-manual} in the \sty{mfirstuc} user manual.) -Acronyms or abbreviations can be defined using +Acronyms (or other abbreviations) can be defined using \begin{definition} \cs{newacronym}\marg{label}\marg{short}\marg{long} \end{definition} where \meta{label} is the label (as with the \cs{newglossaryentry} -and the \cs{longnewglossaryentry} commands), \meta{short} is the abbreviation or -acronym and \meta{long} is the long form. For example: +and the \cs{longnewglossaryentry} commands), \meta{short} is the +short form and \meta{long} is the long form. For example, the +following defines an abbreviation: \begin{verbatim} \newacronym{svm}{svm}{support vector machine} \end{verbatim} @@ -377,8 +380,8 @@ using the optional argument: {svm}{svm}{support vector machine} \end{verbatim} -Before you define your acronyms, you need to specify which acronym -style to use with +Before you define your acronyms (or other types of abbreviations), you +need to specify which style to use with \begin{definition} \cs{setacronymstyle}\marg{style name} \end{definition} @@ -716,7 +719,11 @@ If you are using \opt3, then you need to do this anyway as \texttt{xindy} is also written in Perl. If you are using \opt2 and can't work out how to install Perl (or for some reason don't want to install it) then just use \texttt{makeindex} directly, as -described above. +described above, or you can use a~Lua alternative to +\texttt{makeglossaries} called \texttt{makeglossaries-lite.lua}: +\begin{verbatim} +makeglossaries-lite.lua myDoc +\end{verbatim} As a last resort you can try the package option \texttt{automake}: \begin{verbatim} diff --git a/Master/texmf-dist/doc/latex/glossaries/glossary2glossaries.html b/Master/texmf-dist/doc/latex/glossaries/glossary2glossaries.html index f392f245680..6b0ce278ac2 100644 --- a/Master/texmf-dist/doc/latex/glossaries/glossary2glossaries.html +++ b/Master/texmf-dist/doc/latex/glossaries/glossary2glossaries.html @@ -10,7 +10,7 @@ <meta name="originator" content="TeX4ht (http://www.tug.org/tex4ht/)" /> <!-- xhtml,fn-in,css-in,uni-html4,utf8 --> <meta name="src" content="glossary2glossaries.tex" /> -<meta name="date" content="2015-03-16 18:44:00" /> +<meta name="date" content="2015-07-08 13:23:00" /> <style type="text/css"> <!-- @@ -179,7 +179,7 @@ glossaries package</h2> <div class="author" ><span class="cmr-12">Nicola L.C. Talbot</span></div><br /> <div class="date" ><span -class="cmr-12">2015-03-16</span></div> +class="cmr-12">2015-07-08</span></div> </div> <div class="abstract" diff --git a/Master/texmf-dist/doc/latex/glossaries/glossary2glossaries.pdf b/Master/texmf-dist/doc/latex/glossaries/glossary2glossaries.pdf Binary files differindex 8b2d7f0b791..8a8c40f88f0 100644 --- a/Master/texmf-dist/doc/latex/glossaries/glossary2glossaries.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/glossary2glossaries.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/glossary2glossaries.tex b/Master/texmf-dist/doc/latex/glossaries/glossary2glossaries.tex index f37828108b7..9809a71f70e 100644 --- a/Master/texmf-dist/doc/latex/glossaries/glossary2glossaries.tex +++ b/Master/texmf-dist/doc/latex/glossaries/glossary2glossaries.tex @@ -33,7 +33,7 @@ \title{Upgrading from the glossary package to the glossaries package} \author{Nicola L.C. Talbot} -\date{2015-03-16} +\date{2015-07-08} \newenvironment{oldway}{% \begin{labelledbox}{\styfmt{glossary}}\ttfamily\obeylines diff --git a/Master/texmf-dist/doc/latex/glossaries/mfirstuc-manual.html b/Master/texmf-dist/doc/latex/glossaries/mfirstuc-manual.html index 7fcacfd312a..5a3ec820fd7 100644 --- a/Master/texmf-dist/doc/latex/glossaries/mfirstuc-manual.html +++ b/Master/texmf-dist/doc/latex/glossaries/mfirstuc-manual.html @@ -10,7 +10,7 @@ <meta name="originator" content="TeX4ht (http://www.tug.org/tex4ht/)" /> <!-- xhtml,fn-in,css-in,uni-html4,utf8 --> <meta name="src" content="mfirstuc-manual.tex" /> -<meta name="date" content="2015-03-16 18:44:00" /> +<meta name="date" content="2015-07-08 13:23:00" /> <style type="text/css"> <!-- diff --git a/Master/texmf-dist/doc/latex/glossaries/mfirstuc-manual.pdf b/Master/texmf-dist/doc/latex/glossaries/mfirstuc-manual.pdf Binary files differindex 033594794ab..a92610c1ffc 100644 --- a/Master/texmf-dist/doc/latex/glossaries/mfirstuc-manual.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/mfirstuc-manual.pdf 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 682f4bf2cb2..5575615721f 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 b841017cb55..9c7b70bdc84 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/mwe-acr-desc.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/mwe-acr-desc.pdf Binary files differnew file mode 100644 index 00000000000..0ca1f02fac7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/glossaries/samples/mwe-acr-desc.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/mwe-acr-desc.tex b/Master/texmf-dist/doc/latex/glossaries/samples/mwe-acr-desc.tex new file mode 100644 index 00000000000..3d1bb9c06b8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/glossaries/samples/mwe-acr-desc.tex @@ -0,0 +1,26 @@ + % 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} + +\makeglossaries + +\newacronym[description={a device that emits a narrow beam of +light}]{laser}{laser}{light amplification by stimulated +emission of radiation} + +\setacronymstyle{short-long-desc} + +\begin{document} + +First use: \gls{laser}. + +Next use: \gls{laser} or \glspl{laser}. + +\printglossaries + +\end{document} 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 differnew file mode 100644 index 00000000000..b57cd62cebf --- /dev/null +++ b/Master/texmf-dist/doc/latex/glossaries/samples/mwe-acr.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/mwe-acr.tex b/Master/texmf-dist/doc/latex/glossaries/samples/mwe-acr.tex new file mode 100644 index 00000000000..97dfeb414b2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/glossaries/samples/mwe-acr.tex @@ -0,0 +1,25 @@ + % 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} + +\makeglossaries + +\newacronym{laser}{laser}{light amplification by stimulated +emission of radiation} + +\setacronymstyle{long-short} + +\begin{document} + +First use: \gls{laser}. + +Next use: \gls{laser} or \glspl{laser}. + +\printglossaries + +\end{document} 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 differnew file mode 100644 index 00000000000..08c7e8af099 --- /dev/null +++ b/Master/texmf-dist/doc/latex/glossaries/samples/mwe-gls.pdf diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/mwe-gls.tex b/Master/texmf-dist/doc/latex/glossaries/samples/mwe-gls.tex new file mode 100644 index 00000000000..9c5e7c6bc48 --- /dev/null +++ b/Master/texmf-dist/doc/latex/glossaries/samples/mwe-gls.tex @@ -0,0 +1,20 @@ + % 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} + +\makeglossaries + +\newglossaryentry{apple}{name={apple},description={a fruit}} + +\begin{document} + +\Gls{apple} or \gls{apple} or \glspl{apple}. + +\printglossaries + +\end{document} 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 f0f89a98382..fd43cc99611 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-chap-hyperfirst.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-chap-hyperfirst.pdf Binary files differnew file mode 100644 index 00000000000..961f8fafbfa --- /dev/null +++ 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 new file mode 100644 index 00000000000..4e74e2e059c --- /dev/null +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-chap-hyperfirst.tex @@ -0,0 +1,59 @@ + % 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} +\usepackage{glossaries} + +\makeglossaries + +\glsaddstoragekey{chapter}{0}{\glschapnum} + +\loadglsentries{example-glossaries-brief} + +\renewcommand*{\glslinkpostsetkeys}{% + \edef\currentchap{\arabic{chapter}}% + \ifnum\currentchap=\glschapnum{\glslabel}\relax + % 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. + \glsifhyperon + {% + \glsfieldxdef{\glslabel}{chapter}{\currentchap}% + }% + {}% + \fi +} + +\begin{document} +\chapter{Sample} + +Use all entries: \forglsentries{\thislabel}{\gls{\thislabel}. } + +Use them again: \forglsentries{\thislabel}{\gls{\thislabel}. } + +\chapter{Another} + +Use all entries: \forglsentries{\thislabel}{\gls{\thislabel}. } + +Use them again: \forglsentries{\thislabel}{\gls{\thislabel}. } + +\chapter{Start with a Star} + +Use all entries but suppress hyperlink: +\forglsentries{\thislabel}{\gls*{\thislabel}. } + +Use all entries: \forglsentries{\thislabel}{\gls{\thislabel}. } + +Use them again: \forglsentries{\thislabel}{\gls{\thislabel}. } + +\printglossaries + +\end{document} 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 65ff5bfe8ea..571182918a4 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-custom-acronym.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-custom-acronym.pdf Binary files differindex 2eeddef1830..d443bfd28f4 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-dot-abbr.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-dot-abbr.pdf Binary files differnew file mode 100644 index 00000000000..4afc27e8a21 --- /dev/null +++ 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 new file mode 100644 index 00000000000..886f950d590 --- /dev/null +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-dot-abbr.tex @@ -0,0 +1,86 @@ + % arara: pdflatex + % arara: makeglossaries + % arara: pdflatex +\documentclass{article} + +\usepackage{glossaries} + +\makeglossaries + +\glsaddstoragekey{abbrtype}{word}{\abbrtype} + +\setacronymstyle{long-short} + +\newcommand*{\newabbr}[1][]{% + \newacronym[abbrtype=initials,#1]} + +\newabbr{eg}{e.g.}{exempli gratia} +\newabbr{ie}{i.e.}{id est} +\newabbr{bsc}{B.Sc.}{Bachelor of Science} +\newabbr{ba}{B.A.}{Bachelor of Arts} +\newabbr{agm}{A.G.M.}{annual general meeting} + +\newacronym{laser}{laser}{light amplification by stimulated +emission of radiation} + +\makeatletter +\renewcommand{\glspostlinkhook}{% + \ifglsfieldeq{\glslabel}{abbrtype}{initials}% + {\new@ifnextchar.\doendsentence\doendword} + {}% +} +\makeatother + +\newcommand{\doendsentence}[1]{\spacefactor=10000{}} +\newcommand{\doendword}{\spacefactor=1000{}} + +\begin{document} +This is a sample document that illustrates abbreviations with +full stops (periods) and abbreviations that are words (i.e.\ +acronyms). The examples switch to a typewriter font to make it +easier to see the inter-word and inter-sentence spaces. + +First use: \gls{laser} \gls{eg} \gls{ie} \gls{bsc} \gls{ba} \gls{agm} end of +sentence. + +End of sentence use: + +\ttfamily + +\gls{laser}. \gls{eg}. \gls{ie}. \gls{bsc}. \gls{ba}. \gls{agm}. +Done. + +laser. e.g. i.e. B.Sc. B.A\@. A.G.M\@. Done. + +\rmfamily + +Mid-sentence use: + +\ttfamily + +\gls{laser} \gls{eg} \gls{ie} \gls{bsc} \gls{ba} \gls{agm} Done. + +laser e.g.\ i.e.\ B.Sc.\ B.A. A.G.M. Done. + +\rmfamily + +Check other sentence terminators: + +\ttfamily + +\gls{laser}? \gls{eg}? \gls{ie}? \gls{bsc}! \gls{ba}! \gls{agm}? Done. + +laser? e.g.? i.e.? B.Sc.! B.A.! A.G.M.? Done. + +\rmfamily + +\glsresetall Reset. End of sentence use: + +\ttfamily + +\gls{laser}. \gls{eg}. \gls{ie}. \gls{bsc}. \gls{ba}. \gls{agm}. +Done. + +\rmfamily +\printglossaries +\end{document} 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 40560cfaf33..feaed294795 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-entrycount.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-entrycount.pdf Binary files differindex 19fb7c48a9b..dbb8e726c38 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-entryfmt.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-entryfmt.pdf Binary files differindex dc0381e113a..6b36d3200cc 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-font-abbr.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-font-abbr.pdf Binary files differnew file mode 100644 index 00000000000..e32107f0327 --- /dev/null +++ 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 new file mode 100644 index 00000000000..c7b04e192b1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-font-abbr.tex @@ -0,0 +1,63 @@ + % arara: pdflatex + % arara: makeglossaries + % arara: pdflatex +\documentclass{article} + +\usepackage{glossaries} + +\makeglossaries + +\glsaddstoragekey{font}{}{\entryfont} + +\newacronymstyle{long-font-short} +{% + \GlsUseAcrEntryDispStyle{long-short}% +} +{% + \GlsUseAcrStyleDefs{long-short}% + \renewcommand*{\genacrfullformat}[2]{% + \glsentrylong{##1}##2\space + ({\entryfont{##1}\glsentryshort{##1}})% + }% + \renewcommand*{\Genacrfullformat}[2]{% + \Glsentrylong{##1}##2\space + ({\entryfont{##1}\glsentryshort{##1}})% + }% + \renewcommand*{\genplacrfullformat}[2]{% + \glsentrylongpl{##1}##2\space + ({\entryfont{##1}\glsentryshortpl{##1}})% + }% + \renewcommand*{\Genplacrfullformat}[2]{% + \Glsentrylongpl{##1}##2\space + ({\entryfont{##1}\glsentryshortpl{##1}})% + }% + \renewcommand*{\acronymfont}[1]{{\entryfont{\glslabel}##1}}% + \renewcommand*{\acronymentry}[1]{{\entryfont{##1}\glsentryshort{##1}}}% +} + +\setacronymstyle{long-font-short} + +\newcommand*{\newitabbr}[1][]{\newacronym[font=\em,#1]} +\newcommand*{\newupabbr}[1][]{\newacronym[#1]} + +\newitabbr{eg}{e.g.}{exempli gratia} +\newitabbr{ie}{i.e.}{id est} + +\newupabbr{bsc}{BSc}{Bachelor of Science} +\newupabbr{ba}{BA}{Bachelor of Arts} +\newupabbr{agm}{AGM}{annual general meeting} + +\begin{document} + +First use: \gls{eg} \gls{ie} \gls{bsc} \gls{ba} \gls{agm}. + +Next use: \gls{eg} \gls{ie} \gls{bsc} \gls{ba} \gls{agm}. + +Short: \acrshort{eg} \acrshort{ie} \acrshort{bsc} \acrshort{ba} +\acrshort{agm}. + +Full: \acrfull{eg} \acrfull{ie} \acrfull{bsc} \acrfull{ba} +\acrfull{agm}. + +\printglossaries +\end{document} 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 8093059e43a..8c746297dac 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-index.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-index.pdf Binary files differindex cb41672f46a..1340a0cb9f4 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-inline.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-inline.pdf Binary files differindex be9d214e618..65d237856cd 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-langdict.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-langdict.pdf Binary files differindex 400cfd53033..873f6be6da4 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-mfirstuc.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-mfirstuc.pdf Binary files differindex acbfe8daccb..d063fb8388a 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-mfirstuc.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-mfirstuc.pdf 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 b0adefe1cc6..6095295112b 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-noidxapp-utf8.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp-utf8.pdf Binary files differindex 23bdb08163a..5066c4658d8 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 b66eb41e6e5..e8d2bfb8b66 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,3 +1,5 @@ + % This file is public domain + % If you want to use arara, you need the following directives: % arara: pdflatex % arara: pdflatex \documentclass{report} 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 8d97270604f..30d8b1b6c6a 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 85c52b9f0ab..d2891729d3c 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp.tex @@ -1,3 +1,5 @@ + % This file is public domain + % If you want to use arara, you need the following directives: % arara: pdflatex % arara: pdflatex \documentclass{report} 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 c0d38884a00..88257e3cf21 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-numberlist.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-numberlist.pdf Binary files differindex a2397a9b07c..5e65c9f3ebc 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-prefix.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-prefix.pdf Binary files differindex b9d37775bcc..09b3d4c01ca 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-si.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample-si.pdf Binary files differindex 8648e5dcbb4..6b8ad1cdbfd 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 d65b46f0f3a..f304dab7112 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-si.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-si.tex @@ -1,3 +1,4 @@ + % This file is public domain % If you want to use arara, you need the following directives: % arara: pdflatex: { synctex: on } % arara: makeglossaries @@ -5,13 +6,17 @@ \documentclass{article} \usepackage{siunitx} \usepackage[style=long4col]{glossaries} + \makeglossaries + \newglossaryentry{ohm}{% name=ohm, symbol={\si{\ohm}}, description=unit of electrical resistance% } + \begin{document} \glsaddallunused + \printglossaries \end{document} 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 differnew file mode 100644 index 00000000000..8676d198ddc --- /dev/null +++ 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 new file mode 100644 index 00000000000..cccfad6397b --- /dev/null +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-storage-abbr-desc.tex @@ -0,0 +1,147 @@ + % 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} + +\makeglossaries + +\glsaddstoragekey + {abbrtype}% key/field name + {acronym}% default value if not explicitly set + {\abbrtype}% custom command to access the value if required + +\newacronymstyle + {mystyle}% style name + {% Use the generic display + \ifglshaslong{\glslabel}{\glsgenacfmt}{\glsgenentryfmt}% + } + {% User needs to explicitly set the description + \renewcommand*{\GenericAcronymFields}{}% + % For the full format, test the value of the "abbrtype" key. + % If it's set to "acronym" put the short form first with + % the long form in brackets. + \renewcommand*{\genacrfullformat}[2]{% + \ifglsfieldeq{##1}{abbrtype}{acronym} + {% is a proper acronym + \protect\firstacronymfont{\glsentryshort{##1}}##2\space + (\glsentrylong{##1})% + } + {% is another form of abbreviation + \glsentrylong{##1}##2\space + (\protect\firstacronymfont{\glsentryshort{##1}})% + }% + }% + % first letter upper case version: + \renewcommand*{\Genacrfullformat}[2]{% + \ifglsfieldeq{##1}{abbrtype}{acronym} + {% is a proper acronym + \protect\firstacronymfont{\Glsentryshort{##1}}##2\space + (\glsentrylong{##1})% + } + {% is another form of abbreviation + \Glsentrylong{##1}##2\space + (\protect\firstacronymfont{\glsentryshort{##1}})% + }% + }% + % plural + \renewcommand*{\genplacrfullformat}[2]{% + \ifglsfieldeq{##1}{abbrtype}{acronym} + {% is a proper acronym + \protect\firstacronymfont{\glsentryshortpl{##1}}##2\space + (\glsentrylong{##1})% + } + {% is another form of abbreviation + \glsentrylongpl{##1}##2\space + (\protect\firstacronymfont{\glsentryshortpl{##1}})% + }% + }% + % plural and first letter upper case + \renewcommand*{\Genplacrfullformat}[2]{% + \ifglsfieldeq{##1}{abbrtype}{acronym} + {% is a proper acronym + \protect\firstacronymfont{\Glsentryshortpl{##1}}##2\space + (\glsentrylong{##1})% + } + {% is another form of abbreviation + \Glsentrylongpl{##1}##2\space + (\protect\firstacronymfont{\glsentryshortpl{##1}})% + }% + }% + % Just use the short form as the name part in the glossary: + \renewcommand*{\acronymentry}[1]{\acronymfont{\glsentryshort{##1}}}% + % Sort by the short form: + \renewcommand*{\acronymsort}[2]{##1}% + % Just use the surrounding font for the short form: + \renewcommand*{\acronymfont}[1]{##1}% + % Same for first use: + \renewcommand*{\firstacronymfont}[1]{\acronymfont{##1}}% + % Default plural suffix if the plural isn't explicitly set + \renewcommand*{\acrpluralsuffix}{\glspluralsuffix}% + } + +\setacronymstyle{mystyle} + + % 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} + +\newacronym[description={device that creates a narrow beam +of intense light}]{laser}{laser}{light amplification by +stimulated emission of radiation} + +\newacronym[description={portable breathing device for +divers}]{scuba}{scuba}{self-contained underwater breathing +apparatus} + +\newcommand*{\newinitialism}[4][]{% + \newacronym[abbrtype=initialism,#1]{#2}{#3}{#4}% +} + +\newinitialism[description={mathematical manipulation of an +information signal}]{dsp}{DSP}{digital signal processing} +\newinitialism[description={device that allows customers of +financial institutions to perform transactions, such as +cash withdrawal, without the need for a teller}]{atm}{ATM} +{automated teller machine} + +\newcommand*{\newcontraction}[4][]{% + \newacronym[abbrtype=contraction,#1]{#2}{#3}{#4}% +} + +\newcontraction[description={front part of a ship below the +deck}]{focsle}{fo'c's'le}{forecastle} + +\newglossaryentry{apple}{name={apple},description={a fruit}} + +\newglossarystyle + {mystyle}% style name + {% base it on the "list" style + \setglossarystyle{list}% + \renewcommand*{\glossentry}[2]{% + \item[\glsentryitem{##1}% + \glstarget{##1}{\glossentryname{##1}}] + \ifglshaslong{##1}% + { (\abbrtype{##1}: \glsentrylong{##1})\space}{}% + \glossentrydesc{##1}\glspostdescription\space ##2}% + } + +\setglossarystyle{mystyle} + +\begin{document} + +First use: \gls{radar}, \gls{laser}, \gls{scuba}, \gls{dsp}, +\gls{atm}, \gls{focsle}. + +Next use: \gls{radar}, \gls{laser}, \gls{scuba}, \gls{dsp}, +\gls{atm}, \gls{focsle}. + +Regular term: \gls{apple}. + +\printglossaries +\end{document} 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 differnew file mode 100644 index 00000000000..6f25e2c486b --- /dev/null +++ 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 new file mode 100644 index 00000000000..36949a2a6cc --- /dev/null +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-storage-abbr.tex @@ -0,0 +1,112 @@ + % 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} + +\makeglossaries + +\glsaddstoragekey + {abbrtype}% key/field name + {word}% default value if not explicitly set + {\abbrtype}% custom command to access the value if required + +\newacronymstyle + {mystyle}% style name + {% Use the generic display + \ifglshaslong{\glslabel}{\glsgenacfmt}{\glsgenentryfmt}% + } + {% Put the long form in the description + \renewcommand*{\GenericAcronymFields}{description={\the\glslongtok}}% + % For the full format, test the value of the "abbrtype" key. + % If it's set to "word" put the short form first with + % the long form in brackets. + \renewcommand*{\genacrfullformat}[2]{% + \ifglsfieldeq{##1}{abbrtype}{word} + {% is a proper acronym + \protect\firstacronymfont{\glsentryshort{##1}}##2\space + (\glsentrylong{##1})% + } + {% is another form of abbreviation + \glsentrylong{##1}##2\space + (\protect\firstacronymfont{\glsentryshort{##1}})% + }% + }% + % first letter upper case version: + \renewcommand*{\Genacrfullformat}[2]{% + \ifglsfieldeq{##1}{abbrtype}{word} + {% is a proper acronym + \protect\firstacronymfont{\Glsentryshort{##1}}##2\space + (\glsentrylong{##1})% + } + {% is another form of abbreviation + \Glsentrylong{##1}##2\space + (\protect\firstacronymfont{\glsentryshort{##1}})% + }% + }% + % plural + \renewcommand*{\genplacrfullformat}[2]{% + \ifglsfieldeq{##1}{abbrtype}{word} + {% is a proper acronym + \protect\firstacronymfont{\glsentryshortpl{##1}}##2\space + (\glsentrylong{##1})% + } + {% is another form of abbreviation + \glsentrylongpl{##1}##2\space + (\protect\firstacronymfont{\glsentryshortpl{##1}})% + }% + }% + % plural and first letter upper case + \renewcommand*{\Genplacrfullformat}[2]{% + \ifglsfieldeq{##1}{abbrtype}{word} + {% is a proper acronym + \protect\firstacronymfont{\Glsentryshortpl{##1}}##2\space + (\glsentrylong{##1})% + } + {% is another form of abbreviation + \Glsentrylongpl{##1}##2\space + (\protect\firstacronymfont{\glsentryshortpl{##1}})% + }% + }% + % Just use the short form as the name part in the glossary: + \renewcommand*{\acronymentry}[1]{\acronymfont{\glsentryshort{##1}}}% + % Sort by the short form: + \renewcommand*{\acronymsort}[2]{##1}% + % Just use the surrounding font for the short form: + \renewcommand*{\acronymfont}[1]{##1}% + % Same for first use: + \renewcommand*{\firstacronymfont}[1]{\acronymfont{##1}}% + % Default plural suffix if the plural isn't explicitly set + \renewcommand*{\acrpluralsuffix}{\glspluralsuffix}% + } + +\setacronymstyle{mystyle} + + % 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} +\newacronym{scuba}{scuba}{self-contained underwater breathing +apparatus} + +\newcommand*{\newinitialism}[4][]{% + \newacronym[abbrtype=initialism,#1]{#2}{#3}{#4}% +} + +\newinitialism{dsp}{DSP}{digital signal processing} +\newinitialism{atm}{ATM}{automated teller machine} + +\begin{document} + +First use: \gls{radar}, \gls{laser}, \gls{scuba}, \gls{dsp}, +\gls{atm}. + +Next use: \gls{radar}, \gls{laser}, \gls{scuba}, \gls{dsp}, +\gls{atm}. + +\printglossaries +\end{document} 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 fbf2bb15428..714bc6dc31e 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/sample4col.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sample4col.pdf Binary files differindex 965f1de58b0..72b6ac846a6 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/sampleAcr.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcr.pdf Binary files differindex f6652bac286..a4d97a257c4 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/sampleAcrDesc.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcrDesc.pdf Binary files differindex 2caf07e426b..513d390951a 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 9aea195fee0..896bbbb1fbe 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcrDesc.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleAcrDesc.tex @@ -18,10 +18,14 @@ \makeglossaries + % Change the acronym style to long-sc-short-desc: \setacronymstyle{long-sc-short-desc} + % 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: \renewcommand*{\glsnamefont}[1]{\textmd{#1}} 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 f41a94c3275..b6d98516bd5 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 234ffb02c8e..084f5b7c983 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleCustomAcr.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleCustomAcr.tex @@ -62,8 +62,10 @@ \renewcommand{\acronymfont}[1]{\textmd{\scshape ##1}}% } + % Now use this new style: \setacronymstyle{altfn} + % Change the "see" items so that they use \acronymfont: \renewcommand*{\glsseeitemformat}[1]{\acronymfont{\glsentrytext{#1}}} \newacronym[description={Statistical pattern recognition 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 fe51fd530ed..a5ed2465ff3 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/sampleDesc.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleDesc.pdf Binary files differindex ef901b61dcb..e40da6dcd54 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/sampleEq.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleEq.pdf Binary files differindex 3a486b08b4d..df825ee31f2 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/sampleEqPg.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleEqPg.pdf Binary files differindex 4a68f53626f..2c91a25516e 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/sampleFnAcrDesc.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleFnAcrDesc.pdf Binary files differindex 06fea4b0ef3..b5981fbbaed 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/sampleNtn.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleNtn.pdf Binary files differindex f726c16160e..90083eda1f2 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/samplePeople.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/samplePeople.pdf Binary files differindex 90f3db65800..180a19a30eb 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/sampleSec.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleSec.pdf Binary files differindex 06348fc1863..26d79dc363f 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/sampleSort.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleSort.pdf Binary files differindex 6e4fe590558..edf3ef497d7 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/sampleaccsupp.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleaccsupp.pdf Binary files differindex 57d2ddcbc79..67ca2d32aa1 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/sampleacronyms.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleacronyms.pdf Binary files differindex 5353fd6f825..51087cc655f 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/sampletree.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampletree.pdf Binary files differindex 4dc17b12701..f71780cf516 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/sampleutf8.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/sampleutf8.pdf Binary files differindex 6277bc0a8c9..226ec793e7e 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/samplexdy.pdf b/Master/texmf-dist/doc/latex/glossaries/samples/samplexdy.pdf Binary files differindex c956ca385d3..3678dc1ef2a 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 8536550c4a1..c6b8b7cbb74 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/scripts/glossaries/makeglossaries b/Master/texmf-dist/scripts/glossaries/makeglossaries index 90dc2a85dbc..d540043cfb6 100755 --- a/Master/texmf-dist/scripts/glossaries/makeglossaries +++ b/Master/texmf-dist/scripts/glossaries/makeglossaries @@ -2,7 +2,6 @@ # File : makeglossaries # Author : Nicola Talbot -# Version : 2.15 (2014/07/30) # Description: simple Perl script that calls makeindex or xindy. # Intended for use with "glossaries.sty" (saves having to remember # all the various switches) @@ -27,9 +26,13 @@ # glossary-super.sty, glossaries.perl. # Also makeglossaries and makeglossaries. -my $version="2.15 (2014-07-30)"; +my $version="2.16 (2015-06-28)"; # History: +# v2.16 (2015/06/28) +# * Added check for "german" and codepage that doesn't contain +# "din5007", "duden" or "braille". If missing, "din5007-" is +# prefixed to the codepage. # v2.15 (2014/07/30) # * Removed hard-coded three character extension assumption # www.dickimaw-books.com/cgi-bin/bugtracker.cgi?action=view&key=55 @@ -143,6 +146,7 @@ my %languagemap = 'magyar' => 'hungarian', 'naustrian' => 'german', 'ngermanb' => 'german', + 'ngerman' => 'german', # v2.16 'norsk' => 'norwegian', 'portuges' => 'portuguese', 'russianb' => 'russian', @@ -943,7 +947,7 @@ sub xindy{ } elsif ($language eq 'german') { - $codepage = "din"; + $codepage = "din5007"; } elsif ($language eq 'gypsy') { @@ -978,6 +982,13 @@ sub xindy{ $codepage = "utf"; } } + elsif ($language eq 'german' and $codepage!~/(din5007|duden|braille)/) + { +#v2.16 added check for german din/duden + + $codepage = "din5007-$codepage"; + } + my $codepageparam = ""; @@ -1141,6 +1152,7 @@ sub HELP_MESSAGE{ print "-q\t\tQuiet mode.\n"; print "-Q\t\tSilence unable to fork warning.\n"; print "-k\t\tDon't try to use piped redirection.\n"; + print "-l\t\tLetter ordering.\n"; print "-s <sty>\tEmploy <sty> as the style file.\n"; print "-t <log>\tEmploy <log> as the transcript file.\n"; print "\t\t(Don't use -t if you have more than one glossary\n"; @@ -1160,7 +1172,6 @@ sub HELP_MESSAGE{ print "options.)\n\n"; print "-c\t\tCompress intermediate blanks.\n"; print "-g\t\tEmploy German word ordering.\n"; - print "-l\t\tLetter ordering.\n"; print "-p <num>\tSet the starting page number to be <num>.\n"; print "-r\t\tDisable implicit page range formation.\n"; print "-m <file>\tFull path to makeindex executable.\n", @@ -1230,6 +1241,10 @@ they have different style files. Use I<file> as the transcript file. +=item B<-l> + +Letter ordering. + =item B<-L> I<language> This option only has an effect if B<xindy> is called. Sets the @@ -1243,10 +1258,6 @@ Compress intermediate blanks (B<makeindex> only). Employ German word ordering (B<makeindex> only). -=item B<-l> - -Letter ordering (B<makeindex> only). - =item B<-p> I<num> Sets the starting page number to be I<num> (B<makeindex> only). diff --git a/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua b/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua new file mode 100755 index 00000000000..0fc924d9881 --- /dev/null +++ b/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua @@ -0,0 +1,469 @@ +#!/usr/bin/env lua +--[[ + File : makeglossaries.lua + Author : Nicola Talbot + + Lua alternative to the makeglossaries Perl script. + + Since Lua has limitations, this script isn't an exact + replacement to the Perl script. In particular the makeglossaries -d + switch isn't implemented in this Lua version. + This also doesn't provide the more detailed diagnostics that the Perl + version does nor does it attempt any language mappings. Since xindy + requires Perl, don't use this script if you want to use xindy. Instead + use the Perl makeglossaries script. + + This file is distributed as part of the glossaries LaTeX package. + Copyright 2015 Nicola L.C. Talbot + This work may be distributed and/or modified under the + conditions of the LaTeX Project Public License, either version 1.3 + of this license or any later version. + The latest version of this license is in + http://www.latex-project.org/lppl.txt + and version 1.3 or later is part of all distributions of LaTeX + version 2005/12/01 or later. + + This work has the LPPL maintenance status `maintained'. + +--]] + +thisversion = "1.0 2015-06-20" + +quiet = false +dryrun = false + +infile = nil +outfile = nil +styfile = nil +logfile = nil + +isxindy = false + +xindylang = nil +xindyexec = "xindy" + +makeindex_c = false +makeindex_g = false +letterorder = false +makeindex_r = false +makeindex_p = nil +makeindex_m = "makeindex" + +function version() + print(string.format("makeglossaries.lua version %s", thisversion)) + print("Copyright (C) 2015 Nicola L C Talbot") + print("This material is subject to the LaTeX Project Public License.") +end + +function help() + version() + print([[ +Syntax : makeglossaries.lua [options] <filename> + +For use with the glossaries package to pass relevant +files to makeindex or xindy. + +<filename> Base name of glossary file(s). This should + be the name of your main LaTeX document without any + extension. If you do add an extension, only that + glossary file will be processed. + +General Options: + +-o <gls> Use <gls> as the output file. + (Don't use -o if you have more than one glossary.) +-s <sty> Employ <sty> as the style file. +-t <log> Employ <log> as the transcript file. + (Don't use -t if you have more than one glossary + or the transcripts will be overwritten.) +-q Quiet mode. +-l Letter ordering. +-n Print the command that would normally be executed, + but don't execute it (dry run). +--help Print this help message. +--version Print the version. + +Xindy Options: + +-L <language> Use <language>. +-x <file> Full path to xindy executable. + (Default assumes xindy is on the operating system's path.) + +Makeindex Options: +(See makeindex documentation for further details on these options.) + +-c Compress intermediate blanks. +-g Employ German word ordering. +-p <num> Set the starting page number to be <num>. +-r Disable implicit page range formation. +-m <file> Full path to makeindex executable. + (Default assumes makeindex is on the operating system's path.) + +This is a light-weight Lua alternative to the makeglossaries Perl script. +If you want to use xindy, it's better to use the Perl makeglossaries version +instead. +]]) +end + +function dorun(name, glg, gls, glo, language, codepage) + + if isxindy then + doxindy(name, glg, gls, glo, language, codepage) + else + domakeindex(name, glg, gls, glo) + end + +end + +function doxindy(name, glg, gls, glo, language, codepage) + + cmd = string.format('"%s" -I xindy -L %s -C %s -M "%s" -t "%s" -o "%s"', + xindyexec, language, codepage, styfile, glg, gls) + + if letterorder then cmd = string.format('%s -M ord/letorder', cmd) end + + if quiet then cmd = string.format('%s -q', cmd) end + + cmd = string.format('%s "%s"', cmd, glo) + + if dryrun then + + print(cmd) + + else + + assert(os.execute(cmd), + string.format("Failed to execute '%s'", cmd)) + + end + +end + +function domakeindex(name, glg, gls, glo) + + cmd = string.format('"%s"', makeindex_m) + + if makeindex_c then cmd = cmd .. " -c" end + + if makeindex_g then cmd = cmd .. " -g" end + + if letterorder then cmd = cmd .. " -l" end + + if quiet then cmd = cmd .. " -q" end + + if glg ~= nil then cmd = string.format('%s -t "%s"', cmd, glg) end + + if gls ~= nil then cmd = string.format('%s -o "%s"', cmd, gls) end + + if makeindex_p ~= nil then + cmd = string.format("%s -p %s", cmd, makeindex_p) + end + + if styfile ~= nil then + cmd = string.format('%s -s "%s"', cmd, styfile) + end + + cmd = string.format('%s "%s"', cmd, glo) + + if dryrun then + print(cmd) + else + assert(os.execute(cmd), + string.format("Failed to execute '%s'", cmd)) + end + +end + +if #arg < 1 +then + error("Syntax error: filename expected. Use --help for help.") +end + +i = 1 + +while i <= #arg do + +-- General Options + if arg[i] == "-q" then + quiet = true + elseif arg[i] == "-n" + then + dryrun = true + elseif arg[i] == "-o" + then + i = i + 1 + if i > #arg then error("-o requires a filename") end + outfile = arg[i] + elseif arg[i] == "-s" + then + i = i + 1 + if i > #arg then error("-s requires a filename") end + styfile = arg[i] + elseif arg[i] == "-t" + then + i = i + 1 + if i > #arg then error("-t requires a filename") end + logfile = arg[i] + elseif arg[i] == "--version" + then + version() + os.exit() + elseif arg[i] == "--help" + then + help() + os.exit() +-- General options for the Perl version that aren't implemented by +-- this light-weight version: + elseif (arg[i] == "-Q") or (arg[i] == "-k") + then + print(string.format("Ignoring option '%s' (only available with the Perl version).", arg[i])) + elseif arg[i] == "-d" + then + error(string.format( + "The '%s' option isn't available for this light-weight version.\nYou will need to use the Perl version instead.", + arg[i])) + +-- Xindy Options + elseif arg[i] == "-L" + then + i = i + 1 + if i > #arg then error("-L requires a language name") end + xindylang = arg[i] + elseif arg[i] == "-x" + then + i = i + 1 + if i > #arg then error("-x requires a filename") end + xindyexec = arg[i] + +-- Makeindex Options + elseif arg[i] == "-c" + then + makeindex_c = true + elseif arg[i] == "-g" + then + makeindex_g = true + elseif arg[i] == "-l" + then + letterorder = true + elseif arg[i] == "-r" + then + makeindex_r = true + elseif arg[i] == "-p" + then + i = i + 1 + if i > #arg then error("-p requires a page number") end + makeindex_p = arg[i] + elseif arg[i] == "-m" + then + i = i + 1 + if i > #arg then error("-m requires a filename") end + makeindex_m = arg[i] + +-- Unknown Option + elseif string.sub(arg[i], 1, 1) == "-" + then + error( + string.format("Syntax error: unknown option '%s'. Use '--help' for help.", + arg[i])); + +-- Input file + elseif infile == nil + then + infile = arg[i] + else + error("Syntax error: only one filename permitted"); + end + + i = i + 1 +end + +if not quiet then + print(string.format("makeglossaries.lua version %s", thisversion)) +end + +if infile == nil +then + error("Syntax error: missing filename") +end + +i, j = string.find(infile, "%.%a*$") + +ext = nil +inbase = infile + +if i ~= nil +then + ext = string.sub(infile, i, j); + + lext = string.lower(ext) + + inbase = string.sub(infile, 1, i-1); + + -- Just in case user has accidentally specified the aux or tex file + if lext == ".aux" or lext == ".tex" + then + ext = nil + infile = inbase + end +end + +auxfile = inbase..".aux" + +if not quiet then print(string.format("Parsing '%s'", auxfile)) end + +assert(io.input(auxfile), + string.format("Unable to open '%s'", auxfile)) + +aux = io.read("*a") + +if styfile == nil +then + styfile = string.match(aux, "\\@istfilename{\"?([^}]*%.?%a*)\"?}") + + if styfile == nil + then + error([[ +No \@istfilename found. +Did your LaTeX run fail? +Did your LaTeX run produce any output? +Did you remember to use \makeglossaries? + ]]) + end +end + +i = string.len(styfile) + +if string.sub(styfile, i-3, i) == ".xdy" +then + isxindy = true +end + +if not letterorder +then + if string.match(aux, "\\@glsorder{letter}") ~= nil + then + letterorder = true + end +end + +if dryrun then print("Dry run mode. No commands will be executed.") end + +onlyname = nil + +glossaries = {} + +for name, glg, gls, glo in + string.gmatch(aux, "\\@newglossary{([^}]+)}{([^}]+)}{([^}]+)}{([^}]+)}") do + + if not quiet then + print(string.format("Found glossary type '%s' (%s,%s,%s)", + name, glg, gls, glo)) + end + + glossaries[name] = {} + + glossaries[name].glg = glg + glossaries[name].gls = gls + glossaries[name].glo = glo + + if "."..glo == ext then + + onlyname = name + + end + + if isxindy then + + if xindylang == nil then + glossaries[name].language = string.match(aux, + "\\@xdylanguage{"..name.."}{([^}]+)}"); + else + glossaries[name].language = xindylang + end + + glossaries[name].codepage = string.match(aux, + "\\@gls@codepage{"..name.."}{([^}]+)}"); + + end + +end + + +if ext == nil +then + + done = false + + for name, value in pairs(glossaries) do + + glg = value.glg + gls = value.gls + glo = value.glo + + if logfile == nil then + glg = inbase .. "." .. glg + else + glg = logfile + end + + if outfile == nil then + gls = inbase .. "." .. gls + else + gls = outfile + end + + glo = infile .. "." .. glo + + dorun(name, glg, gls, glo, value.language, value.codepage) + + done = true + end + + if not done then + error([[ +No \@newglossary commands found in aux file. +Did you remember to use \makeglossaries? +Did you accidentally suppress the default glossary using "nomain" +and not provide an alternative glossary? +]]) + end + +else + + if onlyname == nil then + + glo = infile + gls = outfile + glg = logfile + + language = xindylang + codepage = 'utf8' + + if language == nil then language = 'english' end + + if gls == nil then gls = infile..".gls" end + + else + + value = glossaries[onlyname] + + glg = value.glg + gls = value.gls + glo = infile + + if logfile == nil then + glg = inbase .. "." .. glg + else + glg = logfile + end + + if outfile == nil then + gls = inbase .. "." .. gls + else + gls = outfile + end + + end + + dorun(onlyname, glg, gls, glo, language, codepage) +end diff --git a/Master/texmf-dist/source/latex/glossaries/glossaries.dtx b/Master/texmf-dist/source/latex/glossaries/glossaries.dtx index ef5d791e9f3..f3f02b9cbcb 100644 --- a/Master/texmf-dist/source/latex/glossaries/glossaries.dtx +++ b/Master/texmf-dist/source/latex/glossaries/glossaries.dtx @@ -1,13 +1,11 @@ %\iffalse % glossaries.dtx generated using makedtx version 1.1 (c) Nicola Talbot % Command line args: -% -macrocode ".*\.perl" -% -macrocode ".*\.tex" -% -macrocode ".*\.xdy" -% -author "Nicola Talbot" +% -codetitle "Main Package Code" % -comment ".*\.perl" % -comment ".*\.tex" % -comment ".*\.xdy" +% -doc "glossaries-manual.tex" % -src "glossaries.sty\Z=>glossaries.sty" % -src "glossaries-prefix.sty\Z=>glossaries-prefix.sty" % -src "mfirstuc.sty\Z=>mfirstuc.sty" @@ -21,16 +19,19 @@ % -src "(glossary-lipsum-examples\.tex)\Z=>\1" % -src "(example-glossaries-.*\.tex)\Z=>\1" % -src "(sample.*\.tex)\Z=>\1" +% -src "(mwe.*\.tex)\Z=>\1" % -src "(samplexdy-mc.*\.xdy)\Z=>\1" % -src "(database.*\.tex)\Z=>\1" % -src "(.*\.perl)\Z=>\1" -% -codetitle "Main Package Code" +% -author "Nicola Talbot" % -setambles ".*\.perl=>\nopreamble\nopostamble" % -setambles ".*\.tex=>\nopreamble\nopostamble" % -setambles ".*\.xdy=>\nopreamble\nopostamble" -% -doc "glossaries-manual.tex" +% -macrocode ".*\.perl" +% -macrocode ".*\.tex" +% -macrocode ".*\.xdy" % glossaries -% Created on 2015/3/16 18:44 +% Created on 2015/7/8 13:23 %\fi %\iffalse %<*package> @@ -140,7 +141,7 @@ governed by the \gloskey{first} and \gloskey{firstplural} keys of \setcounter{IndexColumns}{2} -\CheckSum{18045} +\CheckSum{18302} \newcommand*{\ifirstuse}{\iterm{first use}} \newcommand*{\firstuse}{\gls{firstuse}} @@ -168,12 +169,12 @@ governed by the \gloskey{first} and \gloskey{firstplural} keys of %\MakeShortVerb{"} %\DeleteShortVerb{\|} % -% \title{Documented Code For glossaries v4.15} +% \title{Documented Code For glossaries v4.16} % \author{Nicola L.C. Talbot\\[10pt] %Dickimaw Books\\ %\url{http://www.dickimaw-books.com/}} % -% \date{2015-03-16} +% \date{2015-07-08} % \maketitle % %This is the documented code for the \styfmt{glossaries} package. @@ -189,7 +190,7 @@ governed by the \gloskey{first} and \gloskey{firstplural} keys of %glossaries package}. % %\item[\url{glossaries-user.pdf}] -%For the main user guide, read \qt{glossaries.sty v4.15: +%For the main user guide, read \qt{glossaries.sty v4.16: %\LaTeX2e\ Package to Assist Generating Glossaries}. % %\item[\url{mfirstuc-manual.pdf}] @@ -248,7 +249,7 @@ governed by the \gloskey{first} and \gloskey{firstplural} keys of % This package requires \LaTeXe. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{glossaries}[2015/03/16 v4.15 (NLCT)] +\ProvidesPackage{glossaries}[2015/07/08 v4.16 (NLCT)] % \end{macrocode} % Required packages: % \begin{macrocode} @@ -1241,7 +1242,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% % glossary files are the label and sort values. Therefore, now, the % only sanitize option that makes sense is the one for the sort key. % so the sanitize option is now deprecated and there is only a -% sanitizesort option. +% \pkgopt{sanitizesort} option. % %\begin{macro}{\@gls@sanitizedesc} % \begin{macrocode} @@ -4928,6 +4929,67 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \end{macrocode} %\end{macro} % +%\begin{macro}{\glsaddstoragekey} +%\begin{definition} +%\cs{glsaddstoragekey}\marg{key}\marg{default value}\marg{no link cs} +%\end{definition} +%\changes{4.16}{2015-06-18}{new} +% Similar to \cs{glsaddkey} but intended for keys whose values +% aren't explicitly used in the document, but might be required +% behind the scenes by other commands. +% \begin{macrocode} +\newcommand*{\glsaddstoragekey}{\@ifstar\@sglsaddstoragekey\@glsaddstoragekey} +% \end{macrocode} +% Starred version switches on expansion for this key. +% \begin{macrocode} +\newcommand*{\@sglsaddstoragekey}[1]{% + \key@ifundefined{glossentry}{#1}% + {% + \expandafter\newcommand\expandafter*\expandafter + {\csname gls@assign@#1@field\endcsname}[2]{% + \@@gls@expand@field{##1}{#1}{##2}% + }% + }% + {}% + \@glsaddstoragekey{#1}% +} +% \end{macrocode} +% Unstarred version doesn't override default expansion. +% \begin{macrocode} +\newcommand*{\@glsaddstoragekey}[3]{% +% \end{macrocode} +% Check the specified key doesn't already exist. +% \begin{macrocode} + \key@ifundefined{glossentry}{#1}% + {% +% \end{macrocode} +% Set up the key. +% \begin{macrocode} + \define@key{glossentry}{#1}{\csdef{@glo@#1}{##1}}% + \appto\@gls@keymap{,{#1}{#1}}% +% \end{macrocode} +% Set the default value. +% \begin{macrocode} + \appto\@newglossaryentryprehook{\csdef{@glo@#1}{#2}}% +% \end{macrocode} +% Assignment code. +% \begin{macrocode} + \appto\@newglossaryentryposthook{% + \letcs{\@glo@tmp}{@glo@#1}% + \gls@assign@field{#2}{\@glo@label}{#1}{\@glo@tmp}% + }% +% \end{macrocode} +% Define the no-link commands. +% \begin{macrocode} + \newcommand*{#3}[1]{\@gls@entry@field{##1}{#1}}% + }% + {% + \PackageError{glossaries}{Key `#1' already exists}{}% + }% +} +% \end{macrocode} +%\end{macro} +% %\begin{macro}{\glsaddkey} %\begin{definition} %\cs{glsaddkey}\marg{key}\marg{default value}\marg{no link cs}\marg{no link ucfirst @@ -5070,6 +5132,190 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \end{macrocode} %\end{macro} % +%\begin{macro}{\glsfieldxdef} +%\begin{definition} +%\cs{glsfieldxdef}\marg{label}\marg{field}\marg{definition} +%\end{definition} +%\changes{4.16}{2015-07-08}{new} +% \begin{macrocode} +\newcommand{\glsfieldxdef}[3]{% + \glsdoifexists{#1}% + {% + \edef\@glo@label{\glsdetoklabel{#1}}% + \ifcsdef{glo@\@glo@label @#2}% + {% + \expandafter\xdef\csname glo@\@glo@label @#2\endcsname{#3}% + }% + {% + \PackageError{glossaries}{Key `#2' doesn't exist}{}% + }% + }% +} +% \end{macrocode} +%\end{macro} +% +%\begin{macro}{\glsfieldedef} +%\begin{definition} +%\cs{glsfieldedef}\marg{label}\marg{field}\marg{definition} +%\end{definition} +%\changes{4.16}{2015-07-08}{new} +% \begin{macrocode} +\newcommand{\glsfieldedef}[3]{% + \glsdoifexists{#1}% + {% + \edef\@glo@label{\glsdetoklabel{#1}}% + \ifcsdef{glo@\@glo@label @#2}% + {% + \expandafter\edef\csname glo@\@glo@label @#2\endcsname{#3}% + }% + {% + \PackageError{glossaries}{Key `#2' doesn't exist}{}% + }% + }% +} +% \end{macrocode} +%\end{macro} +% +%\begin{macro}{\glsfieldgdef} +%\begin{definition} +%\cs{glsfieldgdef}\marg{label}\marg{field}\marg{definition} +%\end{definition} +%\changes{4.16}{2015-07-08}{new} +% \begin{macrocode} +\newcommand{\glsfieldgdef}[3]{% + \glsdoifexists{#1}% + {% + \edef\@glo@label{\glsdetoklabel{#1}}% + \ifcsdef{glo@\@glo@label @#2}% + {% + \expandafter\gdef\csname glo@\@glo@label @#2\endcsname{#3}% + }% + {% + \PackageError{glossaries}{Key `#2' doesn't exist}{}% + }% + }% +} +% \end{macrocode} +%\end{macro} +% +%\begin{macro}{\glsfielddef} +%\begin{definition} +%\cs{glsfielddef}\marg{label}\marg{field}\marg{definition} +%\end{definition} +%\changes{4.16}{2015-07-08}{new} +% \begin{macrocode} +\newcommand{\glsfielddef}[3]{% + \glsdoifexists{#1}% + {% + \edef\@glo@label{\glsdetoklabel{#1}}% + \ifcsdef{glo@\@glo@label @#2}% + {% + \expandafter\def\csname glo@\@glo@label @#2\endcsname{#3}% + }% + {% + \PackageError{glossaries}{Key `#2' doesn't exist}{}% + }% + }% +} +% \end{macrocode} +%\end{macro} +% +%\begin{macro}{\glsfieldfetch} +%\begin{definition} +%\cs{glsfieldfetch}\marg{label}\marg{field}\marg{cs} +%\end{definition} +%\changes{4.16}{2015-07-08}{new} +% Fetches the value of the given field and stores in the given +% control sequence. +% \begin{macrocode} +\newcommand{\glsfieldfetch}[3]{% + \glsdoifexists{#1}% + {% + \edef\@glo@label{\glsdetoklabel{#1}}% + \ifcsdef{glo@\@glo@label @#2}% + {% + \letcs#3{glo@\@glo@label @#2}% + }% + {% + \PackageError{glossaries}{Key `#2' doesn't exist}{}% + }% + }% +} +% \end{macrocode} +%\end{macro} +% +%\begin{macro}{\ifglsfieldeq} +%\begin{definition} +%\cs{ifglsfieldeq}\marg{label}\marg{field}\marg{string}\marg{true}\marg{false} +%\end{definition} +%\changes{4.16}{2015-07-08}{new} +% Tests if the value of the given field is equal to the given +% string. +% \begin{macrocode} +\newcommand{\ifglsfieldeq}[5]{% + \glsdoifexists{#1}% + {% + \edef\@glo@label{\glsdetoklabel{#1}}% + \ifcsdef{glo@\@glo@label @#2}% + {% + \ifcsstring{glo@\@glo@label @#2}{#3}{#4}{#5}% + }% + {% + \PackageError{glossaries}{Key `#2' doesn't exist}{}% + }% + }% +} +% \end{macrocode} +%\end{macro} +% +%\begin{macro}{\ifglsfielddefeq} +%\begin{definition} +%\cs{ifglsfielddefeq}\marg{label}\marg{field}\marg{command}\marg{true}\marg{false} +%\end{definition} +%\changes{4.16}{2015-07-08}{new} +% Tests if the value of the given field is equal to the replacement +% text of the given command. +% \begin{macrocode} +\newcommand{\ifglsfielddefeq}[5]{% + \glsdoifexists{#1}% + {% + \edef\@glo@label{\glsdetoklabel{#1}}% + \ifcsdef{glo@\@glo@label @#2}% + {% + \expandafter\ifdefstrequal + \csname glo@\@glo@label @#2\endcsname{#3}{#4}{#5}% + }% + {% + \PackageError{glossaries}{Key `#2' doesn't exist}{}% + }% + }% +} +% \end{macrocode} +%\end{macro} +% +%\begin{macro}{\ifglsfieldcseq} +%\begin{definition} +%\cs{ifglsfieldcseq}\marg{label}\marg{field}\marg{cs name}\marg{true}\marg{false} +%\end{definition} +%\changes{4.16}{2015-07-08}{new} +%As above but uses \cs{ifcsstrequal} instead of \cs{ifdefstrequal} +% \begin{macrocode} +\newcommand{\ifglsfieldcseq}[5]{% + \glsdoifexists{#1}% + {% + \edef\@glo@label{\glsdetoklabel{#1}}% + \ifcsdef{glo@\@glo@label @#2}% + {% + \ifcsstrequal{glo@\@glo@label @#2}{#3}{#4}{#5}% + }% + {% + \PackageError{glossaries}{Key `#2' doesn't exist}{}% + }% + }% +} +% \end{macrocode} +%\end{macro} +% %\begin{macro}{\glswritedefhook} %\changes{3.10a}{2013-10-13}{new} % \begin{macrocode} @@ -7147,10 +7393,22 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \begin{macrocode} \glstextformat{#3}% }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} %\end{macro} % +%\begin{macro}{\glspostlinkhook} +%\changes{4.16}{2015-07-08}{new} +% \begin{macrocode} +\newcommand*{\glspostlinkhook}{} +% \end{macrocode} +%\end{macro} +% +% %\begin{macro}{\@gls@link@checkfirsthyper} % Check for first use and switch off \gloskey[glslink]{hyper} key % if hyperlink not wanted. (Should be off if first use and @@ -7185,13 +7443,28 @@ false,nolabel,autolabel,nameref}[nolabel]{% %\end{macro} % %\begin{macro}{\glslinkcheckfirsthyperhook} -% Allow used to hook into the \cs{\@gls@link@checkfirsthyper} macro +% Allow used to hook into the \cs{@gls@link@checkfirsthyper} macro %\changes{4.08}{2014-07-30}{new} % \begin{macrocode} \newcommand*{\glslinkcheckfirsthyperhook}{} % \end{macrocode} %\end{macro} % +%\begin{macro}{\glslinkpostsetkeys} +%\changes{4.16}{2015-07-08}{new} +% \begin{macrocode} +\newcommand*{\glslinkpostsetkeys}{} +% \end{macrocode} +%\end{macro} +% +%\begin{macro}{\glsifhyperon} +%\changes{4.16}{2015-07-08}{moved definition of \cs{glsifhyperon}} +% Check the value of the \gloskey[glslink]{hyper} key: +% \begin{macrocode} +\newcommand{\glsifhyperon}[2]{\ifKV@glslink@hyper#1\else#2\fi} +% \end{macrocode} +%\end{macro} +% %\begin{macro}{\@gls@link} %\changes{1.07}{2007 Sep 13}{fixed bug caused by \cs{theglsentrycounter} setting the page number too soon} %\changes{1.15}{2008 August 15}{added \cs{glslabel}} @@ -7251,14 +7524,13 @@ false,nolabel,autolabel,nameref}[nolabel]{% \do@gls@link@checkfirsthyper \setkeys{glslink}{#1}% % \end{macrocode} -% Define \cs{glsifhyperon} +% Add a hook for the user to customise things after the keys have +% been set. % \begin{macrocode} - \ifKV@glslink@hyper - \let\glsifhyperon\@firstoftwo - \else - \let\glsifhyperon\@secondoftwo - \fi + \glslinkpostsetkeys % \end{macrocode} +%\changes{4.16}{2015-07-08}{moved definition of \cs{glsifhyperon} +%outside of this macro} % Store the entry's counter in \cs{theglsentrycounter} %\changes{3.0}{2011/04/02}{added \cs{@gls@saveentrycounter}} % \begin{macrocode} @@ -7992,6 +8264,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% \glsunset{#2}% \fi }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} %\end{macro} @@ -8070,6 +8346,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% \glsunset{#2}% \fi }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} %\end{macro} @@ -8145,6 +8425,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% \glsunset{#2}% \fi }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} %\end{macro} @@ -8221,6 +8505,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% \glsunset{#2}% \fi }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} %\end{macro} @@ -8302,6 +8590,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% \glsunset{#2}% \fi }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} %\end{macro} @@ -8380,6 +8672,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% \glsunset{#2}% \fi }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} %\end{macro} @@ -8454,6 +8750,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% \glsunset{#2}% \fi }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} %\end{macro} @@ -8468,6 +8768,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% \let\do@gls@link@checkfirsthyper\relax \@gls@link[#1]{#2}{#3}% }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} %\end{macro} @@ -9639,6 +9943,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \begin{macrocode} \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} % @@ -9682,6 +9990,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \begin{macrocode} \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} % @@ -9725,6 +10037,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \begin{macrocode} \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} % @@ -9769,6 +10085,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \begin{macrocode} \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} % @@ -9812,6 +10132,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \begin{macrocode} \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} % @@ -9855,6 +10179,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \begin{macrocode} \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} % @@ -9903,6 +10231,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \begin{macrocode} \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} % @@ -9951,6 +10283,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \begin{macrocode} \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} % @@ -9999,6 +10335,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \begin{macrocode} \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} % @@ -10048,6 +10388,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \begin{macrocode} \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} % @@ -10097,6 +10441,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \begin{macrocode} \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} % @@ -10145,6 +10493,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \begin{macrocode} \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} % @@ -10836,9 +11188,16 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \end{macrocode} % Store the entry's counter in \cs{theglsentrycounter} %\changes{3.0}{2011/04/02}{added \cs{@gls@saveentrycounter}} +%\changes{4.16}{2015-07-08}{changed \cs{@do@wrglossary} to +%\cs{@@do@wrglossary}} % \begin{macrocode} \@gls@saveentrycounter - \@do@wrglossary{#2}% +% \end{macrocode} +% This should use \cs{@@do@wrglossary} rather than +% \cs{@do@wrglossary} since the whole point of \cs{glsadd} is to add +% a line to the glossary. +% \begin{macrocode} + \@@do@wrglossary{#2}% }% } % \end{macrocode} @@ -12060,10 +12419,22 @@ you %into \cs{@@do@wrglossary}} % \begin{macrocode} \newcommand*{\@do@wrglossary}[1]{% + \glswriteentry{#1}{\@@do@wrglossary{#1}}% +} +% \end{macrocode} +%\end{macro} +% +%\begin{macro}{\glswriteentry} +%\changes{4.16}{2015-07-08}{new} +% Provide a user level command so the user can customize whether or +% not a line should be added to the glossary. The arguments are the +% label and the code that writes to the glossary file. +% \begin{macrocode} +\newcommand*{\glswriteentry}[2]{% \ifglsindexonlyfirst - \ifglsused{#1}{}{\@@do@wrglossary{#1}}% + \ifglsused{#1}{}{#2}% \else - \@@do@wrglossary{#1}% + #2% \fi } % \end{macrocode} @@ -15119,7 +15490,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% \Glsentrylongpl{##1}##2\space (\protect\firstacronymfont{\glsentryshortpl{##1}})% }% - \renewcommand*{\acronymentry}[1]{\acronymfont{\glsentryshort{##1}}} + \renewcommand*{\acronymentry}[1]{\acronymfont{\glsentryshort{##1}}}% \renewcommand*{\acronymsort}[2]{##1}% \renewcommand*{\acronymfont}[1]{##1}% \renewcommand*{\firstacronymfont}[1]{\acronymfont{##1}}% @@ -15128,6 +15499,58 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \end{macrocode} %\end{acrstyle} % +%\begin{acrstyle}{long-sp-short} +%\changes{4.16}{2015-07-08}{new} +% Similar to the previous style but allows the space between the +% long and short form to be customized. +% \begin{macrocode} +\newacronymstyle{long-sp-short}% +{% +% \end{macrocode} +% Check for long form in case this is a mixed glossary. +% \begin{macrocode} + \ifglshaslong{\glslabel}{\glsgenacfmt}{\glsgenentryfmt}% +}% +{% + \renewcommand*{\GenericAcronymFields}{description={\the\glslongtok}}% + \renewcommand*{\genacrfullformat}[2]{% + \glsentrylong{##1}##2\glsacspace{##1}% + (\protect\firstacronymfont{\glsentryshort{##1}})% + }% + \renewcommand*{\Genacrfullformat}[2]{% + \Glsentrylong{##1}##2\glsacspace{##1}% + (\protect\firstacronymfont{\glsentryshort{##1}})% + }% + \renewcommand*{\genplacrfullformat}[2]{% + \glsentrylongpl{##1}##2\glsacspace{##1}% + (\protect\firstacronymfont{\glsentryshortpl{##1}})% + }% + \renewcommand*{\Genplacrfullformat}[2]{% + \Glsentrylongpl{##1}##2\glsacspace{##1}% + (\protect\firstacronymfont{\glsentryshortpl{##1}})% + }% + \renewcommand*{\acronymentry}[1]{\acronymfont{\glsentryshort{##1}}}% + \renewcommand*{\acronymsort}[2]{##1}% + \renewcommand*{\acronymfont}[1]{##1}% + \renewcommand*{\firstacronymfont}[1]{\acronymfont{##1}}% + \renewcommand*{\acrpluralsuffix}{\glspluralsuffix}% +} +% \end{macrocode} +%\end{acrstyle} +% +%\begin{macro}{\glsacspace} +%\changes{4.16}{2015-07-08}{new} +% Space between long and short form for the above style. +% This uses a non-breakable space if the short form is less than +% 3em, otherwise it uses a regular space. +% \begin{macrocode} +\newcommand*{\glsacspace}[1]{% + \settowidth{\dimen@}{(\firstacronymfont{\glsentryshort{#1}})}% + \ifdim\dimen@<3em~\else\space\fi +} +% \end{macrocode} +%\end{macro} +% %\begin{acrstyle}{short-long} %\changes{4.02}{2013-12-05}{new} % \meta{short} (\meta{long}) acronym style. @@ -15252,6 +15675,27 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \end{macrocode} %\end{acrstyle} % +%\begin{acrstyle}{long-sp-short-desc} +%\changes{4.02}{2013-12-05}{new} +% \meta{long} (\marg{short}) acronym style that has an +% accompanying description (which the user needs to supply). +% The space between the long and short form is given by +% \cs{glsacspace}. +% \begin{macrocode} +\newacronymstyle{long-sp-short-desc}% +{% + \GlsUseAcrEntryDispStyle{long-sp-short}% +}% +{% + \GlsUseAcrStyleDefs{long-sp-short}% + \renewcommand*{\GenericAcronymFields}{}% + \renewcommand*{\acronymsort}[2]{##2}% + \renewcommand*{\acronymentry}[1]{% + \glsentrylong{##1}\glsacspace{##1}(\acronymfont{\glsentryshort{##1}})}% +} +% \end{macrocode} +%\end{acrstyle} +% %\begin{acrstyle}{long-sc-short-desc} %\changes{4.02}{2013-12-05}{new} % \meta{long} (\cs{textsc}\marg{short}) acronym style that has an @@ -17171,6 +17615,18 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \end{macrocode} %\end{macro} % +%\begin{macro}{\showglofield} +%\changes{4.16}{2015-07-08}{new} +%\begin{definition} +%\cs{showglofield}\marg{label}\marg{field} +%\end{definition} +% \begin{macrocode} +\newcommand*{\showglofield}[2]{% + \csshow{glo@\glsdetoklabel{#1}@#2}% +} +% \end{macrocode} +%\end{macro} +% %\begin{macro}{\showacronymlists} %\changes{3.0}{2011/04/02}{new} %\begin{definition} @@ -17305,7 +17761,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \cs{gls}\marg{label}'' on subsequent use. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{glossaries-prefix}[2014/07/30 v4.08 (NLCT)] +\ProvidesPackage{glossaries-prefix}[2015/07/08 v4.16 (NLCT)] % \end{macrocode} % Pass all options to \sty{glossaries}: % \begin{macrocode} @@ -18005,7 +18461,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% %\label{sec:code:hypernav} % Package Definition: % \begin{macrocode} -\ProvidesPackage{glossary-hypernav}[2013/11/14 v4.0 (NLCT)] +\ProvidesPackage{glossary-hypernav}[2015/07/08 v4.16 (NLCT)] % \end{macrocode} % % The commands defined in this package are provided to @@ -18173,7 +18629,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% % This defines an in-line style where the entries are % comma-separated with just the name and description displayed. % \begin{macrocode} -\ProvidesPackage{glossary-inline}[2013/11/14 v4.0 (NLCT)] +\ProvidesPackage{glossary-inline}[2015/07/08 v4.16 (NLCT)] % \end{macrocode} % %\begin{style}{inline} @@ -18364,7 +18820,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \ics{item} command, it will appear in a bold font by % default. % \begin{macrocode} -\ProvidesPackage{glossary-list}[2015/02/03 v4.13 (NLCT)] +\ProvidesPackage{glossary-list}[2015/07/08 v4.16 (NLCT)] % \end{macrocode} %\begin{macro}{\indexspace} %\changes{4.13}{2015-02-03}{new} @@ -18618,7 +19074,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% % The glossary styles defined in the \isty{glossary-long} package % used the \env{longtable} environment in the glossary. % \begin{macrocode} -\ProvidesPackage{glossary-long}[2013/11/14 v4.0 (NLCT)] +\ProvidesPackage{glossary-long}[2015/07/08 v4.16 (NLCT)] % \end{macrocode} % Requires the \isty{longtable} package: % \begin{macrocode} @@ -19093,7 +19549,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% % used the \env{longtable} environment in the glossary and use % ragged right formatting for the multiline columns. % \begin{macrocode} -\ProvidesPackage{glossary-longragged}[2014/07/30 v4.08 (NLCT)] +\ProvidesPackage{glossary-longragged}[2015/07/08 v4.16 (NLCT)] % \end{macrocode} % Requires the \isty{array} package: % \begin{macrocode} @@ -19504,7 +19960,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% %use the \sty{multicol} package. These use the tree-like glossary %styles in a multicol environment. % \begin{macrocode} -\ProvidesPackage{glossary-mcols}[2015/02/03 v4.13 (NLCT)] +\ProvidesPackage{glossary-mcols}[2015/07/08 v4.16 (NLCT)] % \end{macrocode} % Required packages: % \begin{macrocode} @@ -19811,7 +20267,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% % The glossary styles defined in the \isty{glossary-super} package % use the \env{supertabular} environment. % \begin{macrocode} -\ProvidesPackage{glossary-super}[2013/11/14 v4.0 (NLCT)] +\ProvidesPackage{glossary-super}[2015/07/08 v4.16 (NLCT)] % \end{macrocode} % Requires the \isty{supertabular} package: % \begin{macrocode} @@ -20321,7 +20777,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% % are like those provided by the \isty{glossary-super} package, % except that the multiline columns have ragged right justification. % \begin{macrocode} -\ProvidesPackage{glossary-superragged}[2013/11/14 v4.0 (NLCT)] +\ProvidesPackage{glossary-superragged}[2015/07/08 v4.16 (NLCT)] % \end{macrocode} % Requires the \isty{array} package: % \begin{macrocode} @@ -20737,7 +21193,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% % that have a tree-like structure. These are designed for % hierarchical glossaries. % \begin{macrocode} -\ProvidesPackage{glossary-tree}[2015/02/03 v4.13 (NLCT)] +\ProvidesPackage{glossary-tree}[2015/07/08 v4.16 (NLCT)] % \end{macrocode} % %\begin{macro}{\indexspace} @@ -21336,7 +21792,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% % hyperlinks may not work properly. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{glossaries-compatible-207}[2011/04/02 v1.0 (NLCT)] +\ProvidesPackage{glossaries-compatible-207}[2015/07/08 v4.16 (NLCT)] % \end{macrocode} %\begin{macro}{\GlsAddXdyAttribute} % Adds an attribute in old format. @@ -21697,7 +22153,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% % Compatibility macros. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{glossaries-compatible-307}[2013/11/14 v4.0 (NLCT)] +\ProvidesPackage{glossaries-compatible-307}[2015/07/08 v4.16 (NLCT)] % \end{macrocode} % % Compatibility macros for predefined glossary styles: @@ -22507,7 +22963,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% % but will only be updated when \texttt{glossaries-accsupp.sty} is % modified. % \begin{macrocode} -\ProvidesPackage{glossaries-accsupp}[2014/07/30 v4.08 (NLCT) +\ProvidesPackage{glossaries-accsupp}[2015/07/08 v4.16 (NLCT) Experimental glossaries accessibility] % \end{macrocode} % Pass all options to \sty{glossaries}: @@ -23697,6 +24153,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \begin{macrocode} \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} %\end{macro} @@ -23725,6 +24185,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \begin{macrocode} \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} %\end{macro} @@ -23754,6 +24218,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \begin{macrocode} \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} %\end{macro} @@ -23782,6 +24250,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \begin{macrocode} \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} %\end{macro} @@ -23810,6 +24282,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \begin{macrocode} \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} %\end{macro} @@ -23839,6 +24315,10 @@ false,nolabel,autolabel,nameref}[nolabel]{% % \begin{macrocode} \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% +% \end{macrocode} +%\changes{4.16}{2015-07-08}{added \cs{glspostlinkhook}} +% \begin{macrocode} + \glspostlinkhook } % \end{macrocode} %\end{macro} @@ -24899,7 +25379,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% % modules. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{glossaries-babel}[2014/11/22 v4.12 (NLCT)] +\ProvidesPackage{glossaries-babel}[2015/07/08 v4.16 (NLCT)] % \end{macrocode} % Load \sty{tracklang} to obtain language settings. % \begin{macrocode} @@ -24943,7 +25423,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% % modules. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{glossaries-polyglossia}[2014/11/22 v4.12 (NLCT)] +\ProvidesPackage{glossaries-polyglossia}[2015/07/08 v4.16 (NLCT)] % \end{macrocode} % Load \sty{tracklang} to obtain language settings. % \begin{macrocode} @@ -25087,7 +25567,6 @@ If you want paragraph breaks in the description use \documentclass{report} \usepackage{graphicx} -%\usepackage{scrwfile} \usepackage[colorlinks]{hyperref} \usepackage[savewrites,nopostdot,toc,acronym,symbols]{glossaries} @@ -26562,6 +27041,79 @@ amet, libero}, %\fi %\iffalse % \begin{macrocode} +%<*sample-chap-hyperfirst.tex> +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} + % 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} +\usepackage{glossaries} + +\makeglossaries + +\glsaddstoragekey{chapter}{0}{\glschapnum} + +\loadglsentries{example-glossaries-brief} + +\renewcommand*{\glslinkpostsetkeys}{% + \edef\currentchap{\arabic{chapter}}% + \ifnum\currentchap=\glschapnum{\glslabel}\relax + % 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. + \glsifhyperon + {% + \glsfieldxdef{\glslabel}{chapter}{\currentchap}% + }% + {}% + \fi +} + +\begin{document} +\chapter{Sample} + +Use all entries: \forglsentries{\thislabel}{\gls{\thislabel}. } + +Use them again: \forglsentries{\thislabel}{\gls{\thislabel}. } + +\chapter{Another} + +Use all entries: \forglsentries{\thislabel}{\gls{\thislabel}. } + +Use them again: \forglsentries{\thislabel}{\gls{\thislabel}. } + +\chapter{Start with a Star} + +Use all entries but suppress hyperlink: +\forglsentries{\thislabel}{\gls*{\thislabel}. } + +Use all entries: \forglsentries{\thislabel}{\gls{\thislabel}. } + +Use them again: \forglsentries{\thislabel}{\gls{\thislabel}. } + +\printglossaries + +\end{document} +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} +%</sample-chap-hyperfirst.tex> +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} %<*sample-crossref.tex> % \end{macrocode} %\fi @@ -26778,6 +27330,106 @@ Linking with insert: \acrfullpl{html}['s], \Acrfullpl{html}['s], %\fi %\iffalse % \begin{macrocode} +%<*sample-dot-abbr.tex> +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} + % arara: pdflatex + % arara: makeglossaries + % arara: pdflatex +\documentclass{article} + +\usepackage{glossaries} + +\makeglossaries + +\glsaddstoragekey{abbrtype}{word}{\abbrtype} + +\setacronymstyle{long-short} + +\newcommand*{\newabbr}[1][]{% + \newacronym[abbrtype=initials,#1]} + +\newabbr{eg}{e.g.}{exempli gratia} +\newabbr{ie}{i.e.}{id est} +\newabbr{bsc}{B.Sc.}{Bachelor of Science} +\newabbr{ba}{B.A.}{Bachelor of Arts} +\newabbr{agm}{A.G.M.}{annual general meeting} + +\newacronym{laser}{laser}{light amplification by stimulated +emission of radiation} + +\makeatletter +\renewcommand{\glspostlinkhook}{% + \ifglsfieldeq{\glslabel}{abbrtype}{initials}% + {\new@ifnextchar.\doendsentence\doendword} + {}% +} +\makeatother + +\newcommand{\doendsentence}[1]{\spacefactor=10000{}} +\newcommand{\doendword}{\spacefactor=1000{}} + +\begin{document} +This is a sample document that illustrates abbreviations with +full stops (periods) and abbreviations that are words (i.e.\ +acronyms). The examples switch to a typewriter font to make it +easier to see the inter-word and inter-sentence spaces. + +First use: \gls{laser} \gls{eg} \gls{ie} \gls{bsc} \gls{ba} \gls{agm} end of +sentence. + +End of sentence use: + +\ttfamily + +\gls{laser}. \gls{eg}. \gls{ie}. \gls{bsc}. \gls{ba}. \gls{agm}. +Done. + +laser. e.g. i.e. B.Sc. B.A\@. A.G.M\@. Done. + +\rmfamily + +Mid-sentence use: + +\ttfamily + +\gls{laser} \gls{eg} \gls{ie} \gls{bsc} \gls{ba} \gls{agm} Done. + +laser e.g.\ i.e.\ B.Sc.\ B.A. A.G.M. Done. + +\rmfamily + +Check other sentence terminators: + +\ttfamily + +\gls{laser}? \gls{eg}? \gls{ie}? \gls{bsc}! \gls{ba}! \gls{agm}? Done. + +laser? e.g.? i.e.? B.Sc.! B.A.! A.G.M.? Done. + +\rmfamily + +\glsresetall Reset. End of sentence use: + +\ttfamily + +\gls{laser}. \gls{eg}. \gls{ie}. \gls{bsc}. \gls{ba}. \gls{agm}. +Done. + +\rmfamily +\printglossaries +\end{document} +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} +%</sample-dot-abbr.tex> +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} %<*sample-dual.tex> % \end{macrocode} %\fi @@ -26959,6 +27611,83 @@ Next use: \gls{sample}. %\fi %\iffalse % \begin{macrocode} +%<*sample-font-abbr.tex> +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} + % arara: pdflatex + % arara: makeglossaries + % arara: pdflatex +\documentclass{article} + +\usepackage{glossaries} + +\makeglossaries + +\glsaddstoragekey{font}{}{\entryfont} + +\newacronymstyle{long-font-short} +{% + \GlsUseAcrEntryDispStyle{long-short}% +} +{% + \GlsUseAcrStyleDefs{long-short}% + \renewcommand*{\genacrfullformat}[2]{% + \glsentrylong{##1}##2\space + ({\entryfont{##1}\glsentryshort{##1}})% + }% + \renewcommand*{\Genacrfullformat}[2]{% + \Glsentrylong{##1}##2\space + ({\entryfont{##1}\glsentryshort{##1}})% + }% + \renewcommand*{\genplacrfullformat}[2]{% + \glsentrylongpl{##1}##2\space + ({\entryfont{##1}\glsentryshortpl{##1}})% + }% + \renewcommand*{\Genplacrfullformat}[2]{% + \Glsentrylongpl{##1}##2\space + ({\entryfont{##1}\glsentryshortpl{##1}})% + }% + \renewcommand*{\acronymfont}[1]{{\entryfont{\glslabel}##1}}% + \renewcommand*{\acronymentry}[1]{{\entryfont{##1}\glsentryshort{##1}}}% +} + +\setacronymstyle{long-font-short} + +\newcommand*{\newitabbr}[1][]{\newacronym[font=\em,#1]} +\newcommand*{\newupabbr}[1][]{\newacronym[#1]} + +\newitabbr{eg}{e.g.}{exempli gratia} +\newitabbr{ie}{i.e.}{id est} + +\newupabbr{bsc}{BSc}{Bachelor of Science} +\newupabbr{ba}{BA}{Bachelor of Arts} +\newupabbr{agm}{AGM}{annual general meeting} + +\begin{document} + +First use: \gls{eg} \gls{ie} \gls{bsc} \gls{ba} \gls{agm}. + +Next use: \gls{eg} \gls{ie} \gls{bsc} \gls{ba} \gls{agm}. + +Short: \acrshort{eg} \acrshort{ie} \acrshort{bsc} \acrshort{ba} +\acrshort{agm}. + +Full: \acrfull{eg} \acrfull{ie} \acrfull{bsc} \acrfull{ba} +\acrfull{agm}. + +\printglossaries +\end{document} +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} +%</sample-font-abbr.tex> +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} %<*sample-ignored.tex> % \end{macrocode} %\fi @@ -27434,6 +28163,8 @@ All uppercase: \GLSed{jump}, \GLSing{jump}, %\fi %\iffalse % \begin{macrocode} + % This file is public domain + % If you want to use arara, you need the following directives: % arara: pdflatex % arara: pdflatex \documentclass{report} @@ -27594,6 +28325,8 @@ Sea lion locations: %\fi %\iffalse % \begin{macrocode} + % This file is public domain + % If you want to use arara, you need the following directives: % arara: pdflatex % arara: pdflatex \documentclass{report} @@ -27948,6 +28681,7 @@ First use: \PGLSpl{sample}, \PGLSpl{svm}. Next use: \PGLSpl{sample}, \PGLSpl{svm %\fi %\iffalse % \begin{macrocode} + % This file is public domain % If you want to use arara, you need the following directives: % arara: pdflatex: { synctex: on } % arara: makeglossaries @@ -27955,18 +28689,18 @@ First use: \PGLSpl{sample}, \PGLSpl{svm}. Next use: \PGLSpl{sample}, \PGLSpl{svm \documentclass{article} \usepackage{siunitx} \usepackage[style=long4col]{glossaries} -% + \makeglossaries -% + \newglossaryentry{ohm}{% name=ohm, symbol={\si{\ohm}}, description=unit of electrical resistance% } -% + \begin{document} \glsaddallunused -% + \printglossaries \end{document} % \end{macrocode} @@ -27978,6 +28712,293 @@ First use: \PGLSpl{sample}, \PGLSpl{svm}. Next use: \PGLSpl{sample}, \PGLSpl{svm %\fi %\iffalse % \begin{macrocode} +%<*sample-storage-abbr-desc.tex> +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} + % 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} + +\makeglossaries + +\glsaddstoragekey + {abbrtype}% key/field name + {acronym}% default value if not explicitly set + {\abbrtype}% custom command to access the value if required + +\newacronymstyle + {mystyle}% style name + {% Use the generic display + \ifglshaslong{\glslabel}{\glsgenacfmt}{\glsgenentryfmt}% + } + {% User needs to explicitly set the description + \renewcommand*{\GenericAcronymFields}{}% + % For the full format, test the value of the "abbrtype" key. + % If it's set to "acronym" put the short form first with + % the long form in brackets. + \renewcommand*{\genacrfullformat}[2]{% + \ifglsfieldeq{##1}{abbrtype}{acronym} + {% is a proper acronym + \protect\firstacronymfont{\glsentryshort{##1}}##2\space + (\glsentrylong{##1})% + } + {% is another form of abbreviation + \glsentrylong{##1}##2\space + (\protect\firstacronymfont{\glsentryshort{##1}})% + }% + }% + % first letter upper case version: + \renewcommand*{\Genacrfullformat}[2]{% + \ifglsfieldeq{##1}{abbrtype}{acronym} + {% is a proper acronym + \protect\firstacronymfont{\Glsentryshort{##1}}##2\space + (\glsentrylong{##1})% + } + {% is another form of abbreviation + \Glsentrylong{##1}##2\space + (\protect\firstacronymfont{\glsentryshort{##1}})% + }% + }% + % plural + \renewcommand*{\genplacrfullformat}[2]{% + \ifglsfieldeq{##1}{abbrtype}{acronym} + {% is a proper acronym + \protect\firstacronymfont{\glsentryshortpl{##1}}##2\space + (\glsentrylong{##1})% + } + {% is another form of abbreviation + \glsentrylongpl{##1}##2\space + (\protect\firstacronymfont{\glsentryshortpl{##1}})% + }% + }% + % plural and first letter upper case + \renewcommand*{\Genplacrfullformat}[2]{% + \ifglsfieldeq{##1}{abbrtype}{acronym} + {% is a proper acronym + \protect\firstacronymfont{\Glsentryshortpl{##1}}##2\space + (\glsentrylong{##1})% + } + {% is another form of abbreviation + \Glsentrylongpl{##1}##2\space + (\protect\firstacronymfont{\glsentryshortpl{##1}})% + }% + }% + % Just use the short form as the name part in the glossary: + \renewcommand*{\acronymentry}[1]{\acronymfont{\glsentryshort{##1}}}% + % Sort by the short form: + \renewcommand*{\acronymsort}[2]{##1}% + % Just use the surrounding font for the short form: + \renewcommand*{\acronymfont}[1]{##1}% + % Same for first use: + \renewcommand*{\firstacronymfont}[1]{\acronymfont{##1}}% + % Default plural suffix if the plural isn't explicitly set + \renewcommand*{\acrpluralsuffix}{\glspluralsuffix}% + } + +\setacronymstyle{mystyle} + + % 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} + +\newacronym[description={device that creates a narrow beam +of intense light}]{laser}{laser}{light amplification by +stimulated emission of radiation} + +\newacronym[description={portable breathing device for +divers}]{scuba}{scuba}{self-contained underwater breathing +apparatus} + +\newcommand*{\newinitialism}[4][]{% + \newacronym[abbrtype=initialism,#1]{#2}{#3}{#4}% +} + +\newinitialism[description={mathematical manipulation of an +information signal}]{dsp}{DSP}{digital signal processing} +\newinitialism[description={device that allows customers of +financial institutions to perform transactions, such as +cash withdrawal, without the need for a teller}]{atm}{ATM} +{automated teller machine} + +\newcommand*{\newcontraction}[4][]{% + \newacronym[abbrtype=contraction,#1]{#2}{#3}{#4}% +} + +\newcontraction[description={front part of a ship below the +deck}]{focsle}{fo'c's'le}{forecastle} + +\newglossaryentry{apple}{name={apple},description={a fruit}} + +\newglossarystyle + {mystyle}% style name + {% base it on the "list" style + \setglossarystyle{list}% + \renewcommand*{\glossentry}[2]{% + \item[\glsentryitem{##1}% + \glstarget{##1}{\glossentryname{##1}}] + \ifglshaslong{##1}% + { (\abbrtype{##1}: \glsentrylong{##1})\space}{}% + \glossentrydesc{##1}\glspostdescription\space ##2}% + } + +\setglossarystyle{mystyle} + +\begin{document} + +First use: \gls{radar}, \gls{laser}, \gls{scuba}, \gls{dsp}, +\gls{atm}, \gls{focsle}. + +Next use: \gls{radar}, \gls{laser}, \gls{scuba}, \gls{dsp}, +\gls{atm}, \gls{focsle}. + +Regular term: \gls{apple}. + +\printglossaries +\end{document} +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} +%</sample-storage-abbr-desc.tex> +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} +%<*sample-storage-abbr.tex> +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} + % 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} + +\makeglossaries + +\glsaddstoragekey + {abbrtype}% key/field name + {word}% default value if not explicitly set + {\abbrtype}% custom command to access the value if required + +\newacronymstyle + {mystyle}% style name + {% Use the generic display + \ifglshaslong{\glslabel}{\glsgenacfmt}{\glsgenentryfmt}% + } + {% Put the long form in the description + \renewcommand*{\GenericAcronymFields}{description={\the\glslongtok}}% + % For the full format, test the value of the "abbrtype" key. + % If it's set to "word" put the short form first with + % the long form in brackets. + \renewcommand*{\genacrfullformat}[2]{% + \ifglsfieldeq{##1}{abbrtype}{word} + {% is a proper acronym + \protect\firstacronymfont{\glsentryshort{##1}}##2\space + (\glsentrylong{##1})% + } + {% is another form of abbreviation + \glsentrylong{##1}##2\space + (\protect\firstacronymfont{\glsentryshort{##1}})% + }% + }% + % first letter upper case version: + \renewcommand*{\Genacrfullformat}[2]{% + \ifglsfieldeq{##1}{abbrtype}{word} + {% is a proper acronym + \protect\firstacronymfont{\Glsentryshort{##1}}##2\space + (\glsentrylong{##1})% + } + {% is another form of abbreviation + \Glsentrylong{##1}##2\space + (\protect\firstacronymfont{\glsentryshort{##1}})% + }% + }% + % plural + \renewcommand*{\genplacrfullformat}[2]{% + \ifglsfieldeq{##1}{abbrtype}{word} + {% is a proper acronym + \protect\firstacronymfont{\glsentryshortpl{##1}}##2\space + (\glsentrylong{##1})% + } + {% is another form of abbreviation + \glsentrylongpl{##1}##2\space + (\protect\firstacronymfont{\glsentryshortpl{##1}})% + }% + }% + % plural and first letter upper case + \renewcommand*{\Genplacrfullformat}[2]{% + \ifglsfieldeq{##1}{abbrtype}{word} + {% is a proper acronym + \protect\firstacronymfont{\Glsentryshortpl{##1}}##2\space + (\glsentrylong{##1})% + } + {% is another form of abbreviation + \Glsentrylongpl{##1}##2\space + (\protect\firstacronymfont{\glsentryshortpl{##1}})% + }% + }% + % Just use the short form as the name part in the glossary: + \renewcommand*{\acronymentry}[1]{\acronymfont{\glsentryshort{##1}}}% + % Sort by the short form: + \renewcommand*{\acronymsort}[2]{##1}% + % Just use the surrounding font for the short form: + \renewcommand*{\acronymfont}[1]{##1}% + % Same for first use: + \renewcommand*{\firstacronymfont}[1]{\acronymfont{##1}}% + % Default plural suffix if the plural isn't explicitly set + \renewcommand*{\acrpluralsuffix}{\glspluralsuffix}% + } + +\setacronymstyle{mystyle} + + % 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} +\newacronym{scuba}{scuba}{self-contained underwater breathing +apparatus} + +\newcommand*{\newinitialism}[4][]{% + \newacronym[abbrtype=initialism,#1]{#2}{#3}{#4}% +} + +\newinitialism{dsp}{DSP}{digital signal processing} +\newinitialism{atm}{ATM}{automated teller machine} + +\begin{document} + +First use: \gls{radar}, \gls{laser}, \gls{scuba}, \gls{dsp}, +\gls{atm}. + +Next use: \gls{radar}, \gls{laser}, \gls{scuba}, \gls{dsp}, +\gls{atm}. + +\printglossaries +\end{document} +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} +%</sample-storage-abbr.tex> +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} %<*sample.tex> % \end{macrocode} %\fi @@ -28364,14 +29385,14 @@ You don't need to worry about makeindex's special characters: \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}} @@ -28554,10 +29575,10 @@ one \gls[format=hyperbf]{svm}. \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 @@ -30280,6 +31301,119 @@ brackets. %\fi %\iffalse % \begin{macrocode} +%<*mwe-acr-desc.tex> +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} + % 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} + +\makeglossaries + +\newacronym[description={a device that emits a narrow beam of +light}]{laser}{laser}{light amplification by stimulated +emission of radiation} + +\setacronymstyle{short-long-desc} + +\begin{document} + +First use: \gls{laser}. + +Next use: \gls{laser} or \glspl{laser}. + +\printglossaries + +\end{document} +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} +%</mwe-acr-desc.tex> +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} +%<*mwe-acr.tex> +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} + % 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} + +\makeglossaries + +\newacronym{laser}{laser}{light amplification by stimulated +emission of radiation} + +\setacronymstyle{long-short} + +\begin{document} + +First use: \gls{laser}. + +Next use: \gls{laser} or \glspl{laser}. + +\printglossaries + +\end{document} +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} +%</mwe-acr.tex> +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} +%<*mwe-gls.tex> +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} + % 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} + +\makeglossaries + +\newglossaryentry{apple}{name={apple},description={a fruit}} + +\begin{document} + +\Gls{apple} or \gls{apple} or \glspl{apple}. + +\printglossaries + +\end{document} +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} +%</mwe-gls.tex> +% \end{macrocode} +%\fi +%\iffalse +% \begin{macrocode} %<*samplexdy-mc.xdy> % \end{macrocode} %\fi diff --git a/Master/texmf-dist/source/latex/glossaries/glossaries.ins b/Master/texmf-dist/source/latex/glossaries/glossaries.ins index 2f9fd929eaa..25a5fa8fa09 100644 --- a/Master/texmf-dist/source/latex/glossaries/glossaries.ins +++ b/Master/texmf-dist/source/latex/glossaries/glossaries.ins @@ -1,4 +1,4 @@ -% glossaries.ins generated using makedtx version 1.1 2015/3/16 18:44 +% glossaries.ins generated using makedtx version 1.1 2015/7/8 13:23 \input docstrip \preamble @@ -18,7 +18,7 @@ The Current Maintainer of this work is Nicola Talbot. - This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. + This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-chap-hyperfirst.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dot-abbr.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-font-abbr.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample-storage-abbr-desc.tex, sample-storage-abbr.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, mwe-acr-desc.tex, mwe-acr.tex, mwe-gls.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. \endpreamble @@ -74,12 +74,15 @@ \file{example-glossaries-parent.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{example-glossaries-parent.tex}} \file{example-glossaries-symbols.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{example-glossaries-symbols.tex}} \file{example-glossaries-url.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{example-glossaries-url.tex}} +\file{sample-chap-hyperfirst.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{sample-chap-hyperfirst.tex}} \file{sample-crossref.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{sample-crossref.tex}} \file{sample-custom-acronym.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{sample-custom-acronym.tex}} +\file{sample-dot-abbr.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{sample-dot-abbr.tex}} \file{sample-dual.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{sample-dual.tex}} \file{sample-entrycount.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{sample-entrycount.tex}} \file{sample-entryfmt.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{sample-entryfmt.tex}} \file{sample-FnDesc.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{sample-FnDesc.tex}} +\file{sample-font-abbr.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{sample-font-abbr.tex}} \file{sample-ignored.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{sample-ignored.tex}} \file{sample-index.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{sample-index.tex}} \file{sample-inline.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{sample-inline.tex}} @@ -92,6 +95,8 @@ \file{sample-numberlist.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{sample-numberlist.tex}} \file{sample-prefix.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{sample-prefix.tex}} \file{sample-si.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{sample-si.tex}} +\file{sample-storage-abbr-desc.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{sample-storage-abbr-desc.tex}} +\file{sample-storage-abbr.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{sample-storage-abbr.tex}} \file{sample.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{sample.tex}} \file{sample4col.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{sample4col.tex}} \file{sampleaccsupp.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{sampleaccsupp.tex}} @@ -112,6 +117,9 @@ \file{sampleutf8.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{sampleutf8.tex}} \file{samplexdy.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{samplexdy.tex}} \file{samplexdy2.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{samplexdy2.tex}} +\file{mwe-acr-desc.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{mwe-acr-desc.tex}} +\file{mwe-acr.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{mwe-acr.tex}} +\file{mwe-gls.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{mwe-gls.tex}} \file{samplexdy-mc.xdy}{\nopreamble\nopostamble\from{glossaries.dtx}{samplexdy-mc.xdy}} \file{samplexdy-mc207.xdy}{\nopreamble\nopostamble\from{glossaries.dtx}{samplexdy-mc207.xdy}} \file{database1.tex}{\nopreamble\nopostamble\from{glossaries.dtx}{database1.tex}} diff --git a/Master/texmf-dist/tex/latex/glossaries/base/glossaries-babel.sty b/Master/texmf-dist/tex/latex/glossaries/base/glossaries-babel.sty index 7d91edaeb0c..5083f1a9e67 100644 --- a/Master/texmf-dist/tex/latex/glossaries/base/glossaries-babel.sty +++ b/Master/texmf-dist/tex/latex/glossaries/base/glossaries-babel.sty @@ -21,7 +21,7 @@ %% %% The Current Maintainer of this work is Nicola Talbot. %% -%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. +%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-chap-hyperfirst.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dot-abbr.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-font-abbr.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample-storage-abbr-desc.tex, sample-storage-abbr.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, mwe-acr-desc.tex, mwe-acr.tex, mwe-gls.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -39,7 +39,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{glossaries-babel}[2014/11/22 v4.12 (NLCT)] +\ProvidesPackage{glossaries-babel}[2015/07/08 v4.16 (NLCT)] \RequirePackage{tracklang} \let\glsifusetranslator\@secondoftwo \AnyTrackedLanguages diff --git a/Master/texmf-dist/tex/latex/glossaries/base/glossaries-compatible-207.sty b/Master/texmf-dist/tex/latex/glossaries/base/glossaries-compatible-207.sty index e0f5b5f179e..d476f632d7a 100644 --- a/Master/texmf-dist/tex/latex/glossaries/base/glossaries-compatible-207.sty +++ b/Master/texmf-dist/tex/latex/glossaries/base/glossaries-compatible-207.sty @@ -21,7 +21,7 @@ %% %% The Current Maintainer of this work is Nicola Talbot. %% -%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. +%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-chap-hyperfirst.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dot-abbr.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-font-abbr.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample-storage-abbr-desc.tex, sample-storage-abbr.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, mwe-acr-desc.tex, mwe-acr.tex, mwe-gls.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -39,7 +39,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{glossaries-compatible-207}[2011/04/02 v1.0 (NLCT)] +\ProvidesPackage{glossaries-compatible-207}[2015/07/08 v4.16 (NLCT)] \ifglsxindy \renewcommand*\GlsAddXdyAttribute[1]{% \edef\@xdyattributes{\@xdyattributes ^^J \string"#1\string"}% diff --git a/Master/texmf-dist/tex/latex/glossaries/base/glossaries-compatible-307.sty b/Master/texmf-dist/tex/latex/glossaries/base/glossaries-compatible-307.sty index 1e7af7f015c..257cf227c52 100644 --- a/Master/texmf-dist/tex/latex/glossaries/base/glossaries-compatible-307.sty +++ b/Master/texmf-dist/tex/latex/glossaries/base/glossaries-compatible-307.sty @@ -21,7 +21,7 @@ %% %% The Current Maintainer of this work is Nicola Talbot. %% -%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. +%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-chap-hyperfirst.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dot-abbr.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-font-abbr.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample-storage-abbr-desc.tex, sample-storage-abbr.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, mwe-acr-desc.tex, mwe-acr.tex, mwe-gls.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -39,7 +39,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{glossaries-compatible-307}[2013/11/14 v4.0 (NLCT)] +\ProvidesPackage{glossaries-compatible-307}[2015/07/08 v4.16 (NLCT)] \newcommand{\compatglossarystyle}[2]{% \ifcsundef{@glscompstyle@#1}% {% diff --git a/Master/texmf-dist/tex/latex/glossaries/base/glossaries-polyglossia.sty b/Master/texmf-dist/tex/latex/glossaries/base/glossaries-polyglossia.sty index 4f9b4ac38b4..3e007d4fea5 100644 --- a/Master/texmf-dist/tex/latex/glossaries/base/glossaries-polyglossia.sty +++ b/Master/texmf-dist/tex/latex/glossaries/base/glossaries-polyglossia.sty @@ -21,7 +21,7 @@ %% %% The Current Maintainer of this work is Nicola Talbot. %% -%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. +%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-chap-hyperfirst.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dot-abbr.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-font-abbr.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample-storage-abbr-desc.tex, sample-storage-abbr.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, mwe-acr-desc.tex, mwe-acr.tex, mwe-gls.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -39,7 +39,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{glossaries-polyglossia}[2014/11/22 v4.12 (NLCT)] +\ProvidesPackage{glossaries-polyglossia}[2015/07/08 v4.16 (NLCT)] \RequirePackage{tracklang} \let\glsifusetranslator\@secondoftwo \AnyTrackedLanguages diff --git a/Master/texmf-dist/tex/latex/glossaries/base/glossaries-prefix.sty b/Master/texmf-dist/tex/latex/glossaries/base/glossaries-prefix.sty index 5a7bdd61c89..95b235fcec9 100644 --- a/Master/texmf-dist/tex/latex/glossaries/base/glossaries-prefix.sty +++ b/Master/texmf-dist/tex/latex/glossaries/base/glossaries-prefix.sty @@ -21,7 +21,7 @@ %% %% The Current Maintainer of this work is Nicola Talbot. %% -%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. +%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-chap-hyperfirst.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dot-abbr.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-font-abbr.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample-storage-abbr-desc.tex, sample-storage-abbr.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, mwe-acr-desc.tex, mwe-acr.tex, mwe-gls.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -39,7 +39,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{glossaries-prefix}[2014/07/30 v4.08 (NLCT)] +\ProvidesPackage{glossaries-prefix}[2015/07/08 v4.16 (NLCT)] \DeclareOption*{\PassOptionsToPackage{\CurrentOption}{glossaries}} \ProcessOptions \RequirePackage{glossaries} diff --git a/Master/texmf-dist/tex/latex/glossaries/base/glossaries.sty b/Master/texmf-dist/tex/latex/glossaries/base/glossaries.sty index a324290355c..cd51143eb9e 100644 --- a/Master/texmf-dist/tex/latex/glossaries/base/glossaries.sty +++ b/Master/texmf-dist/tex/latex/glossaries/base/glossaries.sty @@ -21,7 +21,7 @@ %% %% The Current Maintainer of this work is Nicola Talbot. %% -%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. +%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-chap-hyperfirst.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dot-abbr.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-font-abbr.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample-storage-abbr-desc.tex, sample-storage-abbr.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, mwe-acr-desc.tex, mwe-acr.tex, mwe-gls.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -39,7 +39,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{glossaries}[2015/03/16 v4.15 (NLCT)] +\ProvidesPackage{glossaries}[2015/07/08 v4.16 (NLCT)] \RequirePackage{ifthen} \RequirePackage{xkeyval}[2006/11/18] \RequirePackage{mfirstuc} @@ -1914,6 +1914,34 @@ false,nolabel,autolabel,nameref}[nolabel]{% {}% }% } +\newcommand*{\glsaddstoragekey}{\@ifstar\@sglsaddstoragekey\@glsaddstoragekey} +\newcommand*{\@sglsaddstoragekey}[1]{% + \key@ifundefined{glossentry}{#1}% + {% + \expandafter\newcommand\expandafter*\expandafter + {\csname gls@assign@#1@field\endcsname}[2]{% + \@@gls@expand@field{##1}{#1}{##2}% + }% + }% + {}% + \@glsaddstoragekey{#1}% +} +\newcommand*{\@glsaddstoragekey}[3]{% + \key@ifundefined{glossentry}{#1}% + {% + \define@key{glossentry}{#1}{\csdef{@glo@#1}{##1}}% + \appto\@gls@keymap{,{#1}{#1}}% + \appto\@newglossaryentryprehook{\csdef{@glo@#1}{#2}}% + \appto\@newglossaryentryposthook{% + \letcs{\@glo@tmp}{@glo@#1}% + \gls@assign@field{#2}{\@glo@label}{#1}{\@glo@tmp}% + }% + \newcommand*{#3}[1]{\@gls@entry@field{##1}{#1}}% + }% + {% + \PackageError{glossaries}{Key `#1' already exists}{}% + }% +} \newcommand*{\glsaddkey}{\@ifstar\@sglsaddkey\@glsaddkey} \newcommand*{\@sglsaddkey}[1]{% \key@ifundefined{glossentry}{#1}% @@ -2000,6 +2028,111 @@ false,nolabel,autolabel,nameref}[nolabel]{% \PackageError{glossaries}{Key `#1' already exists}{}% }% } +\newcommand{\glsfieldxdef}[3]{% + \glsdoifexists{#1}% + {% + \edef\@glo@label{\glsdetoklabel{#1}}% + \ifcsdef{glo@\@glo@label @#2}% + {% + \expandafter\xdef\csname glo@\@glo@label @#2\endcsname{#3}% + }% + {% + \PackageError{glossaries}{Key `#2' doesn't exist}{}% + }% + }% +} +\newcommand{\glsfieldedef}[3]{% + \glsdoifexists{#1}% + {% + \edef\@glo@label{\glsdetoklabel{#1}}% + \ifcsdef{glo@\@glo@label @#2}% + {% + \expandafter\edef\csname glo@\@glo@label @#2\endcsname{#3}% + }% + {% + \PackageError{glossaries}{Key `#2' doesn't exist}{}% + }% + }% +} +\newcommand{\glsfieldgdef}[3]{% + \glsdoifexists{#1}% + {% + \edef\@glo@label{\glsdetoklabel{#1}}% + \ifcsdef{glo@\@glo@label @#2}% + {% + \expandafter\gdef\csname glo@\@glo@label @#2\endcsname{#3}% + }% + {% + \PackageError{glossaries}{Key `#2' doesn't exist}{}% + }% + }% +} +\newcommand{\glsfielddef}[3]{% + \glsdoifexists{#1}% + {% + \edef\@glo@label{\glsdetoklabel{#1}}% + \ifcsdef{glo@\@glo@label @#2}% + {% + \expandafter\def\csname glo@\@glo@label @#2\endcsname{#3}% + }% + {% + \PackageError{glossaries}{Key `#2' doesn't exist}{}% + }% + }% +} +\newcommand{\glsfieldfetch}[3]{% + \glsdoifexists{#1}% + {% + \edef\@glo@label{\glsdetoklabel{#1}}% + \ifcsdef{glo@\@glo@label @#2}% + {% + \letcs#3{glo@\@glo@label @#2}% + }% + {% + \PackageError{glossaries}{Key `#2' doesn't exist}{}% + }% + }% +} +\newcommand{\ifglsfieldeq}[5]{% + \glsdoifexists{#1}% + {% + \edef\@glo@label{\glsdetoklabel{#1}}% + \ifcsdef{glo@\@glo@label @#2}% + {% + \ifcsstring{glo@\@glo@label @#2}{#3}{#4}{#5}% + }% + {% + \PackageError{glossaries}{Key `#2' doesn't exist}{}% + }% + }% +} +\newcommand{\ifglsfielddefeq}[5]{% + \glsdoifexists{#1}% + {% + \edef\@glo@label{\glsdetoklabel{#1}}% + \ifcsdef{glo@\@glo@label @#2}% + {% + \expandafter\ifdefstrequal + \csname glo@\@glo@label @#2\endcsname{#3}{#4}{#5}% + }% + {% + \PackageError{glossaries}{Key `#2' doesn't exist}{}% + }% + }% +} +\newcommand{\ifglsfieldcseq}[5]{% + \glsdoifexists{#1}% + {% + \edef\@glo@label{\glsdetoklabel{#1}}% + \ifcsdef{glo@\@glo@label @#2}% + {% + \ifcsstrequal{glo@\@glo@label @#2}{#3}{#4}{#5}% + }% + {% + \PackageError{glossaries}{Key `#2' doesn't exist}{}% + }% + }% +} \newcommand*{\glswritedefhook}{} \newcommand*{\gls@assign@desc}[1]{% \gls@assign@field{}{#1}{desc}{\@glo@desc}% @@ -2925,7 +3058,9 @@ false,nolabel,autolabel,nameref}[nolabel]{% can use it.}% \glstextformat{#3}% }% + \glspostlinkhook } +\newcommand*{\glspostlinkhook}{} \newcommand*{\@gls@link@checkfirsthyper}{% \ifglsused{\glslabel}% {% @@ -2945,6 +3080,8 @@ false,nolabel,autolabel,nameref}[nolabel]{% \glslinkcheckfirsthyperhook } \newcommand*{\glslinkcheckfirsthyperhook}{} +\newcommand*{\glslinkpostsetkeys}{} +\newcommand{\glsifhyperon}[2]{\ifKV@glslink@hyper#1\else#2\fi} \def\@gls@link[#1]#2#3{% \leavevmode \edef\glslabel{\glsdetoklabel{#2}}% @@ -2963,11 +3100,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% }% \do@gls@link@checkfirsthyper \setkeys{glslink}{#1}% - \ifKV@glslink@hyper - \let\glsifhyperon\@firstoftwo - \else - \let\glsifhyperon\@secondoftwo - \fi + \glslinkpostsetkeys \@gls@saveentrycounter \@gls@setsort{\glslabel}% \@do@wrglossary{#2}% @@ -3404,6 +3537,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% \glsunset{#2}% \fi }% + \glspostlinkhook } \newrobustcmd*{\Gls}{\@gls@hyp@opt\@Gls} \newcommand*{\@Gls}[2][]{% @@ -3425,6 +3559,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% \glsunset{#2}% \fi }% + \glspostlinkhook } \newrobustcmd*{\GLS}{\@gls@hyp@opt\@GLS} \newcommand*{\@GLS}[2][]{% @@ -3446,6 +3581,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% \glsunset{#2}% \fi }% + \glspostlinkhook } \newrobustcmd*{\glspl}{\@gls@hyp@opt\@glspl} \newcommand*{\@glspl}[2][]{% @@ -3467,6 +3603,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% \glsunset{#2}% \fi }% + \glspostlinkhook } \newrobustcmd*{\Glspl}{\@gls@hyp@opt\@Glspl} \newcommand*{\@Glspl}[2][]{% @@ -3488,6 +3625,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% \glsunset{#2}% \fi }% + \glspostlinkhook } \newrobustcmd*{\GLSpl}{\@gls@hyp@opt\@GLSpl} \newcommand*{\@GLSpl}[2][]{% @@ -3509,6 +3647,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% \glsunset{#2}% \fi }% + \glspostlinkhook } \newrobustcmd*{\glsdisp}{\@gls@hyp@opt\@glsdisp} \newcommand*{\@glsdisp}[3][]{% @@ -3526,6 +3665,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% \glsunset{#2}% \fi }% + \glspostlinkhook } \newcommand{\@gls@field@link}[3]{% \glsdoifexists{#2}% @@ -3533,6 +3673,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% \let\do@gls@link@checkfirsthyper\relax \@gls@link[#1]{#2}{#3}% }% + \glspostlinkhook } \newrobustcmd*{\glstext}{\@gls@hyp@opt\@glstext} \newcommand*{\@glstext}[2][]{% @@ -3820,6 +3961,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% }% \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% + \glspostlinkhook } \newrobustcmd*{\Acrshort}{\@gls@hyp@opt\ns@Acrshort} \newcommand*{\ns@Acrshort}[2][]{% @@ -3838,6 +3980,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% }% \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% + \glspostlinkhook } \newrobustcmd*{\ACRshort}{\@gls@hyp@opt\ns@ACRshort} \newcommand*{\ns@ACRshort}[2][]{% @@ -3856,6 +3999,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% }% \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% + \glspostlinkhook } \newrobustcmd*{\acrshortpl}{\@gls@hyp@opt\ns@acrshortpl} \newcommand*{\ns@acrshortpl}[2][]{% @@ -3874,6 +4018,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% }% \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% + \glspostlinkhook } \newrobustcmd*{\Acrshortpl}{\@gls@hyp@opt\ns@Acrshortpl} \newcommand*{\ns@Acrshortpl}[2][]{% @@ -3892,6 +4037,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% }% \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% + \glspostlinkhook } \newrobustcmd*{\ACRshortpl}{\@gls@hyp@opt\ns@ACRshortpl} \newcommand*{\ns@ACRshortpl}[2][]{% @@ -3910,6 +4056,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% }% \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% + \glspostlinkhook } \newrobustcmd*{\acrlong}{\@gls@hyp@opt\ns@acrlong} \newcommand*{\ns@acrlong}[2][]{% @@ -3928,6 +4075,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% }% \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% + \glspostlinkhook } \newrobustcmd*{\Acrlong}{\@gls@hyp@opt\ns@Acrlong} \newcommand*{\ns@Acrlong}[2][]{% @@ -3946,6 +4094,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% }% \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% + \glspostlinkhook } \newrobustcmd*{\ACRlong}{\@gls@hyp@opt\ns@ACRlong} \newcommand*{\ns@ACRlong}[2][]{% @@ -3964,6 +4113,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% }% \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% + \glspostlinkhook } \newrobustcmd*{\acrlongpl}{\@gls@hyp@opt\ns@acrlongpl} \newcommand*{\ns@acrlongpl}[2][]{% @@ -3982,6 +4132,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% }% \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% + \glspostlinkhook } \newrobustcmd*{\Acrlongpl}{\@gls@hyp@opt\ns@Acrlongpl} \newcommand*{\ns@Acrlongpl}[2][]{% @@ -4000,6 +4151,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% }% \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% + \glspostlinkhook } \newrobustcmd*{\ACRlongpl}{\@gls@hyp@opt\ns@ACRlongpl} \newcommand*{\ns@ACRlongpl}[2][]{% @@ -4018,6 +4170,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% }% \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% + \glspostlinkhook } \newcommand*{\@gls@entry@field}[2]{% \csname glo@\glsdetoklabel{#1}@#2\endcsname @@ -4251,7 +4404,7 @@ false,nolabel,autolabel,nameref}[nolabel]{% \edef\@gls@counter{\csname glo@\glsdetoklabel{#2}@counter\endcsname}% \setkeys{glossadd}{#1}% \@gls@saveentrycounter - \@do@wrglossary{#2}% + \@@do@wrglossary{#2}% }% } \newcommand*{\@gls@adjustmode}{} @@ -4851,10 +5004,13 @@ you \endgroup\@esphack } \newcommand*{\@do@wrglossary}[1]{% + \glswriteentry{#1}{\@@do@wrglossary{#1}}% +} +\newcommand*{\glswriteentry}[2]{% \ifglsindexonlyfirst - \ifglsused{#1}{}{\@@do@wrglossary{#1}}% + \ifglsused{#1}{}{#2}% \else - \@@do@wrglossary{#1}% + #2% \fi } \newcommand{\gls@protected@pagefmts}{% @@ -6133,12 +6289,44 @@ false,nolabel,autolabel,nameref}[nolabel]{% \Glsentrylongpl{##1}##2\space (\protect\firstacronymfont{\glsentryshortpl{##1}})% }% - \renewcommand*{\acronymentry}[1]{\acronymfont{\glsentryshort{##1}}} + \renewcommand*{\acronymentry}[1]{\acronymfont{\glsentryshort{##1}}}% \renewcommand*{\acronymsort}[2]{##1}% \renewcommand*{\acronymfont}[1]{##1}% \renewcommand*{\firstacronymfont}[1]{\acronymfont{##1}}% \renewcommand*{\acrpluralsuffix}{\glspluralsuffix}% } +\newacronymstyle{long-sp-short}% +{% + \ifglshaslong{\glslabel}{\glsgenacfmt}{\glsgenentryfmt}% +}% +{% + \renewcommand*{\GenericAcronymFields}{description={\the\glslongtok}}% + \renewcommand*{\genacrfullformat}[2]{% + \glsentrylong{##1}##2\glsacspace{##1}% + (\protect\firstacronymfont{\glsentryshort{##1}})% + }% + \renewcommand*{\Genacrfullformat}[2]{% + \Glsentrylong{##1}##2\glsacspace{##1}% + (\protect\firstacronymfont{\glsentryshort{##1}})% + }% + \renewcommand*{\genplacrfullformat}[2]{% + \glsentrylongpl{##1}##2\glsacspace{##1}% + (\protect\firstacronymfont{\glsentryshortpl{##1}})% + }% + \renewcommand*{\Genplacrfullformat}[2]{% + \Glsentrylongpl{##1}##2\glsacspace{##1}% + (\protect\firstacronymfont{\glsentryshortpl{##1}})% + }% + \renewcommand*{\acronymentry}[1]{\acronymfont{\glsentryshort{##1}}}% + \renewcommand*{\acronymsort}[2]{##1}% + \renewcommand*{\acronymfont}[1]{##1}% + \renewcommand*{\firstacronymfont}[1]{\acronymfont{##1}}% + \renewcommand*{\acrpluralsuffix}{\glspluralsuffix}% +} +\newcommand*{\glsacspace}[1]{% + \settowidth{\dimen@}{(\firstacronymfont{\glsentryshort{#1}})}% + \ifdim\dimen@<3em~\else\space\fi +} \newacronymstyle{short-long}% {% \ifglshaslong{\glslabel}{\glsgenacfmt}{\glsgenentryfmt}% @@ -6214,6 +6402,17 @@ false,nolabel,autolabel,nameref}[nolabel]{% \renewcommand*{\acronymentry}[1]{% \glsentrylong{##1}\space (\acronymfont{\glsentryshort{##1}})}% } +\newacronymstyle{long-sp-short-desc}% +{% + \GlsUseAcrEntryDispStyle{long-sp-short}% +}% +{% + \GlsUseAcrStyleDefs{long-sp-short}% + \renewcommand*{\GenericAcronymFields}{}% + \renewcommand*{\acronymsort}[2]{##2}% + \renewcommand*{\acronymentry}[1]{% + \glsentrylong{##1}\glsacspace{##1}(\acronymfont{\glsentryshort{##1}})}% +} \newacronymstyle{long-sc-short-desc}% {% \GlsUseAcrEntryDispStyle{long-sc-short}% @@ -7262,6 +7461,9 @@ false,nolabel,autolabel,nameref}[nolabel]{% \newcommand*{\showgloloclist}[1]{% \expandafter\show\csname glo@\glsdetoklabel{#1}@loclist\endcsname } +\newcommand*{\showglofield}[2]{% + \csshow{glo@\glsdetoklabel{#1}@#2}% +} \newcommand*{\showacronymlists}{% \show\@glsacronymlists } diff --git a/Master/texmf-dist/tex/latex/glossaries/base/mfirstuc-english.sty b/Master/texmf-dist/tex/latex/glossaries/base/mfirstuc-english.sty index ed6ad8babaa..817a90927a8 100644 --- a/Master/texmf-dist/tex/latex/glossaries/base/mfirstuc-english.sty +++ b/Master/texmf-dist/tex/latex/glossaries/base/mfirstuc-english.sty @@ -21,7 +21,7 @@ %% %% The Current Maintainer of this work is Nicola Talbot. %% -%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. +%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-chap-hyperfirst.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dot-abbr.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-font-abbr.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample-storage-abbr-desc.tex, sample-storage-abbr.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, mwe-acr-desc.tex, mwe-acr.tex, mwe-gls.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z diff --git a/Master/texmf-dist/tex/latex/glossaries/base/mfirstuc.sty b/Master/texmf-dist/tex/latex/glossaries/base/mfirstuc.sty index 2decb2abd4e..75f16e5e877 100644 --- a/Master/texmf-dist/tex/latex/glossaries/base/mfirstuc.sty +++ b/Master/texmf-dist/tex/latex/glossaries/base/mfirstuc.sty @@ -21,7 +21,7 @@ %% %% The Current Maintainer of this work is Nicola Talbot. %% -%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. +%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-chap-hyperfirst.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dot-abbr.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-font-abbr.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample-storage-abbr-desc.tex, sample-storage-abbr.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, mwe-acr-desc.tex, mwe-acr.tex, mwe-gls.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z diff --git a/Master/texmf-dist/tex/latex/glossaries/expl/glossaries-accsupp.sty b/Master/texmf-dist/tex/latex/glossaries/expl/glossaries-accsupp.sty index e11e867c9db..2f378ddc104 100644 --- a/Master/texmf-dist/tex/latex/glossaries/expl/glossaries-accsupp.sty +++ b/Master/texmf-dist/tex/latex/glossaries/expl/glossaries-accsupp.sty @@ -21,7 +21,7 @@ %% %% The Current Maintainer of this work is Nicola Talbot. %% -%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. +%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-chap-hyperfirst.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dot-abbr.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-font-abbr.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample-storage-abbr-desc.tex, sample-storage-abbr.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, mwe-acr-desc.tex, mwe-acr.tex, mwe-gls.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -39,7 +39,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{glossaries-accsupp}[2014/07/30 v4.08 (NLCT) +\ProvidesPackage{glossaries-accsupp}[2015/07/08 v4.16 (NLCT) Experimental glossaries accessibility] \DeclareOption*{\PassOptionsToPackage{\CurrentOption}{glossaries}} \ProcessOptions @@ -652,6 +652,7 @@ }% \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% + \glspostlinkhook } \def\@Acrshort#1#2[#3]{% \glsdoifexists{#2}% @@ -665,6 +666,7 @@ }% \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% + \glspostlinkhook } \def\@ACRshort#1#2[#3]{% \glsdoifexists{#2}% @@ -679,6 +681,7 @@ }% \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% + \glspostlinkhook } \def\@acrlong#1#2[#3]{% \glsdoifexists{#2}% @@ -692,6 +695,7 @@ }% \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% + \glspostlinkhook } \def\@Acrlong#1#2[#3]{% \glsdoifexists{#2}% @@ -705,6 +709,7 @@ }% \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% + \glspostlinkhook } \def\@ACRlong#1#2[#3]{% \glsdoifexists{#2}% @@ -719,6 +724,7 @@ }% \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% + \glspostlinkhook } \renewcommand*{\glossentryname}[1]{% \glsdoifexists{#1}% diff --git a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-hypernav.sty b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-hypernav.sty index 34ccb931ffd..15c89b5a00d 100644 --- a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-hypernav.sty +++ b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-hypernav.sty @@ -21,7 +21,7 @@ %% %% The Current Maintainer of this work is Nicola Talbot. %% -%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. +%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-chap-hyperfirst.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dot-abbr.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-font-abbr.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample-storage-abbr-desc.tex, sample-storage-abbr.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, mwe-acr-desc.tex, mwe-acr.tex, mwe-gls.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -38,7 +38,7 @@ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} -\ProvidesPackage{glossary-hypernav}[2013/11/14 v4.0 (NLCT)] +\ProvidesPackage{glossary-hypernav}[2015/07/08 v4.16 (NLCT)] \newcommand*{\glsnavhyperlink}[3][\@glo@type]{% \edef\gls@grplabel{#2}\protected@edef\@gls@grptitle{#3}% \@glslink{glsn:#1@#2}{#3}} diff --git a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-inline.sty b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-inline.sty index 75316cf422c..2430b91c1f3 100644 --- a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-inline.sty +++ b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-inline.sty @@ -21,7 +21,7 @@ %% %% The Current Maintainer of this work is Nicola Talbot. %% -%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. +%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-chap-hyperfirst.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dot-abbr.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-font-abbr.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample-storage-abbr-desc.tex, sample-storage-abbr.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, mwe-acr-desc.tex, mwe-acr.tex, mwe-gls.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -38,7 +38,7 @@ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} -\ProvidesPackage{glossary-inline}[2013/11/14 v4.0 (NLCT)] +\ProvidesPackage{glossary-inline}[2015/07/08 v4.16 (NLCT)] \newglossarystyle{inline}{% \renewenvironment{theglossary}% {% diff --git a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-list.sty b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-list.sty index 142d5968d00..b81621f0478 100644 --- a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-list.sty +++ b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-list.sty @@ -21,7 +21,7 @@ %% %% The Current Maintainer of this work is Nicola Talbot. %% -%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. +%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-chap-hyperfirst.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dot-abbr.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-font-abbr.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample-storage-abbr-desc.tex, sample-storage-abbr.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, mwe-acr-desc.tex, mwe-acr.tex, mwe-gls.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -38,7 +38,7 @@ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} -\ProvidesPackage{glossary-list}[2015/02/03 v4.13 (NLCT)] +\ProvidesPackage{glossary-list}[2015/07/08 v4.16 (NLCT)] \providecommand{\indexspace}{% \par \vskip 10\p@ \@plus 5\p@ \@minus 3\p@ \relax } diff --git a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-long.sty b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-long.sty index d4c4ef2b412..42799057989 100644 --- a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-long.sty +++ b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-long.sty @@ -21,7 +21,7 @@ %% %% The Current Maintainer of this work is Nicola Talbot. %% -%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. +%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-chap-hyperfirst.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dot-abbr.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-font-abbr.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample-storage-abbr-desc.tex, sample-storage-abbr.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, mwe-acr-desc.tex, mwe-acr.tex, mwe-gls.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -38,7 +38,7 @@ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} -\ProvidesPackage{glossary-long}[2013/11/14 v4.0 (NLCT)] +\ProvidesPackage{glossary-long}[2015/07/08 v4.16 (NLCT)] \RequirePackage{longtable} \@ifundefined{glsdescwidth}{% \newlength\glsdescwidth diff --git a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-longragged.sty b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-longragged.sty index 68172a24121..44a73a0f300 100644 --- a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-longragged.sty +++ b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-longragged.sty @@ -21,7 +21,7 @@ %% %% The Current Maintainer of this work is Nicola Talbot. %% -%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. +%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-chap-hyperfirst.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dot-abbr.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-font-abbr.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample-storage-abbr-desc.tex, sample-storage-abbr.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, mwe-acr-desc.tex, mwe-acr.tex, mwe-gls.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -38,7 +38,7 @@ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} -\ProvidesPackage{glossary-longragged}[2014/07/30 v4.08 (NLCT)] +\ProvidesPackage{glossary-longragged}[2015/07/08 v4.16 (NLCT)] \RequirePackage{array} \RequirePackage{longtable} \@ifundefined{glsdescwidth}{% diff --git a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-mcols.sty b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-mcols.sty index 444e6ccfea2..a3d53b8542f 100644 --- a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-mcols.sty +++ b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-mcols.sty @@ -21,7 +21,7 @@ %% %% The Current Maintainer of this work is Nicola Talbot. %% -%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. +%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-chap-hyperfirst.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dot-abbr.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-font-abbr.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample-storage-abbr-desc.tex, sample-storage-abbr.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, mwe-acr-desc.tex, mwe-acr.tex, mwe-gls.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -38,7 +38,7 @@ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} -\ProvidesPackage{glossary-mcols}[2015/02/03 v4.13 (NLCT)] +\ProvidesPackage{glossary-mcols}[2015/07/08 v4.16 (NLCT)] \RequirePackage{multicol} \RequirePackage{glossary-tree} \providecommand{\indexspace}{% diff --git a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-super.sty b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-super.sty index b9ea889691a..57f4052d5e5 100644 --- a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-super.sty +++ b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-super.sty @@ -21,7 +21,7 @@ %% %% The Current Maintainer of this work is Nicola Talbot. %% -%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. +%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-chap-hyperfirst.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dot-abbr.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-font-abbr.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample-storage-abbr-desc.tex, sample-storage-abbr.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, mwe-acr-desc.tex, mwe-acr.tex, mwe-gls.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -38,7 +38,7 @@ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} -\ProvidesPackage{glossary-super}[2013/11/14 v4.0 (NLCT)] +\ProvidesPackage{glossary-super}[2015/07/08 v4.16 (NLCT)] \RequirePackage{supertabular} \@ifundefined{glsdescwidth}{% \newlength\glsdescwidth diff --git a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-superragged.sty b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-superragged.sty index 57b0d2b372a..b489df5d3e0 100644 --- a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-superragged.sty +++ b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-superragged.sty @@ -21,7 +21,7 @@ %% %% The Current Maintainer of this work is Nicola Talbot. %% -%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. +%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-chap-hyperfirst.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dot-abbr.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-font-abbr.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample-storage-abbr-desc.tex, sample-storage-abbr.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, mwe-acr-desc.tex, mwe-acr.tex, mwe-gls.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -38,7 +38,7 @@ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} -\ProvidesPackage{glossary-superragged}[2013/11/14 v4.0 (NLCT)] +\ProvidesPackage{glossary-superragged}[2015/07/08 v4.16 (NLCT)] \RequirePackage{array} \RequirePackage{supertabular} \@ifundefined{glsdescwidth}{% diff --git a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-tree.sty b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-tree.sty index abb23c966d2..45b77250b0e 100644 --- a/Master/texmf-dist/tex/latex/glossaries/styles/glossary-tree.sty +++ b/Master/texmf-dist/tex/latex/glossaries/styles/glossary-tree.sty @@ -21,7 +21,7 @@ %% %% The Current Maintainer of this work is Nicola Talbot. %% -%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. +%% This work consists of the files glossaries.dtx and glossaries.ins and the derived files glossaries.sty, glossaries-prefix.sty, mfirstuc.sty, mfirstuc-english.sty, glossary-hypernav.sty, glossary-inline.sty, glossary-list.sty, glossary-long.sty, glossary-longragged.sty, glossary-mcols.sty, glossary-super.sty, glossary-superragged.sty, glossary-tree.sty, glossaries-compatible-207.sty, glossaries-compatible-307.sty, glossaries-accsupp.sty, glossaries-babel.sty, glossaries-polyglossia.sty, minimalgls.tex, glossary-lipsum-examples.tex, example-glossaries-acronym-desc.tex, example-glossaries-acronym.tex, example-glossaries-acronyms-lang.tex, example-glossaries-brief.tex, example-glossaries-childnoname.tex, example-glossaries-cite.tex, example-glossaries-images.tex, example-glossaries-long.tex, example-glossaries-multipar.tex, example-glossaries-parent.tex, example-glossaries-symbols.tex, example-glossaries-url.tex, sample-chap-hyperfirst.tex, sample-crossref.tex, sample-custom-acronym.tex, sample-dot-abbr.tex, sample-dual.tex, sample-entrycount.tex, sample-entryfmt.tex, sample-FnDesc.tex, sample-font-abbr.tex, sample-ignored.tex, sample-index.tex, sample-inline.tex, sample-langdict.tex, sample-mfirstuc.tex, sample-newkeys.tex, sample-noidxapp-utf8.tex, sample-noidxapp.tex, sample-nomathhyper.tex, sample-numberlist.tex, sample-prefix.tex, sample-si.tex, sample-storage-abbr-desc.tex, sample-storage-abbr.tex, sample.tex, sample4col.tex, sampleaccsupp.tex, sampleAcr.tex, sampleAcrDesc.tex, sampleacronyms.tex, sampleCustomAcr.tex, sampleDB.tex, sampleDesc.tex, sampleEq.tex, sampleEqPg.tex, sampleFnAcrDesc.tex, sampleNtn.tex, samplePeople.tex, sampleSec.tex, sampleSort.tex, sampletree.tex, sampleutf8.tex, samplexdy.tex, samplexdy2.tex, mwe-acr-desc.tex, mwe-acr.tex, mwe-gls.tex, samplexdy-mc.xdy, samplexdy-mc207.xdy, database1.tex, database2.tex, glossaries.perl, mfirstuc.perl. %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -38,7 +38,7 @@ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} -\ProvidesPackage{glossary-tree}[2015/02/03 v4.13 (NLCT)] +\ProvidesPackage{glossary-tree}[2015/07/08 v4.16 (NLCT)] \providecommand{\indexspace}{% \par \vskip 10\p@ \@plus 5\p@ \@minus 3\p@ \relax } |