X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=main.tex;h=6551c982346ed4ffbf5fea6a72c911887834cc9d;hb=db19b7f83b55cfd8add75de54130661a0baeacd3;hp=11234560a84e8503818e5056372d50475413ce23;hpb=09fff83335c84e1290f725341b0959344e5a7b03;p=gapil.git diff --git a/main.tex b/main.tex index 1123456..6551c98 100644 --- a/main.tex +++ b/main.tex @@ -4,9 +4,12 @@ %% S. Piccardi Feb. 2001 %% %% main.tex: file principale, gli altri vanno inclusi da questo. -%% +%% \documentclass[a4paper,11pt,twoside,italian]{book} \usepackage[latin1]{inputenc} +\usepackage{booktabs} +\usepackage{pstcol} +\usepackage{pst-node} \usepackage{graphicx} \usepackage{babel} \usepackage{cite} @@ -15,7 +18,7 @@ \usepackage[hang,bf,footnotesize,it]{caption2} \usepackage{listings} \lstloadlanguages{C++} -\usepackage{color} +\usepackage{color} % % Setting page layout % @@ -47,7 +50,7 @@ \begin{quote} - Copyright \copyright\ 2000 Simone Piccardi. + Copyright \copyright\ 2000-2001 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; @@ -56,6 +59,7 @@ A copy of the license is included in the section entitled ``GNU Free Documentation License''. + \end{quote} \clearemptydoublepage @@ -72,7 +76,6 @@ \pagenumbering{arabic} - \lstset{language=C++} \lstset{basicstyle=\small, @@ -91,23 +94,24 @@ % texcsststyle=\ttfamily, directivestyle=\color{magenta}\ttfamily } - \include{intro} \include{fileintro} \include{filedir} \include{fileunix} -\include{filestf} +\include{filestd} \include{process} -\include{option} +\include{prochand} \include{signal} \include{ipc} \include{network} \include{socket} \include{elemtcp} +\include{simpltcp} \include{app_a} \include{app_b} \include{fdl} + % at the end put the bibliography @@ -116,6 +120,3 @@ \end{document} - - -