diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-17 00:51:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-17 00:51:17 +0000 |
commit | 37417a1382542e5c5170ab3ddca029d1b0fc1eed (patch) | |
tree | f40e3d427fcc7a6ad8471e6f7ae3bf68f8fb8b16 /Master/texmf-dist/source/latex/hyperref/doc | |
parent | 8a65930e95ea64f159fc24ee6b7b0ad9082f467e (diff) |
hyperref update (16jul08)
git-svn-id: svn://tug.org/texlive/trunk@9620 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.tex | 7 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/hyperref/doc/options.tex | 8 |
2 files changed, 5 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex index 834ac31a826..b1d65e9d67e 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, 2007. +% * Heiko Oberdiek, 2006-2008. % \RequirePackage{ifpdf} @@ -117,7 +117,7 @@ \title{Hypertext marks in \LaTeX: a manual for \textsf{hyperref}} \author{Sebastian Rahtz \and Heiko Oberdiek} -\date{September 2006} +\date{July 2008} \begin{document} @@ -195,8 +195,6 @@ the \textsf{-z} option), \textsf{OzTeX}, and \textsf{Textures}) PDF writer; this is basically the same as that for \textsf{dvips}, but a few variations remained before version 5.21 \item[tex4ht] produces \verb|\special| commands for use with \textsf{\TeX4ht} \item[pdftex] pdf\TeX, \Hanh{}'s \TeX{} variant that writes PDF directly -% \item[dvipdf] produces \verb|\special| commands for the DVI to PDF driver \textsf{dvipdf} -% (deprecated) \item[dvipdfm] produces \verb|\special| commands for Mark Wicks' DVI to PDF driver \textsf{dvipdfm} \item[dvipdfmx] produces \verb|\special| commands for driver \textsf{dvipdfmx}, a successor of \textsf{dvipdfm} @@ -588,7 +586,6 @@ colorlinks & \textit{false} & color links \\ & \textit{true} & (\textsf{tex4ht}, \textsf{dviwindo}) \\ debug & \textit{false} & provide details of anchors defined; same as verbose \\ draft & \textit{false} & do not do any hyperlinking \\ -dvipdf & & use \textsf{dvipdf} backend (deprecated)\\ dvipdfm & & use \textsf{dvipdfm} backend \\ dvipdfmx & & use \textsf{dvipdfmx} backend \\ dvips & & use \textsf{dvips} backend \\ diff --git a/Master/texmf-dist/source/latex/hyperref/doc/options.tex b/Master/texmf-dist/source/latex/hyperref/doc/options.tex index f70d862be48..62bfb885d3c 100644 --- a/Master/texmf-dist/source/latex/hyperref/doc/options.tex +++ b/Master/texmf-dist/source/latex/hyperref/doc/options.tex @@ -10,8 +10,7 @@ \usepackage{pslatex} \title{hyperref package options} \author{Sebastian Rahtz et. al.} -%\date{October 7th 1999} -\date{September 4th 2006}% HO +\date{July 12th 2008}% HO \newcommand{\optempty}{{\rmfamily\textit{empty}}} \newcommand*{\for}[1]{{\rmfamily(#1)}} \begin{document} @@ -37,9 +36,8 @@ colorlinks &color links&false\\ debug &provide details of anchors defined&false\\ &same as verbose&\\ draft &do not do any hyper linking&false\\ -dvipdf &use dvipdf backend\\ dvipdfm &use dvipdfm backend\\ -dvipdfmx &use dvipdfmx backend\\ +dvipdfmx &use dvipdfmx backend (dvipdfm)\\ dvips &use dvips backend\\ dvipsone &use dvipsone backend\\ dviwindo &use dviwindo backend\\ @@ -119,7 +117,7 @@ urlcolor &color of URL links&magenta\\ verbose &be chatty&false\\ vtex &use V\TeX\ backend\\ vtexpdfmark &use backend for V\TeX\ in PDF/PS mode (pdfmark specials)\\ -xetex &use XeTeX backend\\ +xetex &use XeTeX backend (dvipdfm)\\ \hline \end{longtable} \end{document} |