diff options
author | Karl Berry <karl@freefriends.org> | 2008-01-25 00:32:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-01-25 00:32:48 +0000 |
commit | fb100c8d5700c5ed13acd4bcf77f59447de8a8f3 (patch) | |
tree | 6f88ec651962df661c8f085a61bd44021c519f2e /Master/texmf-dist/tex/latex/dlfltxb | |
parent | 348f5a44a93afd77671595110fb5f2041b06fcdf (diff) |
dlfltxb update
git-svn-id: svn://tug.org/texlive/trunk@6392 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/dlfltxb')
-rw-r--r-- | Master/texmf-dist/tex/latex/dlfltxb/dlfltxbtocconfig.sty | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/dlfltxb/dlfltxbtocconfig.sty b/Master/texmf-dist/tex/latex/dlfltxb/dlfltxbtocconfig.sty index 3f4168bc030..8c34150d82a 100644 --- a/Master/texmf-dist/tex/latex/dlfltxb/dlfltxbtocconfig.sty +++ b/Master/texmf-dist/tex/latex/dlfltxb/dlfltxbtocconfig.sty @@ -1,4 +1,4 @@ -\ProvidesPackage{dlfltxbtocconfig}[2007/12/27 v0.5 by Lars Madsen] +\ProvidesPackage{dlfltxbtocconfig}[2008/01/22 v0.6 by Lars Madsen] % This package be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -18,6 +18,7 @@ % % 20071227 a few internal macros changed to reflect changes in % mempatch 4.9 +% 20080122 made the toc titlenames configurable (\contentsname and \shortcontentsname) % we need to be running under the memoir class \@ifclassloaded{memoir}{}{% @@ -79,12 +80,12 @@ %% %% %%%%%%%%%%%%%%%%%%%% - +\providecommand\shortcontentsname{Kort oversigt} % This macro is used to print the two ToCs \newcommand\MakeShortToC{ \begingroup - \renewcommand{\contentsname}{Kort oversigt} + \renewcommand{\contentsname}{\shortcontentsname} \setcounter{tocdepth}{0} % no precis' \renewcommand\precistoctext[1]{} @@ -279,7 +280,7 @@ \renewcommand\cftchaptername{\chaptername~~} \renewcommand\cftappendixname{\appendixname~~} - \renewcommand{\contentsname}{Indholdsfortegnelse} +% \renewcommand{\contentsname}{Indholdsfortegnelse} \setcounter{tocdepth}{3} % subsections \addtodef{\cftchapterbreak}{\par}{} \renewcommand{\cftchapterleader}{\cftdotfill{\cftchapterdotsep}} |