html: short toc: removed zebra-effect (not needed here, as opposed to usual toc)

chapter names are printed in non-bold-face
This commit is contained in:
Andreas Meyer 2006-05-06 21:50:44 +00:00
parent 8a65006a5f
commit c50ca1575e
2 changed files with 15 additions and 2 deletions

View File

@ -232,7 +232,18 @@
\lciTocFileHeader{Table of Contents}
\lciPopOutput
\lciPushOutput{shorttoc}
\gdef\lciFileSpecificCSS{%
\lcRawHtml{
<style type="text/css">
td.TocGroupOddLeft,
td.TocEmptyOddLeft,
td.TocGroupOddRight,
td.TocEmptyOddRight { background-color: #ffffff; }
td.TocChapter { font-weight: normal; }
</style>}%
}
\lciTocFileHeader{Short Table of Contents}
\gdef\lciFileSpecificCSS{}
\lciPopOutput
\lciMirroredTocEntry{\lciTocBegin}

View File

@ -38,6 +38,7 @@
% Can be customized to have different body attributes, such as backgrounds
\gdef{\lcBodyAttributes}{\lcRawHtml{bgcolor="white"}}
\gdef\lciFileSpecificCSS{}
% Args: <title-text>
\newcommand{\lciHtmlFileHeader}[1]{%
@ -50,8 +51,9 @@
<html> <head>
<title>}#1\lcRawHtml{</title>
</head>
<link href="}\lciOutputUppath\lcRawHtml{latex_to_html.css" rel="STYLESHEET">
<body }\lcBodyAttributes\lcRawHtml{>
<link href="}\lciOutputUppath\lcRawHtml{latex_to_html.css" rel="STYLESHEET">}
\lciFileSpecificCSS%
\lcRawHtml{<body }\lcBodyAttributes\lcRawHtml{>
<!-- ------------------------------------------------------------------- -->
}}