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/texmf-dist/source/latex/latex-tds | |
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/texmf-dist/source/latex/latex-tds')
4 files changed, 38 insertions, 6 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'. |