diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-30 22:56:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-30 22:56:55 +0000 |
commit | f31a877132c2d6c2862c02bf232a1c126826e0b0 (patch) | |
tree | 545b4b836bf1c6a2d86c0008ab4de7948eeec82e /Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cls | |
parent | bce65f52a3f2fd1c56c758f8d3440caac7dd2549 (diff) |
ltxdockit update (30may09)
git-svn-id: svn://tug.org/texlive/trunk@13535 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cls | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cls b/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cls index af3892b51d7..d36c1da9e8a 100644 --- a/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cls +++ b/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cls @@ -1,6 +1,6 @@ -% $Id: ltxdockit.cls,v 1.1 2008/10/12 19:50:56 lehman stable $ +% $Id: ltxdockit.cls,v 1.2 2009/05/24 19:10:45 lehman stable $ % -% Copyright (c) 2008 Philipp Lehman. +% Copyright (c) 2008-2009 Philipp Lehman. % % Permission is granted to copy, distribute and/or modify this % software under the terms of the LaTeX Project Public License @@ -15,7 +15,7 @@ % particular purpose. \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{ltxdockit}[2008/10/12 v1.1 latex documentation kit] +\ProvidesClass{ltxdockit}[2009/05/24 v1.2 latex documentation kit] \input{ltxdockit.def} \RequirePackage{etoolbox} @@ -34,11 +34,18 @@ \def\ltd@email#1{\href{mailto:#1}{#1}} \hypersetup{% + colorlinks=true, linkcolor=spot, urlcolor=spot, - bookmarksnumbered=false, + bookmarks=true, bookmarksopen=false, - colorlinks=true} + bookmarksnumbered=false, + hyperfootnotes=false, + plainpages=false, + pdfpagelabels=true, + pdfpagemode=UseOutlines, + pdfview=FitH, + pdfstartview=FitH} % title |