| \documentclass{article} |
| |
| \usepackage[utf8]{inputenc} |
| \usepackage[T1]{fontenc} |
| \usepackage[english]{babel} |
| \usepackage{lmodern} |
| \usepackage{amsmath} |
| \usepackage{amssymb} |
| \usepackage{mathrsfs} |
| \usepackage{fancyhdr} |
| \usepackage{graphicx} |
| \usepackage[top=3cm, bottom=3cm, left=2cm, right=2cm]{geometry} |
| \usepackage{hyperref} |
| |
| \usepackage{csquotes} |
| |
| \usepackage{longtable} |
| \usepackage[table,usenames,dvipsnames]{xcolor} |
| \usepackage{rotating} |
| |
| \usepackage[final]{pdfpages} |
| \usepackage{color} |
| \usepackage{tabularx} |
| |
| \usepackage{arydshln} |
| |
| \definecolor{light-gray}{gray}{0.70} |
| |
| |
| \pagestyle{fancy} |
| \fancyhf{} |
| \lhead{\includegraphics[height=16pt]{diversity_icon.png}} |
| %\rhead{\includegraphics[height=16pt]{CEAtech_logo.png}} |
| \cfoot{\textcolor{gray}{This document is the property of the CEA. It can not be copied or disseminated without its authorization.}} |
| \renewcommand{\footrulewidth}{0,4pt} |
| |
| \pagenumbering{arabic} |
| \begin{document} |
| %\thispagestyle{plain} |
| %\pagestyle{plain} |
| \input{TitlePage} |
| |
| \input{0Technical} |
| |
| |
| \tableofcontents |
| \newpage |
| |
| %\input{1Installation} |
| %\input{2Configuration} |
| %\input{3FirstSteps} |
| %\input{4WaterSystem_1_Design} |
| %\input{4WaterSystem_2_Modeling} |
| %\input{4WaterSystem_3_Exploit} |
| %\input{5Helpcontents} |
| |
| \end{document} |