summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/glossaries-extra
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-27 22:55:41 +0000
committerKarl Berry <karl@freefriends.org>2016-04-27 22:55:41 +0000
commit48b3038496bf03bf75673179dae38809fb3d8caf (patch)
tree40ef29349a58c3230fa67d91b7e314be47f3fd51 /Master/texmf-dist/source/latex/glossaries-extra
parent221b1ab40f24236ec05478092e845aeea69ac75c (diff)
glossaries-extra (27apr16)
git-svn-id: svn://tug.org/texlive/trunk@40791 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/glossaries-extra')
-rw-r--r--Master/texmf-dist/source/latex/glossaries-extra/glossaries-extra.dtx50
-rw-r--r--Master/texmf-dist/source/latex/glossaries-extra/glossaries-extra.ins2
2 files changed, 32 insertions, 20 deletions
diff --git a/Master/texmf-dist/source/latex/glossaries-extra/glossaries-extra.dtx b/Master/texmf-dist/source/latex/glossaries-extra/glossaries-extra.dtx
index ec1f5a8514a..8935783ee9b 100644
--- a/Master/texmf-dist/source/latex/glossaries-extra/glossaries-extra.dtx
+++ b/Master/texmf-dist/source/latex/glossaries-extra/glossaries-extra.dtx
@@ -1,14 +1,14 @@
%\iffalse
% glossaries-extra.dtx generated using makedtx version 1.1 (c) Nicola Talbot
% Command line args:
-% -codetitle "Main Package Code (\\styfmt{glossaries-extra.sty})"
-% -section "chapter"
% -author "Nicola Talbot"
-% -doc "glossaries-extra-codedoc.tex"
% -src "glossaries-extra.sty\Z=>glossaries-extra.sty"
% -src "glossaries-extra-stylemods.sty\Z=>glossaries-extra-stylemods.sty"
+% -section "chapter"
+% -codetitle "Main Package Code (\\styfmt{glossaries-extra.sty})"
+% -doc "glossaries-extra-codedoc.tex"
% glossaries-extra
-% Created on 2016/4/25 12:22
+% Created on 2016/4/27 10:59
%\fi
%\iffalse
%<*package>
@@ -153,13 +153,13 @@ styles (glossaries):>#1={\protect\ttfamily#1}|main}}
\raggedright
}
-\title{glossaries-extra.sty v1.02:
+\title{glossaries-extra.sty v1.03:
documented code}
\author{Nicola L.C. Talbot\\[10pt]
Dickimaw Books\\
\url{http://www.dickimaw-books.com/}}
-\date{2016-04-25}
+\date{2016-04-27}
\begin{document}
\DocInput{glossaries-extra.dtx}
@@ -204,7 +204,7 @@ Dickimaw Books\\
%\section{Package Initialisation and Options}
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{glossaries-extra}[2016/04/25 v1.02 (NLCT)]
+\ProvidesPackage{glossaries-extra}[2016/04/27 v1.03 (NLCT)]
% \end{macrocode}
% Requires \sty{xkeyval} to define package options.
% \begin{macrocode}
@@ -1420,22 +1420,26 @@ Dickimaw Books\\
% \end{macrocode}
%\end{macro}
%
-%\begin{macro}{\@glsplural}
+%\begin{macro}{\@glsplural@}
% No case changing version.
%\changes{0.3}{2015-12-02}{added redefinition}
+%\changes{1.03}{2016-04-27}{fixed bug \cs{@glsplural@} should be redefined
+%not \cs{@glsplural}}
% \begin{macrocode}
-\def\@glsplural#1#2[#3]{%
+\def\@glsplural@#1#2[#3]{%
\@gls@field@link[\let\glsifplural\@firstoftwo]{#1}{#2}%
{\glsentryplural{#2}#3}%
}
% \end{macrocode}
%\end{macro}
%
-%\begin{macro}{\@Glsplural}
+%\begin{macro}{\@Glsplural@}
% First letter uppercase version.
%\changes{0.3}{2015-12-02}{added redefinition}
+%\changes{1.03}{2016-04-27}{fixed bug \cs{@Glsplural@} should be redefined
+%not \cs{@Glsplural}}
% \begin{macrocode}
-\def\@Glsplural#1#2[#3]{%
+\def\@Glsplural@#1#2[#3]{%
\@gls@field@link
[\let\glsifplural\@firstoftwo
\let\glscapscase\@secondofthree
@@ -1445,11 +1449,13 @@ Dickimaw Books\\
% \end{macrocode}
%\end{macro}
%
-%\begin{macro}{\@GLSplural}
+%\begin{macro}{\@GLSplural@}
% All uppercase version.
%\changes{0.3}{2015-12-02}{added redefinition}
+%\changes{1.03}{2016-04-27}{fixed bug \cs{@GLSplural@} should be redefined
+%not \cs{@GLSplural}}
% \begin{macrocode}
-\def\@GLSplural#1#2[#3]{%
+\def\@GLSplural@#1#2[#3]{%
\@gls@field@link
[\let\glsifplural\@firstoftwo
\let\glscapscase\@thirdofthree
@@ -1476,8 +1482,9 @@ Dickimaw Books\\
%\begin{macro}{\@Glsfirstplural@}
% First letter uppercase version.
%\changes{0.3}{2015-12-02}{added redefinition}
+%\changes{1.03}{2016-04-27}{bug fix: misspelt cs name}
% \begin{macrocode}
-\def\@glsfirstplural@#1#2[#3]{%
+\def\@Glsfirstplural@#1#2[#3]{%
\@gls@field@link
[\let\glsxtrifwasfirstuse\@firstoftwo
\let\glsifplural\@firstoftwo
@@ -1488,11 +1495,12 @@ Dickimaw Books\\
% \end{macrocode}
%\end{macro}
%
-%\begin{macro}{\@Glsfirstplural@}
+%\begin{macro}{\@GLSfirstplural@}
% All uppercase version.
%\changes{0.3}{2015-12-02}{added redefinition}
+%\changes{1.03}{2016-04-27}{bug fix: misspelt cs name}
% \begin{macrocode}
-\def\@glsfirstplural@#1#2[#3]{%
+\def\@GLSfirstplural@#1#2[#3]{%
\@gls@field@link
[\let\glsxtrifwasfirstuse\@firstoftwo
\let\glsifplural\@firstoftwo
@@ -9558,9 +9566,11 @@ want
%\begin{macro}{\glsxtrtitleshortpl}
% Command to display plural short form of abbreviation in section title and
% table of contents.
+%\changes{1.03}{2016-04-27}{bug fix: changed \cs{glsxtrshort} to
+%\cs{glsxtrshortpl}}
% \begin{macrocode}
\newrobustcmd*{\glsxtrtitleshortpl}[1]{%
- \glsxtrshort[noindex,hyper=false]{#1}[]%
+ \glsxtrshortpl[noindex,hyper=false]{#1}[]%
}
% \end{macrocode}
%\end{macro}
@@ -9914,9 +9924,11 @@ want
% Command to display plural long form of abbreviation in section title and
% table of contents.
%\changes{1.02}{2016-04-25}{new}
+%\changes{1.03}{2016-04-27}{bug fix: changed \cs{glsxtrlong} to
+%\cs{glsxtrlongpl}}
% \begin{macrocode}
\newrobustcmd*{\glsxtrtitlelongpl}[1]{%
- \glsxtrlong[noindex,hyper=false]{#1}[]%
+ \glsxtrlongpl[noindex,hyper=false]{#1}[]%
}
% \end{macrocode}
%\end{macro}
@@ -10569,7 +10581,7 @@ want
% First identify package:
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{glossaries-extra-stylemods}[2016/04/25 v1.02 (NLCT)]
+\ProvidesPackage{glossaries-extra-stylemods}[2016/04/27 v1.03 (NLCT)]
% \end{macrocode}
% Provide package options to automatically load required predefined
% styles. The simplest method is to just test for the existence of
diff --git a/Master/texmf-dist/source/latex/glossaries-extra/glossaries-extra.ins b/Master/texmf-dist/source/latex/glossaries-extra/glossaries-extra.ins
index 12d4ae7b55a..3f693042de9 100644
--- a/Master/texmf-dist/source/latex/glossaries-extra/glossaries-extra.ins
+++ b/Master/texmf-dist/source/latex/glossaries-extra/glossaries-extra.ins
@@ -1,4 +1,4 @@
-% glossaries-extra.ins generated using makedtx version 1.1 2016/4/25 12:22
+% glossaries-extra.ins generated using makedtx version 1.1 2016/4/27 10:59
\input docstrip
\preamble