diff options
author | Karl Berry <karl@freefriends.org> | 2008-06-30 18:43:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-06-30 18:43:50 +0000 |
commit | 40a32ee16b314dcb2c83055bc56eee7e744c72ac (patch) | |
tree | 298a732ae44fe52858ff0a375d51c103ade89a2f /Master/texmf-dist/source/latex/latex-tds/tex | |
parent | 5d9b879935ba24f2a63a4064c1973d0e7366ea5a (diff) |
latex-tds update (28jun08)
git-svn-id: svn://tug.org/texlive/trunk@9118 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/latex-tds/tex')
-rw-r--r-- | Master/texmf-dist/source/latex/latex-tds/tex/babel.tex | 22 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/latex-tds/tex/tools.tex | 2 |
2 files changed, 23 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/latex-tds/tex/babel.tex b/Master/texmf-dist/source/latex/latex-tds/tex/babel.tex index ff3059fa099..7bde973472c 100644 --- a/Master/texmf-dist/source/latex/latex-tds/tex/babel.tex +++ b/Master/texmf-dist/source/latex/latex-tds/tex/babel.tex @@ -35,6 +35,28 @@ \AtBeginDocument{% \let\Saved@TheBibliography\thebibliography \let\thebibliography\New@TheBibliography + \renewcommand*{\l@subsection}{% + % \@dottedtocline{2}{1.5em}{2.3em}% article.cls, 10pt + \@dottedtocline{2}{1.5em}{2.8em}% + }% + \renewcommand*{\l@subsubsection}{% + % \@dottedtocline{3}{3.8em}{3.2em}% article.cls, 10pt + \@dottedtocline{3}{4.3em}{3.7em}% + }% + \renewcommand*{\@pnumwidth}{2.05em}% 1.55em, article.cls, 10pt + \addtocontents{toc}{\protect\sloppy}% + \let\saved@multicols\multicols + \def\multicols#1{% + \ifnum#1=2 % + \let\endmulticols\relax + \expandafter\@gobble + \else + \expandafter\@firstofone + \fi + {% + \saved@multicols{#1}% + }% + }% } \def\New@TheBibliography{% \if@FirstBib 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 7a596998c4b..e28644896cb 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}% - [2008/04/05 Tools overview (HO)] + [2008/06/28 Tools overview (HO)] % Copyright 2006-2008 Heiko Oberdiek % % This file is part of project `latex-tds'. |