X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=gapil.tex;h=a6f2327cefdc00d677f50d9209039a5fcdffe3e1;hp=2564ee76184f7194fefe20bc38a2c93ff1b87029;hb=a54f1625cb963103b34a49e58bab1c2bc6028148;hpb=a88d4dd8fdd85cdfe8fd04684d4afb4c24174995 diff --git a/gapil.tex b/gapil.tex index 2564ee7..a6f2327 100644 --- a/gapil.tex +++ b/gapil.tex @@ -1,7 +1,7 @@ %% %% GaPiL : Guida alla Programmazione in Linux %% -%% S. Piccardi Feb. 2001 +%% S. Piccardi Oct. 2000 %% %% main.tex: file principale, gli altri vanno inclusi da questo. %% @@ -19,6 +19,7 @@ \usepackage{listings} \lstloadlanguages{C++} \usepackage{color} +\usepackage{mdwlist} % % Setting page layout % @@ -62,7 +63,6 @@ \end{quote} \clearemptydoublepage - \tableofcontents \clearemptydoublepage @@ -80,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, @@ -94,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