summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/stampinclude.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/stampinclude.dtx')
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/stampinclude.dtx78
1 files changed, 60 insertions, 18 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/stampinclude.dtx b/Master/texmf-dist/source/latex/oberdiek/stampinclude.dtx
index 732a1e48af4..a1f93e5591a 100644
--- a/Master/texmf-dist/source/latex/oberdiek/stampinclude.dtx
+++ b/Master/texmf-dist/source/latex/oberdiek/stampinclude.dtx
@@ -1,11 +1,12 @@
% \iffalse meta-comment
-%
+%
% File: stampinclude.dtx
% Version: 2008/07/14 v1.0
-%
+% Info: Include files based on time stamps
+%
% Copyright (C) 2008 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,19 +16,19 @@
% 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 stampinclude.dtx
% and the derived files
% stampinclude.sty, stampinclude.pdf, stampinclude.ins, stampinclude.drv.
-%
+%
% Distribution:
% CTAN:macros/latex/contrib/oberdiek/stampinclude.dtx
% CTAN:macros/latex/contrib/oberdiek/stampinclude.pdf
-%
+%
% Unpacking:
% (a) If stampinclude.ins is present:
% tex stampinclude.ins
@@ -36,7 +37,7 @@
% (c) If you insist on using LaTeX
% latex \let\install=y\input{stampinclude.dtx}
% (quote the arguments according to the demands of your shell)
-%
+%
% Documentation:
% (a) If stampinclude.drv is present:
% latex stampinclude.drv
@@ -46,14 +47,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 stampinclude.dtx
% makeindex -s gind.ist stampinclude.idx
% pdflatex stampinclude.dtx
% makeindex -s gind.ist stampinclude.idx
% pdflatex stampinclude.dtx
-%
+%
% Installation:
% TDS:tex/latex/oberdiek/stampinclude.sty
% TDS:doc/latex/oberdiek/stampinclude.pdf
@@ -74,7 +75,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: stampinclude 2008/07/14 v1.0 Time stamp based including (HO)}
+\Msg{* Package: stampinclude 2008/07/14 v1.0 Include files based on time stamps (HO)}
\Msg{************************************************************************}
\keepsilent
@@ -117,6 +118,10 @@ and the derived files
\file{stampinclude.drv}{\from{stampinclude.dtx}{driver}}%
\usedir{tex/latex/oberdiek}%
\file{stampinclude.sty}{\from{stampinclude.dtx}{package}}%
+ \nopreamble
+ \nopostamble
+ \usedir{source/latex/oberdiek/catalogue}%
+ \file{stampinclude.xml}{\from{stampinclude.dtx}{catalogue}}%
}
\catcode32=13\relax% active space
@@ -143,16 +148,16 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{stampinclude.drv}%
- [2008/07/14 v1.0 Time stamp based including (HO)]%
+ [2008/07/14 v1.0 Include files based on time stamps (HO)]%
\documentclass{ltxdoc}
-\usepackage{holtxdoc}[2011/02/04]
+\usepackage{holtxdoc}[2011/11/22]
\begin{document}
\DocInput{stampinclude.dtx}%
\end{document}
%</driver>
% \fi
%
-% \CheckSum{118}
+% \CheckSum{120}
%
% \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
@@ -322,7 +327,7 @@ and the derived files
%<*package>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{stampinclude}
- [2008/07/14 v1.0 Time stamp based including (HO)]%
+ [2008/07/14 v1.0 Include files based on time stamps (HO)]%
% \end{macrocode}
%
% \begin{macrocode}
@@ -614,19 +619,56 @@ 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{stampinclude.xml}.
+% \begin{macrocode}
+%<*catalogue>
+<?xml version='1.0' encoding='us-ascii'?>
+<!DOCTYPE entry SYSTEM 'catalogue.dtd'>
+<entry datestamp='$Date$' modifier='$Author$' id='stampinclude'>
+ <name>stampinclude</name>
+ <caption>Inclusion based on .aux file date stamps.</caption>
+ <authorref id='auth:oberdiek'/>
+ <copyright owner='Heiko Oberdiek' year='2008'/>
+ <license type='lppl1.3'/>
+ <version number='1.0'/>
+ <description>
+ This package replaces <tt>\includeonly</tt> and selects the files for
+ <tt>\include</tt> by inspecting the timestamp of the <tt>.aux</tt> file.
+ The file is selected for inclusion if the <tt>.aux</tt> file does
+ not yet exist or is older than the corresponding <tt>.tex</tt> file.
+ <p/>
+ The package is part of the <xref refid='oberdiek'>oberdiek</xref>
+ bundle.
+ </description>
+ <documentation details='Package documentation'
+ href='ctan:/macros/latex/contrib/oberdiek/stampinclude.pdf'/>
+ <ctan file='true' path='/macros/latex/contrib/oberdiek/stampinclude.dtx'/>
+ <miktex location='oberdiek'/>
+ <texlive location='oberdiek'/>
+ <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/>
+</entry>
+%</catalogue>
+% \end{macrocode}
+%
% \begin{thebibliography}{9}
% \bibitem{askinclude}
% Pablo A. Straub, Heiko Oberdiek:
% \textit{The \xpackage{askinclude} package};
% 2007/10/23 v2.0;
% \CTAN{macros/latex/contrib/oberdiek/askinclude.pdf}.
-%
+%
% \bibitem{pdftexcmds}
% Heiko Oberdiek:
% \textit{The \xpackage{pdftexcmds} package};
% 2007/12/12 v0.3;
% \CTAN{macros/latex/contrib/oberdiek/pdftexcmds.pdf}.
-%
+%
% \end{thebibliography}
%
% \begin{History}