summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/dtk
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-07-29 16:59:07 +0000
committerKarl Berry <karl@freefriends.org>2012-07-29 16:59:07 +0000
commit7924f6a2b95b3bd50788d9a98cc4fd39ac51ffff (patch)
tree0413d429f3d23653628da8c08d290f45f331f4eb /Master/texmf-dist/tex/latex/dtk
parent179fc1b730a0cabdb2b484e78f8797a5bb585d2f (diff)
dtk (21jun12)
git-svn-id: svn://tug.org/texlive/trunk@27226 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/dtk')
-rw-r--r--Master/texmf-dist/tex/latex/dtk/dtk.clo2
-rw-r--r--Master/texmf-dist/tex/latex/dtk/dtk.cls7
-rw-r--r--Master/texmf-dist/tex/latex/dtk/dtk12.clo10
3 files changed, 10 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/dtk/dtk.clo b/Master/texmf-dist/tex/latex/dtk/dtk.clo
index cd6b4997c1b..a88f842068b 100644
--- a/Master/texmf-dist/tex/latex/dtk/dtk.clo
+++ b/Master/texmf-dist/tex/latex/dtk/dtk.clo
@@ -1,4 +1,4 @@
-%% $Id: dtk.clo 36 2012-05-02 19:43:14Z herbert $
+%% $Id: dtk.clo 37 2012-05-30 12:01:13Z herbert $
\ProvidesFile{dtk.clo}[2011/04/23 v0.4 dtk class option (RN,hv)]
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
diff --git a/Master/texmf-dist/tex/latex/dtk/dtk12.clo b/Master/texmf-dist/tex/latex/dtk/dtk12.clo
index ff9f9e647db..aa5c895043a 100644
--- a/Master/texmf-dist/tex/latex/dtk/dtk12.clo
+++ b/Master/texmf-dist/tex/latex/dtk/dtk12.clo
@@ -1,5 +1,5 @@
%% $Id: dtk12.clo 37 2012-05-30 12:01:13Z herbert $
-\ProvidesFile{dtk12.clo}[2012/04/10 v0.02 dtk class option (RN,hv)]
+\ProvidesFile{dtk12.clo}[2012/04/10 v0.03 dtk class option (RN,hv)]
\input{dtk.clo}% Standardeinstellungen
@@ -32,11 +32,11 @@
\ifthenelse{\isodd{\pageref{\thetable:WideTable}}}%
{\minipage{\de@Width}\vspace{0pt}\minipage[t]{\wd\tempbox}\vspace{0pt}
\usebox\tempbox\endminipage\kern\de@sepWidth%
- \minipage[t]{\de@Width-\wd\tempbox}\vspace{0pt}\label{\thetable:WideTable}%
+ \minipage[t]{\dimexpr\de@Width-\wd\tempbox\relax}\vspace{0pt}\label{\thetable:WideTable}%
\ifx\relax\de@OptCaption\relax\caption{\de@Caption}\else\caption[\de@OptCaption]{\de@Caption}\fi%
\endminipage\endminipage}%
{\ifdim\de@Width>\textwidth\hspace*{-\de@Indent}\fi\vspace{0pt}\minipage{\de@Width}\vspace{0pt}%
- \minipage[t]{\de@Width-\wd\tempbox}\vspace{0pt}\label{\thetable:WideTable}%
+ \minipage[t]{\dimexpr\de@Width-\wd\tempbox\relax}\vspace{0pt}\label{\thetable:WideTable}%
\ifx\relax\de@OptCaption\relax\caption{\de@Caption}\else\caption[\de@OptCaption]{\de@Caption}\fi%
\endminipage\kern\de@sepWidth%
\minipage[t]{\wd\tempbox}\vspace{0pt}\usebox\tempbox\endminipage\endminipage}%
@@ -56,11 +56,11 @@
\ifthenelse{\isodd{\pageref{\thefigure:WideFigure}}}%
{\minipage{\de@Width}\vspace{0pt}\minipage[t]{\wd\tempbox}\vspace{0pt}
\usebox\tempbox\endminipage\kern\de@sepWidth%
- \minipage[t]{\de@Width-\wd\tempbox}\vspace{0pt}\label{\thefigure:WideFigure}%
+ \minipage[t]{\dimexpr\de@Width-\wd\tempbox\relax}\vspace{0pt}\label{\thefigure:WideFigure}%
\ifx\relax\de@OptCaption\relax\caption{\de@Caption}\else\caption[\de@OptCaption]{\de@Caption}\fi%
\endminipage\endminipage}%
{\ifdim\de@Width>\textwidth\hspace*{-\de@Indent}\fi\vspace{0pt}\minipage{\de@Width}\vspace{0pt}%
- \minipage[t]{\de@Width-\wd\tempbox}\vspace{0pt}\label{\thefigure:WideFigure}%
+ \minipage[t]{\dimexpr\de@Width-\wd\tempbox\relax}\vspace{0pt}\label{\thefigure:WideFigure}%
\ifx\relax\de@OptCaption\relax\caption{\de@Caption}\else\caption[\de@OptCaption]{\de@Caption}\fi%
\endminipage\kern\de@sepWidth%
\minipage[t]{\wd\tempbox}\vspace{0pt}\usebox\tempbox\endminipage\endminipage}%