X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=gapil.tex;h=1cbb5784f2186aad9b04c5cc87acaf5116677955;hp=8cf4bf680db394e9a34319debeccf7b3dbd6b169;hb=b81723c64c1d63b89cd3cec12f2fcccc4a756967;hpb=f209f0494e4dd9065f3bf0cda54612297b3e079c diff --git a/gapil.tex b/gapil.tex index 8cf4bf6..1cbb578 100644 --- a/gapil.tex +++ b/gapil.tex @@ -1,9 +1,9 @@ %% gapil.tex %% -%% Copyright (C) 2000-2004 Simone Piccardi. Permission is granted to +%% Copyright (C) 2000-2010 Simone Piccardi. Permission is granted to %% copy, distribute and/or modify this document under the terms of the GNU Free %% Documentation License, Version 1.1 or any later version published by the -%% Free Software Foundation; with the Invariant Sections being "Prefazione", +%% Free Software Foundation; with the Invariant Sections being "Un preambolo", %% with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the %% license is included in the section entitled "GNU Free Documentation %% License". @@ -33,7 +33,7 @@ \usepackage{cite} \usepackage{amsmath} \usepackage{amsfonts} -\usepackage[hang,bf,footnotesize,it]{caption2} +\usepackage[hang,bf,footnotesize,it]{caption} \usepackage{listings} \lstloadlanguages{C++} \usepackage{color} @@ -45,8 +45,10 @@ \usepackage{geometry} \usepackage{fancyvrb} -\def\tild{\char'176} +\usepackage{tikz} +\usetikzlibrary{shapes} +\def\tild{\char'176} % % Setting page layout @@ -65,6 +67,8 @@ %\renewcommand{\bibname}{Bibliografia} \pagestyle{headings} +\frenchspacing + %\includeonly{macro,pref,intro,fdl} \title{\Huge \textbf{\textsl{G}a\textsl{P}i\textsl{L}}\\ @@ -74,6 +78,15 @@ \makeindex +% Solo prima parte, scommentare +%\includeonly{macro,preambolo,pref,intro,process,prochand,fileintro,filedir, +% fileunix,filestd,system,system,signal,session,fileadv,ipc,errors, +% ringraziamenti,fdl} + +% Solo seconda parte e appendici, scommentare +%\includeonly{macro,preambolo,network,socket,tcpsock,sockctrl,othersock, +% sockadv,netlayer,trasplayer,errors,ringraziamenti,fdl} + \begin{document} \frontmatter @@ -85,7 +98,7 @@ \begin{quote} - Copyright \copyright\ 2000-2004 Simone Piccardi. Permission is granted to + Copyright \copyright\ 2000-2009 Simone Piccardi. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with the Invariant Sections being ``Un preambolo'' @@ -144,10 +157,14 @@ \include{system} \include{signal} \include{session} -\include{fileadv} \include{ipc} +\include{fileadv} +\include{thread} + +% Commentare sotto se si genera la prima parte \part{Programmazione di rete} \label{part:progr-di-rete} + \include{network} \include{socket} \include{tcpsock} @@ -155,11 +172,13 @@ \include{othersock} \include{sockadv} \appendix + \part{Appendici} \label{part:appendici} \include{netlayer} \include{trasplayer} \include{errors} +\include{build} \include{ringraziamenti} \include{fdl}