~epics-documenters/epics-appdev/ioc-shutdown

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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
\documentclass{book}
\usepackage[margin=1in]{geometry}
\usepackage{times}
\usepackage{graphicx}
\graphicspath{{pdf/}{eps/}}
\usepackage{longtable}
\usepackage{fancyvrb}
\usepackage{html}

% left-align first line of new paragraph
\usepackage{parskip}

% numbersubsubsections, reduce TOC depth
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{1}

\usepackage{makeidx}
\makeindex

% pdf links
\begin{latexonly}
\usepackage{hyperref}
\hypersetup{colorlinks, bookmarksnumbered, linkcolor=blue}
\end{latexonly}

% make all dephts of bullet points a dot
\renewcommand{\labelitemii}{\labelitemi}
\renewcommand{\labelitemiii}{\labelitemi}
\renewcommand{\labelitemiv}{\labelitemi}

% indent all code sections
\begin{latexonly}
\RecustomVerbatimEnvironment
  {verbatim}{Verbatim}
  {xleftmargin=\leftmargini}
\end{latexonly}
\htmlsetstyle[PRE.]{}{ margin-left=4em }

\begin{document}

\addcontentsline{toc}{chapter}{EPICS Applications Developer's Guide}

\input{tex/titlepage.tex}

\tableofcontents
\addcontentsline{toc}{chapter}{Table of Contents}

\input{tex/introduction.tex}
\input{tex/gettingStarted.tex}
\input{tex/overview.tex}
\input{tex/epicsBuildFacility.tex}
\input{tex/lockScanProcess.tex}
\input{tex/databaseDefinition.tex}
\input{tex/iocInit.tex}
\input{tex/accessSecurity.tex}
\input{tex/test.tex}
\input{tex/errorLogging.tex}
\input{tex/recordSupport.tex}
\input{tex/deviceSupport.tex}
\input{tex/driverSupport.tex}
\input{tex/staticDatabaseAccess.tex}
\input{tex/runtimeDatabaseAccess.tex}
\input{tex/generalPurposeTasks.tex}
\input{tex/scanning.tex}
\input{tex/iocsh.tex}
\input{tex/libCom.tex}
\input{tex/libComOsi.tex}
\input{tex/registry.tex}
\input{tex/databaseStructures.tex}

\begin{latexonly}
\cleardoublepage
\phantomsection
\end{latexonly}

\addcontentsline{toc}{chapter}{Index}
\printindex

\end{document}