summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/hyperref/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-02-07 00:19:36 +0000
committerKarl Berry <karl@freefriends.org>2011-02-07 00:19:36 +0000
commitb3c8bfc76c4000e797f4833893dc1350e84c2c48 (patch)
tree490d203eeace31815f290cc553b1575ca9b3d1b3 /Master/texmf-dist/source/latex/hyperref/doc
parente6c71e60f6c4b72ad324a5fad9717412b763984a (diff)
hyperref
git-svn-id: svn://tug.org/texlive/trunk@21323 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.tex11
-rw-r--r--Master/texmf-dist/source/latex/hyperref/doc/options.tex3
2 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 716e5d6bb68..b86d289171b 100644
--- a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex
+++ b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex
@@ -11,10 +11,10 @@
%
% Manual updates:
% * Steve Peter and Karl Berry, 7/03.
-% * Heiko Oberdiek, 2006-2010.
+% * Heiko Oberdiek, 2006-2011.
%
-\def\mydate{October 2010}
+\def\mydate{February 2011}
\RequirePackage{ifpdf}
\ifpdf % We are running pdfTeX in pdf mode
@@ -463,7 +463,9 @@ filecolor & color & cyan & Color for URLs which open local files. \\
menucolor & color & red & Color for Acrobat menu items. \\
runcolor & color & filecolor & Color for run links (launch annotations). \\
urlcolor & color & magenta & Color for linked URLs. \\
-frenchlinks & boolean & false & use small caps instead of color for links
+allcolors & color & & Set all color options (without border and field options).\\
+frenchlinks & boolean & false & Use small caps instead of color for links.\\
+hidelinks & & & Hide links (removing color and border). \\
\end{longtable} \smallskip
Note that all color names must be defined before use, following the
@@ -506,7 +508,8 @@ filebordercolor & RGB color & 0 .5 .5 & The color of the box around links to
linkbordercolor & RGB color & 1 0 0 & The color of the box around normal links \\
menubordercolor & RGB color & 1 0 0 & The color of the box around Acrobat menu links \\
urlbordercolor & RGB color & 0 1 1 & The color of the box around links to URLs \\
-runbordercolor & RGB color & 0 .7 .7 & color of border around `run' links \\
+runbordercolor & RGB color & 0 .7 .7 & Color of border around `run' links \\
+allbordercolors & & & Set all border color options \\
pdfborder & & 0 0 1 & The style of box around links; defaults to a box with lines of 1pt thickness,
but the colorlinks option resets it to produce no border.
\end{longtable}
diff --git a/Master/texmf-dist/source/latex/hyperref/doc/options.tex b/Master/texmf-dist/source/latex/hyperref/doc/options.tex
index d7e05c77d38..caeec8f06a6 100644
--- a/Master/texmf-dist/source/latex/hyperref/doc/options.tex
+++ b/Master/texmf-dist/source/latex/hyperref/doc/options.tex
@@ -17,6 +17,8 @@
\maketitle
\begin{longtable}{@{}>{\ttfamily}lp{70mm}>{\ttfamily}l@{}}
\hline
+allbordercolors &set all border color options&\\
+allcolors &set all color options (without border and field options)&\\
anchorcolor &set color of anchors&black\\
backref &do bibliographical back references&false\\
baseurl &set base URL for document&\optempty\\
@@ -45,6 +47,7 @@ filebordercolor &color of border around file links& 0 .5 .5\\
filecolor &color of file links&cyan\\
final &opposite of option draft&true\\
frenchlinks &use small caps instead of color for links&false\\
+hidelinks&hide links (no color, no border)&\\
hyperfigures &make figures hyper links&false\\
hyperfootnotes &set up hyperlinked footnotes&true\\
hyperindex &set up hyperlinked indices&true\\