X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=gapil.tex;h=1883b68d85f6f08b816b40ab42308800ff034ca9;hp=5e1fc777261e15500044f06ddc704f3c9c7ce928;hb=4ad4523de32d786ae4c24ef157bd4b8fe4aac534;hpb=34ed932cc43ebd3df23ce3255984bba0301b7231 diff --git a/gapil.tex b/gapil.tex index 5e1fc77..1883b68 100644 --- a/gapil.tex +++ b/gapil.tex @@ -1,4 +1,4 @@ -%% +%% %% GaPiL : Guida alla Programmazione in Linux %% %% S. Piccardi Feb. 2001 @@ -19,6 +19,7 @@ \usepackage{listings} \lstloadlanguages{C++} \usepackage{color} +%\usepackage{mdwlist} % % Setting page layout % @@ -79,9 +80,10 @@ \lstset{basicstyle=\small, labelstyle=\tiny, labelstep=1, - labelsep=2pt, + labelsep=2pt, frame=TB, frametextsep=5pt, + indent=0.3cm, basicstyle=\ttfamily, keywordstyle=\color{blue}\ttfamily, ndkeywordstyle=\color{yellow}\ttfamily, @@ -93,28 +95,28 @@ directivestyle=\color{magenta}\ttfamily } \include{intro} +\include{process} +\include{prochand} \include{fileintro} \include{filedir} \include{fileunix} \include{filestd} -\include{process} -\include{prochand} +\include{session} \include{signal} \include{ipc} \include{network} \include{socket} \include{elemtcp} \include{simpltcp} -\include{app_a} -\include{app_b} +\appendix +\include{ipprot} +\include{tcpprot} +\include{errors} \include{fdl} - - % at the end put the bibliography %\bibliographystyle{phaip} %\bibliography{biblio} -\end{document} - +\end{document} \ No newline at end of file