dfdfb152d01ab36471188d3bb6735dc05728b032
[gapil.git] / main.tex
1 %
2 % File principale: gli altri vanno inclusi da questo.
3
4 \documentclass[a4paper,11pt,twoside,italian]{book}
5 \usepackage[latin1]{inputenc}
6 \usepackage{graphicx}
7 \usepackage{babel}
8 \usepackage{cite}
9 \usepackage{amsmath}
10 \usepackage{amsfonts}
11 \usepackage[hang,bf,footnotesize,it]{caption2}
12 %
13 % Setting page layout
14 %
15 \oddsidemargin=0.5cm
16 \evensidemargin=-0.5cm
17 \textwidth=16cm
18 \textheight=24.2cm
19 \topmargin=-1.cm
20 %\setcaptionmargin{2cm} 
21 %\renewcommand{\chaptername}{Capitolo}
22 %\renewcommand{\contentsname}{Indice}
23 %\renewcommand{\bibname}{Bibliografia}
24 \pagestyle{headings}
25
26 %\includeonly{macro,pref,intro,fdl}
27
28 \title{Guida alla Programmazione in Linux.}
29
30 \author{Simone Piccardi}
31
32
33 \begin{document}
34
35 \pagenumbering{roman}
36  
37 \maketitle
38
39 \newcommand{\clearemptydoublepage}{\newpage{\pagestyle{empty}
40 \cleardoublepage}}
41
42 \begin{quote}
43
44       Copyright \copyright\ 2000  Simone Piccardi.
45       Permission is granted to copy, distribute and/or modify this document
46       under the terms of the GNU Free Documentation License, Version 1.1
47       or any later version published by the Free Software Foundation;
48       with the Invariant Sections being ``Prefazione'', with no
49       Front-Cover Texts, and with no Back-Cover Texts.
50       A copy of the license is included in the section entitled ``GNU
51       Free Documentation License''.
52
53 \end{quote}
54 \clearemptydoublepage
55
56 \tableofcontents
57 \clearemptydoublepage
58
59
60 \include{macro}
61 \setcounter{secnumdepth}{-2}
62 \include{pref}
63 \setcounter{secnumdepth}{2}
64 \clearemptydoublepage
65
66 \pagenumbering{arabic}
67
68 \include{intro}
69 \include{files}
70 \include{process}
71 \include{option}
72 \include{signal}
73 \include{ipc}
74 \include{network}
75 \include{socket}
76 \include{fdl}
77  
78 % at the end put the bibliography
79
80 %\bibliographystyle{phaip}
81 %\bibliography{biblio}
82
83 \end{document}
84
85
86
87