diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx | 110 |
1 files changed, 29 insertions, 81 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx b/Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx index dd48b866b16..8064d1ed39f 100644 --- a/Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx @@ -1,11 +1,13 @@ % \iffalse meta-comment % -% Copyright (C) 2009 by Heiko Oberdiek <oberdiek@uni-freiburg.de> +% Copyright (C) 2009, 2010 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 -% version. The latest version of this license is in +% version 1.3c of this license or (at your option) any later +% version. This version of this license is in +% http://www.latex-project.org/lppl/lppl-1-3c.txt +% and the latest version of this license is in % 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. @@ -51,7 +53,7 @@ % pdflatex rerunfilecheck.dtx % % Installation: -% TDS:tex/generic/oberdiek/rerunfilecheck.sty +% TDS:tex/latex/oberdiek/rerunfilecheck.sty % TDS:doc/latex/oberdiek/rerunfilecheck.pdf % TDS:doc/latex/oberdiek/rerunfilecheck-example.cfg % TDS:doc/latex/oberdiek/test/rerunfilecheck-test1.tex @@ -70,7 +72,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: rerunfilecheck 2009/12/18 v1.2 Rerun checks for auxiliary files (HO)} +\Msg{* Package: rerunfilecheck 2010/01/25 v1.3 Rerun checks for auxiliary files (HO)} \Msg{************************************************************************} \keepsilent @@ -81,12 +83,14 @@ This is a generated file. -Copyright (C) 2009 by Heiko Oberdiek <oberdiek@uni-freiburg.de> +Copyright (C) 2009, 2010 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 -version. The latest version of this license is in +version 1.3c of this license or (at your option) any later +version. This version of this license is in + http://www.latex-project.org/lppl/lppl-1-3c.txt +and the latest version of this license is in 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. @@ -107,7 +111,7 @@ and the derived files \generate{% \file{rerunfilecheck.ins}{\from{rerunfilecheck.dtx}{install}}% \file{rerunfilecheck.drv}{\from{rerunfilecheck.dtx}{driver}}% - \usedir{tex/generic/oberdiek}% + \usedir{tex/latex/oberdiek}% \file{rerunfilecheck.sty}{\from{rerunfilecheck.dtx}{package}}% \usedir{doc/latex/oberdiek/test}% \file{rerunfilecheck-test1.tex}{\from{rerunfilecheck.dtx}{test1}}% @@ -144,7 +148,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{rerunfilecheck.drv}% - [2009/12/18 v1.2 Rerun checks for auxiliary files (HO)]% + [2010/01/25 v1.3 Rerun checks for auxiliary files (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2008/08/11] \begin{document} @@ -153,7 +157,7 @@ and the derived files %</driver> % \fi % -% \CheckSum{634} +% \CheckSum{547} % % \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 @@ -174,7 +178,7 @@ and the derived files % \GetFileInfo{rerunfilecheck.drv} % % \title{The \xpackage{rerunfilecheck} package} -% \date{2009/12/18 v1.2} +% \date{2010/01/25 v1.3} % \author{Heiko Oberdiek\\\xemail{oberdiek@uni-freiburg.de}} % % \maketitle @@ -251,7 +255,7 @@ and the derived files % Example for the configuration file: % \begin{macrocode} %<*cfg> -\ProvidesFile{rerunfilecheck.cfg}[2009/12/18 Default configuration]% +\ProvidesFile{rerunfilecheck.cfg}[2010/01/25 Default configuration]% \RerunFileCheckSetup{aux} %</cfg> % \end{macrocode} @@ -297,73 +301,6 @@ and the derived files % \begin{macrocode} %<*package> % \end{macrocode} -% Reload check, especially if the package is not used with \LaTeX. -% \begin{macrocode} -\begingroup - \catcode44 12 % , - \catcode45 12 % - - \catcode46 12 % . - \catcode58 12 % : - \catcode64 11 % @ - \catcode123 1 % { - \catcode125 2 % } - \expandafter\let\expandafter\x\csname ver@rerunfilecheck.sty\endcsname - \ifx\x\relax % plain-TeX, first loading - \else - \def\empty{}% - \ifx\x\empty % LaTeX, first loading, - % variable is initialized, but \ProvidesPackage not yet seen - \else - \catcode35 6 % # - \expandafter\ifx\csname PackageInfo\endcsname\relax - \def\x#1#2{% - \immediate\write-1{Package #1 Info: #2.}% - }% - \else - \def\x#1#2{\PackageInfo{#1}{#2, stopped}}% - \fi - \x{rerunfilecheck}{The package is already loaded}% - \aftergroup\endinput - \fi - \fi -\endgroup -% \end{macrocode} -% Package identification: -% \begin{macrocode} -\begingroup - \catcode35 6 % # - \catcode40 12 % ( - \catcode41 12 % ) - \catcode44 12 % , - \catcode45 12 % - - \catcode46 12 % . - \catcode47 12 % / - \catcode58 12 % : - \catcode64 11 % @ - \catcode91 12 % [ - \catcode93 12 % ] - \catcode123 1 % { - \catcode125 2 % } - \expandafter\ifx\csname ProvidesPackage\endcsname\relax - \def\x#1#2#3[#4]{\endgroup - \immediate\write-1{Package: #3 #4}% - \xdef#1{#4}% - }% - \else - \def\x#1#2[#3]{\endgroup - #2[{#3}]% - \ifx#1\@undefined - \xdef#1{#3}% - \fi - \ifx#1\relax - \xdef#1{#3}% - \fi - }% - \fi -\expandafter\x\csname ver@rerunfilecheck.sty\endcsname -\ProvidesPackage{rerunfilecheck}% - [2009/12/18 v1.2 Rerun checks for auxiliary files (HO)] -% \end{macrocode} % % \begin{macrocode} \begingroup @@ -407,6 +344,13 @@ and the derived files \g@addto@macro\ReFiCh@AtEnd{\endinput} % \end{macrocode} % +% Package identification. +% \begin{macrocode} +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{rerunfilecheck}% + [2010/01/25 v1.3 Rerun checks for auxiliary files (HO)] +% \end{macrocode} +% % \subsection{Options} % % \begin{macrocode} @@ -894,7 +838,7 @@ and the derived files % \begin{quote} % \def\t{^^A % \begin{tabular}{@{}>{\ttfamily}l@{ $\rightarrow$ }>{\ttfamily}l@{}} -% rerunfilecheck.sty & tex/generic/oberdiek/rerunfilecheck.sty\\ +% rerunfilecheck.sty & tex/latex/oberdiek/rerunfilecheck.sty\\ % rerunfilecheck.pdf & doc/latex/oberdiek/rerunfilecheck.pdf\\ % rerunfilecheck-example.cfg & doc/latex/oberdiek/rerunfilecheck-example.cfg\\ % test/rerunfilecheck-test1.tex & doc/latex/oberdiek/test/rerunfilecheck-test1.tex\\ @@ -1032,6 +976,10 @@ and the derived files % Required date for package \xpackage{uniquecounter} updated % because of bug in this package. % \end{Version} +% \begin{Version}{2010/01/25 v1.3} +% \item +% Moved from \texttt{TDS:*/generic/*} to \texttt{TDS:*/latex/*}. +% \end{Version} % \end{History} % % \PrintIndex |