summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hyperref/doc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-09-23 03:02:24 +0000
committerNorbert Preining <norbert@preining.info>2022-09-23 03:02:24 +0000
commit93fb03ea65cbfc0770b6b22d07b1a2d8098b23aa (patch)
tree4ef3ac0722fccefb8c999f68e4cadf8e86d67c29 /macros/latex/contrib/hyperref/doc
parent2bb16a3bfa64e17e235ca1f7873f8f7a140ad767 (diff)
CTAN sync 202209230302
Diffstat (limited to 'macros/latex/contrib/hyperref/doc')
-rw-r--r--macros/latex/contrib/hyperref/doc/backref.pdfbin206288 -> 205447 bytes
-rw-r--r--macros/latex/contrib/hyperref/doc/hyperref-doc.html4
-rw-r--r--macros/latex/contrib/hyperref/doc/hyperref-doc.pdfbin318190 -> 318245 bytes
-rw-r--r--macros/latex/contrib/hyperref/doc/hyperref-doc.tex22
-rw-r--r--macros/latex/contrib/hyperref/doc/hyperref-linktarget.pdfbin404106 -> 443137 bytes
-rw-r--r--macros/latex/contrib/hyperref/doc/hyperref.pdfbin2368225 -> 2367878 bytes
-rw-r--r--macros/latex/contrib/hyperref/doc/nameref.pdfbin180063 -> 180076 bytes
7 files changed, 13 insertions, 13 deletions
diff --git a/macros/latex/contrib/hyperref/doc/backref.pdf b/macros/latex/contrib/hyperref/doc/backref.pdf
index f6d933dc98..0f2ad5cc10 100644
--- a/macros/latex/contrib/hyperref/doc/backref.pdf
+++ b/macros/latex/contrib/hyperref/doc/backref.pdf
Binary files differ
diff --git a/macros/latex/contrib/hyperref/doc/hyperref-doc.html b/macros/latex/contrib/hyperref/doc/hyperref-doc.html
index fe11247a9f..aee3f8ddd2 100644
--- a/macros/latex/contrib/hyperref/doc/hyperref-doc.html
+++ b/macros/latex/contrib/hyperref/doc/hyperref-doc.html
@@ -25,7 +25,7 @@ href="https://github.com/latex3/hyperref/issues" class="url" ><span
class="ec-lmvtt-10x-x-120">https://github.com/latex3/hyperref/issues</span></a><span
class="ec-lmr-12">)</span></div><br />
<div class="date" ><span
-class="ec-lmr-12">2022-06-20 v7.00s</span></div>
+class="ec-lmr-12">2022-09-22 v7.00t</span></div>
</div>
<h3 class="likesectionHead"><a
id="x1-1000"></a>Contents</h3>
@@ -4111,7 +4111,7 @@ class="ec-lmvtt-10">}</span></span></span> </td>
<!--l. 1274--><p class="noindent" >The <span
class="ec-lmri-10">text </span>is made a hyperlink to the <span
class="ec-lmri-10">URL</span>; this must be a full URL (relative to the base URL, if that is
-defined). The special characters # and &#x02DC; do <span
+defined). The special characters # and % do <span
class="ec-lmri-10">not </span>need to be escaped in any way (unless the command is
used in the argument of another command).
<!--l. 1279--><p class="indent" > The optional argument <span
diff --git a/macros/latex/contrib/hyperref/doc/hyperref-doc.pdf b/macros/latex/contrib/hyperref/doc/hyperref-doc.pdf
index 73a527cfb7..b9244c8f3f 100644
--- a/macros/latex/contrib/hyperref/doc/hyperref-doc.pdf
+++ b/macros/latex/contrib/hyperref/doc/hyperref-doc.pdf
Binary files differ
diff --git a/macros/latex/contrib/hyperref/doc/hyperref-doc.tex b/macros/latex/contrib/hyperref/doc/hyperref-doc.tex
index f73be90ac4..1cc482538b 100644
--- a/macros/latex/contrib/hyperref/doc/hyperref-doc.tex
+++ b/macros/latex/contrib/hyperref/doc/hyperref-doc.tex
@@ -166,7 +166,7 @@
}
\makeatother
\title{Hypertext marks in \hologo{LaTeX}: a manual for \xpackage{hyperref}}
-\date{2022-06-20 v7.00s}
+\date{2022-09-22 v7.00t}
\begin{document}
@@ -401,31 +401,31 @@ which are used in toc like lists and \cs{addcontentsline}. Typical values are
\end{description}
-\subsection{Values of package and \cs{hypersetup} options}
+\subsection{Values of package and \cs{hypersetup} options}
When\marginpar{\tiny New in version 7.00s}
a key is set either in the package options or with
-\cs{hypersetup} \xpackage{hyperref} typically
+\cs{hypersetup} \xpackage{hyperref} typically
stores the result in internal variables, or executes some
-code or sets a internal boolean.
+code or sets a internal boolean.
Package and class authors should here \emph{not} rely on
-the names or the details of the key processing.
+the names or the details of the key processing.
But as other packages sometimes need to know which value has been set,
some values can be retrieved with the expandable
-\cs{GetDocumentProperties}. The values are given back
+\cs{GetDocumentProperties}. The values are given back
surrounded by \cs{exp\_not:n}, so can be used safely in an \cs{edef}.
-So for example to get the pdfauthor you can do.
+So for example to get the pdfauthor you can do.
\begin{verbatim}
\edef\mypdfauthor{\GetDocumentProperties{hyperref/pdfauthor}}
\end{verbatim}
The values are given back as entered by the user! If they should be used in a PDF context
-\cs{pdfstringdef} or something equivalent must still be applied.
+\cs{pdfstringdef} or something equivalent must still be applied.
-Currently this interface can be used for the keys \texttt{pdfauthor}, \texttt{pdftitle},
+Currently this interface can be used for the keys \texttt{pdfauthor}, \texttt{pdftitle},
\texttt{pdfproducer},
-\texttt{pdfcreator}, \texttt{pdfsubject} and \texttt{pdfkeywords}.
+\texttt{pdfcreator}, \texttt{pdfsubject} and \texttt{pdfkeywords}.
If used with a unknown key an empty value is returned.
The interface works also if the new PDF management is loaded with \cs{DocumentMetadata}, in this
case more keys gives back their value.
@@ -1273,7 +1273,7 @@ following low-level user macros are provided:
\noindent The \emph{text} is made a hyperlink to the \emph{URL}; this
must be a full URL (relative to the base URL, if that is defined). The
-special characters \# and \~{} do \emph{not} need to be escaped in any
+special characters \# and \%{} do \emph{not} need to be escaped in any
way (unless the command is used in the argument of another command).
The optional argument \emph{options} recognizes the hyperref options
diff --git a/macros/latex/contrib/hyperref/doc/hyperref-linktarget.pdf b/macros/latex/contrib/hyperref/doc/hyperref-linktarget.pdf
index 1bef8d1a4e..44cc9b0b06 100644
--- a/macros/latex/contrib/hyperref/doc/hyperref-linktarget.pdf
+++ b/macros/latex/contrib/hyperref/doc/hyperref-linktarget.pdf
Binary files differ
diff --git a/macros/latex/contrib/hyperref/doc/hyperref.pdf b/macros/latex/contrib/hyperref/doc/hyperref.pdf
index 0662cf87b0..b52703cc40 100644
--- a/macros/latex/contrib/hyperref/doc/hyperref.pdf
+++ b/macros/latex/contrib/hyperref/doc/hyperref.pdf
Binary files differ
diff --git a/macros/latex/contrib/hyperref/doc/nameref.pdf b/macros/latex/contrib/hyperref/doc/nameref.pdf
index 6cf129cde9..420f41424e 100644
--- a/macros/latex/contrib/hyperref/doc/nameref.pdf
+++ b/macros/latex/contrib/hyperref/doc/nameref.pdf
Binary files differ