summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht/scrbook.4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-07-03 17:08:55 +0000
committerKarl Berry <karl@freefriends.org>2009-07-03 17:08:55 +0000
commit95da6e7cf83e9cf42f4af857f8a23295796d935a (patch)
tree8eaf1ffb71308bd6eeff96ef447ce0ea25b41722 /Master/texmf-dist/tex/generic/tex4ht/scrbook.4ht
parent5c37c06ca862cc07d3d0cc5f9965c7568099c303 (diff)
tex4ht-1.0.2009_06_11_1038; in memoriam, eitan
git-svn-id: svn://tug.org/texlive/trunk@14086 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/scrbook.4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/scrbook.4ht37
1 files changed, 35 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/scrbook.4ht b/Master/texmf-dist/tex/generic/tex4ht/scrbook.4ht
index e8799a707b8..69c8bd7c32b 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/scrbook.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/scrbook.4ht
@@ -1,5 +1,5 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% scrbook.4ht 2009-04-14-17:07 %
+% scrbook.4ht 2009-05-21-09:32 %
% Copyright (C) 1999--2009 Eitan M. Gurari %
% %
% This work may be distributed and/or modified under the %
@@ -24,7 +24,7 @@
% gurari@cse.ohio-state.edu %
% http://www.cse.ohio-state.edu/~gurari %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\immediate\write-1{version 2009-04-14-17:07}
+\immediate\write-1{version 2009-05-21-09:32}
\let\o:maketitle:\maketitle
\let\o:maketitle:\maketitle
@@ -417,6 +417,39 @@ A script of the form
\pend:defI\@makefntext{\IgnorePar}
\HRestore\maketitle
+\renewcommand*\thesection{%
+ \ifnum \scr@compatibility>\@nameuse{scr@v@2.97d}\space
+ \if@mainmatter\thechapter.\fi
+ \else
+ \thechapter.%
+ \fi
+ \@arabic\c@section
+}
+\renewcommand*\theequation{%
+ \ifnum \scr@compatibility>\@nameuse{scr@v@2.97d}\space
+ \if@mainmatter\thechapter.\fi
+ \else
+ \thechapter.%
+ \fi
+ \@arabic\c@equation
+}
+\renewcommand*\thefigure{%
+ \ifnum \scr@compatibility>\@nameuse{scr@v@2.97d}\space
+ \if@mainmatter\thechapter.\fi
+ \else
+ \thechapter.%
+ \fi
+ \@arabic\c@figure
+}
+\renewcommand*\thetable{%
+ \ifnum \scr@compatibility>\@nameuse{scr@v@2.97d}\space
+ \if@mainmatter\thechapter.\fi
+ \else
+ \thechapter.%
+ \fi
+ \@arabic\c@table
+}
+
\Hinput{scrbook}
\endinput