forked from SquareBracketAssociates/PharoByExample-german
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PForInterprise.tex
102 lines (82 loc) · 2.61 KB
/
PForInterprise.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
% $Author$
% $Date$
% $Revision$
% HISTORY:
% 2008-02-04 - new umbrella
% 2009-04-23 - pharo -> squeak
% 2011-09-11 - Migrated to PharoBox: svn checkout https://[email protected]/svn/pharobooks/PharoVM-Eng
%=================================================================
% 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.
%=================================================================
\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/}
{VMIntro/figures/}
{VMInstallation/figures/}
{VMClassFormat/figures/}
}
%=================================================================
\let\wholebook=\relax
\makeindex
\makeglossary
%=================================================================
\renewcommand{\nnbb}[2]{} % Disable editorial comments
%=================================================================
\begin{document}
\frontmatter
%=================================================================
\setcounter{page}{1}
\pagestyle{headings}
%=================================================================
\author{Olivier Auverlot and St\'ephane Ducasse}
\title{\Huge\textbf{Pharo for the Entreprise}}
\isodate
\date{\emph{Version of \today}}
\maketitle
%=================================================================
\tableofcontents
\sloppy % To avoid LaTeX's annoying habit of letting lines stick over the margins!
\mainmatter
%=================================================================
\chapter{AJP}
\chapter{Alien/FFI}
\chapter{XML}
\chapter{XMLRPC}
\chapter{STOMP and MsgPack}
\chapter{Databases}
\chapter{LDAP}
\chapter{Crude/Crude.tex}
%=================================================================
\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: