summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hypdoc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-06-14 20:21:14 +0000
committerKarl Berry <karl@freefriends.org>2022-06-14 20:21:14 +0000
commite69da46b982f29e90a4f1ebcfe6835d410b973ea (patch)
tree58f5ef37797ea72a1c6e2daa399f0ddaedc6e0be /Master/texmf-dist/tex/latex/hypdoc
parentc2dd31bd12747606971061847c27e79f3f4daff9 (diff)
hypdoc (14jun22)
git-svn-id: svn://tug.org/texlive/trunk@63592 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hypdoc')
-rw-r--r--Master/texmf-dist/tex/latex/hypdoc/hypdoc.sty21
1 files changed, 12 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/hypdoc/hypdoc.sty b/Master/texmf-dist/tex/latex/hypdoc/hypdoc.sty
index 156b7ddae62..58ce0223656 100644
--- a/Master/texmf-dist/tex/latex/hypdoc/hypdoc.sty
+++ b/Master/texmf-dist/tex/latex/hypdoc/hypdoc.sty
@@ -9,11 +9,11 @@
%% This is a generated file.
%%
%% Project: hypdoc
-%% Version: 2021-11-15 v1.15
+%% Version: 2022-06-14 v1.16
%%
%% Copyright (C)
%% 2002, 2006, 2007, 2009-2011 Heiko Oberdiek
-%% 2016-2021 Oberdiek Package Support Group
+%% 2016-2022 Oberdiek Package Support Group
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -37,7 +37,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{hypdoc}%
- [2021-11-15 v1.15 Hyper extensions for doc.sty (HO)]%
+ [2022-06-14 v1.16 Hyper extensions for doc.sty (HO)]%
\newif\ifHD@numbered
\DeclareOption{numbered}{\HD@numberedtrue}
\ProcessOptions*\relax
@@ -46,13 +46,16 @@
\ifx\numexpr\@undefined
\RequirePackage{calc}%
\fi
-\RequirePackage[%
- hyperindex=false,%
- pdfusetitle,%
- colorlinks,%
- pdfpagelabels%
-]{hyperref}[2002/05/09]%
+\@ifpackageloaded{hyperref}
+ {\PackageWarning{hypdoc}{hyperref has been loaded before. Check the options!}}
+ {\RequirePackage[%
+ hyperindex=false,%
+ pdfusetitle,%
+ pdfpagelabels%
+ ]{hyperref}[2002/05/09]%
+ }
\hypersetup{%
+ colorlinks,%
plainpages=false,%
bookmarksopen,%
bookmarksnumbered,%