diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref/doc/manual.tex')
-rw-r--r-- | Master/texmf-dist/source/latex/hyperref/doc/manual.tex | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex index 5cd011a880f..6144a7dc3b2 100644 --- a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex +++ b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex @@ -11,7 +11,7 @@ % % Manual updates: % * Steve Peter and Karl Berry, 7/03. -% * Heiko Oberdiek, 2006. +% * Heiko Oberdiek, 2006, 2007. % \RequirePackage{ifpdf} @@ -431,6 +431,8 @@ CJKbookmarks & boolean & false & PDF files which actually violate the PDF specification because non-Unicode character codes are used -- some PDF readers localized for CJK languages (most notably Acroread itself) support this. + Also note that option `CJKbookmarks' cannot be used together + with option `unicode'. No mechanism is provided to translate non-Unicode bookmarks to Unicode; for portable PDF documents only Unicode encoding should @@ -744,6 +746,14 @@ given the name \emph{category.name} \noindent \emph{text} is made into a link to \emph{URL\#category.name} \begin{cmdsyntax} +\ci{hyperref}\verb|[|\emph{label}\verb|]{|\emph{text}\verb|}| +\end{cmdsyntax} + +\noindent +\emph{text} is made into a link to the same place as +\verb|\ref{|\emph{label}\verb|}| would be linked. + +\begin{cmdsyntax} \ci{hyperlink}\verb|{|\emph{name}\verb|}{|\emph{text}\verb|}| \end{cmdsyntax} \begin{cmdsyntax} |