diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/oberdiek/hypdoc.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/oberdiek/hypdoc.sty | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/oberdiek/hypdoc.sty b/Master/texmf-dist/tex/latex/oberdiek/hypdoc.sty index bbd9ce68e6a..47c925bea6d 100644 --- a/Master/texmf-dist/tex/latex/oberdiek/hypdoc.sty +++ b/Master/texmf-dist/tex/latex/oberdiek/hypdoc.sty @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2002, 2006, 2007 by +%% Copyright (C) 2002, 2006, 2007, 2009 by %% Heiko Oberdiek <oberdiek@uni-freiburg.de> %% %% This work may be distributed and/or modified under the @@ -29,7 +29,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{hypdoc}% - [2007/11/12 v1.6 Hyper extensions for doc.sty (HO)]% + [2009/12/10 v1.7 Hyper extensions for doc.sty (HO)]% \newif\ifHD@numbered \DeclareOption{numbered}{\HD@numberedtrue} \ProcessOptions*\relax @@ -239,6 +239,7 @@ \AtBeginDocument{% \HD@savedest@init } +\RequirePackage{rerunfilecheck}[2009/12/10] \begingroup \catcode`\^^M=\active \@firstofone{\endgroup @@ -253,8 +254,10 @@ \let~\HDorg@tilde \catcode`\^^M=\HDorg@catcodeM\relax \newwrite\HD@savedest@out + \RerunFileCheck{\jobname.hd}{% + \immediate\closeout\HD@savedest@out + }{}% \immediate\openout\HD@savedest@out=\jobname.hd\relax - \AtEndDocument{\immediate\closeout\HD@savedest@out}% \else \let\HD@savedest@add\@gobble \fi |