diff options
Diffstat (limited to 'doc/IGE335/IGE335.tex')
| -rw-r--r-- | doc/IGE335/IGE335.tex | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/doc/IGE335/IGE335.tex b/doc/IGE335/IGE335.tex new file mode 100644 index 0000000..254760d --- /dev/null +++ b/doc/IGE335/IGE335.tex @@ -0,0 +1,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} |
