summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/dlfltxb
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/dlfltxb')
-rw-r--r--Master/texmf-dist/tex/latex/dlfltxb/dlfltxbtocconfig.sty9
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}}