summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/glossaries
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-11-15 22:53:09 +0000
committerKarl Berry <karl@freefriends.org>2017-11-15 22:53:09 +0000
commit7116eb3c7dd50b9b6a0470aceaa9f6e993d07490 (patch)
tree3375af4bf333855202468bb75729f962450c59a1 /Master/texmf-dist/source/latex/glossaries
parent8db1d9ae4386e820a532cc623a875cdca0e5d9fc (diff)
glossaries (15nov17)
git-svn-id: svn://tug.org/texlive/trunk@45821 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/glossaries')
-rw-r--r--Master/texmf-dist/source/latex/glossaries/glossaries.dtx70
-rw-r--r--Master/texmf-dist/source/latex/glossaries/glossaries.ins2
2 files changed, 39 insertions, 33 deletions
diff --git a/Master/texmf-dist/source/latex/glossaries/glossaries.dtx b/Master/texmf-dist/source/latex/glossaries/glossaries.dtx
index 86d183f7103..348cbe6819f 100644
--- a/Master/texmf-dist/source/latex/glossaries/glossaries.dtx
+++ b/Master/texmf-dist/source/latex/glossaries/glossaries.dtx
@@ -1,10 +1,14 @@
%\iffalse
% glossaries.dtx generated using makedtx version 1.2 (c) Nicola Talbot
% Command line args:
+% -section "chapter"
+% -setambles ".*\.perl=>\nopreamble\nopostamble"
+% -setambles ".*\.tex=>\nopreamble\nopostamble"
+% -setambles ".*\.xdy=>\nopreamble\nopostamble"
+% -macrocode ".*\.perl"
+% -macrocode ".*\.tex"
+% -macrocode ".*\.xdy"
% -author "Nicola Talbot"
-% -comment ".*\.perl"
-% -comment ".*\.tex"
-% -comment ".*\.xdy"
% -src "glossaries\.sty\Z=>glossaries.sty"
% -src "glossaries-prefix.sty\Z=>glossaries-prefix.sty"
% -src "(glossary-.+)\.(sty)\Z=>\1.\2"
@@ -21,17 +25,13 @@
% -src "(samplexdy-mc.*\.xdy)\Z=>\1"
% -src "(database.*\.tex)\Z=>\1"
% -src "(.*\.perl)\Z=>\1"
-% -macrocode ".*\.perl"
-% -macrocode ".*\.tex"
-% -macrocode ".*\.xdy"
% -codetitle "Main Package Code"
-% -section "chapter"
+% -comment ".*\.perl"
+% -comment ".*\.tex"
+% -comment ".*\.xdy"
% -doc "glossaries-manual.tex"
-% -setambles ".*\.perl=>\nopreamble\nopostamble"
-% -setambles ".*\.tex=>\nopreamble\nopostamble"
-% -setambles ".*\.xdy=>\nopreamble\nopostamble"
% glossaries
-% Created on 2017/11/3 20:12
+% Created on 2017/11/14 19:44
%\fi
%\iffalse
%<*package>
@@ -145,7 +145,7 @@ governed by the \gloskey{first} and \gloskey{firstplural} keys of
\setcounter{IndexColumns}{2}
-\CheckSum{19480}
+\CheckSum{19481}
\newcommand*{\ifirstuse}{\iterm{first use}}
\newcommand*{\firstuse}{\gls{firstuse}}
@@ -172,12 +172,12 @@ governed by the \gloskey{first} and \gloskey{firstplural} keys of
%\fi
%\MakeShortVerb{"}
%
-% \title{Documented Code For glossaries v4.34}
+% \title{Documented Code For glossaries v4.35}
% \author{Nicola L.C. Talbot\\[10pt]
%Dickimaw Books\\
%\url{http://www.dickimaw-books.com/}}
%
-% \date{2017-11-03}
+% \date{2017-11-14}
% \maketitle
%
%This is the documented code for the \styfmt{glossaries} package.
@@ -193,7 +193,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.34:
+%For the main user guide, read \qt{glossaries.sty v4.35:
%\LaTeX2e\ Package to Assist Generating Glossaries}.
%
%\item[\url{mfirstuc-manual.pdf}]
@@ -248,7 +248,7 @@ governed by the \gloskey{first} and \gloskey{firstplural} keys of
% This package requires \LaTeXe.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{glossaries}[2017/11/03 v4.34 (NLCT)]
+\ProvidesPackage{glossaries}[2017/11/14 v4.35 (NLCT)]
% \end{macrocode}
%\changes{4.18}{2015-09-09}{split mfirstuc into separate bundle}
% Required packages:
@@ -11794,6 +11794,12 @@ false,nolabel,autolabel,nameref}[nolabel]{%
% \begin{macrocode}
\@gls@saveentrycounter
% \end{macrocode}
+% Define sort key if necessary:
+%\changes{4.35}{2017-11-14}{added \cs{@gls@setsort} (in case of
+%\pkgopt[use]{sort})}
+% \begin{macrocode}
+ \@gls@setsort{#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.
@@ -18850,7 +18856,7 @@ false,nolabel,autolabel,nameref}[nolabel]{%
% \cs{gls}\marg{label}} on subsequent use.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{glossaries-prefix}[2017/11/03 v4.34 (NLCT)]
+\ProvidesPackage{glossaries-prefix}[2017/11/14 v4.35 (NLCT)]
% \end{macrocode}
% Pass all options to \sty{glossaries}:
% \begin{macrocode}
@@ -19265,7 +19271,7 @@ false,nolabel,autolabel,nameref}[nolabel]{%
%\label{sec:code:hypernav}
% Package Definition:
% \begin{macrocode}
-\ProvidesPackage{glossary-hypernav}[2017/11/03 v4.34 (NLCT)]
+\ProvidesPackage{glossary-hypernav}[2017/11/14 v4.35 (NLCT)]
% \end{macrocode}
%
% The commands defined in this package are provided to
@@ -19458,7 +19464,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}[2017/11/03 v4.34 (NLCT)]
+\ProvidesPackage{glossary-inline}[2017/11/14 v4.35 (NLCT)]
% \end{macrocode}
%
%\begin{style}{inline}
@@ -19649,7 +19655,7 @@ false,nolabel,autolabel,nameref}[nolabel]{%
% \ics{item} command, it will appear in a bold font by
% default.
% \begin{macrocode}
-\ProvidesPackage{glossary-list}[2017/11/03 v4.34 (NLCT)]
+\ProvidesPackage{glossary-list}[2017/11/14 v4.35 (NLCT)]
% \end{macrocode}
%\begin{macro}{\indexspace}
%\changes{4.13}{2015-02-03}{new}
@@ -19931,7 +19937,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}[2017/11/03 v4.34 (NLCT)]
+\ProvidesPackage{glossary-long}[2017/11/14 v4.35 (NLCT)]
% \end{macrocode}
% Requires the \isty{longtable} package:
% \begin{macrocode}
@@ -20428,7 +20434,7 @@ false,nolabel,autolabel,nameref}[nolabel]{%
% \url{http://tex.stackexchange.com/a/56890}
%
% \begin{macrocode}
-\ProvidesPackage{glossary-longbooktabs}[2017/11/03 v4.34 (NLCT)]
+\ProvidesPackage{glossary-longbooktabs}[2017/11/14 v4.35 (NLCT)]
% \end{macrocode}
% Requires \sty{booktabs} package:
% \begin{macrocode}
@@ -20769,7 +20775,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}[2017/11/03 v4.34 (NLCT)]
+\ProvidesPackage{glossary-longragged}[2017/11/14 v4.35 (NLCT)]
% \end{macrocode}
% Requires the \isty{array} package:
% \begin{macrocode}
@@ -21202,7 +21208,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}[2017/11/03 v4.34 (NLCT)]
+\ProvidesPackage{glossary-mcols}[2017/11/14 v4.35 (NLCT)]
% \end{macrocode}
% Required packages:
% \begin{macrocode}
@@ -21639,7 +21645,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}[2017/11/03 v4.34 (NLCT)]
+\ProvidesPackage{glossary-super}[2017/11/14 v4.35 (NLCT)]
% \end{macrocode}
% Requires the \isty{supertabular} package:
% \begin{macrocode}
@@ -22171,7 +22177,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}[2017/11/03 v4.34 (NLCT)]
+\ProvidesPackage{glossary-superragged}[2017/11/14 v4.35 (NLCT)]
% \end{macrocode}
% Requires the \isty{array} package:
% \begin{macrocode}
@@ -22611,7 +22617,7 @@ false,nolabel,autolabel,nameref}[nolabel]{%
% that have a tree-like structure. These are designed for
% hierarchical glossaries.
% \begin{macrocode}
-\ProvidesPackage{glossary-tree}[2017/11/03 v4.34 (NLCT)]
+\ProvidesPackage{glossary-tree}[2017/11/14 v4.35 (NLCT)]
% \end{macrocode}
%
%\begin{macro}{\indexspace}
@@ -23332,7 +23338,7 @@ false,nolabel,autolabel,nameref}[nolabel]{%
% hyperlinks may not work properly.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{glossaries-compatible-207}[2017/11/03 v4.34 (NLCT)]
+\ProvidesPackage{glossaries-compatible-207}[2017/11/14 v4.35 (NLCT)]
% \end{macrocode}
%\begin{macro}{\GlsAddXdyAttribute}
% Adds an attribute in old format.
@@ -23693,7 +23699,7 @@ false,nolabel,autolabel,nameref}[nolabel]{%
%\section{glossaries-compatible-307}
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{glossaries-compatible-307}[2017/11/03 v4.34 (NLCT)]
+\ProvidesPackage{glossaries-compatible-307}[2017/11/14 v4.35 (NLCT)]
% \end{macrocode}
%
% Compatibility macros for predefined glossary styles:
@@ -24501,7 +24507,7 @@ false,nolabel,autolabel,nameref}[nolabel]{%
% \end{macrocode}
% Package version number now in line with main glossaries package number.
% \begin{macrocode}
-\ProvidesPackage{glossaries-accsupp}[2017/11/03 v4.34 (NLCT)
+\ProvidesPackage{glossaries-accsupp}[2017/11/14 v4.35 (NLCT)
Experimental glossaries accessibility]
% \end{macrocode}
% Pass all options to \sty{glossaries}:
@@ -26940,7 +26946,7 @@ false,nolabel,autolabel,nameref}[nolabel]{%
% modules.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{glossaries-babel}[2017/11/03 v4.34 (NLCT)]
+\ProvidesPackage{glossaries-babel}[2017/11/14 v4.35 (NLCT)]
% \end{macrocode}
% Load \sty{tracklang} to obtain language settings.
% \begin{macrocode}
@@ -26984,7 +26990,7 @@ false,nolabel,autolabel,nameref}[nolabel]{%
% modules.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{glossaries-polyglossia}[2017/11/03 v4.34 (NLCT)]
+\ProvidesPackage{glossaries-polyglossia}[2017/11/14 v4.35 (NLCT)]
% \end{macrocode}
% Load \sty{tracklang} to obtain language settings.
% \begin{macrocode}
diff --git a/Master/texmf-dist/source/latex/glossaries/glossaries.ins b/Master/texmf-dist/source/latex/glossaries/glossaries.ins
index 93c4e6b34f1..c1c914d88ff 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.2 2017/11/3 20:12
+% glossaries.ins generated using makedtx version 1.2 2017/11/14 19:44
\input docstrip
\preamble