summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-02-03 23:35:29 +0000
committerKarl Berry <karl@freefriends.org>2015-02-03 23:35:29 +0000
commitee0e64e16ff5d81050d780da9298fecd9eeae3b8 (patch)
tree11b7a5c347d869fb9e56cec384fa033bed295834 /Master/texmf-dist/source
parent94b0072f70667d3cd7e762500a5417e5c70e5fb1 (diff)
glossaries (3feb15)
git-svn-id: svn://tug.org/texlive/trunk@36201 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/glossaries/glossaries.dtx75
-rw-r--r--Master/texmf-dist/source/latex/glossaries/glossaries.ins4
2 files changed, 66 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/glossaries/glossaries.dtx b/Master/texmf-dist/source/latex/glossaries/glossaries.dtx
index edc6423bc5a..01dd7d08e4a 100644
--- a/Master/texmf-dist/source/latex/glossaries/glossaries.dtx
+++ b/Master/texmf-dist/source/latex/glossaries/glossaries.dtx
@@ -30,7 +30,7 @@
% -author "Nicola Talbot"
% -codetitle "Main Package Code"
% glossaries
-% Created on 2014/11/24 16:50
+% Created on 2015/2/3 15:15
%\fi
%\iffalse
%<*package>
@@ -53,7 +53,7 @@
%\fi
% \iffalse
% Doc-Source file to use with LaTeX2e
-% Copyright (C) 2014 Nicola Talbot, all rights reserved.
+% Copyright (C) 2015 Nicola Talbot, all rights reserved.
% \fi
% \iffalse
%<*driver>
@@ -140,7 +140,7 @@ governed by the \gloskey{first} and \gloskey{firstplural} keys of
\setcounter{IndexColumns}{2}
-\CheckSum{17735}
+\CheckSum{17781}
\newcommand*{\ifirstuse}{\iterm{first use}}
\newcommand*{\firstuse}{\gls{firstuse}}
@@ -168,12 +168,12 @@ governed by the \gloskey{first} and \gloskey{firstplural} keys of
%\MakeShortVerb{"}
%\DeleteShortVerb{\|}
%
-% \title{Documented Code For glossaries v4.12}
+% \title{Documented Code For glossaries v4.13}
% \author{Nicola L.C. Talbot\\[10pt]
%Dickimaw Books\\
%\url{http://www.dickimaw-books.com/}}
%
-% \date{2014-11-22}
+% \date{2015-02-03}
% \maketitle
%
%This is the documented code for the \styfmt{glossaries} package.
@@ -189,7 +189,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.12:
+%For the main user guide, read \qt{glossaries.sty v4.13:
%\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}[2014/11/22 v4.12 (NLCT)]
+\ProvidesPackage{glossaries}[2015/02/03 v4.13 (NLCT)]
% \end{macrocode}
% Required packages:
% \begin{macrocode}
@@ -17243,7 +17243,7 @@ false,nolabel,autolabel,nameref}[nolabel]{%
%\label{sec:code:mfirstuc}
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{mfirstuc}[2014/07/30 v1.09 (NLCT)]
+\ProvidesPackage{mfirstuc}[2015/02/03 v1.10 (NLCT)]
% \end{macrocode}
% Requires \sty{etoolbox}:\changes{1.06}{2012/05/21}{now requires
% etoolbox}
@@ -17362,6 +17362,17 @@ false,nolabel,autolabel,nameref}[nolabel]{%
% \end{macrocode}
%\end{macro}
%
+%\begin{macro}{\emakefirstuc}
+%\changes{1.10}{2015/05/03}{new}
+% Fully expand argument before applying \cs{makefirstuc}
+% \begin{macrocode}
+\DeclareRobustCommand*{\emakefirstuc}[1]{%
+ \protected@edef\@MFU@caparg{#1}%
+ \expandafter\makefirstuc\expandafter{\@MFU@caparg}%
+}
+% \end{macrocode}
+%\end{macro}
+%
%\begin{macro}{\capitalisewords}
%\changes{1.06}{2012/05/21}{new}
% Capitalise each word in the argument. Words are considered to be
@@ -17454,6 +17465,17 @@ false,nolabel,autolabel,nameref}[nolabel]{%
}
% \end{macrocode}
%\end{macro}
+%
+%\begin{macro}{\ecapitalisewords}
+%\changes{1.10}{2015/05/03}{new}
+% Fully expand argument before applying \cs{capitalisewords}
+% \begin{macrocode}
+\DeclareRobustCommand*{\ecapitalisewords}[1]{%
+ \protected@edef\@MFU@caparg{#1}%
+ \expandafter\capitalisewords\expandafter{\@MFU@caparg}%
+}
+% \end{macrocode}
+%\end{macro}
%\iffalse
% \begin{macrocode}
%</mfirstuc.sty>
@@ -17866,8 +17888,18 @@ false,nolabel,autolabel,nameref}[nolabel]{%
% \ics{item} command, it will appear in a bold font by
% default.
% \begin{macrocode}
-\ProvidesPackage{glossary-list}[2013/11/14 v4.0 (NLCT)]
+\ProvidesPackage{glossary-list}[2015/02/03 v4.13 (NLCT)]
% \end{macrocode}
+%\begin{macro}{\indexspace}
+%\changes{4.13}{2015-02-03}{new}
+% The are a few classes that don't define \cs{indexspace}, so
+% provide a definition if it hasn't been defined.
+% \begin{macrocode}
+\providecommand{\indexspace}{%
+ \par \vskip 10\p@ \@plus 5\p@ \@minus 3\p@ \relax
+}
+% \end{macrocode}
+%\end{macro}
%\begin{style}{list}
% The \glostyle{list} glossary style
% uses the \env{description} environment. The group separator
@@ -18996,7 +19028,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}[2013/11/14 v4.0 (NLCT)]
+\ProvidesPackage{glossary-mcols}[2015/02/03 v4.13 (NLCT)]
% \end{macrocode}
% Required packages:
% \begin{macrocode}
@@ -19004,6 +19036,17 @@ false,nolabel,autolabel,nameref}[nolabel]{%
\RequirePackage{glossary-tree}
% \end{macrocode}
%
+%\begin{macro}{\indexspace}
+%\changes{4.13}{2015-02-03}{new}
+% The are a few classes that don't define \cs{indexspace}, so
+% provide a definition if it hasn't been defined.
+% \begin{macrocode}
+\providecommand{\indexspace}{%
+ \par \vskip 10\p@ \@plus 5\p@ \@minus 3\p@ \relax
+}
+% \end{macrocode}
+%\end{macro}
+%
%\begin{macro}{\glsmcols}
% Define macro in which to store the number of columns. (Defaults to
% 2.)
@@ -20218,9 +20261,19 @@ false,nolabel,autolabel,nameref}[nolabel]{%
% that have a tree-like structure. These are designed for
% hierarchical glossaries.
% \begin{macrocode}
-\ProvidesPackage{glossary-tree}[2014/08/27 v4.10 (NLCT)]
+\ProvidesPackage{glossary-tree}[2015/02/03 v4.13 (NLCT)]
% \end{macrocode}
%
+%\begin{macro}{\indexspace}
+%\changes{4.13}{2015-02-03}{new}
+% The are a few classes that don't define \cs{indexspace}, so
+% provide a definition if it hasn't been defined.
+% \begin{macrocode}
+\providecommand{\indexspace}{%
+ \par \vskip 10\p@ \@plus 5\p@ \@minus 3\p@ \relax
+}
+% \end{macrocode}
+%\end{macro}
%\begin{macro}{\glstreenamefmt}
%\changes{4.08}{2014-07-30}{new}
% Format used to display the name in the tree styles. (This may be
diff --git a/Master/texmf-dist/source/latex/glossaries/glossaries.ins b/Master/texmf-dist/source/latex/glossaries/glossaries.ins
index 373740fcb47..aecd29d6570 100644
--- a/Master/texmf-dist/source/latex/glossaries/glossaries.ins
+++ b/Master/texmf-dist/source/latex/glossaries/glossaries.ins
@@ -1,10 +1,10 @@
-% glossaries.ins generated using makedtx version 1.1 2014/11/24 16:50
+% glossaries.ins generated using makedtx version 1.1 2015/2/3 15:15
\input docstrip
\preamble
glossaries.dtx
- Copyright 2014 Nicola Talbot
+ Copyright 2015 Nicola Talbot
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3