forked from SquareBracketAssociates/PharoByExample-german
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PBE2.tex
237 lines (200 loc) · 5.37 KB
/
PBE2.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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
% $Author$
% $Date$
% $Revision$
% HISTORY:
%=================================================================
% This is the main file for the Pharo By Example book.
% The individual chapters can also be latexed by themselves.
% Note that the \end{document} marker occurs near the
% middle of this file, to leave out additional material
% for a future version of the book.
%=================================================================
% TODO:
%=================================================================
% lulu -> figures in .png / to see: macros
% chapter about Zinc with Olivier. Let see if it will be ready
% fix \chapterauthor on each chapter
%
%I removed Opal, il with not be stable for now
%
%=================================================================
\documentclass[a4paper,10pt,twoside]{book}
\usepackage[
papersize={6.13in,9.21in},
hmargin={.75in,.75in},
vmargin={.75in,1in},
ignoreheadfoot
]{geometry}
\input{common.tex}
\setboolean{lulu}{true}
%=================================================================
% Add the path for the figures of each chapter here:
\graphicspath{
{figures/}
{Monticello/figures/}
{Glamour/figures/}
{Profiling/figures/}
{Regex/figures/}
{Omnibrowser/figures/}
{Exceptions/figures/}
{Mondrian/figures/}
{Metacello/figures/}
{LittleNumbers/figures/}
{Announcements/figures/}
{Sockets/figures/}
{Settings/figures/}
{Gofer/figures/}
{Block/figures/}
{LittleNumbers/figures/}
{Opal/figures/}
{Filesystem/figures/}
{PetitParser/figures/}
{BasicWidgets/figures/}
}
%=================================================================
\let\wholebook=\relax
\makeindex
\makeglossary
%=================================================================
\renewcommand{\nnbb}[2]{} % Disable editorial comments
%=================================================================
\begin{document}
\frontmatter
%=================================================================
\setcounter{page}{1}
\pagestyle{headings}
%=================================================================
\author{
Alexandre Bergel\quad
Damien Cassou\quad
St\'ephane Ducasse\quad
Jannik Laval\quad}
\title{\Huge\bf More Pharo by Example\\[1ex]
\small with the participation of O. Nierstrasz, D. Henrichs, ... }
\isodate
\date{\emph{Version of \today}}
\maketitle
%=================================================================
\tableofcontents
% \listoffigures
% \listoftables
% \lstlistoflistings
\sloppy % To avoid LaTeX's annoying habit of letting lines stick over the margins!
\mainmatter
%=================================================================
\input{Preface/Preface2.tex}
%=================================================================
\part{Frameworks}
%\input{Omnibrowser/Omnibrowser.tex}
% text is finished
%% should be luluified
% verify source code
\input{Glamour/Glamour.tex}
% text is finished
%% should be luluified
% The source code has been verified. Minor comments are left, they need to be addressed just before publishing the book. The comments are about a ref to the Mondrian chapter and the Metacello invocation to load Glamour.
\input{Mondrian/Mondrian.tex}
% 80
% other examples (edges scoped)
%% should be luluified
% verify source code
\part{Language}
\input{Exceptions/Exceptions.tex} %% stef
% text is finished
%% should be luluified
% verify source code
\input{Block/Block.tex} %stef
%% 50
% to read
%% should be luluified
% verify source code
\input{Float/Float.tex} %% stef
% 60
%% be merged with little number
%% should be luluified
% verify source code
\input{LittleNumbers/LittleNumbers.tex}
% 60
% to read
% merge with float ?
%% should be luluified
% verify source code
\part{Libraries}
\input{Filesystem/Filesystem.tex}
%% stef...
% 60
% adapting
% adding some graffle
% to read
% to adapt with the last version
%% should be luluified
% verify source code
\input{Announcements/Announcements.tex} %%
%30
% to read
%% should be luluified
% verify source code
\input{Sockets/Sockets.tex} %% noury
%99.9
% some comments to fix
%% should be luluified
% verify source code
\input{Settings/Settings.tex} %% stef
% text is finished
%% should be luluified
% verify source code
\input{Regex/Regex.tex}
% 99
% to read
%% should be luluified
% verify source code
\part{Source Management}
\input{Monticello/Monticello.tex}
% text is finished
%% should be luluified
% verify source code
\input{Gofer/Gofer.tex}
% text is finished
%% should be luluified
% verify source code
\input{Metacello/Metacello.tex}
% 95
% to read
%% need a two pages summary
%% should be luluified
% verify source code
\part{Tools}
\input{Profiling/Profiling.tex}
% text is finished
% should be luluified
% verify source code
\input{PetitParser/PetitParser.tex}
% text is finished
% should be luluified
% verify source code
\input{BasicWidgets/BasicWidgets.tex}
% 60
% to read
%% should be luluified
% verify source code
%=================================================================
% \printglossary
\bibliographystyle{jurabib}
\bibliography{scg}
\printindex
\end{document}
%=================================================================
% \printglossary
\bibliographystyle{jurabib}
\bibliography{scg}
\printindex
\end{document}
% \end{document} % NB: The actual end is further up
%=================================================================
%%% Local Variables:
%%% coding: utf-8
%%% mode: latex
%%% TeX-master: t
%%% TeX-PDF-mode: t
%%% ispell-local-dictionary: "english"
%%% End: