diff options
author | Karl Berry <karl@freefriends.org> | 2018-09-08 21:44:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-09-08 21:44:30 +0000 |
commit | 24f53c7752dd4226b1e3469ca827e2e7cbb3d61d (patch) | |
tree | 3ab86ec00aa11579ed8009744e20e1e47bd3a877 /Master/texmf-dist/tex/latex | |
parent | b8dd38e12686b652fc2bd646150b594df14cc70b (diff) |
oberdiek (8sep18)
git-svn-id: svn://tug.org/texlive/trunk@48628 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/oberdiek/aliascnt.sty | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/oberdiek/hypdoc.sty | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/oberdiek/aliascnt.sty b/Master/texmf-dist/tex/latex/oberdiek/aliascnt.sty index 1593a7ee8f2..87c705e136c 100644 --- a/Master/texmf-dist/tex/latex/oberdiek/aliascnt.sty +++ b/Master/texmf-dist/tex/latex/oberdiek/aliascnt.sty @@ -9,7 +9,7 @@ %% This is a generated file. %% %% Project: aliascnt -%% Version: 2016/05/16 v1.4 +%% Version: 2018/09/07 v1.5 %% %% Copyright (C) 2006, 2009 by %% Heiko Oberdiek <heiko.oberdiek at googlemail.com> @@ -34,7 +34,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{aliascnt}% - [2016/05/16 v1.4 Alias counters (HO)]% + [2018/09/07 v1.5 Alias counters (HO)]% \newcommand*{\newaliascnt}[2]{% \begingroup \def\AC@glet##1{% @@ -80,7 +80,9 @@ \csname AC@org@#1reset\endcsname{##1}{\AC@findrootcnt{##2}}% }% } -\RequirePackage{remreset} +\ifx\@removefromreset\@undefined + \RequirePackage{remreset} +\fi \AC@patch{addto} \AC@patch{removefrom} \endinput diff --git a/Master/texmf-dist/tex/latex/oberdiek/hypdoc.sty b/Master/texmf-dist/tex/latex/oberdiek/hypdoc.sty index e4e2e07f1d0..fb3baeb4c6f 100644 --- a/Master/texmf-dist/tex/latex/oberdiek/hypdoc.sty +++ b/Master/texmf-dist/tex/latex/oberdiek/hypdoc.sty @@ -9,7 +9,7 @@ %% This is a generated file. %% %% Project: hypdoc -%% Version: 2016/10/02 v1.13 +%% Version: 2018/09/07 v1.14 %% %% Copyright (C) 2002, 2006, 2007, 2009-2011 by %% Heiko Oberdiek <heiko.oberdiek at googlemail.com> @@ -34,7 +34,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{hypdoc}% - [2016/10/02 v1.13 Hyper extensions for doc.sty (HO)]% + [2018/09/07 v1.14 Hyper extensions for doc.sty (HO)]% \newif\ifHD@numbered \DeclareOption{numbered}{\HD@numberedtrue} \ProcessOptions*\relax @@ -58,7 +58,6 @@ \paperheight-\topmargin-1in-\headheight-\headsep }},% } -\RequirePackage{thumbpdf} \newcounter{HD@unique} \renewcommand{\theHD@unique}{% \number\value{HD@unique}% |