X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=main.tex;h=6551c982346ed4ffbf5fea6a72c911887834cc9d;hb=b4611e5ee9458ce9b06b2cd35b661331b687ba78;hp=da2fd9759030cb7b36008c5abd59453223a9f300;hpb=a8d6fb4cf9036d69f2884d9ba9d9350f649ed401;p=gapil.git diff --git a/main.tex b/main.tex index da2fd97..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,9 +59,11 @@ A copy of the license is included in the section entitled ``GNU Free Documentation License''. + \end{quote} \clearemptydoublepage + \tableofcontents \clearemptydoublepage @@ -68,7 +76,6 @@ \pagenumbering{arabic} - \lstset{language=C++} \lstset{basicstyle=\small, @@ -87,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 @@ -105,6 +120,3 @@ \end{document} - - -