diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/atenddvi.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/atenddvi.dtx | 69 |
1 files changed, 56 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/atenddvi.dtx b/Master/texmf-dist/source/latex/oberdiek/atenddvi.dtx index 2ceacbaf26b..35318586021 100644 --- a/Master/texmf-dist/source/latex/oberdiek/atenddvi.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/atenddvi.dtx @@ -1,11 +1,12 @@ % \iffalse meta-comment -% +% % File: atenddvi.dtx % Version: 2007/04/17 v1.1 -% +% Info: At end DVI hook +% % Copyright (C) 2007 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 atenddvi.dtx % and the derived files % atenddvi.sty, atenddvi.pdf, atenddvi.ins, atenddvi.drv. -% +% % Distribution: % CTAN:macros/latex/contrib/oberdiek/atenddvi.dtx % CTAN:macros/latex/contrib/oberdiek/atenddvi.pdf -% +% % Unpacking: % (a) If atenddvi.ins is present: % tex atenddvi.ins @@ -36,7 +37,7 @@ % (c) If you insist on using LaTeX % latex \let\install=y\input{atenddvi.dtx} % (quote the arguments according to the demands of your shell) -% +% % Documentation: % (a) If atenddvi.drv is present: % latex atenddvi.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 atenddvi.dtx % makeindex -s gind.ist atenddvi.idx % pdflatex atenddvi.dtx % makeindex -s gind.ist atenddvi.idx % pdflatex atenddvi.dtx -% +% % Installation: % TDS:tex/latex/oberdiek/atenddvi.sty % TDS:doc/latex/oberdiek/atenddvi.pdf @@ -117,6 +118,10 @@ and the derived files \file{atenddvi.drv}{\from{atenddvi.dtx}{driver}}% \usedir{tex/latex/oberdiek}% \file{atenddvi.sty}{\from{atenddvi.dtx}{package}}% + \nopreamble + \nopostamble + \usedir{source/latex/oberdiek/catalogue}% + \file{atenddvi.xml}{\from{atenddvi.dtx}{catalogue}}% } \catcode32=13\relax% active space @@ -145,14 +150,14 @@ and the derived files \ProvidesFile{atenddvi.drv}% [2007/04/17 v1.1 At end DVI hook (HO)]% \documentclass{ltxdoc} -\usepackage{holtxdoc}[2011/02/04] +\usepackage{holtxdoc}[2011/11/22] \begin{document} \DocInput{atenddvi.dtx}% \end{document} %</driver> % \fi % -% \CheckSum{97} +% \CheckSum{103} % % \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 @@ -557,6 +562,44 @@ 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{atenddvi.xml}. +% \begin{macrocode} +%<*catalogue> +<?xml version='1.0' encoding='us-ascii'?> +<!DOCTYPE entry SYSTEM 'catalogue.dtd'> +<entry datestamp='$Date$' modifier='$Author$' id='atenddvi'> + <name>atenddvi</name> + <caption>Provides the \AtEndDvi command.</caption> + <authorref id='auth:oberdiek'/> + <copyright owner='Heiko Oberdiek' year='2007'/> + <license type='lppl1.3'/> + <version number='1.1'/> + <description> + LaTeX offers <tt>\AtBeginDvi</tt>. This package provides the + counterpart <tt>\AtEndDvi</tt>. The execution of its argument is + delayed to the end of the document at the end of the last page. + At this point <tt>\special</tt> and <tt>\write</tt> remain + effective, because they are put into the last page. This is the + main difference from the LaTeX command <tt>\AtEndDocument</tt>. + <p/> + The package is part of the <xref refid='oberdiek'>oberdiek</xref> bundle. + </description> + <documentation details='Package documentation' + href='ctan:/macros/latex/contrib/oberdiek/atenddvi.pdf'/> + <ctan file='true' path='/macros/latex/contrib/oberdiek/atenddvi.dtx'/> + <miktex location='oberdiek'/> + <texlive location='oberdiek'/> + <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/> +</entry> +%</catalogue> +% \end{macrocode} +% % \begin{History} % \begin{Version}{2007/03/20 v1.0} % \item |