X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=main.tex;h=6551c982346ed4ffbf5fea6a72c911887834cc9d;hb=2edbeab14f348c4fa78f91e10066b74475c2353a;hp=9fe6813eb577c354cbfe80032015c359392fe774;hpb=79145add042bda64865b6939673388f3173284e5;p=gapil.git diff --git a/main.tex b/main.tex index 9fe6813..6551c98 100644 --- a/main.tex +++ b/main.tex @@ -1,8 +1,15 @@ -% -% File principale: gli altri vanno inclusi da questo. -% +%% +%% GaPiL : Guida alla Programmazione in Linux +%% +%% 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} @@ -11,7 +18,7 @@ \usepackage[hang,bf,footnotesize,it]{caption2} \usepackage{listings} \lstloadlanguages{C++} -\usepackage{color} +\usepackage{color} % % Setting page layout % @@ -32,7 +39,6 @@ \author{Simone Piccardi} - \begin{document} \pagenumbering{roman} @@ -44,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; @@ -53,6 +59,7 @@ A copy of the license is included in the section entitled ``GNU Free Documentation License''. + \end{quote} \clearemptydoublepage @@ -69,7 +76,6 @@ \pagenumbering{arabic} - \lstset{language=C++} \lstset{basicstyle=\small, @@ -88,16 +94,24 @@ % texcsststyle=\ttfamily, directivestyle=\color{magenta}\ttfamily } - \include{intro} -\include{files} +\include{fileintro} +\include{filedir} +\include{fileunix} +\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 @@ -106,6 +120,3 @@ \end{document} - - -