summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/hyperref/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-11-28 23:55:25 +0000
committerKarl Berry <karl@freefriends.org>2011-11-28 23:55:25 +0000
commitc204e102aa12e127fb7b52b3e893a49d3ab75ea8 (patch)
tree6391d7215a5d0f5d88cedffd107d0778810d2774 /Master/texmf-dist/source/latex/hyperref/doc
parentec1850934776a8b813fb4abed29480666a252ead (diff)
hyperref (22nov11)
git-svn-id: svn://tug.org/texlive/trunk@24686 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.tex16
-rw-r--r--Master/texmf-dist/source/latex/hyperref/doc/options.tex10
2 files changed, 20 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex
index d898fe2a607..99238fec3c2 100644
--- a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex
+++ b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex
@@ -14,7 +14,7 @@
% * Heiko Oberdiek, 2006-2011.
%
-\def\mydate{September 2011}
+\def\mydate{October 2011}
\RequirePackage{ifpdf}
\ifpdf % We are running pdfTeX in pdf mode
@@ -104,8 +104,15 @@
\makeatother
\usepackage{array,longtable}
-\usepackage[T1]{fontenc}
-\usepackage{lmodern}
+\usepackage{ifluatex,ifxetex}
+\ifnum 0\ifluatex 1\else\ifxetex 1\fi\fi=0 %
+ \usepackage[T1]{fontenc}%
+ \usepackage{lmodern}%
+ \renewcommand*{\ttdefault}{lmvtt}%
+\else
+ \usepackage{fontspec}%
+ \renewcommand*{\ttdefault}{lmvtt}%
+\fi
\newcommand*{\Quote}[1]{\textquotedblleft#1\textquotedblright}
@@ -1322,7 +1329,8 @@ altname & name & & alternative name,\\*
backgroundcolor & & & color of box \\
bordercolor & & & color of border \\
bordersep & & & box border gap \\
-borderwidth & & & width of box border \\
+borderwidth & & 1 & width of box border, the value is a dimension\\
+ & & & or a number with default unit bp\\
calculate & & & JavaScript code to calculate the value of the field \\
charsize & dimen & & font size of field text \\
checkboxsymbol & char & 4 (\ding{\number`4}) & symbol used for check boxes (ZapfDingbats), \\
diff --git a/Master/texmf-dist/source/latex/hyperref/doc/options.tex b/Master/texmf-dist/source/latex/hyperref/doc/options.tex
index caeec8f06a6..04dda27c80f 100644
--- a/Master/texmf-dist/source/latex/hyperref/doc/options.tex
+++ b/Master/texmf-dist/source/latex/hyperref/doc/options.tex
@@ -7,9 +7,15 @@
}
\usepackage{array}
\usepackage{longtable}
-\usepackage{pslatex}
+\usepackage{ifluatex,ifxetex}
+\ifnum 0\ifluatex 1\else\ifxetex 1\fi\fi=0 %
+ \renewcommand*{\ttdefault}{lmvtt}%
+\else
+ \usepackage{fontspec}%
+ \renewcommand*{\ttdefault}{lmvtt}%
+\fi
\title{hyperref package options}
-\author{Sebastian Rahtz et. al.}
+\author{Sebastian Rahtz et al.}
\date{December 14th 2009}% HO
\newcommand{\optempty}{{\rmfamily\textit{empty}}}
\newcommand*{\for}[1]{{\rmfamily(#1)}}