summaryrefslogtreecommitdiff
path: root/doc/IGE335/IGE335.tex
blob: 254760d14447579a893d1a3ac7d06e05dbd9a940 (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
\def\eq(#1){Eq.~(\ref{eq:#1})}
\def\bff(#1){\mbox{\boldmath $#1$}}
\DeclareSymbolFont{AMSb}{U}{msb}{m}{n}
\DeclareMathSymbol{\shadowD}{\mathbin}{AMSb}{'104}
\DeclareMathSymbol{\shadowL}{\mathbin}{AMSb}{'114}
\DeclareMathSymbol{\shadowM}{\mathbin}{AMSb}{'115}
\DeclareMathSymbol{\shadowP}{\mathbin}{AMSb}{'120}
\DeclareMathSymbol{\shadowS}{\mathbin}{AMSb}{'123}
\documentclass{report}
%
%  Black and white
\usepackage{IGNrapport,GuideBW,amsmath}
\usepackage{makeidx,caption}
%
%  Multicolumn
%
\usepackage{multicol,supertabular}
\makeatletter
\newenvironment{tablehere}
  {\def\@captype{table}}
  {}
\newenvironment{figurehere}
  {\def\@captype{figure}}
  {}
\makeatother
\setlength{\textheight}{23.5cm}
\topmargin -1.0cm

\makeindex
\captionsetup{width=20cm}
\begin{document}

\title{A USER GUIDE FOR DRAGON VERSION5}

\author{G.~Marleau, A.~H\'ebert and R.~Roy}

\date{\today}

\RapportIGN{IGE--335}

\GuideVersion{5.00}
                
\input{Copyright}
\input{Acknowledgments}
\input{Summary.tex}

\clearpage
\phantomsection
\tableofcontents
\clearpage
\phantomsection
\listoffigures
\clearpage
\phantomsection
\listoftables

\Debutdutexte

\input{Section1.00.tex}
\input{Section2.00.tex}
\input{Section3.00.tex}
\input{Section4.00.tex}
\input{SectionMPI.tex}
\input{Section5.00.tex}
\input{Section6.00.tex}
\input{AppendixA.tex}
\input{AppendixB.tex}
\clearpage
\phantomsection
\input{Bibliography.tex}
\clearpage
%\phantomsection
\printindex

\end{document}