summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/hyperref/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-01 22:48:59 +0000
committerKarl Berry <karl@freefriends.org>2018-12-01 22:48:59 +0000
commit023a233b9dc96748a3e537d5c05ff278f707213a (patch)
tree0375ab59e7c0c7813974e174cf90d47526e827d2 /Master/texmf-dist/source/latex/hyperref/doc
parentfc3da097573ddf3cfa4cdd34e2e9220419a020c5 (diff)
hyperref (1dec18)
git-svn-id: svn://tug.org/texlive/trunk@49299 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref/doc')
-rw-r--r--Master/texmf-dist/source/latex/hyperref/doc/manual.tex14
1 files changed, 10 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex
index 442fe8b0713..86edbce1b2f 100644
--- a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex
+++ b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex
@@ -985,7 +985,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
-way.
+way (unless the command is used in the argument of another command).
The optional argument \emph{options} recognizes the hyperref options
\texttt{pdfremotestartview}, \texttt{pdfnewwindow} and the following
@@ -993,10 +993,10 @@ key value options:
\begin{description}
\item[\texttt{page}:] Specifies the start page number of remote
PDF documents. First page is \verb|1|.
-\item[\texttt{ismap}:] Boolean key, if set to |true|, the
+\item[\texttt{ismap}:] Boolean key, if set to \verb|true|, the
URL should appended by the coordinates as query parameters by
the PDF viewer.
-\item[\texttt{nextactionraw}:] The value of key |/Next| of
+\item[\texttt{nextactionraw}:] The value of key \verb|/Next| of
action dictionaries, see PDF specification.
\end{description}
@@ -1398,6 +1398,12 @@ sequence error would arise.
\item Settings have global effect.
\end{itemize}
+\item[xetex]
+\begin{itemize}
+ \item Settings must be done in the preamble or the first page and then have global effect.
+ The key inserts the new (x)dvipdfmx special \verb|\special{dvipdfmx:config g #1}| (with the unit removed).
+\end{itemize}
+
\item[Other drivers]
Unsupported.
\end{description}
@@ -3030,7 +3036,7 @@ For equations the following might work:
\begin{verbatim}
\usepackage[pdfborder={0 0 1}]{hyperref}
\end{verbatim}
- Some options can also be given in \begin{verbatim}\hypersetup|
+ Some options can also be given in \verb|\hypersetup|
\begin{verbatim}
\hypersetup{pdfborder=0 0 1}
\end{verbatim}