diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/hypdoc.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/hypdoc.dtx | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/hypdoc.dtx b/Master/texmf-dist/source/latex/oberdiek/hypdoc.dtx index a4167e7ef3a..118dc56f878 100644 --- a/Master/texmf-dist/source/latex/oberdiek/hypdoc.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/hypdoc.dtx @@ -71,7 +71,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: hypdoc 2010/02/03 v1.8 Hyper extensions for doc.sty (HO)} +\Msg{* Package: hypdoc 2010/03/26 v1.9 Hyper extensions for doc.sty (HO)} \Msg{************************************************************************} \keepsilent @@ -141,7 +141,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{hypdoc.drv}% - [2010/02/03 v1.8 Hyper extensions for doc.sty (HO)]% + [2010/03/26 v1.9 Hyper extensions for doc.sty (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2008/08/11] \begin{document} @@ -150,7 +150,7 @@ and the derived files %</driver> % \fi % -% \CheckSum{710} +% \CheckSum{718} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -171,7 +171,7 @@ and the derived files % \GetFileInfo{hypdoc.drv} % % \title{The \xpackage{hypdoc} package} -% \date{2010/02/03 v1.8} +% \date{2010/03/26 v1.9} % \author{Heiko Oberdiek\\\xemail{heiko.oberdiek at googlemail.com}} % % \maketitle @@ -348,7 +348,7 @@ and the derived files %<*package> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{hypdoc}% - [2010/02/03 v1.8 Hyper extensions for doc.sty (HO)]% + [2010/03/26 v1.9 Hyper extensions for doc.sty (HO)]% % \end{macrocode} % The package identification is done at the top of the |.dtx| file % in order to use only one identification string. @@ -370,6 +370,7 @@ and the derived files % \subsection{Package loading} % % \begin{macrocode} +\RequirePackage{atveryend}[2010/03/24] \RequirePackage{doc} % \end{macrocode} % \begin{macrocode} @@ -1097,10 +1098,13 @@ and the derived files % % \cs{MacroIndent} automatically calculated. % \begin{macrocode} -\AtEndDocument{% +\AfterLastShipout{% \if@filesw \immediate\write\@auxout{% - \noexpand\HD@SetMacroIndent{\number\value{CodelineNo}}% + \string\providecommand\string\HD@SetMacroIndent[1]{}% + }% + \immediate\write\@auxout{% + \string\HD@SetMacroIndent{\number\value{CodelineNo}}% }% \fi } @@ -1351,6 +1355,10 @@ and the derived files % \item % Fix for bug latex/4096 added. % \end{Version} +% \begin{Version}{2010/03/26 v1.9} +% \item +% Definition of \cs{HD@SetMacroIndex} is provided in the \xext{aux} file. +% \end{Version} % \end{History} % % \PrintIndex |