mirror of https://github.com/CGAL/cgal
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:
parent
8a65006a5f
commit
c50ca1575e
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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{>
|
||||
<!-- ------------------------------------------------------------------- -->
|
||||
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue