\documentclass{livre}


% Inclusion des packages nécéssaires 
%\usepackage{marvosym} % Support de l'Euro


\newcommand{\auteurs}{Thomas Tempé, Frédéric Henry, Thibaud Choné, Germain Chazot}

\title{Autonomie}

\subtitle{La liberté de penser}


\author{\auteurs, etc...}

\from{D'après le roman de Jean-Michel Smith}

%\date{}

%\thanks{}

\newcommand{\version}{0.1}


% Commande pour la citation
\newcommand{\citer}[2]{%
  \begin{quote}
    {\emph #2}
  \begin{center}
    -- #1      
  \end{center}
  \end{quote}
}

%Pour les dates
\newcommand{\dater}[1]{%
  \vspace{.7cm}
  \parbox{
    \texttt #1  \noindent
  }
}

%Pour le texte
\newcommand{\penser}[1]{\textit{#1}}
\newcommand{\dire}  [1]{\textsl{#1}}


% Début du document LaTeX
\begin{document}


% On affiche un joli titre
\maketitle

\newpage
% On fait un 2eme de couverture
~
\vfill
\small{
\textsl{Autonomie, la liberté de pensée}, version 0.1, \today

Copyright \textcopyright{} 2003, \auteurs, Jean-Michel Smith.

Ce document est une traduction libre en français du roman anglophone
\textsl{Autonomy, Episode 1: Freedom of thought} de Jean-Michel Smith,
écrit dans le cadre du projet \textsl{Autonomy Project}, et accessible
à l'adresse \\\verb!https://expressivefreedom.org/node.php?id=187!.

Le roman original, et cette traduction libre, sont redistribuables
selon les termes de la licence Art Libre, incluse en annexe et
disponible à l'adresse
\verb!http://www.artlibre.org/licence.php/lal.html!

Contact~: \verb!jean@kcco.com! (original),
\verb!thomas.tempe@insalien.org! (traduction).

Ce document a été typographié à l'aide de \LaTeX, et entièrement
réalisé avec du Logiciel Libre.  
} 

\newpage

\tableofcontents

% On compte les chapitres à partir de 0
\setcounter{chapter}{-1}


%inclusion et état des différents chapitres
%                     traduc     fini? relec 1 fini? relec 2 fini? etat
\input{chap00.tex}  % Tom        oui   Tom     oui   germs   oui   achevé
\input{chap01.tex}  % Tom        oui   Tom     oui   fred    oui   achevé
\input{chap02.tex}  % Fred       oui   Tom     oui
\input{chap03.tex}  % Toady&Thom oui   Tom     oui   fred    oui
\input{chap04.tex}  % Germs      oui   Tom     oui
\input{chap05.tex}  % Thomas     oui   Tom     oui
\input{chap06.tex}  % Fred       oui   Tom     oui
\input{chap07.tex}  % Chocho     oui   Tom&fred oui
\input{chap08.tex}  % Chocho     oui   Tom     oui
\input{chap09.tex}  % Tom        oui   Tom     oui
\input{chap10.tex}  % Tom        oui   Tom     oui
\input{chap11.tex}  % Germs
\input{chap12.tex}  % Tom        oui   Tom     oui
\input{chap13.tex}  % Tom        oui   Tom     oui
\input{chap14.tex}  % Tom        oui   Tom     oui
\input{chap15.tex}  % Tom        oui   Tom     oui
\input{chap16.tex}  % Tom        oui   Tom     oui

\appendix
\input{licence.tex}

\end{document}

% <<COMPILEZ-MOI>>

