3cd309e44fdd61f4f5648062e2287f3ace8df5e9
[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
16 \oddsidemargin=0.5cm
17 \evensidemargin=-0.5cm
18 \textwidth=16cm
19 \textheight=24.2cm
20 \topmargin=-1.cm
21 %\setcaptionmargin{2cm} 
22  
23 %\renewcommand{\chaptername}{Capitolo}
24 %\renewcommand{\contentsname}{Indice}
25 %\renewcommand{\bibname}{Bibliografia}
26 \pagestyle{headings}
27
28 %\includeonly{macro,pref,intro,fdl}
29
30
31 \title{Guida alla Programmazione in Linux.}
32
33 \author{Simone Piccardi,
34   si spera anche qualcun'altro}
35
36
37 \begin{document}
38
39
40
41 \pagenumbering{roman}
42  
43 \maketitle
44
45 \newcommand{\clearemptydoublepage}{\newpage{\pagestyle{empty}
46 \cleardoublepage}}
47
48 \begin{quote}
49
50       Copyright \copyright\ 2000  Simone Piccardi.
51       Permission is granted to copy, distribute and/or modify this document
52       under the terms of the GNU Free Documentation License, Version 1.1
53       or any later version published by the Free Software Foundation;
54       with the Invariant Sections being ``Prefazione'', with no
55       Front-Cover Texts, and with no Back-Cover Texts.
56       A copy of the license is included in the section entitled ``GNU
57       Free Documentation License''.
58
59 \end{quote}
60 \clearemptydoublepage
61
62 \tableofcontents
63 \clearemptydoublepage
64
65
66 \include{macro}
67 \setcounter{secnumdepth}{-2}
68 \include{pref}
69 \setcounter{secnumdepth}{2}
70 \clearemptydoublepage
71
72 \pagenumbering{arabic}
73
74 \include{intro}
75 \include{files}
76 \include{network}
77 \include{process}
78 \include{option}
79 \include{signal}
80 \include{ipc}
81 \include{fdl}
82  
83 % at the end put the bibliography
84
85 %\bibliographystyle{phaip}
86 %\bibliography{biblio}
87
88 \end{document}
89
90
91
92