diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/hypdestopt.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/hypdestopt.dtx | 53 |
1 files changed, 44 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/hypdestopt.dtx b/Master/texmf-dist/source/latex/oberdiek/hypdestopt.dtx index 709981cb367..a6300a28e11 100644 --- a/Master/texmf-dist/source/latex/oberdiek/hypdestopt.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/hypdestopt.dtx @@ -1,6 +1,7 @@ % \iffalse meta-comment % -% Copyright (C) 2006, 2007 by Heiko Oberdiek <oberdiek@uni-freiburg.de> +% Copyright (C) 2006, 2007, 2008 by +% Heiko Oberdiek <oberdiek@uni-freiburg.de> % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -66,7 +67,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: hypdestopt 2007/11/11 v2.1 Hyperref destination optimizer (HO)} +\Msg{* Package: hypdestopt 2008/08/08 v2.2 Hyperref destination optimizer (HO)} \Msg{************************************************************************} \keepsilent @@ -77,7 +78,8 @@ This is a generated file. -Copyright (C) 2006, 2007 by Heiko Oberdiek <oberdiek@uni-freiburg.de> +Copyright (C) 2006, 2007, 2008 by + Heiko Oberdiek <oberdiek@uni-freiburg.de> This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either @@ -132,16 +134,16 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{hypdestopt.drv}% - [2007/11/11 v2.1 Hyperref destination optimizer (HO)]% + [2008/08/08 v2.2 Hyperref destination optimizer (HO)]% \documentclass{ltxdoc} -\usepackage{holtxdoc}[2007/11/11] +\usepackage{holtxdoc}[2008/08/11] \begin{document} \DocInput{hypdestopt.dtx}% \end{document} %</driver> % \fi % -% \CheckSum{515} +% \CheckSum{543} % % \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 @@ -162,7 +164,7 @@ and the derived files % \GetFileInfo{hypdestopt.drv} % % \title{The \xpackage{hypdestopt} package} -% \date{2007/11/11 v2.1} +% \date{2008/08/08 v2.2} % \author{Heiko Oberdiek\\\xemail{oberdiek@uni-freiburg.de}} % % \maketitle @@ -284,7 +286,7 @@ and the derived files %<*package> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{hypdestopt}% - [2007/11/11 v2.1 Hyperref destination optimizer (HO)]% + [2008/08/08 v2.2 Hyperref destination optimizer (HO)]% % \end{macrocode} % % \subsection{Options} @@ -643,7 +645,7 @@ and the derived files \fi % \end{macrocode} % -% \subsubsection{Outlines} +% \subsubsection{Outlines of package \xpackage{hyperref}} % % \begin{macrocode} \let\HypDest@Org@OutlineName\Hy@OutlineName @@ -684,6 +686,35 @@ and the derived files }% % \end{macrocode} % +% \subsubsection{Outlines of package \xpackage{bookmark}} +% +% \begin{macrocode} + \@ifpackageloaded{bookmark}{% + \@ifpackagelater{bookmark}{2008/08/08}{% + \renewcommand*{\BKM@DefGotoNameAction}[2]{% + \@ifundefined{\HypDest@Prefix#2}{% + \edef#1{goto name{hypdestopt\string :unknown}}% + }{% + \edef#1{goto num\csname\HypDest@Prefix#2\endcsname}% + }% + }% + \def\BKM@HypDestOptHook{% + \ifx\BKM@dest\@empty + \else + \ifx\BKM@gotor\@empty + \HypDest@MarkUsed\BKM@dest + \fi + \fi + }% + }{% + \@PackageError{hypdestopt}{% + Package `bookmark' is too old.\MessageBreak + Version 2008/08/08 or later is needed% + }\@ehc + }% + }{}% +% \end{macrocode} +% % \begin{macrocode} } % \end{macrocode} @@ -910,6 +941,10 @@ and the derived files % \item % Use of package \xpackage{pdftexcmds} for \LuaTeX\ support. % \end{Version} +% \begin{Version}{2008/08/08 v2.2} +% \item +% Support for package \xpackage{bookmark} added. +% \end{Version} % \end{History} % % \PrintIndex |