allora io ho un file principale chiamato tesi.tex che inizia cosi
\documentclass[12pt,a4paper]{book}
\usepackage{hyphenat}
\hyphenation{Manager ges-to-re}
\newcommand{\ThesisTitle}{Sistemi di telecamere intelligenti per la videosorveglianza}
\newcommand{\ThesisAuthor}{Federico Avanzini}
% if you want to compile only some chapters,
% you can comment out from here the chapters that
% you do not want to compile. Remove/add lines
% depending on the number of your chapters
\includeonly{
./format , %%%%%% this has always to be included
./macros , %%%%%% this has always to be included
./ch_00preface/00preface ,
./ch_one/one ,
./ch_two/two ,
./ch_three/three ,
./ch_four/four ,
./ch_five/five ,
tutte le informazioni sui pacchetti inclusi ecc… sono dentro il
format.txt
che termina con il pezzo di codice che ho postato prima
lo so che è pieno di commenti inutili…ma mi hanno dato il template cosi e non penso che mi serva mettermi a cancellare tutti quei % =)