diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/hypbmsec.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/hypbmsec.dtx | 66 |
1 files changed, 54 insertions, 12 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/hypbmsec.dtx b/Master/texmf-dist/source/latex/oberdiek/hypbmsec.dtx index 5c280aa348c..13b3d4ef511 100644 --- a/Master/texmf-dist/source/latex/oberdiek/hypbmsec.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/hypbmsec.dtx @@ -1,11 +1,12 @@ % \iffalse meta-comment -% +% % File: hypbmsec.dtx % Version: 2007/04/11 v2.4 -% +% Info: Bookmarks in sectioning commands +% % Copyright (C) 1998-2000, 2006, 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 hypbmsec.dtx % and the derived files % hypbmsec.sty, hypbmsec.pdf, hypbmsec.ins, hypbmsec.drv. -% +% % Distribution: % CTAN:macros/latex/contrib/oberdiek/hypbmsec.dtx % CTAN:macros/latex/contrib/oberdiek/hypbmsec.pdf -% +% % Unpacking: % (a) If hypbmsec.ins is present: % tex hypbmsec.ins @@ -36,7 +37,7 @@ % (c) If you insist on using LaTeX % latex \let\install=y\input{hypbmsec.dtx} % (quote the arguments according to the demands of your shell) -% +% % Documentation: % (a) If hypbmsec.drv is present: % latex hypbmsec.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 hypbmsec.dtx % makeindex -s gind.ist hypbmsec.idx % pdflatex hypbmsec.dtx % makeindex -s gind.ist hypbmsec.idx % pdflatex hypbmsec.dtx -% +% % Installation: % TDS:tex/latex/oberdiek/hypbmsec.sty % TDS:doc/latex/oberdiek/hypbmsec.pdf @@ -117,6 +118,10 @@ and the derived files \file{hypbmsec.drv}{\from{hypbmsec.dtx}{driver}}% \usedir{tex/latex/oberdiek}% \file{hypbmsec.sty}{\from{hypbmsec.dtx}{package}}% + \nopreamble + \nopostamble + \usedir{source/latex/oberdiek/catalogue}% + \file{hypbmsec.xml}{\from{hypbmsec.dtx}{catalogue}}% } \catcode32=13\relax% active space @@ -145,7 +150,7 @@ and the derived files \ProvidesFile{hypbmsec.drv}% [2007/04/11 v2.4 Bookmarks in sectioning commands (HO)]% \documentclass{ltxdoc} -\usepackage{holtxdoc}[2011/02/04] +\usepackage{holtxdoc}[2011/11/22] \begin{document} \DocInput{hypbmsec.dtx}% \end{document} @@ -768,6 +773,43 @@ 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{hypbmsec.xml}. +% \begin{macrocode} +%<*catalogue> +<?xml version='1.0' encoding='us-ascii'?> +<!DOCTYPE entry SYSTEM 'catalogue.dtd'> +<entry datestamp='$Date$' modifier='$Author$' id='hypbmsec'> + <name>hypbmsec</name> + <caption>Hypertext bookmarks in sectioning commands.</caption> + <authorref id='auth:oberdiek'/> + <copyright owner='Heiko Oberdiek' year='1998-2000,2006,2007'/> + <license type='lppl1.3'/> + <version number='2.4'/> + <description> + Bookmark entries can be given as another argument to the LaTeX + sectioning commands. The <xref refid='hyperref'>hyperref</xref> + package is required to get the bookmarks, but the syntax + works without it. + <p/> + This package is part of the <xref refid='oberdiek'>oberdiek</xref> + bundle. + </description> + <documentation details='Package documentation' + href='ctan:/macros/latex/contrib/oberdiek/hypbmsec.pdf'/> + <ctan file='true' path='/macros/latex/contrib/oberdiek/hypbmsec.dtx'/> + <miktex location='oberdiek'/> + <texlive location='oberdiek'/> + <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/> +</entry> +%</catalogue> +% \end{macrocode} +% % \begin{History} % \begin{Version}{1998/11/20 v1.0} % \item |