diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx | 62 |
1 files changed, 50 insertions, 12 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx b/Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx index 2157386fbd9..d2f3a961736 100644 --- a/Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx @@ -1,11 +1,12 @@ % \iffalse meta-comment -% +% % File: rerunfilecheck.dtx % Version: 2011/04/15 v1.7 -% +% Info: Rerun checks for auxiliary files +% % Copyright (C) 2009-2011 by % Heiko Oberdiek <heiko.oberdiek at googlemail.com> -% +% % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either % version 1.3c of this license or (at your option) any later @@ -15,21 +16,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 @@ -38,7 +39,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 @@ -48,14 +49,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/latex/oberdiek/rerunfilecheck.sty % TDS:doc/latex/oberdiek/rerunfilecheck.pdf @@ -129,6 +130,8 @@ and the derived files \nopostamble \usedir{doc/latex/oberdiek}% \file{rerunfilecheck-example.cfg}{\from{rerunfilecheck.dtx}{cfg}}% + \usedir{source/latex/oberdiek/catalogue}% + \file{rerunfilecheck.xml}{\from{rerunfilecheck.dtx}{catalogue}}% } \catcode32=13\relax% active space @@ -157,7 +160,7 @@ and the derived files \ProvidesFile{rerunfilecheck.drv}% [2011/04/15 v1.7 Rerun checks for auxiliary files (HO)]% \documentclass{ltxdoc} -\usepackage{holtxdoc}[2011/02/04] +\usepackage{holtxdoc}[2011/11/22] \begin{document} \DocInput{rerunfilecheck.dtx}% \end{document} @@ -1012,6 +1015,41 @@ and the derived files %\end{verbatim} % \end{quote} % +% \section{Catalogue} +% +% The following XML file can be used as source for the +% \href{http://mirror.ctan.org/help/Catalogue/catalogue.html}{\TeX\ Catalogue}. +% The elements \texttt{caption} and \texttt{description} are imported +% from the original XML file from the Catalogue. +% The name of the XML file in the Catalogue is \xfile{rerunfilecheck.xml}. +% \begin{macrocode} +%<*catalogue> +<?xml version='1.0' encoding='us-ascii'?> +<!DOCTYPE entry SYSTEM 'catalogue.dtd'> +<entry datestamp='$Date$' modifier='$Author$' id='rerunfilecheck'> + <name>rerunfilecheck</name> + <caption>Checksum based rerun checks on auxiliary files.</caption> + <authorref id='auth:oberdiek'/> + <copyright owner='Heiko Oberdiek' year='2009-2011'/> + <license type='lppl1.3'/> + <version number='1.7'/> + <description> + The package provides additional rerun warnings if some + auxiliary files have changed. It is based on MD5 checksum, + provided by pdfTeX. + <p/> + The package is part of the <xref refid='oberdiek'>oberdiek</xref> bundle. + </description> + <documentation details='Package documentation' + href='ctan:/macros/latex/contrib/oberdiek/rerunfilecheck.pdf'/> + <ctan file='true' path='/macros/latex/contrib/oberdiek/rerunfilecheck.dtx'/> + <miktex location='oberdiek'/> + <texlive location='oberdiek'/> + <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/> +</entry> +%</catalogue> +% \end{macrocode} +% % \begin{History} % \begin{Version}{2009/12/10 v1.0} % \item |