This repository has been archived by the owner on Apr 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
virtiohtml.cfg
31 lines (26 loc) · 1.91 KB
/
virtiohtml.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
\Preamble{html}
\begin{document}
\ConfigureMark{chapter}{\HCode{<hr><span class="titlemark">}\thechapter\HCode{</span>}}
\ConfigureMark{paragraph}{\HCode{<span class="titlemark">}\theparagraph\HCode{</span>}}
\ConfigureMark{subparagraph}{\HCode{<span class="titlemark">}\thesubparagraph\HCode{</span>}}
\Configure{chapter}{}{}{\ShowPar\IgnoreIndent\HCode{<h2 class="chapterHead">}\begingroup\TitleMark\space}{\endgroup\HCode{</h2>}\par\IgnorePar}
\Configure{paragraph}{}{}{\ShowPar\IgnoreIndent\HCode{<h5 class="paragraphHead">}\begingroup\TitleMark\space}{\endgroup\HCode{</h5>}\par\IgnorePar}
\Configure{subparagraph}{}{}{\ShowPar\IgnoreIndent\HCode{<h6 class="subparagraphHead">}\begingroup\TitleMark\space}{\endgroup\HCode{</h6>}\par\IgnorePar}
\Configure{appendix}{}{}{\ShowPar\IgnoreIndent\HCode{<h2 class="appendixHead">}\begingroup\TitleMark.\space}{\endgroup\HCode{</h2>}\par\IgnorePar}
\Configure{tabular}
{\HCode{<table>}}{\HCode{</table>}}
{\HCode{<tr class="row-\HRow">}}{\HCode{</tr>}}
{\HCode{<td style="text-align: left; min-width: \HColWidth" \ifnum \HMultispan>1 colspan="\HMultispan"\fi >}}{\HCode{</td>}}
%%\Configure{HColWidth}{\HCode{ style="min-width:\HColWidth"}}
\Configure{@TITLE}{Virtual I/O Device (VIRTIO) Version 1.0}
\Css{body { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }}
\Css{h1 { color:\#552681; font-size:150\%; }}
\Css{h2 { color:\#552681; font-size:140\%; }}
\Css{h3 { color:\#552681; font-size:130\%; }}
\Css{h4 { color:\#552681; font-size:120\%; }}
\Css{h5 { color:\#552681; font-size:110\%; }}
\Css{h6 { color:\#552681; font-size:100\%; }}
\Css{table.tabular { margin-left: 0em; }}
\Css{dt { margin-top: 0.5em; }}
\Css{div.lstlisting, div.lstinputlisting {font-family: Courier New, monospace; white-space: nowrap; margin-top:0.5em; margin-bottom:0.5em; padding: 5px; border: 1px solid black; color: black; background-color: \#F5F5F5;}}
\EndPreamble