-
Notifications
You must be signed in to change notification settings - Fork 41
/
UpdatedPharoByExample.tex
147 lines (123 loc) · 4.58 KB
/
UpdatedPharoByExample.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
%!TEX TS-program = lualatex
% -*- mode: LaTeX; -*-
\documentclass[10pt,twoside,english]{support/latex/sbabook/sbabook}
\let\wholebook=\relax
\usepackage{import}
\subimport{support/latex/}{common.tex}
%=================================================================
% Add the path for the figures of each chapter here:
\graphicspath{
{../figures/}
{../Preface/}
{../PharoTour/}
{../FirstApplication/}
{../SyntaxNutshell/}
{../UnderstandingMessage/}
{../PharoObjectModel/}
{../Environment/}
{../SharingCode/}
{../SUnit/}
{../BasicClasses/}
{../Collections/}
{../Streams/}
{../Morphic/}
{../Seaside/}
{../Reflection/}
{../Regex/}
{../Metaclasses/}
}
%=================================================================
\title{Pharo by Example 5 \titlebreak[\bigskip]{ -- } \small{Based on Pharo by Example \titlebreak[\smallskip]{ -- } by A.P. Black, S. Ducasse, O. Nierstrasz, \titlebreak[\smallskip]{ -- } D. Pollet, with D. Cassou and M. Denker}}
\author{St\'ephane Ducasse \and Dimitris Chloupis \and Nicolai Hess \and Dmitri Zagidulin}
\date{\gitdate\titlebreak[\smallskip]{ -- }\protect\gitCommitInfo}
\hypersetup{pdfinfo={
Title = {Pharo by Example 5},
Author = {St\'ephane Ducasse, Dimitris Chloupis, Nicolai Hess, Dmitri Zagidulin},
Keywords = {pharo, smalltalk}}}
%=================================================================
\begin{document}
% Title page and colophon on verso
\maketitle
\pagestyle{titlingpage}
\thispagestyle{titlingpage} % \pagestyle does not work on the first one…
\cleartoverso
{\small
Copyright 2016 by St\'ephane Ducasse, Dimitris Chloupis, Nicolai Hess and Dmitri Zagidulin.
Copyright 2009 by Andrew P. Black, St\'ephane Ducasse, Oscar Nierstrasz, Damien Pollet, Damien Cassou and Marcus Denker.
The contents of this book are protected under the Creative Commons
Attribution-ShareAlike 3.0 Unported license.
You are \textbf{free}:
\begin{itemize}
\item to \textbf{Share}: to copy, distribute and transmit the work,
\item to \textbf{Remix}: to adapt the work,
\end{itemize}
Under the following conditions:
\begin{description}
\item[Attribution.] You must attribute the work in the manner specified by the
author or licensor (but not in any way that suggests that they endorse you
or your use of the work).
\item[Share Alike.] If you alter, transform, or build upon this work, you may
distribute the resulting work only under the same, similar or a compatible
license.
\end{description}
For any reuse or distribution, you must make clear to others the
license terms of this work. The best way to do this is with a link to
this web page: \\
\url{http://creativecommons.org/licenses/by-sa/3.0/}
Any of the above conditions can be waived if you get permission from
the copyright holder. Nothing in this license impairs or restricts the
author's moral rights.
\begin{center}
\includegraphics[width=0.2\textwidth]{CreativeCommons-BY-SA.pdf}
\end{center}
Your fair dealing and other rights are in no way affected by the
above. This is a human-readable summary of the Legal Code (the full
license): \\
\url{http://creativecommons.org/licenses/by-sa/3.0/legalcode}
\vfill
\begin{tabular}{@{}c@{\quad}l}
\multirow{2}{*}{\includegraphics[width=2em]{support/latex/sbabook/sba-logo.pdf}}
& Published by Lulu.com \& Square Bracket Associates. \\
& \url{http://squarebracketassociates.org} \\[\smallskipamount]
& ISBN 978-1-365-65459-6 \\
& First Edition, January 2017.
\end{tabular}
\medskip
Book layout and typography based on the \code{sbabook} \LaTeX{} class by Damien Pollet.
}
\frontmatter
\pagestyle{plain}
% \chapter*{About this book}
%
% enterprise pharo has a paragraph to introduce the book and acknowledge contributors
\tableofcontents
\mainmatter
%\part{enterprise pharo uses parts…}
\input{Preface/Preface}
\input{PharoTour/PharoTour}
\input{FirstApplication/FirstApplication}
\input{SyntaxNutshell/SyntaxNutshell}
\input{UnderstandingMessage/UnderstandingMessage}
\input{PharoObjectModel/PharoObjectModel}
\input{Environment/Environment}
\input{SharingCode/SharingCode}
\input{SUnit/SUnit}
\input{BasicClasses/BasicClasses}
\input{Collections/Collections}
\input{Streams/Streams}
\input{Morphic/Morphic}
\input{Seaside/Seaside}
\input{Metaclasses/Metaclasses}
\input{Reflection/Reflection}
\input{Regex/Regex}
\backmatter
% \chapter*{Pages to print in color}
\end{document}
%=================================================================
%%% Local Variables:
%%% coding: utf-8
%%% mode: latex
%%% TeX-master: t
%%% TeX-PDF-mode: t
%%% ispell-local-dictionary: "english"
%%% End: