diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/hypcap.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/hypcap.dtx | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/hypcap.dtx b/Master/texmf-dist/source/latex/oberdiek/hypcap.dtx index 48c7ad10514..78285591843 100644 --- a/Master/texmf-dist/source/latex/oberdiek/hypcap.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/hypcap.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright (C) 1999-2001, 2006-2008 by +% Copyright (C) 1999-2001, 2006-2008, 2011 by % Heiko Oberdiek <heiko.oberdiek at googlemail.com> % % This work may be distributed and/or modified under the @@ -71,7 +71,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: hypcap 2008/09/08 v1.10 Adjusting anchors of captions (HO)} +\Msg{* Package: hypcap 2011/02/16 v1.11 Adjusting anchors of captions (HO)} \Msg{************************************************************************} \keepsilent @@ -82,7 +82,7 @@ This is a generated file. -Copyright (C) 1999-2001, 2006-2008 by +Copyright (C) 1999-2001, 2006-2008, 2011 by Heiko Oberdiek <heiko.oberdiek at googlemail.com> This work may be distributed and/or modified under the @@ -141,7 +141,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{hypcap.drv}% - [2008/09/08 v1.10 Adjusting anchors of captions (HO)]% + [2011/02/16 v1.11 Adjusting anchors of captions (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2008/08/11] \begin{document} @@ -150,7 +150,7 @@ and the derived files %</driver> % \fi % -% \CheckSum{169} +% \CheckSum{170} % % \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 @@ -171,7 +171,7 @@ and the derived files % \GetFileInfo{hypcap.drv} % % \title{The \xpackage{hypcap} package} -% \date{2008/09/08 v1.10} +% \date{2011/02/16 v1.11} % \author{Heiko Oberdiek\\\xemail{heiko.oberdiek at googlemail.com}} % % \maketitle @@ -305,7 +305,7 @@ and the derived files % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{hypcap}% - [2008/09/08 v1.10 Adjusting anchors of captions (HO)] + [2011/02/16 v1.11 Adjusting anchors of captions (HO)] % \end{macrocode} % % For unique command names this package uses |hc@| as prefix @@ -319,6 +319,10 @@ and the derived files }{} % \end{macrocode} % +% \begin{macrocode} +\RequirePackage{letltxmacro}[2008/06/24] +% \end{macrocode} +% % \begin{macro}{\hc@org@caption} % Save the original meaning of \cmd{\caption}: % \begin{macrocode} @@ -450,8 +454,8 @@ and the derived files % \begin{macrocode} \def\hc@redef#1#2#3{% \newcommand#1{}% - \expandafter\let\expandafter#1\csname#3\endcsname - \expandafter\let\expandafter#2\csname end#3\endcsname + \expandafter\LetLtxMacro\expandafter#1\csname#3\endcsname + \expandafter\LetLtxMacro\expandafter#2\csname end#3\endcsname \renewenvironment*{#3}[1][]{% \ifx\\##1\\% #1\relax @@ -732,6 +736,10 @@ and the derived files % \item % \cs{capstartfalse} and \cs{capstarttrue} added. % \end{Version} +% \begin{Version}{2011/02/16 v1.11} +% \item +% \cs{hc@redef} fixed by using package \xpackage{letltxmacro}. +% \end{Version} % \end{History} % % \PrintIndex |