blob: 7927842967b308a048510ec8cc32205041753e13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
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}
|