From 4b5db52cbd19ed108483c4e2881f59137e8fd01a Mon Sep 17 00:00:00 2001 From: Baptiste LENIAU <baptiste.leniau@subatech.in2p3.fr> Date: Thu, 10 Jul 2014 14:30:26 +0000 Subject: [PATCH] Premice de plan git-svn-id: svn+ssh://svn.in2p3.fr/class@350 0e7d625b-0364-4367-a6be-d5be4a48d228 --- documentation/USEGUIDE.tex | 56 ++++++++++++++++++++++++++++++++++---- 1 file changed, 51 insertions(+), 5 deletions(-) diff --git a/documentation/USEGUIDE.tex b/documentation/USEGUIDE.tex index de7627bfa..cf5c85d4e 100755 --- a/documentation/USEGUIDE.tex +++ b/documentation/USEGUIDE.tex @@ -5,15 +5,40 @@ %% ---- style files ------ -\usepackage{Bstyle} -\author{B. MOUGINOT \& B. LENIAU} -\title{CLASS Userguide.} +\usepackage{bstyle} +%\author{B. MOUGINOT \& B. LENIAU} +%\title{CLASS Userguide.} +% +%\date\today + +%---------------------------------------------------------------------------------------- +% TITLE PAGE +%---------------------------------------------------------------------------------------- + +\newcommand*{\titleGM}{\begingroup % Create the command for including the title page in the document +\hbox{ % Horizontal box +\hspace*{0.2\textwidth} % Whitespace to the left of the title page +\rule{1pt}{\textheight} % Vertical line +\hspace*{0.05\textwidth} % Whitespace between the vertical line and title page text +\parbox[b]{0.75\textwidth}{ % Paragraph box which restricts text to less than the width of the page + +{\noindent\Huge\bfseries User Guide - CLASS v3.0 }\\[2\baselineskip] % Title +{\large \textit{Core Library for Advanced Scenario Simulation}}\\[4\baselineskip] % Tagline or further description +{\Large \textsc{B. Mouginot \& B. LENIAU}} % Author name + +\vspace{0.5\textheight} % Whitespace between the title block and the publisher +{\noindent CNRS:IN2P3:Subatech:Erdre }\\[\baselineskip] % Publisher and logo +}} +\endgroup} + +%---------------------------------------------------------------------------------------- +% BLANK DOCUMENT +%---------------------------------------------------------------------------------------- -\date\today %% --------- MAIN ------------- \begin{document} -\maketitle +\titleGM % This command includes the title page % === title and abst. === \pagestyle{empty} % === title and abst. === @@ -30,6 +55,27 @@ \tableofcontents \listoffigures %\listoftables +\chapter{Introduction} +code de scenar tatati c'est gnial �a sert � �a �a et �a ... +\chapter{First Steps} +\section{Package Contents} +Ya quoi dans ce que je viens de downloader +\section{Install procedure} +Et comment que je l'install et commen,t je compile mon intput ... +First use example +\chapter{CLASS : General overview} +\section{Generalities} +Lister les unit� +image : sh�ma de principe de class +\section{Facilities descriptions} +\subsection{Pool} +\subsection{Reactor} +... +\chapter{Physic Models} +\chapter{CLASSGui : The results viewer} +\chapter{Input examples} + + % === main matter === %\mainmatter -- GitLab