Remove chapter magic in table of contents for scrreprt tex4ht.
This fixes html builds. Don't ask. Change-Id: Icb034a5c3ca74af887e31063007f41f9ef8be404
This commit is contained in:
parent
7b95b9d76d
commit
c7a561e9f1
1 changed files with 0 additions and 12 deletions
|
@ -74,12 +74,6 @@
|
|||
\Configure{UndefinedSec}{likesection}
|
||||
\Configure{UndefinedSec}{likesubsection}
|
||||
\def\tableofcontents{%
|
||||
\ifx\contentsname\empty \else
|
||||
%
|
||||
\chapter*{\contentsname}%
|
||||
%
|
||||
%
|
||||
\fi
|
||||
\:tableofcontents}
|
||||
|
||||
|
||||
|
@ -188,12 +182,6 @@ A script of the form
|
|||
\NewConfigure{listof}{6}
|
||||
|
||||
\def\tableofcontents{%
|
||||
\ifx\contentsname\empty \else
|
||||
%
|
||||
\chapter*{\contentsname}%
|
||||
%
|
||||
%
|
||||
\fi
|
||||
\:tableofcontents}
|
||||
|
||||
\edef\:TOC{%
|
||||
|
|
Loading…
Reference in a new issue