Page MenuHomec4science

manual.tex
No OneTemporary

File Metadata

Created
Wed, Jun 5, 14:48

manual.tex

This document is not UTF8. It was detected as Shift JIS and converted to UTF8 for display.
%Copyright 2008 Guillaume ANCIAUX (guillaume.anciaux@epfl.ch)
%
%This file is part of ParaViewHelper.
%
%ParaViewHelper is free software: you can redistribute it and/or modify
%it under the terms of the GNU General Public License as published by
%the Free Software Foundation, either version 3 of the License, or
%(at your option) any later version.
%
%ParaViewHelper is distributed in the hope that it will be useful,
%but WITHOUT ANY WARRANTY; without even the implied warranty of
%MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
%GNU General Public License for more details.
%
%You should have received a copy of the GNU General Public License
%along with ParaViewHelper. If not, see <http://www.gnu.org/licenses/>.
\documentclass[10pt]{report}
\usepackage{graphicx}
\usepackage{graphics}
\usepackage{amsmath}
\usepackage[french]{babel}
\usepackage[latin1]{inputenc}
\usepackage{listings}
\usepackage{color}
\title{
\vspace{-4cm}
ParaViewHelper library User Guide}
\author{Guillaume ANCIAUX \& Sarah LEVY}
\usepackage{fancyhdr}
\setlength{\hoffset}{-18pt}
\setlength{\oddsidemargin}{0pt} % Marge gauche sur pages impaires
\setlength{\evensidemargin}{9pt} % Marge gauche sur pages paires
\setlength{\marginparwidth}{54pt} % Largeur de note dans la marge
\setlength{\textwidth}{481pt} % Largeur de la zone de texte (17cm)
\setlength{\voffset}{-18pt} % Bon pour DOS
\setlength{\marginparsep}{7pt} % S駱aration de la marge
\setlength{\topmargin}{0cm} % Pas de marge en haut
\setlength{\headheight}{0cm} % Haut de page
\setlength{\headsep}{0cm} % Entre le haut de page et le texte
\setlength{\footskip}{1cm} % Bas de page + s駱aration
\setlength{\textheight}{25cm} % Hauteur de la zone de texte (25cm)
%\pagestyle{fancy}
\fancyhf{}
\begin{document}
\maketitle
\chapter{Introduction}
\input{library-use}
\input{paraview-use}
\end{document}

Event Timeline