Initial revision
[gapil.git] / main.tex
diff --git a/main.tex b/main.tex
new file mode 100644 (file)
index 0000000..3cd309e
--- /dev/null
+++ b/main.tex
@@ -0,0 +1,92 @@
+%
+% File principale: gli altri vanno inclusi da questo.
+% 
+\documentclass[a4paper,11pt,twoside,italian]{book}
+\usepackage[latin1]{inputenc}
+\usepackage{graphicx}
+\usepackage{babel}
+\usepackage{cite}
+\usepackage{amsmath}
+\usepackage{amsfonts}
+\usepackage[hang,bf,footnotesize,it]{caption2}
+%
+% Setting page layout
+%
+
+\oddsidemargin=0.5cm
+\evensidemargin=-0.5cm
+\textwidth=16cm
+\textheight=24.2cm
+\topmargin=-1.cm
+%\setcaptionmargin{2cm} 
+%\renewcommand{\chaptername}{Capitolo}
+%\renewcommand{\contentsname}{Indice}
+%\renewcommand{\bibname}{Bibliografia}
+\pagestyle{headings}
+
+%\includeonly{macro,pref,intro,fdl}
+
+
+\title{Guida alla Programmazione in Linux.}
+
+\author{Simone Piccardi,
+  si spera anche qualcun'altro}
+
+
+\begin{document}
+
+
+
+\pagenumbering{roman}
+\maketitle
+
+\newcommand{\clearemptydoublepage}{\newpage{\pagestyle{empty}
+\cleardoublepage}}
+
+\begin{quote}
+
+      Copyright \copyright\ 2000  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 ``Prefazione'', with no
+      Front-Cover Texts, and with no Back-Cover Texts.
+      A copy of the license is included in the section entitled ``GNU
+      Free Documentation License''.
+
+\end{quote}
+\clearemptydoublepage
+
+\tableofcontents
+\clearemptydoublepage
+
+
+\include{macro}
+\setcounter{secnumdepth}{-2}
+\include{pref}
+\setcounter{secnumdepth}{2}
+\clearemptydoublepage
+
+\pagenumbering{arabic}
+
+\include{intro}
+\include{files}
+\include{network}
+\include{process}
+\include{option}
+\include{signal}
+\include{ipc}
+\include{fdl}
+% at the end put the bibliography
+
+%\bibliographystyle{phaip}
+%\bibliography{biblio}
+
+\end{document}
+
+
+
+