summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hypdoc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-10-27 03:03:08 +0000
committerNorbert Preining <norbert@preining.info>2023-10-27 03:03:08 +0000
commite7c703c953f148411c70d5ca86dc1c1023d73806 (patch)
tree103695d0d26aa0b1d5b1942fd433cf5f9a90d47f /macros/latex/contrib/hypdoc
parent721b0492f150d59f61b504ab803c7ef1a9a67a0b (diff)
CTAN sync 202310270303
Diffstat (limited to 'macros/latex/contrib/hypdoc')
-rw-r--r--macros/latex/contrib/hypdoc/README.md2
-rw-r--r--macros/latex/contrib/hypdoc/hypdoc.dtx32
-rw-r--r--macros/latex/contrib/hypdoc/hypdoc.pdfbin335616 -> 337017 bytes
3 files changed, 24 insertions, 10 deletions
diff --git a/macros/latex/contrib/hypdoc/README.md b/macros/latex/contrib/hypdoc/README.md
index 32ac39c26a..6a106ee4f9 100644
--- a/macros/latex/contrib/hypdoc/README.md
+++ b/macros/latex/contrib/hypdoc/README.md
@@ -1,6 +1,6 @@
# hypdoc
-Version: 2023-01-23 v1.18
+Version: 2023-10-26 v1.19
This package adds hyper features to the package
doc that is used in the documentation
diff --git a/macros/latex/contrib/hypdoc/hypdoc.dtx b/macros/latex/contrib/hypdoc/hypdoc.dtx
index 836fa1b368..1a1b5876e7 100644
--- a/macros/latex/contrib/hypdoc/hypdoc.dtx
+++ b/macros/latex/contrib/hypdoc/hypdoc.dtx
@@ -1,7 +1,7 @@
% \iffalse meta-comment
%
% File: hypdoc.dtx
-% Version: 2023-01-23 v1.18
+% Version: 2023-10-26 v1.19
% Info: Hyper extensions for doc.sty
%
% Copyright (C)
@@ -79,7 +79,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: hypdoc 2023-01-23 v1.18 Hyper extensions for doc.sty (HO)}
+\Msg{* Package: hypdoc 2023-10-26 v1.19 Hyper extensions for doc.sty (HO)}
\Msg{************************************************************************}
\keepsilent
@@ -91,7 +91,7 @@
This is a generated file.
Project: hypdoc
-Version: 2023-01-23 v1.18
+Version: 2023-10-26 v1.19
Copyright (C)
2002, 2006, 2007, 2009-2011 Heiko Oberdiek
@@ -152,7 +152,7 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{hypdoc.drv}%
- [2023-01-23 v1.18 Hyper extensions for doc.sty (HO)]%
+ [2023-10-26 v1.19 Hyper extensions for doc.sty (HO)]%
\PassOptionsToPackage{numbered}{hypdoc}
\documentclass{ltxdoc}
\usepackage{holtxdoc}[2011/11/22]
@@ -167,7 +167,7 @@ and the derived files
% \GetFileInfo{hypdoc.drv}
%
% \title{The \xpackage{hypdoc} package}
-% \date{2023-01-23 v1.18}
+% \date{2023-10-26 v1.19}
% \author{Heiko Oberdiek\thanks
% {Please report any issues at \url{https://github.com/ho-tex/hypdoc/issues}}}
%
@@ -345,7 +345,7 @@ and the derived files
%<*package>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{hypdoc}%
- [2023-01-23 v1.18 Hyper extensions for doc.sty (HO)]%
+ [2023-10-26 v1.19 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.
@@ -377,11 +377,20 @@ and the derived files
% \end{macrocode}
% \begin{macrocode}
\@ifpackageloaded{hyperref}
- {\PackageWarning{hypdoc}{hyperref has been loaded before. Check the options!}}
+ {
+ \ifHy@hyperindex
+ \PackageWarning{hypdoc}{%
+ hyperref has been loaded before with option 'hyperindex' enabled.\MessageBreak
+ The index will not work properly.}
+ \fi
+ \ifHy@pdfusetitle\else
+ \PackageInfo{hypdoc}{%
+ hyperref has been loaded before with option 'pdfusetitle' disabled.}
+ \fi
+ }
{\RequirePackage[%
hyperindex=false,%
- pdfusetitle,%
- pdfpagelabels%
+ pdfusetitle,%
]{hyperref}[2002/05/09]%
}
\hypersetup{%
@@ -811,6 +820,7 @@ and the derived files
\def\HD@maketarget{%
\stepcounter{HD@hypercount}%
\def\HD@next{%
+ \leavevmode
\llap{\hypertarget{HD.\the\c@HD@hypercount}{}\,}%
}%
\ifHD@savedest
@@ -1345,6 +1355,10 @@ and the derived files
% \begin{Version}{2023-01-23 v1.18}
% \item made an internal command long for compability with natbib, issue \#6
% \end{Version}
+% \begin{Version}{2023-10-26 v1.19}
+% \item Switch to hmode in \cs{HD@maketarget}, issue \#7
+% \item Check options of previously loaded hyperref more explicitly, issue \#4 and \#5.
+% \end{Version}
% \end{History}
%
% \PrintIndex
diff --git a/macros/latex/contrib/hypdoc/hypdoc.pdf b/macros/latex/contrib/hypdoc/hypdoc.pdf
index cd657eb271..79b50d72ca 100644
--- a/macros/latex/contrib/hypdoc/hypdoc.pdf
+++ b/macros/latex/contrib/hypdoc/hypdoc.pdf
Binary files differ