diff options
author | Karl Berry <karl@freefriends.org> | 2015-11-23 23:05:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-11-23 23:05:48 +0000 |
commit | 47e31c7a10c1ad9aabcbd1aefaa35c029eae6a3b (patch) | |
tree | 0c6cd148e7dcde0ebc0faaa7e54b250ad35f489f /Master/texmf-dist/source/latex | |
parent | e07419682a764903317572d8e21c58600895f84f (diff) |
indextools (22nov15)
git-svn-id: svn://tug.org/texlive/trunk@38931 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/indextools/indextools.dtx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/indextools/indextools.dtx b/Master/texmf-dist/source/latex/indextools/indextools.dtx index 038f73234eb..b88e96682ef 100644 --- a/Master/texmf-dist/source/latex/indextools/indextools.dtx +++ b/Master/texmf-dist/source/latex/indextools/indextools.dtx @@ -18,7 +18,7 @@ Copyright 2010--2013 Enrico Gregorio <Enrico dot Gregorio at univr dot it> -Copyright 2014 Maïeul Rouquette <maieul at maieul dot it> +Copyright 2014 Maïeul Rouquette <maieul at maieul dot net> Distributable under the LaTeX Project Public License, version 1.3c or higher (your choice). The latest version of @@ -45,7 +45,7 @@ and the derived files indextools.sty and indextools.pdf. %<package>\NeedsTeXFormat{LaTeX2e}[2005/12/01] %<package>\ProvidesPackage{indextools}% %<*package> - [2015/11/15 v1.5 Package for typesetting indices in a synchronous mode] + [2015/11/22 v1.5.1 Package for typesetting indices in a synchronous mode] %</package> %<*driver> \documentclass{ltxdoc} @@ -80,7 +80,7 @@ and the derived files indextools.sty and indextools.pdf. \end{document} %</driver> % \fi -% \CheckSum{889} +% \CheckSum{891} % % \changes{v1.0}{2010/07/10}{First public version} % \changes{v1.0a}{2010/07/12}{Small bug correction} @@ -99,6 +99,7 @@ and the derived files indextools.sty and indextools.pdf. % \changes{v1.5}{2015/11/15}{New option `afterindex'} % \changes{v1.5}{2015/11/15}{New option `innote'} % \changes{v1.5}{2015/11/15}{New option `notenumber'} +% \changes{v1.5.1}{2015/11/22}{Fix bug with options `notenumber' and `innote' when using \cs{index} without optional argument} % % \begin{abstract} % This package is a fork of the \pack{imakeidx} package. The original authors @@ -1661,8 +1662,8 @@ and the derived files indextools.sty and indextools.pdf. % \end{macrocode} % \begin{macrocode} % And now, the command, defines in any case, but only at the begin of documents, because people can have defined them in the preamble. - \newcommand\nnumberindex[2][]{\orig@@index[#1]{#2|innotenumber{\thefootnote}}} - \newcommand\nindex[2][]{\orig@@index[#1]{#2|innote}} + \newcommand\nnumberindex[2][\indtl@jobname]{\orig@@index[#1]{#2|innotenumber{\thefootnote}}} + \newcommand\nindex[2][\indtl@jobname]{\orig@@index[#1]{#2|innote}} \providecommand{\innotenumber}[2]{#2n.~#1} \providecommand{\innote}[1]{#1\textit{n}} } |