summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hyperref/hyperref-doc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/hyperref/hyperref-doc.tex')
-rw-r--r--Master/texmf-dist/doc/latex/hyperref/hyperref-doc.tex18
1 files changed, 12 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/hyperref/hyperref-doc.tex b/Master/texmf-dist/doc/latex/hyperref/hyperref-doc.tex
index 12f5533b192..88f4c957531 100644
--- a/Master/texmf-dist/doc/latex/hyperref/hyperref-doc.tex
+++ b/Master/texmf-dist/doc/latex/hyperref/hyperref-doc.tex
@@ -166,7 +166,7 @@
}
\makeatother
\title{Hypertext marks in \hologo{LaTeX}: a manual for \xpackage{hyperref}}
-\date{2023-06-25 v7.01a}
+\date{2023-07-08 v7.01b}
\begin{document}
@@ -1332,16 +1332,22 @@ action dictionaries, see PDF specification.
\ci{url}\verb|{|\emph{URL}\verb|}|
\end{cmdsyntax}
-\noindent Similar to
-\ci{href}\verb|{|\emph{URL}\verb|}{|\ci{nolinkurl}\verb|{|\emph{URL}\verb|}}|.
-Depending on the driver \verb|\href| also tries to detect the link type.
-Thus the result can be a url link, file link, \dots
+\noindent Similar to
+\ci{href}\verb|{|\emph{URL}\verb|}{|\ci{nolinkurl}\verb|{|\emph{URL}\verb|}}|.
+Depending on the driver \verb|\href| also tries to detect the link type. Thus
+the result can be a url link, file link, \dots. The implementation makes use
+of the \xpackage{url} package and its commands can be used to format and fine
+tune the url, but the behaviour of \ci{url} is different to the behaviour in
+the \xpackage{url} package: Most importantly the hyperref \cs{url} expands
+commands. If the behaviour or the original \cs{url} is needed, the url
+package should be loaded first and the command should be copied into some
+alias command.
\begin{cmdsyntax}
\ci{nolinkurl}\verb|{|\emph{URL}\verb|}|
\end{cmdsyntax}
-\noindent Write \emph{URL} in the same way as \verb|\url|,
+\noindent Write \emph{URL} in the same way as \verb|\url| described above,
without creating a hyperlink.
\begin{cmdsyntax}