diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/hypgotoe.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/hypgotoe.dtx | 72 |
1 files changed, 56 insertions, 16 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/hypgotoe.dtx b/Master/texmf-dist/source/latex/oberdiek/hypgotoe.dtx index 751054ee439..d2b155d9fcf 100644 --- a/Master/texmf-dist/source/latex/oberdiek/hypgotoe.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/hypgotoe.dtx @@ -1,11 +1,12 @@ % \iffalse meta-comment -% +% % File: hypgotoe.dtx % Version: 2007/10/30 v0.1 -% +% Info: Links to embedded files +% % 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,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 hypgotoe.dtx % and the derived files % hypgotoe.sty, hypgotoe.pdf, hypgotoe.ins, hypgotoe.drv, % hypgotoe-example.tex. -% +% % Distribution: % CTAN:macros/latex/contrib/oberdiek/hypgotoe.dtx % CTAN:macros/latex/contrib/oberdiek/hypgotoe.pdf -% +% % Unpacking: % (a) If hypgotoe.ins is present: % tex hypgotoe.ins @@ -37,7 +38,7 @@ % (c) If you insist on using LaTeX % latex \let\install=y\input{hypgotoe.dtx} % (quote the arguments according to the demands of your shell) -% +% % Documentation: % (a) If hypgotoe.drv is present: % latex hypgotoe.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 hypgotoe.dtx % makeindex -s gind.ist hypgotoe.idx % pdflatex hypgotoe.dtx % makeindex -s gind.ist hypgotoe.idx % pdflatex hypgotoe.dtx -% +% % Installation: % TDS:tex/latex/oberdiek/hypgotoe.sty % TDS:doc/latex/oberdiek/hypgotoe.pdf @@ -76,7 +77,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: hypgotoe 2007/10/30 v0.1 Experimental links to embedded files (HO)} +\Msg{* Package: hypgotoe 2007/10/30 v0.1 Links to embedded files (HO)} \Msg{************************************************************************} \keepsilent @@ -122,6 +123,10 @@ and the derived files \file{hypgotoe.sty}{\from{hypgotoe.dtx}{package}}% \usedir{doc/latex/oberdiek}% \file{hypgotoe-example.tex}{\from{hypgotoe.dtx}{example}}% + \nopreamble + \nopostamble + \usedir{source/latex/oberdiek/catalogue}% + \file{hypgotoe.xml}{\from{hypgotoe.dtx}{catalogue}}% } \catcode32=13\relax% active space @@ -148,9 +153,9 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{hypgotoe.drv}% - [2007/10/30 v0.1 Experimental links to embedded files (HO)]% + [2007/10/30 v0.1 Links to embedded files (HO)]% \documentclass{ltxdoc} -\usepackage{holtxdoc}[2011/02/04] +\usepackage{holtxdoc}[2011/11/22] \begin{document} \DocInput{hypgotoe.dtx}% \end{document} @@ -311,7 +316,7 @@ Anker foobar is here. %<*package> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{hypgotoe}% - [2007/10/30 v0.1 Experimental links to embedded files (HO)]% + [2007/10/30 v0.1 Links to embedded files (HO)]% % \end{macrocode} % % \subsection{Load packages} @@ -657,6 +662,41 @@ Anker foobar is here. %\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{hypgotoe.xml}. +% \begin{macrocode} +%<*catalogue> +<?xml version='1.0' encoding='us-ascii'?> +<!DOCTYPE entry SYSTEM 'catalogue.dtd'> +<entry datestamp='$Date$' modifier='$Author$' id='hypgotoe'> + <name>hypgotoe</name> + <caption>Links to embedded files.</caption> + <authorref id='auth:oberdiek'/> + <copyright owner='Heiko Oberdiek' year='2007'/> + <license type='lppl1.3'/> + <version number='0.1'/> + <description> + This experimental package is a first experiment for links to embedded + files. It is named after the PDF action name <tt>/GoToE</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/hypgotoe.pdf'/> + <ctan file='true' path='/macros/latex/contrib/oberdiek/hypgotoe.dtx'/> + <miktex location='oberdiek'/> + <texlive location='oberdiek'/> + <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/> +</entry> +%</catalogue> +% \end{macrocode} +% % \begin{thebibliography}{9} % \bibitem{pdfspec} % Adobe Systems Incorporated: @@ -664,7 +704,7 @@ Anker foobar is here. % {\textit{PDF Reference, Sixth Edition, Version 1.7}},% % Oktober 2006; % \url{http://www.adobe.com/devnet/pdf/pdf_reference.html}. -% +% % \end{thebibliography} % % \begin{History} |