diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-17 00:54:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-17 00:54:54 +0000 |
commit | 1775dad8e1847bd3140ce2f241e5cffdf6d1cfaf (patch) | |
tree | 5fe8226a1c984638fd54362b97eee79bfe5811dd /Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx | |
parent | 83316e68b48213a76b799581c3fdfa3b49602578 (diff) |
oberdiek update (16dec09)
git-svn-id: svn://tug.org/texlive/trunk@16431 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx | 34 |
1 files changed, 19 insertions, 15 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx b/Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx index 04c79a1d79e..20d67b0ba2c 100644 --- a/Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx @@ -1,7 +1,7 @@ % \iffalse meta-comment -% +% % Copyright (C) 2009 by Heiko Oberdiek <oberdiek@uni-freiburg.de> -% +% % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either % version 1.3 of this license or (at your option) any later @@ -9,21 +9,21 @@ % http://www.latex-project.org/lppl.txt % and version 1.3 or later is part of all distributions of % LaTeX version 2005/12/01 or later. -% +% % This work has the LPPL maintenance status "maintained". -% +% % This Current Maintainer of this work is Heiko Oberdiek. -% +% % This work consists of the main source file rerunfilecheck.dtx % and the derived files % rerunfilecheck.sty, rerunfilecheck.pdf, rerunfilecheck.ins, % rerunfilecheck.drv, rerunfilecheck-example.cfg, % rerunfilecheck-test1.tex. -% +% % Distribution: % CTAN:macros/latex/contrib/oberdiek/rerunfilecheck.dtx % CTAN:macros/latex/contrib/oberdiek/rerunfilecheck.pdf -% +% % Unpacking: % (a) If rerunfilecheck.ins is present: % tex rerunfilecheck.ins @@ -32,7 +32,7 @@ % (c) If you insist on using LaTeX % latex \let\install=y\input{rerunfilecheck.dtx} % (quote the arguments according to the demands of your shell) -% +% % Documentation: % (a) If rerunfilecheck.drv is present: % latex rerunfilecheck.drv @@ -42,14 +42,14 @@ % if available. Here you can specify further options, e.g. % use A4 as paper format: % \PassOptionsToClass{a4paper}{article} -% +% % Programm calls to get the documentation (example): % pdflatex rerunfilecheck.dtx % makeindex -s gind.ist rerunfilecheck.idx % pdflatex rerunfilecheck.dtx % makeindex -s gind.ist rerunfilecheck.idx % pdflatex rerunfilecheck.dtx -% +% % Installation: % TDS:tex/generic/oberdiek/rerunfilecheck.sty % TDS:doc/latex/oberdiek/rerunfilecheck.pdf @@ -70,7 +70,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: rerunfilecheck 2009/12/10 v1.0 Checksum based rerun checks on auxiliary files (HO)} +\Msg{* Package: rerunfilecheck 2009/12/12 v1.1 Rerun checks for auxiliary files (HO)} \Msg{************************************************************************} \keepsilent @@ -144,7 +144,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{rerunfilecheck.drv}% - [2009/12/10 v1.0 Checksum based rerun checks on auxiliary files (HO)]% + [2009/12/12 v1.1 Rerun checks for auxiliary files (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2008/08/11] \begin{document} @@ -174,7 +174,7 @@ and the derived files % \GetFileInfo{rerunfilecheck.drv} % % \title{The \xpackage{rerunfilecheck} package} -% \date{2009/12/10 v1.0} +% \date{2009/12/12 v1.1} % \author{Heiko Oberdiek\\\xemail{oberdiek@uni-freiburg.de}} % % \maketitle @@ -251,7 +251,7 @@ and the derived files % Example for the configuration file: % \begin{macrocode} %<*cfg> -\ProvidesFile{rerunfilecheck.cfg}[2009/12/10 Default configuration]% +\ProvidesFile{rerunfilecheck.cfg}[2009/12/12 Default configuration]% \RerunFileCheckSetup{aux} %</cfg> % \end{macrocode} @@ -362,7 +362,7 @@ and the derived files \fi \expandafter\x\csname ver@rerunfilecheck.sty\endcsname \ProvidesPackage{rerunfilecheck}% - [2009/12/10 v1.0 Checksum based rerun checks on auxiliary files (HO)] + [2009/12/12 v1.1 Rerun checks for auxiliary files (HO)] % \end{macrocode} % % \begin{macrocode} @@ -1023,6 +1023,10 @@ and the derived files % \item % The first version. % \end{Version} +% \begin{Version}{2009/12/12 v1.1} +% \item +% Short info shortened. +% \end{Version} % \end{History} % % \PrintIndex |