diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/dtk/dtk.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/dtk/dtk.cls | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/dtk/dtk.cls b/Master/texmf-dist/tex/latex/dtk/dtk.cls index f585c216d80..259e33278fe 100644 --- a/Master/texmf-dist/tex/latex/dtk/dtk.cls +++ b/Master/texmf-dist/tex/latex/dtk/dtk.cls @@ -1,4 +1,4 @@ -%% $Id: dtk.cls 36 2012-05-02 19:43:14Z herbert $ +%% $Id: dtk.cls 37 2012-05-30 12:01:13Z herbert $ %% %% This is file `dtk.cls', %% @@ -455,11 +455,11 @@ \newcommand\part@star[1]{% \@ifnextchar[{\part@optional{#1}}{\part@normal{#1}}} \def\part@optional#1[#2]#3{% - \markboth{#2}{#2}% +% \markboth{#2}{#2}% \addcontentsline{toc}{#1}{#2}% \@ifnextchar[{\part@subtitle{#3}}{\part@nosubtitle{#3}}} \newcommand\part@normal[2]{% - \markboth{#2}{#2}% +% \markboth{#2}{#2}% \addcontentsline{toc}{#1}{#2}% \@ifnextchar[{\part@subtitle{#2}}{\part@nosubtitle{#2}}} \def\part@subtitle#1[#2]{\TopArt{#1}{\\#2}\bigskip\par} @@ -537,6 +537,7 @@ \@thanks \let\thanks\@gobble \addcontentsline{toc}{chapter}{\@@title}% + \markboth{\@@title}{\@@title} \endgroup \let\@title=\@empty \let\@author=\@empty |