diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/hobsub/hobsub-hyperref.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/hobsub/hobsub-hyperref.sty | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/hobsub/hobsub-hyperref.sty b/Master/texmf-dist/tex/latex/hobsub/hobsub-hyperref.sty new file mode 100644 index 00000000000..66c94b6b622 --- /dev/null +++ b/Master/texmf-dist/tex/latex/hobsub/hobsub-hyperref.sty @@ -0,0 +1,24 @@ +% hobsub bundle +% +% Copyright 2019 Oberdiek Package Support Group +% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either +%% version 1.3c of this license or (at your option) any later +%% version. + +\ifx\ProvidesPackage\undefined\else +\ProvidesPackage{hobsub-hyperref}[2019-11-14] +\fi +\wlog{hobsub not currently supported, see hobsub.dtx to extract original code} +\RequirePackage{ltxcmds} +\RequirePackage{ifvtex} +\RequirePackage{pdftexcmds} +\RequirePackage{infwarerr} +\RequirePackage{keyval} +\RequirePackage{kvsetkeys} +\RequirePackage{kvdefinekeys} +\RequirePackage{pdfescape} +\RequirePackage{hycolor} +\RequirePackage{letltxmacro} +\RequirePackage{auxhook} |