diff options
author | Karl Berry <karl@freefriends.org> | 2012-11-08 23:07:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-11-08 23:07:52 +0000 |
commit | b7fa91e9e7a5170359bd088603d82c36334b95fa (patch) | |
tree | bd1a1a08af41f099a0df3434b02d9c7ce7e9a591 /Master/texmf-dist/source/latex/hyperref/doc | |
parent | 2f4b454ae76e5151ecb060ba24f829d1234cd737 (diff) |
hyperref (8nov12)
git-svn-id: svn://tug.org/texlive/trunk@28213 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 | 6 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/hyperref/doc/options.tex | 3 |
2 files changed, 5 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 788a17e3e70..3a3bcda86cf 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-2012. % -\def\mydate{July 2012} +\def\mydate{November 2012} \RequirePackage{ifpdf} \ifpdf % We are running pdfTeX in pdf mode @@ -737,7 +737,7 @@ pdfdisplaydoctitle & boolean & false & display document title instead of file name in title bar\\ pdfduplex & text & empty & paper handling option for print dialog\\ pdffitwindow & boolean & false & resize document window to fit document size \\ -pdflang & text & empty & PDF language identifier (RFC 3066)\\ +pdflang & text & relax & PDF language identifier (RFC 3066)\\ pdfmenubar & boolean & true & make PDF viewer's menu bar visible \\ pdfnewwindow & boolean & false & make links that open another PDF file start a new window \\ pdfnonfullscreenpagemode @@ -908,7 +908,7 @@ pdffitwindow & \textit{false} & resize document window to fit docu pdfhighlight & \textit{/I} & set highlighting of PDF links \\ pdfinfo & \textit{empty} & alternative interface for setting document information\\ pdfkeywords & \textit{empty} & text for PDF Keywords field \\ -pdflang & \textit{empty} & PDF language identifier (RFC 3066) \\ +pdflang & \textit{relax} & PDF language identifier (RFC 3066) \\ pdfmark & \textit{false} & an alias for \textsf{dvips} \\ pdfmenubar & \textit{true} & make PDF viewer's menu bar visible \\ pdfnewwindow & \textit{false} & make links that open another PDF \\ diff --git a/Master/texmf-dist/source/latex/hyperref/doc/options.tex b/Master/texmf-dist/source/latex/hyperref/doc/options.tex index 78e37d38775..d3e9d64d379 100644 --- a/Master/texmf-dist/source/latex/hyperref/doc/options.tex +++ b/Master/texmf-dist/source/latex/hyperref/doc/options.tex @@ -18,6 +18,7 @@ \author{Sebastian Rahtz, Heiko Oberdiek et al.} \date{July 28th 2012}% HO \newcommand{\optempty}{{\rmfamily\textit{empty}}} +\newcommand{\optrelax}{{\rmfamily\textit{relax}}} \newcommand*{\for}[1]{{\rmfamily(#1)}} \begin{document} \maketitle @@ -83,7 +84,7 @@ pdffitwindow &resize document window to fit document size&false\\ pdfhighlight &set highlighting of PDF links& /I\\ pdfinfo & alternative interface for document information & \optempty\\ pdfkeywords &text for PDF Keywords field&\optempty\\ -pdflang &PDF language identifier (RFC 3066)&\optempty\\ +pdflang &PDF language identifier (RFC 3066)&\optrelax\\ pdfmenubar &make PDF viewer's menu bar visible&true\\ pdfnewwindow &make links that open another PDF file start a new window&false\\ pdfnonfullscreenpagemode &page mode setting on exiting full-screen mode&\optempty\\ |