diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-17 22:42:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-17 22:42:13 +0000 |
commit | ad1e4d8e6581af6cb4c9a35f02f09ffda2d97df7 (patch) | |
tree | 62d972bb50afece3227f1ab7a79a67cd254389ce /Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx | |
parent | 45824df4db55ca98caef21d38b00d54ccdb5be4c (diff) |
oberdiek (17apr11)
git-svn-id: svn://tug.org/texlive/trunk@22111 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 | 41 |
1 files changed, 24 insertions, 17 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx b/Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx index 043e80f1475..baab75076e9 100644 --- a/Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright (C) 2009, 2010 by +% Copyright (C) 2009-2011 by % Heiko Oberdiek <heiko.oberdiek at googlemail.com> % % This work may be distributed and/or modified under the @@ -75,7 +75,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: rerunfilecheck 2010/03/16 v1.6 Rerun checks for auxiliary files (HO)} +\Msg{* Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO)} \Msg{************************************************************************} \keepsilent @@ -86,7 +86,7 @@ This is a generated file. -Copyright (C) 2009, 2010 by +Copyright (C) 2009-2011 by Heiko Oberdiek <heiko.oberdiek at googlemail.com> This work may be distributed and/or modified under the @@ -149,7 +149,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{rerunfilecheck.drv}% - [2010/03/16 v1.6 Rerun checks for auxiliary files (HO)]% + [2011/04/15 v1.7 Rerun checks for auxiliary files (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2011/02/04] \begin{document} @@ -158,7 +158,7 @@ and the derived files %</driver> % \fi % -% \CheckSum{601} +% \CheckSum{604} % % \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 @@ -179,7 +179,7 @@ and the derived files % \GetFileInfo{rerunfilecheck.drv} % % \title{The \xpackage{rerunfilecheck} package} -% \date{2010/03/16 v1.6} +% \date{2011/04/15 v1.7} % \author{Heiko Oberdiek\\\xemail{heiko.oberdiek at googlemail.com}} % % \maketitle @@ -196,11 +196,11 @@ and the derived files % % \LaTeX\ informs the user, when to run \LaTeX\ again, if the % references have changed. It has the old references from the -% first reading of the \xext{.aux} files already in memory, thus -% it compares them with the new version of the \xext{.aux} file +% first reading of the \xext{aux} files already in memory, thus +% it compares them with the new version of the \xext{aux} file % at the end of the document. However this rerun warnings are % not given for the table of contents and other data stored -% in the \xext{.aux} files or other auxiliary files. +% in the \xext{aux} files or other auxiliary files. % Usually many of these data as the table of contents is not keep % in memory. If someone wants to detect changes, he has either % to keep the data in memory. This does not scale well with huge @@ -224,9 +224,9 @@ and the derived files % an option. % \begin{description} % \item[\xoption{mainaux}:] -% Check the main \xext{.aux} file. +% Check the main \xext{aux} file. % \item[\xoption{partaux}:] -% Check the \xext{.aux} files from \cs{include} files. +% Check the \xext{aux} files from \cs{include} files. % \item[\xoption{starttoc}:] % Add the rerun checks in \cs{@starttoc} that is called by % \cs{tableofcontents}, \cs{listoffigures}, \dots @@ -257,7 +257,7 @@ and the derived files % Example for the configuration file: % \begin{macrocode} %<*cfg> -\ProvidesFile{rerunfilecheck.cfg}[2010/03/16 Default configuration]% +\ProvidesFile{rerunfilecheck.cfg}[2011/04/15 Default configuration]% \RerunFileCheckSetup{aux} %</cfg> % \end{macrocode} @@ -358,7 +358,7 @@ and the derived files % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{rerunfilecheck}% - [2010/03/16 v1.6 Rerun checks for auxiliary files (HO)] + [2011/04/15 v1.7 Rerun checks for auxiliary files (HO)] % \end{macrocode} % % \subsection{Options} @@ -430,7 +430,7 @@ and the derived files \fi% % \end{macrocode} % -% \subsection{Standard \xext{.aux} files} +% \subsection{Standard \xext{aux} files} % % \begin{macrocode} \ifReFiCh@partaux @@ -573,7 +573,7 @@ and the derived files % \subsection{Rerun check} % % \begin{macrocode} -\RequirePackage{atveryend}[2009/12/07] +\RequirePackage{atveryend}[2011/04/15] \RequirePackage{uniquecounter}[2009/12/18] % \end{macrocode} % @@ -640,7 +640,7 @@ and the derived files % \begin{macrocode} \def\ReFiCh@@RerunFileCheck#1#2#3#4{% \ReFiCh@Check\global#1{#2}% - \AtVeryEndDocument{% + \AtEndAfterFileList{% \begingroup #3% \ReFiCh@Check{}\x{#2}% @@ -710,9 +710,11 @@ and the derived files % % \section{Test} % +% \begin{macrocode} %<*test1> -\def\LoadCommand{\RequirePackage{rerunfilecheck}[2010/03/16]} +\def\LoadCommand{\RequirePackage{rerunfilecheck}[2011/04/15]} %</test1> +% \end{macrocode} % \subsection{Catcode checks for loading} % % \begin{macrocode} @@ -1040,6 +1042,11 @@ and the derived files % Reverted to version 1.4 and \cs{IfFileExists} wrapper of % version 1.5 is removed. % \end{Version} +% \begin{Version}{2011/04/15 v1.7} +% \item +% Using \cs{AtEndAfterFileList} of package \xpackage{atveryend} +% 2011/04/15 v1.6 instead of \cs{AtVeryEndDocument}. +% \end{Version} % \end{History} % % \PrintIndex |