diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html')
-rw-r--r-- | Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html b/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html index b2e3e872828..75f65ab8ee3 100644 --- a/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html +++ b/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html @@ -208,7 +208,7 @@ div.verbatim { font-family: monospace; white-space: nowrap; text-align:left; cle > <!--l. 44--><p class="noindent" > </p><!--l. 44--><p class="noindent" ><span -class="cmr-17">The glossaries package v4.26: a guide for</span> +class="cmr-17">The glossaries package v4.27: a guide for</span> <span class="cmr-17">beginners</span> </p> @@ -221,7 +221,7 @@ class="td11"> <span class="cmr-12">Nicola L.C. Talbot </span></td></tr></table> </div> <!--l. 44--><p class="noindent" ><span -class="cmr-12">2016-10-12</span></p></div> +class="cmr-12">2016-12-16</span></p></div> <div class="abstract" > @@ -338,7 +338,7 @@ example:  <br />\usepackage{glossaries}  <br />\newglossaryentry{ex}{name={sample},description={an example}}  <br />\begin{document} - <br />Here’s my \gls{ex} term. + <br />Here's my \gls{ex} term.  <br />\end{document} </div> <!--l. 99--><p class="nopar" > This produces: <spacer type=vertical size=10><span class="obeylines-h"> @@ -691,7 +691,7 @@ class="cmtt-10">é</span>). This first letter must be placed in a g <div class="verbatim" id="verbatim-12"> \newglossaryentry{elite}  <br />{ -  <br />  name={{\’e}lite}, +  <br />  name={{\'e}lite},  <br />  description={select group or class}  <br />} </div> @@ -1364,7 +1364,7 @@ earlier definition: <div class="verbatim" id="verbatim-30"> \newglossaryentry{elite}  <br />{ - <br />  name={{\’e}lite}, + <br />  name={{\'e}lite},  <br />  description={select group or class}  <br />} </div> @@ -1502,7 +1502,7 @@ class="cmtt-10">sort </span>key like this: <div class="verbatim" id="verbatim-31"> \newglossaryentry{elite}  <br />{ - <br />  name={{\’e}lite}, + <br />  name={{\'e}lite},  <br />  sort={elite},  <br />  description={select group or class}  <br />} @@ -1921,14 +1921,14 @@ the preamble. For example: </p> <div class="verbatim" id="verbatim-46"> \newglossaryentry{gls:set} - <br />{% This entry goes in the ‘main’ glossary + <br />{% This entry goes in the `main' glossary  <br />  name=set,  <br />  description={A collection of distinct objects}  <br />} - <br /> This entry goes in the ‘acronym’ glossary: + <br /> This entry goes in the `acronym' glossary:  <br />\newacronym{svm}{svm}{support vector machine}  <br />\newglossaryentry{not:set} - <br />{% This entry goes in the ‘notation’ glossary: + <br />{% This entry goes in the `notation' glossary:  <br />  type=notation,  <br />  name={\ensuremath{\mathcal{S}}},  <br />  description={A set}, @@ -1942,7 +1942,7 @@ class="cmtt-10">\ensuremath</span>: </p> <div class="verbatim" id="verbatim-47"> \newglossaryentry{not:set} - <br />{% This entry goes in the ‘notation’ glossary: + <br />{% This entry goes in the `notation' glossary:  <br />  type=notation,  <br />  name={$\mathcal{S}$},  <br />  text={\mathcal{S}}, |