diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/hopatch.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/hopatch.dtx | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/hopatch.dtx b/Master/texmf-dist/source/latex/oberdiek/hopatch.dtx index 7f51be0bab9..66184943a05 100644 --- a/Master/texmf-dist/source/latex/oberdiek/hopatch.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/hopatch.dtx @@ -1,10 +1,10 @@ % \iffalse meta-comment % % File: hopatch.dtx -% Version: 2011/06/24 v1.1 +% Version: 2012/05/28 v1.2 % Info: Wrapper for package hooks % -% Copyright (C) 2011 by +% Copyright (C) 2011, 2012 by % Heiko Oberdiek <heiko.oberdiek at googlemail.com> % % This work may be distributed and/or modified under the @@ -78,7 +78,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: hopatch 2011/06/24 v1.1 Wrapper for package hooks (HO)} +\Msg{* Package: hopatch 2012/05/28 v1.2 Wrapper for package hooks (HO)} \Msg{************************************************************************} \keepsilent @@ -90,9 +90,9 @@ This is a generated file. Project: hopatch -Version: 2011/06/24 v1.1 +Version: 2012/05/28 v1.2 -Copyright (C) 2011 by +Copyright (C) 2011, 2012 by Heiko Oberdiek <heiko.oberdiek at googlemail.com> This work may be distributed and/or modified under the @@ -155,7 +155,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{hopatch.drv}% - [2011/06/24 v1.1 Wrapper for package hooks (HO)]% + [2012/05/28 v1.2 Wrapper for package hooks (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2011/11/22] \usepackage{caption} @@ -168,7 +168,7 @@ and the derived files %</driver> % \fi % -% \CheckSum{465} +% \CheckSum{466} % % \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 @@ -189,7 +189,7 @@ and the derived files % \GetFileInfo{hopatch.drv} % % \title{The \xpackage{hopatch} package} -% \date{2011/06/24 v1.1} +% \date{2012/05/28 v1.2} % \author{Heiko Oberdiek\\\xemail{heiko.oberdiek at googlemail.com}} % % \maketitle @@ -357,7 +357,7 @@ and the derived files % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{hopatch}% - [2011/06/24 v1.1 Wrapper for package hooks (HO)] + [2012/05/28 v1.2 Wrapper for package hooks (HO)] % \end{macrocode} % % \subsection{Resources} @@ -392,6 +392,7 @@ and the derived files \edef\x{\endgroup \noexpand\def\noexpand\HOpatch@counter{\the\count@}% }% + \x }% }{% \def\HOpatch@StepCounter{% @@ -513,7 +514,7 @@ and the derived files % % \begin{macrocode} %<*test1> -\def\LoadCommand{\RequirePackage{hopatch}[2011/06/24]} +\def\LoadCommand{\RequirePackage{hopatch}[2012/05/28]} %</test1> % \end{macrocode} % \subsection{Catcode checks for loading} @@ -875,9 +876,9 @@ and the derived files <name>hopatch</name> <caption>Load patches for packages.</caption> <authorref id='auth:oberdiek'/> - <copyright owner='Heiko Oberdiek' year='2011'/> + <copyright owner='Heiko Oberdiek' year='2011,2012'/> <license type='lppl1.3'/> - <version number='1.1'/> + <version number='1.2'/> <description> The hopatch package provides a command with which the user may register a piece of patch code for a particular package. Hopatch @@ -943,6 +944,11 @@ and the derived files % They are redefined by package \xpackage{etoolbox} after their % hooks are used and generate an error message then. % \end{Version} +% \begin{Version}{2012/05/28 v1.2} +% \item +% Fix for use without \hologo{eTeX} +% (thanks Gordon Lee). +% \end{Version} % \end{History} % % \PrintIndex |