diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-02 21:50:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-02 21:50:45 +0000 |
commit | aa1776c78dfdb456e2228fbceaa886e64e36174c (patch) | |
tree | 7967af7f0f2079a632809a813221918af16ba8cc /Master/texmf-dist/source/latex/oberdiek/auxhook.dtx | |
parent | a86d14742b305868a1c2b1f33f1263a6b7d0e03d (diff) |
oberdiek (1may12)
git-svn-id: svn://tug.org/texlive/trunk@26177 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/auxhook.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/auxhook.dtx | 71 |
1 files changed, 55 insertions, 16 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/auxhook.dtx b/Master/texmf-dist/source/latex/oberdiek/auxhook.dtx index 36607b802bf..59bf8d1119d 100644 --- a/Master/texmf-dist/source/latex/oberdiek/auxhook.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/auxhook.dtx @@ -1,11 +1,12 @@ % \iffalse meta-comment -% +% % File: auxhook.dtx % Version: 2011/03/04 v1.3 -% +% Info: Hooks for auxiliary files +% % Copyright (C) 2006, 2007, 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,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 auxhook.dtx % and the derived files % auxhook.sty, auxhook.pdf, auxhook.ins, auxhook.drv. -% +% % Distribution: % CTAN:macros/latex/contrib/oberdiek/auxhook.dtx % CTAN:macros/latex/contrib/oberdiek/auxhook.pdf -% +% % Unpacking: % (a) If auxhook.ins is present: % tex auxhook.ins @@ -36,7 +37,7 @@ % (c) If you insist on using LaTeX % latex \let\install=y\input{auxhook.dtx} % (quote the arguments according to the demands of your shell) -% +% % Documentation: % (a) If auxhook.drv is present: % latex auxhook.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 auxhook.dtx % makeindex -s gind.ist auxhook.idx % pdflatex auxhook.dtx % makeindex -s gind.ist auxhook.idx % pdflatex auxhook.dtx -% +% % Installation: % TDS:tex/latex/oberdiek/auxhook.sty % TDS:doc/latex/oberdiek/auxhook.pdf @@ -117,6 +118,10 @@ and the derived files \file{auxhook.drv}{\from{auxhook.dtx}{driver}}% \usedir{tex/latex/oberdiek}% \file{auxhook.sty}{\from{auxhook.dtx}{package}}% + \nopreamble + \nopostamble + \usedir{source/latex/oberdiek/catalogue}% + \file{auxhook.xml}{\from{auxhook.dtx}{catalogue}}% } \catcode32=13\relax% active space @@ -145,7 +150,7 @@ and the derived files \ProvidesFile{auxhook.drv}% [2011/03/04 v1.3 Hooks for auxiliary files (HO)]% \documentclass{ltxdoc} -\usepackage{holtxdoc}[2011/02/04] +\usepackage{holtxdoc}[2011/11/22] \begin{document} \DocInput{auxhook.dtx}% \end{document} @@ -585,24 +590,58 @@ 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{auxhook.xml}. +% \begin{macrocode} +%<*catalogue> +<?xml version='1.0' encoding='us-ascii'?> +<!DOCTYPE entry SYSTEM 'catalogue.dtd'> +<entry datestamp='$Date$' modifier='$Author$' id='auxhook'> + <name>auxhook</name> + <caption>Hooks for auxiliary files.</caption> + <authorref id='auth:oberdiek'/> + <copyright owner='Heiko Oberdiek' year='2006,2007,2009,2011'/> + <license type='lppl1.3'/> + <version number='1.3'/> + <description> + This package auxhook provides hooks for adding stuff at + the begin of <tt>.aux</tt> files. + <p/> + The package is part of the <xref refid='oberdiek'>oberdiek</xref> bundle. + </description> + <documentation details='Package documentation' + href='ctan:/macros/latex/contrib/oberdiek/auxhook.pdf'/> + <ctan file='true' path='/macros/latex/contrib/oberdiek/auxhook.dtx'/> + <miktex location='oberdiek'/> + <texlive location='oberdiek'/> + <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/> +</entry> +%</catalogue> +% \end{macrocode} +% % \begin{thebibliography}{9} -% +% % \bibitem{hypdestopt} % Heiko Oberdiek: \textit{The \xpackage{hypdestopt} package}; % 2006/05/30 v1.0; % \CTAN{macros/latex/contrib/oberdiek/hypdestopt.pdf}. -% +% % \bibitem{hyperref} % Sebastian Rahtz, Heiko Oberdiek: % \textit{The \xpackage{hyperref} package}; % 2006/08/16 v6.75c; % \CTAN{macros/latex/contrib/hyperref/}. -% +% % \bibitem{zref} % Heiko Oberdiek: \textit{The \xpackage{zref} package}; % 2006/05/25 v1.2; % \CTAN{macros/latex/contrib/oberdiek/zref.pdf}. -% +% % \end{thebibliography} % % \begin{History} |