|
1 | 1 | \ifx\wholebook\relax\else |
2 | 2 | \documentclass[twoside]{book} |
3 | | -\usepackage[active]{srcltx} |
4 | | -%\usepackage[LY1]{em} |
5 | 3 | \input{DhbDefinitions} |
6 | 4 | \begin{document} |
7 | 5 | \fi |
8 | 6 |
|
9 | | -\begin{titlepage} |
10 | | -\hbox{\/}\vspace{12 ex} {\Huge \bf About this version} |
11 | 7 |
|
12 | | -\vspace{10 ex} |
| 8 | +\chapter*{About this version} |
| 9 | + |
13 | 10 | We would like to thank Didier Besset for his great book and for his gift of the source and implementation to the community. |
14 | 11 |
|
15 | 12 |
|
16 | | -This version is a version without the Java implementation and Java reference. Our goal is to make this book slimmer and easier to read. Check the full version available at \textsf{http://https://github.com/SquareBracketAssociates/\-ArchiveOONumericalMethod/tree/master/NumericalMethods} if you want to get both the Java and Smalltalk implementations. |
| 13 | +This is an abridged version of Didier's book, without the Java implementation and reference; our goal is to make the book slimmer and easier to read. |
| 14 | +The implementation presented in this book is part of the SciSmalltalk library. |
| 15 | +Both versions of the book are now maintained under open-source terms and are available at the following URLs: |
17 | 16 |
|
18 | | -The implementation presented in this book is part of the SciSmalltalk library available at |
19 | | -\textsf{https://github.com/SergeStinckwich/SciSmalltalk}. |
| 17 | +\begin{itemize} |
| 18 | +\item Abridged version (this book)\\ |
| 19 | + \url{https://github.com/SquareBracketAssociates/NumericalMethods} |
| 20 | +\item Archive of the original book, with code in both Java and Smalltalk\\ |
| 21 | + \url{https://github.com/SquareBracketAssociates/ArchiveOONumericalMethods} |
| 22 | +\item SciSmalltalk library |
| 23 | + \url{https://github.com/SergeStinckwich/SciSmalltalk} |
| 24 | +\end{itemize} |
20 | 25 |
|
| 26 | +Both this and the full version are maintained by St\'ephane Ducasse and Serge Stinckwich. |
| 27 | +Remember that we are all Charlie. |
21 | 28 |
|
22 | | -This version and the full version are maintained by S. Ducasse and S. Stinckwich. |
23 | | -Remember that we are all Charly. |
| 29 | +\bigskip\noindent |
| 30 | +--- 28 January 2015 |
24 | 31 |
|
25 | | -\vspace{5 ex} |
26 | | -28 January 2015. |
27 | | -\end{titlepage} |
28 | 32 |
|
29 | 33 |
|
30 | | -\begin{titlepage} |
31 | | -\hbox{\/}\vspace{12 ex} {\Huge \bf Preface} |
| 34 | +\chapter*{Preface} |
32 | 35 |
|
33 | 36 | \vspace{10 ex} \begin{flushright} {\sl Si je savais une chose |
34 | 37 | utile \`{a} ma nation qui f\^{u}t ruineuse \`{a} une autre,\\je ne |
|
38 | 41 | knew some trade useful to my country, but which would ruin |
39 | 42 | another, I would not disclose it to my ruler, because I am a man |
40 | 43 | before being French, because I belong to mankind while I am French |
41 | | -only by a twist of fate.}\\ Charles de Montesquieux |
| 44 | +only by a twist of fate.}\\ Charles de Montesquieu |
42 | 45 | \end{flushright} |
43 | 46 |
|
44 | 47 |
|
45 | | - |
46 | | - |
47 | 48 | \vspace{8 ex} When I first encountered object-oriented |
48 | 49 | programming I immediately became highly enthusiastic about it, |
49 | 50 | mainly because of my mathematical inclination. After all I learned |
|
95 | 96 | field of application and concentrate on the universal aspects of |
96 | 97 | it. |
97 | 98 |
|
98 | | -\rubrique{Acknowledgements} The author wishes to express his |
| 99 | +\rubrique{Acknowledgements}% |
| 100 | +The author wishes to express his |
99 | 101 | thanks to the many people with whom he had interactions about the |
100 | 102 | object-oriented approach --- Smalltalk and Java in particular --- |
101 | 103 | on the various electronic forums. One special person is Kent Beck |
|
109 | 111 | inspiration for me and many other programmers with his series of |
110 | 112 | books {\sl The Art of Computer Programming}, and for making this |
111 | 113 | wonderful typesetting program \TeX. This present book was typeset |
112 | | -with \TeX and \LaTeX. |
| 114 | +with \TeX{} and \LaTeX. |
113 | 115 |
|
114 | 116 | Furthermore, I would like to give credit to a few people without |
115 | 117 | whom this present book would never have been published. First, |
|
131 | 133 |
|
132 | 134 | \vspace{5 ex}\relboxr{1}{Genolier, 11 April 2000} |
133 | 135 |
|
134 | | -\end{titlepage} |
| 136 | + |
135 | 137 | \ifx\wholebook\relax\else\end{document}\fi |
0 commit comments