-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAppDevGuide.cfg
More file actions
26 lines (21 loc) · 847 Bytes
/
AppDevGuide.cfg
File metadata and controls
26 lines (21 loc) · 847 Bytes
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
\Preamble{xhtml,index=2,charset=UTF-8,sec-filename}
\begin{document}
% Put a TOC in each chapter containing sections & subsections only:
\TocAt{chapter,section,subsection}
% Tweak document CSS formatting
\Css{
div.verbatim,div.lstlisting {margin-left:4em}
h4,h5,h6 {font-size:100\%}
.hline hr {margin:1px 0; height:0; border-style:solid}
}
% Configure the links between chapter pages
% Which links to include and their order:
\Configure{crosslinks*}
{up} {prev} {prevtail} {front} {tail} {next} {}
% Set the link formatting:
\Configure{crosslinks}
{ [} {] } {next-top} {prev-top} {prev-end} {page-top} {page-end} {contents}
% Configure HTML title headers
\Configure{TITLE+}{EPICS Application Developer's Guide}
\Configure{chapterTITLE+}{EPICS Application Developer's Guide - #1}
\EndPreamble