summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/hyperref/doc/manual.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref/doc/manual.tex')
-rw-r--r--Master/texmf-dist/source/latex/hyperref/doc/manual.tex24
1 files changed, 13 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex
index b86d289171b..d898fe2a607 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{February 2011}
+\def\mydate{September 2011}
\RequirePackage{ifpdf}
\ifpdf % We are running pdfTeX in pdf mode
@@ -28,6 +28,8 @@
\usepackage{pifont}
\usepackage{calc}
+\def\OzTeX{O\kern-0.03em z\kern-0.15em \TeX}
+
\newcommand*{\cs}[1]{%
\texttt{\textbackslash #1}%
}
@@ -179,7 +181,7 @@ documents. The \emph{image} command is intended (as with current HTML
viewers) to place an image of arbitrary graphical format on the page in
the current location. The \emph{base\_name} command is be used to
communicate to the DVI viewer the full (URL) location of the current
-document so that files specified by relative URL's may be retrieved
+document so that files specified by relative URLs may be retrieved
correctly.
The \emph{href} and \emph{name} commands must be paired with an
@@ -205,7 +207,7 @@ at present, the following drivers are supported:
\begin{description}
\item[hypertex] DVI processors conforming to the Hyper\TeX\ guidelines (i.e.\ \textsf{xdvi}, \textsf{dvips} (with
-the \textsf{-z} option), \textsf{OzTeX}, and \textsf{Textures})
+the \textsf{-z} option), \textsf{\OzTeX}, and \textsf{Textures})
\item[dvips] produces \verb|\special| commands tailored for \textsf{dvips}
\item[dvipsone] produces \verb|\special| commands tailored for \textsf{dvipsone}
\item[ps2pdf] a special case of output suitable for processing by earlier versions of Ghost\-script's
@@ -358,7 +360,7 @@ setpagesize & boolean & true & sets page size by special driver commands
\subsection{Configuration options}
\noindent\begin{longtable}{>{\ttfamily}ll>{\itshape}lp{7cm}}
-raiselinks & boolean & true & In the hypertex driver, the height of links is normally calculcated by the driver as
+raiselinks & boolean & true & In the hypertex driver, the height of links is normally calculated by the driver as
simply the base line of contained text; this options forces \verb|\special| commands to
reflect the real height of the link (which could contain a graphic) \\
breaklinks & boolean & false & Allows link text to break across lines; since this cannot be accommodated in PDF, it is
@@ -367,7 +369,7 @@ breaklinks & boolean & false & Allows link text to break across lines; since thi
pageanchor & boolean & true & Determines whether every page is given an implicit anchor at the top left corner. If this
is turned off, \verb|\printindex| will not contain
valid hyperlinks. \\
-plainpages & boolean & false & Forces page anchors to be named by the arabic form of the page number, rather than the
+plainpages & boolean & false & Forces page anchors to be named by the Arabic form of the page number, rather than the
formatted form. \\
nesting & boolean & false & Allows links to be nested; no drivers currently support this.
\end{longtable}
@@ -386,7 +388,7 @@ the following order:
level (pdf\TeX, Xe\TeX, V\TeX).
\item Option \textsf{driverfallback}. If this option is set, its value
is taken as driver option.
-\item Makro \cs{Hy@defaultdriver}. The makro takes a driver file
+\item Macro \cs{Hy@defaultdriver}. The macro takes a driver file
name (without file extension).
\item Package default is \textsf{hypertex}.
\end{enumerate}
@@ -768,7 +770,7 @@ pdfview & \textit{XYZ} & PDF `view' when on link traversal
pdfviewarea & \textit{empty} & set /ViewArea of viewer preferences \\
pdfviewclip & \textit{empty} & set /ViewClip of viewer preferences \\
pdfwindowui & \textit{true} & make PDF user interface elements visible \\
-plainpages & \textit{false} & do page number anchors as plain arabic \\
+plainpages & \textit{false} & do page number anchors as plain Arabic \\
ps2pdf & & use \textsf{ps2pdf} backend \\
raiselinks & \textit{false} & raise up links (for \textsf{Hyper\TeX} backend) \\
runbordercolor & \textit{0 .7 .7} & color of border around `run' links \\
@@ -888,7 +890,7 @@ testdocument; \verb|\href| expects a full URL.
\noindent
This sets an anchor at this location. It works similar to
-\verb|\hypertarget{}{}| with an automatically choosen anchor name.
+\verb|\hypertarget{}{}| with an automatically chosen anchor name.
Often it is used in conjunction
with \verb|\addcontentsline| for sectionlike things (index, bibliography,
preface). \verb|\addcontentsline| refers to the latest previous location
@@ -1064,7 +1066,7 @@ Usually \textsf{hyperref} automatically adds bookmarks for
\begin{cmdsyntax}
\ci{pdfbookmark}\verb|[|\emph{level}\verb|]{|text\verb|}{|\emph{name}\verb|}|
\end{cmdsyntax}
-creates a bookmark with the specified text and at the given level (defaul is
+creates a bookmark with the specified text and at the given level (default is
0). As name for the internal anchor name is used (in conjunction with
level). Therefore the name must be unique (similar to \verb|\label|).
@@ -1091,7 +1093,7 @@ command the current bookmark level has not changed.
\item Usually only one \LaTeX\ run is needed.
\item More control over the bookmark appearance (color, font).
\item Different bookmark actions are supported (external file links,
- urls, \dots).
+ URLs, \dots).
\end{itemize}
Therefore I recommend using this package.
@@ -1334,7 +1336,7 @@ disabled & boolean & false & field disabled \\
format & & & JavaScript code to format the field \\
height & dimen & & height of field box \\
hidden & boolean & false & field hidden \\
-ketstroke & & & JavaScript code to control the keystrokes on entry \\
+keystroke & & & JavaScript code to control the keystrokes on entry \\
mappingname & name & & the mapping name to be used when exporting\\*
& & & the field data\\
maxlen & number & 0 & number of characters allowed in text field \\