X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=gapil.tex;h=72a0abd1dd4a014ca8a0852e4bf11677c0bf7e92;hp=7f35473dc498c2d7554424a06447ae99f95ad83d;hb=193d612d40c5f81f5559ea6e11e70f6b6e51fb39;hpb=ff76d56c6a2c280cbe4f153173488871d7b12336 diff --git a/gapil.tex b/gapil.tex index 7f35473..72a0abd 100644 --- a/gapil.tex +++ b/gapil.tex @@ -1,6 +1,6 @@ %% gapil.tex %% -%% Copyright (C) 2000-2007 Simone Piccardi. Permission is granted to +%% Copyright (C) 2000-2011 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; with the Invariant Sections being "Un preambolo", @@ -17,7 +17,7 @@ \documentclass[a4paper,11pt,twoside]{book} \usepackage{ae,aecompl} \usepackage[T1]{fontenc} -\usepackage[latin1]{inputenc} +\usepackage[utf8]{inputenc} %\usepackage[tex4ht, bookmarks=true]{hyperref} \usepackage[bookmarks=true,plainpages=false,pdfpagelabels,hyperfootnotes=false]{hyperref} \usepackage{makeidx} @@ -45,8 +45,10 @@ \usepackage{geometry} \usepackage{fancyvrb} -\def\tild{\char'176} +\usepackage{tikz} +\usetikzlibrary{shapes} +\def\tild{\char'176} % % Setting page layout @@ -76,6 +78,15 @@ \makeindex +% Solo prima parte, scommentare +%\includeonly{macro,preambolo,pref,intro,process,prochand,fileintro,filedir, +% fileunix,filestd,system,system,signal,session,fileadv,ipc,errors, +% ringraziamenti,fdl} + +% Solo seconda parte e appendici, scommentare +%\includeonly{macro,preambolo,network,socket,tcpsock,sockctrl,othersock, +% sockadv,netlayer,trasplayer,errors,ringraziamenti,fdl} + \begin{document} \frontmatter @@ -87,7 +98,7 @@ \begin{quote} - Copyright \copyright\ 2000-2007 Simone Piccardi. Permission is granted to + Copyright \copyright\ 2000-2009 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; with the Invariant Sections being ``Un preambolo'' @@ -146,10 +157,14 @@ \include{system} \include{signal} \include{session} -\include{fileadv} \include{ipc} +\include{fileadv} +\include{thread} + +% Commentare sotto se si genera la prima parte \part{Programmazione di rete} \label{part:progr-di-rete} + \include{network} \include{socket} \include{tcpsock} @@ -157,11 +172,13 @@ \include{othersock} \include{sockadv} \appendix + \part{Appendici} \label{part:appendici} \include{netlayer} \include{trasplayer} \include{errors} +\include{build} \include{ringraziamenti} \include{fdl}