X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=gapil.tex;h=65be67fefa87b4a7731c321e4206231e185fdedf;hb=8a2d9bf52b522a71f94016ba6855ac0413403bed;hp=2df2a81aceff3725809f0f0680135444d571d392;hpb=fd030f6063dc62e9f0db462c97ae0f95c8533470;p=gapil.git diff --git a/gapil.tex b/gapil.tex index 2df2a81..65be67f 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-2007 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} @@ -43,6 +43,7 @@ %\usepackage{footnote} %\usepackage{mdwtab} \usepackage{geometry} +\usepackage{fancyvrb} \def\tild{\char'176} @@ -64,6 +65,8 @@ %\renewcommand{\bibname}{Bibliografia} \pagestyle{headings} +\frenchspacing + %\includeonly{macro,pref,intro,fdl} \title{\Huge \textbf{\textsl{G}a\textsl{P}i\textsl{L}}\\ @@ -73,6 +76,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 @@ -84,10 +96,11 @@ \begin{quote} - Copyright \copyright\ 2000-2004 Simone Piccardi. Permission is granted to + Copyright \copyright\ 2000-2007 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'' + in ``Prefazione'', 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''. @@ -101,6 +114,7 @@ \clearemptydoublepage \include{macro} +\include{preambolo} \include{pref} \clearemptydoublepage \mainmatter @@ -143,8 +157,11 @@ \include{session} \include{fileadv} \include{ipc} + +% Commentare sotto se si genera la prima parte \part{Programmazione di rete} \label{part:progr-di-rete} + \include{network} \include{socket} \include{tcpsock} @@ -152,11 +169,13 @@ \include{othersock} \include{sockadv} \appendix + \part{Appendici} \label{part:appendici} \include{netlayer} \include{trasplayer} \include{errors} +\include{build} \include{ringraziamenti} \include{fdl}