diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/picture.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/picture.dtx | 67 |
1 files changed, 54 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/picture.dtx b/Master/texmf-dist/source/latex/oberdiek/picture.dtx index 0e2eeacdcd8..0e8fda7bc17 100644 --- a/Master/texmf-dist/source/latex/oberdiek/picture.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/picture.dtx @@ -1,11 +1,12 @@ % \iffalse meta-comment -% +% % File: picture.dtx % Version: 2009/10/11 v1.3 -% +% Info: Dimens for picture macros +% % Copyright (C) 2006-2009 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,20 +16,20 @@ % 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 picture.dtx % and the derived files % picture.sty, picture.pdf, picture.ins, picture.drv, % picture-example.tex. -% +% % Distribution: % CTAN:macros/latex/contrib/oberdiek/picture.dtx % CTAN:macros/latex/contrib/oberdiek/picture.pdf -% +% % Unpacking: % (a) If picture.ins is present: % tex picture.ins @@ -37,7 +38,7 @@ % (c) If you insist on using LaTeX % latex \let\install=y\input{picture.dtx} % (quote the arguments according to the demands of your shell) -% +% % Documentation: % (a) If picture.drv is present: % latex picture.drv @@ -47,14 +48,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 picture.dtx % makeindex -s gind.ist picture.idx % pdflatex picture.dtx % makeindex -s gind.ist picture.idx % pdflatex picture.dtx -% +% % Installation: % TDS:tex/latex/oberdiek/picture.sty % TDS:doc/latex/oberdiek/picture.pdf @@ -122,6 +123,10 @@ and the derived files \file{picture.sty}{\from{picture.dtx}{package}}% \usedir{doc/latex/oberdiek}% \file{picture-example.tex}{\from{picture.dtx}{example}}% + \nopreamble + \nopostamble + \usedir{source/latex/oberdiek/catalogue}% + \file{picture.xml}{\from{picture.dtx}{catalogue}}% } \catcode32=13\relax% active space @@ -150,14 +155,14 @@ and the derived files \ProvidesFile{picture.drv}% [2009/10/11 v1.3 Dimens for picture macros (HO)]% \documentclass{ltxdoc} -\usepackage{holtxdoc}[2011/02/04] +\usepackage{holtxdoc}[2011/11/22] \begin{document} \DocInput{picture.dtx}% \end{document} %</driver> % \fi % -% \CheckSum{321} +% \CheckSum{322} % % \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 @@ -764,6 +769,42 @@ 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{picture.xml}. +% \begin{macrocode} +%<*catalogue> +<?xml version='1.0' encoding='us-ascii'?> +<!DOCTYPE entry SYSTEM 'catalogue.dtd'> +<entry datestamp='$Date$' modifier='$Author$' id='picture'> + <name>picture</name> + <caption>Dimens for picture macros.</caption> + <authorref id='auth:oberdiek'/> + <copyright owner='Heiko Oberdiek' year='2006-2009'/> + <license type='lppl1.3'/> + <version number='1.3'/> + <description> + There are macro and environment arguments that expect numbers + that will internally be multiplied by <tt>\unitlength</tt>. + This package extends the syntax of these arguments, so that + dimensions with calculation support may be used for these arguments. + <p/> + The package is part of the <xref refid='oberdiek'>oberdiek</xref> bundle. + </description> + <documentation details='Package documentation' + href='ctan:/macros/latex/contrib/oberdiek/picture.pdf'/> + <ctan file='true' path='/macros/latex/contrib/oberdiek/picture.dtx'/> + <miktex location='oberdiek'/> + <texlive location='oberdiek'/> + <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/> +</entry> +%</catalogue> +% \end{macrocode} +% % \begin{History} % \begin{Version}{2006/08/26 v1.0} % \item |