diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-07 23:09:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-07 23:09:45 +0000 |
commit | 28f8287b52b9e47d5579c5ee9813513f4c7c918c (patch) | |
tree | 0da07dd6bf9edf16713f5358bdd950b062980122 /Master/texmf-dist/source/latex/oberdiek/hypdoc.dtx | |
parent | 515e0a46ce935eb627f742546d996842e3add6d6 (diff) |
oberdiek update (7feb10)
git-svn-id: svn://tug.org/texlive/trunk@16936 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/hypdoc.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/hypdoc.dtx | 37 |
1 files changed, 30 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/hypdoc.dtx b/Master/texmf-dist/source/latex/oberdiek/hypdoc.dtx index 9aac6f8ed21..1777bd459d3 100644 --- a/Master/texmf-dist/source/latex/oberdiek/hypdoc.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/hypdoc.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright (C) 2002, 2006, 2007, 2009 by +% Copyright (C) 2002, 2006, 2007, 2009, 2010 by % Heiko Oberdiek <oberdiek@uni-freiburg.de> % % This work may be distributed and/or modified under the @@ -69,7 +69,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: hypdoc 2009/12/10 v1.7 Hyper extensions for doc.sty (HO)} +\Msg{* Package: hypdoc 2010/02/03 v1.8 Hyper extensions for doc.sty (HO)} \Msg{************************************************************************} \keepsilent @@ -80,7 +80,7 @@ This is a generated file. -Copyright (C) 2002, 2006, 2007, 2009 by +Copyright (C) 2002, 2006, 2007, 2009, 2010 by Heiko Oberdiek <oberdiek@uni-freiburg.de> This work may be distributed and/or modified under the @@ -138,7 +138,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{hypdoc.drv}% - [2009/12/10 v1.7 Hyper extensions for doc.sty (HO)]% + [2010/02/03 v1.8 Hyper extensions for doc.sty (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2008/08/11] \begin{document} @@ -147,7 +147,7 @@ and the derived files %</driver> % \fi % -% \CheckSum{682} +% \CheckSum{710} % % \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 @@ -168,7 +168,7 @@ and the derived files % \GetFileInfo{hypdoc.drv} % % \title{The \xpackage{hypdoc} package} -% \date{2009/12/10 v1.7} +% \date{2010/02/03 v1.8} % \author{Heiko Oberdiek\\\xemail{oberdiek@uni-freiburg.de}} % % \maketitle @@ -345,7 +345,7 @@ and the derived files %<*package> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{hypdoc}% - [2009/12/10 v1.7 Hyper extensions for doc.sty (HO)]% + [2010/02/03 v1.8 Hyper extensions for doc.sty (HO)]% % \end{macrocode} % The package identification is done at the top of the |.dtx| file % in order to use only one identification string. @@ -425,6 +425,25 @@ and the derived files } % \end{macrocode} % +% \subsubsection{Patch for bug latex/4096} +% +% \begin{macrocode} +\begingroup\expandafter\expandafter\expandafter\endgroup +\expandafter\ifx\csname mod@math@codes\endcsname\relax +\else + \def\HD@ModFix#1{% + \mathcode`#1=`#1\relax + }% + \g@addto@macro\mod@math@codes{% + \HD@ModFix\-% + \HD@ModFix\+% + \HD@ModFix\:% + \HD@ModFix\=% + \HD@ModFix\*% + }% +\fi +% \end{macrocode} +% % \subsection{Bookmarks} % % \begin{macro}{\HD@sectionpatch} @@ -1325,6 +1344,10 @@ and the derived files % \item % Use of package \xpackage{rerunfilecheck}. % \end{Version} +% \begin{Version}{2010/02/03 v1.8} +% \item +% Fix for bug latex/4096 added. +% \end{Version} % \end{History} % % \PrintIndex |