diff options
author | Karl Berry <karl@freefriends.org> | 2015-03-16 20:46:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-03-16 20:46:26 +0000 |
commit | 6e0f4bb68148b7067ae458d0907df1aa9f493f93 (patch) | |
tree | dd13a1cd74b4c9876935a17e36f7647fb4be300f /Master/texmf-dist/source | |
parent | 0029775a1baad997a0e88cc859f6e467da0ef815 (diff) |
glossaries (16mar15)
git-svn-id: svn://tug.org/texlive/trunk@36533 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/glossaries/glossaries.dtx | 27 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/glossaries/glossaries.ins | 2 |
2 files changed, 15 insertions, 14 deletions
diff --git a/Master/texmf-dist/source/latex/glossaries/glossaries.dtx b/Master/texmf-dist/source/latex/glossaries/glossaries.dtx index 0d4368c4efe..ef5d791e9f3 100644 --- a/Master/texmf-dist/source/latex/glossaries/glossaries.dtx +++ b/Master/texmf-dist/source/latex/glossaries/glossaries.dtx @@ -1,8 +1,13 @@ %\iffalse % glossaries.dtx generated using makedtx version 1.1 (c) Nicola Talbot % Command line args: +% -macrocode ".*\.perl" +% -macrocode ".*\.tex" +% -macrocode ".*\.xdy" % -author "Nicola Talbot" -% -doc "glossaries-manual.tex" +% -comment ".*\.perl" +% -comment ".*\.tex" +% -comment ".*\.xdy" % -src "glossaries.sty\Z=>glossaries.sty" % -src "glossaries-prefix.sty\Z=>glossaries-prefix.sty" % -src "mfirstuc.sty\Z=>mfirstuc.sty" @@ -19,18 +24,13 @@ % -src "(samplexdy-mc.*\.xdy)\Z=>\1" % -src "(database.*\.tex)\Z=>\1" % -src "(.*\.perl)\Z=>\1" -% -comment ".*\.perl" -% -comment ".*\.tex" -% -comment ".*\.xdy" -% -macrocode ".*\.perl" -% -macrocode ".*\.tex" -% -macrocode ".*\.xdy" % -codetitle "Main Package Code" % -setambles ".*\.perl=>\nopreamble\nopostamble" % -setambles ".*\.tex=>\nopreamble\nopostamble" % -setambles ".*\.xdy=>\nopreamble\nopostamble" +% -doc "glossaries-manual.tex" % glossaries -% Created on 2015/2/28 17:35 +% Created on 2015/3/16 18:44 %\fi %\iffalse %<*package> @@ -168,12 +168,12 @@ governed by the \gloskey{first} and \gloskey{firstplural} keys of %\MakeShortVerb{"} %\DeleteShortVerb{\|} % -% \title{Documented Code For glossaries v4.14} +% \title{Documented Code For glossaries v4.15} % \author{Nicola L.C. Talbot\\[10pt] %Dickimaw Books\\ %\url{http://www.dickimaw-books.com/}} % -% \date{2015-02-28} +% \date{2015-03-16} % \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.14: +%For the main user guide, read \qt{glossaries.sty v4.15: %\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}[2015/02/28 v4.14 (NLCT)] +\ProvidesPackage{glossaries}[2015/03/16 v4.15 (NLCT)] % \end{macrocode} % Required packages: % \begin{macrocode} @@ -10093,8 +10093,9 @@ false,nolabel,autolabel,nameref}[nolabel]{% %\changes{4.08}{2014-07-30}{moved \cs{glsifhyper}} % Call \cs{@gls@link}. % Note that \cs{@gls@link} sets \cs{glstype}. +%\changes{4.15}{2015-03-16}{bug fix replaced \cs{@glo@type} with \cs{glstype}} % \begin{macrocode} - \@gls@link[#1]{#2}{\csname gls@\@glo@type @entryfmt\endcsname}% + \@gls@link[#1]{#2}{\csname gls@\glstype @entryfmt\endcsname}% }% } % \end{macrocode} diff --git a/Master/texmf-dist/source/latex/glossaries/glossaries.ins b/Master/texmf-dist/source/latex/glossaries/glossaries.ins index 77801a5852a..2f9fd929eaa 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/2/28 17:35 +% glossaries.ins generated using makedtx version 1.1 2015/3/16 18:44 \input docstrip \preamble |