diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-15 01:14:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-15 01:14:36 +0000 |
commit | 76deb2cf858fd88a0efbb6ec51711fdffc35fff7 (patch) | |
tree | 0ff8c21e6abb4de62979c53011068434a3d90748 /Master | |
parent | c7a76f56847244cd1a2206a8cd63aadc943dad05 (diff) |
latex-tds (longtable) update
git-svn-id: svn://tug.org/texlive/trunk@3492 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
5 files changed, 40 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/latex-tds/readme.txt b/Master/texmf-dist/source/latex/latex-tds/readme.txt index 3e9f554ca7a..17c256bccf2 100644 --- a/Master/texmf-dist/source/latex/latex-tds/readme.txt +++ b/Master/texmf-dist/source/latex/latex-tds/readme.txt @@ -1,4 +1,4 @@ -readme.txt for project latex-tds, 2006/12/27 +readme.txt for project latex-tds, 2007/01/08 TABLE OF CONTENTS ================= @@ -160,7 +160,7 @@ Hints D. COPYRIGHT, LICENSE ===================== -Copyright 2006 Heiko Oberdiek. +Copyright 2006, 2007 Heiko Oberdiek. License is LPPL 1.3c: @@ -416,3 +416,5 @@ I. HISTORY 2006/12/27 * Fix of ltxguide.cfg that had loaded doc.sty that disturbs the verbatim stuff in fntguide.tex. +2006/01/08 + * Fix for documentation of longtable. diff --git a/Master/texmf-dist/source/latex/latex-tds/tex/ltxdoc.cfg b/Master/texmf-dist/source/latex/latex-tds/tex/ltxdoc.cfg index 342218ba4c5..0609f71cab9 100644 --- a/Master/texmf-dist/source/latex/latex-tds/tex/ltxdoc.cfg +++ b/Master/texmf-dist/source/latex/latex-tds/tex/ltxdoc.cfg @@ -1,8 +1,8 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesFile{ltxdoc.cfg}% - [2006/06/02 latex-tds: ltxdoc.cls configuration (HO)] + [2007/01/08 latex-tds: ltxdoc.cls configuration (HO)] % -% Copyright 2006 Heiko Oberdiek +% Copyright 2006, 2007 Heiko Oberdiek % % This file is part of project `latex-tds'. % @@ -42,6 +42,12 @@ \def\current@pagestyle{#1}% \ltxdoc@cfg@pagestyle{#1}% }% + \edef\ltxdoc@cfg@jobname{\jobname}% + \def\ltxdoc@cfg@longtable{longtable}% + \@onelevel@sanitize\ltxdoc@cfg@longtable + \ifx\ltxdoc@cfg@jobname\ltxdoc@cfg@longtable + \def\current@pagestyle{both}% + \fi \let\ltxdoc@cfg@document\document \def\document{% \ifx\current@pagestyle\string@plain diff --git a/Master/texmf-dist/source/latex/latex-tds/tex/ltxguide.cfg b/Master/texmf-dist/source/latex/latex-tds/tex/ltxguide.cfg index 2996a7a1561..c5691a30403 100644 --- a/Master/texmf-dist/source/latex/latex-tds/tex/ltxguide.cfg +++ b/Master/texmf-dist/source/latex/latex-tds/tex/ltxguide.cfg @@ -22,10 +22,34 @@ % \PassOptionsToClass{a4paper}{article} \AtEndOfClass{% - \RequirePackage{hypdoc}% + \RequirePackage[% + hyperindex=false,% + pdfusetitle,% + colorlinks,% + pdfpagelabels,% + ]{hyperref}[2002/05/09]% + \hypersetup{% + plainpages=false,% + bookmarksopen,% + bookmarksnumbered,% + bookmarksopenlevel=0,% + pdfstartview={FitBH \hypercalcbp{% + \paperheight-\topmargin-1in-\headheight-\headsep + }},% + }% \pdfstringdefDisableCommands{% \let\package\relax % grfguide.tex }% + \let\org@tableofcontents\tableofcontents + \def\tableofcontents{% + \pdfbookmark[\toclevel@section]{\contentsname}{toc}% + \org@tableofcontents + }% + \let\org@thebibliography\thebibliography + \def\thebibliography{% + \pdfbookmark[\toclevel@section]{\refname}{bib}% + \org@thebibliography + }% \addtolength{\textheight}{\headheight}% \addtolength{\textheight}{\headsep}% \setlength{\headheight}{0pt}% diff --git a/Master/texmf-dist/source/latex/latex-tds/tex/tools.tex b/Master/texmf-dist/source/latex/latex-tds/tex/tools.tex index 777093c5b56..ae4376fc71a 100644 --- a/Master/texmf-dist/source/latex/latex-tds/tex/tools.tex +++ b/Master/texmf-dist/source/latex/latex-tds/tex/tools.tex @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesFile{tools.tex}% - [2006/08/28 Tools overview (HO)] + [2007/01/08 Tools overview (HO)] % Copyright 2006 Heiko Oberdiek % % This file is part of project `latex-tds'. diff --git a/Master/texmf-dist/tpm/latex-tds.tpm b/Master/texmf-dist/tpm/latex-tds.tpm index b501f1f98e4..3ede62715e0 100644 --- a/Master/texmf-dist/tpm/latex-tds.tpm +++ b/Master/texmf-dist/tpm/latex-tds.tpm @@ -3,7 +3,7 @@ <rdf:Description about="http://texlive.dante.de/texlive/Package/latex-tds.zip"> <TPM:Name>latex-tds</TPM:Name> <TPM:Type>Package</TPM:Type> - <TPM:Date>2006/12/27 02:43:00</TPM:Date> + <TPM:Date>2007/01/08 12:17:30</TPM:Date> <TPM:Version></TPM:Version> <TPM:Creator>karl</TPM:Creator> <TPM:Title>The latex-tds package.</TPM:Title> @@ -13,7 +13,7 @@ <TPM:License></TPM:License> <TPM:Build/> <TPM:RunFiles size="2399">texmf-dist/tpm/latex-tds.tpm</TPM:RunFiles> - <TPM:SourceFiles size="144276"> + <TPM:SourceFiles size="145168"> texmf-dist/source/latex/latex-tds/build.pl texmf-dist/source/latex/latex-tds/lib/adjust_checksum.pl texmf-dist/source/latex/latex-tds/lib/ziptimetree.pl |