diff options
Diffstat (limited to 'doc/IGE351/IGE351.tex')
| -rw-r--r-- | doc/IGE351/IGE351.tex | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/doc/IGE351/IGE351.tex b/doc/IGE351/IGE351.tex new file mode 100644 index 0000000..7927842 --- /dev/null +++ b/doc/IGE351/IGE351.tex @@ -0,0 +1,86 @@ +\def\bff(#1){\mbox{\boldmath $#1$}} +\DeclareSymbolFont{AMSb}{U}{msb}{m}{n} +\DeclareMathSymbol{\shadowA}{\mathbin}{AMSb}{'101} +\DeclareMathSymbol{\shadowD}{\mathbin}{AMSb}{'104} +\DeclareMathSymbol{\shadowM}{\mathbin}{AMSb}{'115} +\DeclareMathSymbol{\shadowP}{\mathbin}{AMSb}{'120} +\DeclareMathSymbol{\shadowS}{\mathbin}{AMSb}{'123} +\DeclareMathSymbol{\shadowT}{\mathbin}{AMSb}{'124} +\DeclareMathSymbol{\shadowU}{\mathbin}{AMSb}{'125} +\DeclareMathSymbol{\shadowV}{\mathbin}{AMSb}{'126} +\DeclareMathSymbol{\shadowW}{\mathbin}{AMSb}{'127} +\DeclareMathSymbol{\shadowX}{\mathbin}{AMSb}{'130} + +\documentclass{report} +% +% Black and white +% +\usepackage{IGNrapport,amstext,GuideBW} +\usepackage{makeidx} +% +% Multicolumn +% +\usepackage{multicol,supertabular} +\makeatletter +\newenvironment{tablehere} + {\def\@captype{table}} + {} +\newenvironment{figurehere} + {\def\@captype{figure}} + {} +\makeatother +\setlength{\textheight}{22.5cm} +\topmargin -0.5cm + +\makeindex +\begin{document} + +\title{A Description of the DRAGON and TRIVAC Version5 Data Structures} + +\author{A.~H\'ebert, G.~Marleau and R.~Roy} + +\date{\today} + +\RapportIGN{IGE--351} + +\GuideVersion{5.00} + +\input{Summary.tex} +\clearpage +\phantomsection +\tableofcontents +\clearpage +\phantomsection +\listoftables +\clearpage +\phantomsection +\listoffigures + +\Debutdutexte + +\include{SectIntroduction} % Introduction +\include{SectStructure} % Description of the dragon data structure +\include{SectDmacrolib} % Description of a macrolib directory +\include{SectDmicrolib} % Description of a microlib directory +\include{SectDgeometry} % Description of a geometry directory +\include{SectDtracking} % Description of a tracking directory +\include{SectDasminfo} % Description of a asminfo directory +\include{SectDsystem} % Description of a bivac/trivac system directory +\include{SectDkinet} % Description of a kinet directory +\include{SectDfluxunk} % Description of a fluxunk directory +\include{SectDsource} % Description of a source directory +\include{SectDdepos} % Description of a deposition directory +\include{SectDedition} % Description of an edition directory +\include{SectDburnup} % Description of a burnup directory +\include{SectDcompo} % Description of a multiparameter multicompo directory +\include{SectDcpo} % Description of a burnup-parametrized cpo directory +\include{SectDsaphyb} % Description of a multiparameter Saphyb directory +\include{SectDmc} % Description of a Monte Carlo directory +\include{SectDdraglib} % Description of a Draglib directory +\include{SectDfview} % Description of a fview directory +\include{Bibliography} % Bibliographie +\clearpage +\phantomsection +\printindex + +\end{document} |
