diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/epstopdf.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/epstopdf.dtx | 68 |
1 files changed, 56 insertions, 12 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/epstopdf.dtx b/Master/texmf-dist/source/latex/oberdiek/epstopdf.dtx index 029925d3700..816322e684f 100644 --- a/Master/texmf-dist/source/latex/oberdiek/epstopdf.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/epstopdf.dtx @@ -1,11 +1,12 @@ % \iffalse meta-comment -% +% % File: epstopdf.dtx % Version: 2010/02/09 v2.5 -% +% Info: Conversion with epstopdf on the fly +% % Copyright (C) 2001, 2006-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 epstopdf.dtx % and the derived files % epstopdf.sty, epstopdf.pdf, epstopdf.ins, epstopdf.drv, % epstopdf-base.sty, epstopdf-test1.tex. -% +% % Distribution: % CTAN:macros/latex/contrib/oberdiek/epstopdf.dtx % CTAN:macros/latex/contrib/oberdiek/epstopdf.pdf -% +% % Unpacking: % (a) If epstopdf.ins is present: % tex epstopdf.ins @@ -37,7 +38,7 @@ % (c) If you insist on using LaTeX % latex \let\install=y\input{epstopdf.dtx} % (quote the arguments according to the demands of your shell) -% +% % Documentation: % (a) If epstopdf.drv is present: % latex epstopdf.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 epstopdf.dtx % makeindex -s gind.ist epstopdf.idx % pdflatex epstopdf.dtx % makeindex -s gind.ist epstopdf.idx % pdflatex epstopdf.dtx -% +% % Installation: % TDS:tex/latex/oberdiek/epstopdf.sty % TDS:tex/latex/oberdiek/epstopdf-base.sty @@ -124,6 +125,10 @@ and the derived files \file{epstopdf-base.sty}{\from{epstopdf.dtx}{base}}% \usedir{doc/latex/oberdiek/test}% \file{epstopdf-test1.tex}{\from{epstopdf.dtx}{test1}}% + \nopreamble + \nopostamble + \usedir{source/latex/oberdiek/catalogue}% + \file{epstopdf-pkg.xml}{\from{epstopdf.dtx}{catalogue}}% } \catcode32=13\relax% active space @@ -152,7 +157,7 @@ and the derived files \ProvidesFile{epstopdf.drv}% [2010/02/09 v2.5 Conversion with epstopdf on the fly (HO)]% \documentclass{ltxdoc} -\usepackage{holtxdoc}[2011/02/04] +\usepackage{holtxdoc}[2011/11/22] \begin{document} \DocInput{epstopdf.dtx}% \end{document} @@ -1478,6 +1483,45 @@ 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{epstopdf-pkg.xml}. +% \begin{macrocode} +%<*catalogue> +<?xml version='1.0' encoding='us-ascii'?> +<!DOCTYPE entry SYSTEM 'catalogue.dtd'> +<entry datestamp='$Date$' modifier='$Author$' id='epstopdf-pkg'> + <name>epstopdf-pkg</name> + <caption>Call epstopdf "on the fly"</caption> + <authorref id='auth:oberdiek'/> + <copyright owner='Heiko Oberdiek' year='2001,2006-2010'/> + <license type='lppl1.3'/> + <version number='2.5'/> + <description> + The package adds support for EPS files in the + <xref refid='graphicx'>graphicx</xref> package when running under + PDFTeX. If an EPS graphic is detected, the package spawns a + process to convert the EPS to PDF, using the script + <xref refid='epstopdf'>epstopdf</xref>. This of course requires + that shell escape is enabled for the PDFTeX run. + <p/> + The package is part of the <xref refid='oberdiek'>oberdiek</xref> + bundle. + </description> + <documentation details='Package documentation' + href='ctan:/macros/latex/contrib/oberdiek/epstopdf.pdf'/> + <ctan file='true' path='/macros/latex/contrib/oberdiek/epstopdf.dtx'/> + <miktex location='oberdiek'/> + <texlive location='oberdiek'/> + <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/> +</entry> +%</catalogue> +% \end{macrocode} +% % \begin{History} % \begin{Version}{2001/01/06 v1.0} % \item |