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}
|
\lciTocFileHeader{Table of Contents}
|
||||||
\lciPopOutput
|
\lciPopOutput
|
||||||
\lciPushOutput{shorttoc}
|
\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}
|
\lciTocFileHeader{Short Table of Contents}
|
||||||
|
\gdef\lciFileSpecificCSS{}
|
||||||
\lciPopOutput
|
\lciPopOutput
|
||||||
|
|
||||||
\lciMirroredTocEntry{\lciTocBegin}
|
\lciMirroredTocEntry{\lciTocBegin}
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,7 @@
|
||||||
|
|
||||||
% Can be customized to have different body attributes, such as backgrounds
|
% Can be customized to have different body attributes, such as backgrounds
|
||||||
\gdef{\lcBodyAttributes}{\lcRawHtml{bgcolor="white"}}
|
\gdef{\lcBodyAttributes}{\lcRawHtml{bgcolor="white"}}
|
||||||
|
\gdef\lciFileSpecificCSS{}
|
||||||
|
|
||||||
% Args: <title-text>
|
% Args: <title-text>
|
||||||
\newcommand{\lciHtmlFileHeader}[1]{%
|
\newcommand{\lciHtmlFileHeader}[1]{%
|
||||||
|
|
@ -50,8 +51,9 @@
|
||||||
<html> <head>
|
<html> <head>
|
||||||
<title>}#1\lcRawHtml{</title>
|
<title>}#1\lcRawHtml{</title>
|
||||||
</head>
|
</head>
|
||||||
<link href="}\lciOutputUppath\lcRawHtml{latex_to_html.css" rel="STYLESHEET">
|
<link href="}\lciOutputUppath\lcRawHtml{latex_to_html.css" rel="STYLESHEET">}
|
||||||
<body }\lcBodyAttributes\lcRawHtml{>
|
\lciFileSpecificCSS%
|
||||||
|
\lcRawHtml{<body }\lcBodyAttributes\lcRawHtml{>
|
||||||
<!-- ------------------------------------------------------------------- -->
|
<!-- ------------------------------------------------------------------- -->
|
||||||
|
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue