diff --git a/pillar.conf b/pillar.conf index d26c262..eda36e1 100644 --- a/pillar.conf +++ b/pillar.conf @@ -1,5 +1,5 @@ { - "title" : "Entreprise Pharo: A Web Perspective", + "title" : "Enterprise Pharo: A Web Perspective", "newLine" : #unix, "headingLevelOffset" : 1, "defaultScriptLanguage" : "smalltalk", @@ -50,8 +50,17 @@ }, "inputFiles" : [ "Copyright/License.pier", - "Teapot/Teapot.pillar", - "NeoCSV/NeoCSV.pier", + + "Teapot/Teapot.pillar", + "WebApp/WebApp.pier", + + "Zinc-Encoding-Meta/Zinc-Encoding-Meta.pillar", + "Zinc-HTTP-Client/Zinc-HTTP-Client.pillar", + "Zinc-HTTP-Server/Zinc-HTTP-Server.pillar", + "Zinc-REST/Zinc-REST.pillar", + "WebSockets/WebSockets.pier", + + "NeoCSV/NeoCSV.pier", "NeoJSON/NeoJSON.pier", "STON/STON.pillar", "Fuel/Fuel.pillar", @@ -61,13 +70,7 @@ "RenoirST/RenoirST.pier", "PillarChap/Pillar.pillar", "Artefact/Artefact.pillar", - - "Zinc-Encoding-Meta/Zinc-Encoding-Meta.pillar", - "Zinc-HTTP-Client/Zinc-HTTP-Client.pillar", - "Zinc-HTTP-Server/Zinc-HTTP-Server.pillar", - "Zinc-REST/Zinc-REST.pillar", - "WebApp/WebApp.pier", - "WebSockets/WebSockets.pier", + "DeploymentWeb/DeployForProduction.pillar" ] } diff --git a/support/templates/book.latex.template b/support/templates/book.latex.template index 8c527a3..8a98bb9 100644 --- a/support/templates/book.latex.template +++ b/support/templates/book.latex.template @@ -46,10 +46,8 @@ \pagestyle{headings} %================================================================= \author{ - Damien Cassou\quad \\ - St\'ephane Ducasse\quad Luc Fabresse\\ Johan Fabry - Sven Van Caekenberghe} -\title{\Huge\bf Enterprise Pharo} + Damien Cassou,\\ St\'ephane Ducasse,\\ Luc Fabresse,\\ Johan Fabry,\\ Sven Van Caekenberghe} +\title{\Huge\bf Enterprise Pharo:\\a Web Perspective} \isodate \date{\emph{Version of \today}} \maketitle @@ -64,12 +62,30 @@ {{{content}}} + +\backmatter + % another try % \printglossary \bibliographystyle{jurabib} \bibliography{scg} -\printindex +% \printindex +\appendix + +\chapter{Authors} + +List of authors sorted alphabetically: +\begin{tabular}{l} +Cassou Damien \\ +Ducasse St\'ephane \\ +Fabresse Luc \\ +Fabry Johan \\ +Van Caekenberghe Sven\\ +\end{tabular} + + + \end{document}