-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBody.tex
211 lines (150 loc) · 4.23 KB
/
Body.tex
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
% -*- latex -*-
\documentclass{InsightSoftwareGuide}
\usepackage[
paper=letterpaper,
paperwidth=8in,
paperheight=10in,
lmargin=0.75in,
rmargin=0.5in,
tmargin=0.75in,
bmargin=0.75in]{geometry}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% Uncomment for draft mode.
\usepackage{draftwatermark}
\SetWatermarkText{DRAFT}
\SetWatermarkColor[rgb]{.9,1,.9}
\newcommand{\fix}[1]{{\color{red}\textsc{[#1]}}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% Uncomment to hide fix markup for final mode.
%\newcommand{\fix}[1]{}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{booktabs}
\usepackage{graphicx}
\usepackage{isomath}
\usepackage{varioref}
\usepackage{fancyvrb}
\usepackage{ifthen}
\usepackage{longtable}
\usepackage{tabu}
\usepackage{cite}
\usepackage{relsize}
\usepackage{subfig}
\usepackage{url}
\usepackage{xspace}
% to minimize item separation in lists.
\usepackage{enumitem}
% This wonderful package allows hyphenation in tt fonts and hyphenation of
% words with underscores in them.
\usepackage[htt]{hyphenat}
% This package defines a tt font that supports boldface (albeit not very
% distinctly). The default package has no boldface for tt fonts.
\usepackage{lmodern}
\usepackage{makeidx}
\makeindex
%% \usepackage[pdfborder={0 0 0}]{hyperref}
\usepackage[colorlinks=true,urlcolor=blue,citecolor=black,linkcolor=black,final=true]{hyperref}
\usepackage{verbatim}
\usepackage{color}
\definecolor{yellow}{rgb}{1,1,0}
\definecolor{black}{rgb}{0,0,0}
\definecolor{ltcyan}{rgb}{.75,1,1}
\definecolor{red}{rgb}{1,0,0}
\definecolor{gray}{rgb}{.6,.6,.6}
\definecolor{darkred}{rgb}{0.5,0,0}
\definecolor{darkgreen}{rgb}{0,0.5,0}
\input{Macros}
\input{LanguageDefinitions}
% Make fancy headers and everything...
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead{}
\fancyhead[LE,RO]{\small \nouppercase{\rightmark}}
\fancyfoot{}
\fancyfoot[LE,RO]{\small \thepage}
\fancyfoot[RE,LO]{\small \nouppercase{\leftmark}}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0.5pt}
%\setlength{\headheight}{14pt}
\fancypagestyle{plain}{%
\fancyhead{} % get rid of headers on plain pages
\fancyfoot{} % get rid of the footer on plain pages
\renewcommand{\headrulewidth}{0pt} % and the top line
\renewcommand{\footrulewidth}{0pt} % and the bottom line
}
% Avoid putting figures on their own page.
\renewcommand{\textfraction}{0.05}
\renewcommand{\topfraction}{0.95}
\renewcommand{\bottomfraction}{0.95}
% Make sure this is big enough so that only big figures end up on their own
% page but small enough so that if a figure does have to be on its own
% page, it won't push everything to the bottom because it's not big enough
% to have its own page.
\renewcommand{\floatpagefraction}{.75}
\setcounter{tocdepth}{4}
\input{TitlePage}
\begin{document}
\sloppy
\frontmatter
\pagestyle{empty}
\titleGM
\clearpage
\include{Contributors}
\pagestyle{fancy}
{\small
\tableofcontents
\listoffigures
%\listoftables
\lstlistoflistings
}
\mainmatter
\ifthenelse{\equal{\buildtype}{Full} \OR \equal{\buildtype}{GettingStarted}}{
\part{Getting Started}
\label{part:GettingStarted}
\input{Introduction}
\input{BuildAndInstall}
\input{IO}
\input{ProvidedFilters}
\input{Rendering}
}{}
\ifthenelse{\equal{\buildtype}{Full} \OR \equal{\buildtype}{Using}}{
\part{Using VTK-m}
\label{part:Using}
\input{BasicProvisions}
\input{ArrayHandle}
\input{DeviceAdapter}
\input{Timer}
\input{FancyArrayStorage}
\input{DynamicArrayHandle}
\input{DataSet}
\input{Policies}
}{}
\ifthenelse{\equal{\buildtype}{Full} \OR \equal{\buildtype}{Developing}}{
\part{Developing with VTK-m}
\label{part:Developing}
\input{Worklets}
\input{CreatingFilters}
\input{Math}
\input{WorkingWithCells}
}{}
\ifthenelse{\equal{\buildtype}{Full} \OR \equal{\buildtype}{Advanced}}{
\part{Advanced Development}
\label{part:Advanced}
\input{VirtualObjects}
\input{ImplementingDeviceAdapters}
\input{OpenGLInteroperability}
\input{FunctionInterface}
\input{WorkletArguments}
\input{NewWorkletTypes}
}{}
\appendix
\part{Appendix}
\label{part:Appendix}
\input{CodingConventions}
\backmatter
%\chapter{Index}
{\small
\printindex
}
\end{document}