-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathWholeBook.tex
50 lines (41 loc) · 877 Bytes
/
WholeBook.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
\documentclass[twoside]{book}
\input{DhbDefinitions}
\let\wholebook=\relax
\title{\textbf{Object-Oriented Implementation\\
of Numerical Methods\\
An Introduction with Pharo}}
\author{Didier H. Besset \\
Maintained by St\'ephane Ducasse and Serge Stinckwich}
\begin{document}
\frontmatter
\maketitle
\input{Colophon}
\input{Preface} % no Java
{\parskip 0pt
\tableofcontents
\listoffigures
\listoftables
% \listoflistings
}
\cleardoublepage
\mainmatter
\input{Introduction}
\input{Function}
\input{Interpolation}
\input{Iteration}
\input{Zeroes}
\input{Integration}
\input{Series}
\input{LinearAlgebra}
\input{Statistics}
\input{Estimation}
\input{Minimization}
\input{DataMining}
\appendix
\input{FloatingPointSimulation}
\input{SmalltalkPrimer}
\input{Distributions}
\input{CentralMoments}
%\input{Cdrom}
\input{Bibliography}
\end{document}