diff options
author | Norbert Preining <preining@logic.at> | 2006-10-07 20:30:16 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2006-10-07 20:30:16 +0000 |
commit | 07f227511dcbf1e141f45c38947c6430d58e8012 (patch) | |
tree | a2623314a1b936839f67f6dd55c39e9ad128fc06 /Master/texmf-dist/source | |
parent | a2c5406b1689d709415d35dfe05f1dace46527ea (diff) |
update hyperref
git-svn-id: svn://tug.org/texlive/trunk@2264 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/hyperref/backref.dtx | 6 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/hyperref/doc/manual.tex | 12 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/hyperref/doc/options.tex | 2 |
3 files changed, 15 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/backref.dtx b/Master/texmf-dist/source/latex/hyperref/backref.dtx index 147a1739ec0..b53ca5ea692 100644 --- a/Master/texmf-dist/source/latex/hyperref/backref.dtx +++ b/Master/texmf-dist/source/latex/hyperref/backref.dtx @@ -22,7 +22,7 @@ %<driver>\ProvidesFile{backref.drv} % \fi % \ProvidesFile{backref.dtx} - [2006/08/01 v1.26 Bibliographical back referencing] + [2006/10/06 v1.27 Bibliographical back referencing] % % \CheckSum{550} % @@ -298,8 +298,8 @@ \def\backreflastsep{ et~}% } \def\backrefspanish{% - \def\backrefpagesname{p\'aginas} - \def\backrefsectionsname{secciones} + \def\backrefpagesname{p\'aginas}% + \def\backrefsectionsname{secciones}% \def\backrefsep{, }% \def\backreftwosep{ y~}% \def\backreflastsep{ y~}% diff --git a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex index 342495168ec..daaa721455e 100644 --- a/Master/texmf-dist/source/latex/hyperref/doc/manual.tex +++ b/Master/texmf-dist/source/latex/hyperref/doc/manual.tex @@ -463,7 +463,7 @@ next \TeX\ run if it is edited to contain the line \\ \subsection{PDF display and information options} \noindent\begin{longtable}{>{\ttfamily}ll>{\itshape}lp{6cm}} baseurl & URL & & Sets the base URL of the PDF document \\ -pdfpagemode & text & None & Determines how the file is opening in Acrobat; the possibilities are +pdfpagemode & text & empty & Determines how the file is opening in Acrobat; the possibilities are \texttt{None}, \texttt{UseThumbs} (show thumbnails), \texttt{UseOutlines} (show bookmarks), and \texttt{FullScreen}. If no mode if explicitly chosen, but the bookmarks option is set, \texttt{UseOutlines} is used. \\ @@ -478,9 +478,14 @@ pdfstartpage & text & 1 & Determines on which page the PDF file is pdfstartview & text & Fit & Set the startup page view \\ pdfpagescrop & n n n n & & Sets the default PDF crop box for pages. This should be a set of four numbers \\ pdfcenterwindow & boolean & false & position the document window in the center of the screen \\ +pdfdisplaydoctitle & boolean & false & display document title instead of + file name in title bar\\ pdffitwindow & boolean & false & resize document window to fit document size \\ 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 + & boolean & empty & page mode setting on exiting + full-screen mode\\ pdfpagelayout & text & empty & set layout of PDF pages \\ pdfpagelabels & boolean & true & set PDF page labels \\ pdfpagetransition & text & empty & set PDF page transition style \\ @@ -606,6 +611,8 @@ pdfcenterwindow & \textit{false} & position the document window in th pdfcreator & \textit{LaTeX with} & text for PDF Creator field \\ & \textit{hyperref} & \\ & \textit{package} & \\ +pdfdisplaydoctitle & \textit{false} & display document title instead + of file name in title bar\\ pdffitwindow & \textit{false} & resize document window to fit document size \\ pdfhighlight & \textit{/I} & set highlighting of PDF links \\ pdfkeywords & \textit{empty} & text for PDF Keywords field \\ @@ -613,6 +620,9 @@ 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 \\ & & file start a new window \\ +pdfnonfullscreenpagemode + & \textit{empty} & page mode setting on exiting + full-screen mode\\ pdfpagelayout & \textit{empty} & set layout of PDF pages \\ pdfpagemode & \textit{empty} & set default mode of PDF display \\ pdfpagelabels & \textit{true} & set PDF page labels \\ diff --git a/Master/texmf-dist/source/latex/hyperref/doc/options.tex b/Master/texmf-dist/source/latex/hyperref/doc/options.tex index bed4b392577..a7caf9923d9 100644 --- a/Master/texmf-dist/source/latex/hyperref/doc/options.tex +++ b/Master/texmf-dist/source/latex/hyperref/doc/options.tex @@ -75,7 +75,7 @@ pdfborder &width of PDF link border&0 0 1\\ &&0 0 0 \for{colorlinks}\\ pdfcenterwindow &position the document window center of the screen&false\\ pdfcreator &text for PDF Creator field&LaTeX with hyperref package\\ -pdfdisplaydoctitle &display document title instead of file name in title bar&true\\ +pdfdisplaydoctitle &display document title instead of file name in title bar&false\\ pdffitwindow &resize document window to fit document size&false\\ pdfhighlight &set highlighting of PDF links& /I\\ pdfkeywords &text for PDF Keywords field&\optempty\\ |