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/grfext.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/grfext.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/grfext.dtx | 74 |
1 files changed, 57 insertions, 17 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/grfext.dtx b/Master/texmf-dist/source/latex/oberdiek/grfext.dtx index cdfaab57921..9340e902262 100644 --- a/Master/texmf-dist/source/latex/oberdiek/grfext.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/grfext.dtx @@ -1,11 +1,12 @@ % \iffalse meta-comment -% +% % File: grfext.dtx % Version: 2010/08/19 v1.1 -% +% Info: Manage graphics extensions +% % Copyright (C) 2007, 2010 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 grfext.dtx % and the derived files % grfext.sty, grfext.pdf, grfext.ins, grfext.drv, grfext-test1.tex, % grfext-test2.tex. -% +% % Distribution: % CTAN:macros/latex/contrib/oberdiek/grfext.dtx % CTAN:macros/latex/contrib/oberdiek/grfext.pdf -% +% % Unpacking: % (a) If grfext.ins is present: % tex grfext.ins @@ -37,7 +38,7 @@ % (c) If you insist on using LaTeX % latex \let\install=y\input{grfext.dtx} % (quote the arguments according to the demands of your shell) -% +% % Documentation: % (a) If grfext.drv is present: % latex grfext.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 grfext.dtx % makeindex -s gind.ist grfext.idx % pdflatex grfext.dtx % makeindex -s gind.ist grfext.idx % pdflatex grfext.dtx -% +% % Installation: % TDS:tex/latex/oberdiek/grfext.sty % TDS:doc/latex/oberdiek/grfext.pdf @@ -77,7 +78,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: grfext 2010/08/19 v1.1 Managing graphics extensions (HO)} +\Msg{* Package: grfext 2010/08/19 v1.1 Manage graphics extensions (HO)} \Msg{************************************************************************} \keepsilent @@ -124,6 +125,10 @@ and the derived files \usedir{doc/latex/oberdiek/test}% \file{grfext-test1.tex}{\from{grfext.dtx}{test1}}% \file{grfext-test2.tex}{\from{grfext.dtx}{test2}}% + \nopreamble + \nopostamble + \usedir{source/latex/oberdiek/catalogue}% + \file{grfext.xml}{\from{grfext.dtx}{catalogue}}% } \catcode32=13\relax% active space @@ -150,9 +155,9 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{grfext.drv}% - [2010/08/19 v1.1 Managing graphics extensions (HO)]% + [2010/08/19 v1.1 Manage graphics extensions (HO)]% \documentclass{ltxdoc} -\usepackage{holtxdoc}[2011/02/04] +\usepackage{holtxdoc}[2011/11/22] \begin{document} \DocInput{grfext.dtx}% \end{document} @@ -377,7 +382,7 @@ and the derived files \fi \expandafter\x\csname ver@grfext.sty\endcsname \ProvidesPackage{grfext}% - [2010/08/19 v1.1 Managing graphics extensions (HO)]% + [2010/08/19 v1.1 Manage graphics extensions (HO)]% % \end{macrocode} % % \subsection{Catcodes} @@ -1108,13 +1113,48 @@ 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{grfext.xml}. +% \begin{macrocode} +%<*catalogue> +<?xml version='1.0' encoding='us-ascii'?> +<!DOCTYPE entry SYSTEM 'catalogue.dtd'> +<entry datestamp='$Date$' modifier='$Author$' id='grfext'> + <name>grfext</name> + <caption>Manipulate the graphics package's list of extensions.</caption> + <authorref id='auth:oberdiek'/> + <copyright owner='Heiko Oberdiek' year='2007,2010'/> + <license type='lppl1.3'/> + <version number='1.1'/> + <description> + This package provides macros for adding to, and reordering the list of + graphics file extensions recognised by package + <xref refid='graphics'>graphics</xref>. + <p/> + The package is part of the <xref refid='oberdiek'>oberdiek</xref> bundle. + </description> + <documentation details='Package documentation' + href='ctan:/macros/latex/contrib/oberdiek/grfext.pdf'/> + <ctan file='true' path='/macros/latex/contrib/oberdiek/grfext.dtx'/> + <miktex location='oberdiek'/> + <texlive location='oberdiek'/> + <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/> +</entry> +%</catalogue> +% \end{macrocode} +% % \begin{thebibliography}{9} -% +% % \bibitem{graphics} % David Carlisle, Sebastian Rahtz: \textit{The \xpackage{graphics} package}; % 2006/02/20 v1.0o; % \CTAN{macros/latex/required/graphics/graphics.dtx}. -% +% % \end{thebibliography} % % \begin{History} |