From 7dfcc480ba1e19bd3232349fc733caef94034292 Mon Sep 17 00:00:00 2001 From: stainer_t Date: Mon, 8 Sep 2025 13:48:49 +0200 Subject: Initial commit from Polytechnique Montreal --- doc/IGE335/IGE335.tex | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 doc/IGE335/IGE335.tex (limited to 'doc/IGE335/IGE335.tex') 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} -- cgit v1.2.3