1 |
% $Id$ |
2 |
\documentclass{manual} |
3 |
|
4 |
% grab the handy definitions and \usepackage statements etc |
5 |
\input{guide_defs} |
6 |
|
7 |
% title, author, etc stuff |
8 |
\title{ESyS Users Guide} |
9 |
|
10 |
\author{Lutz Gross et. al.(Editor)} |
11 |
\authoraddress{ |
12 |
Earth Systems Science Computational Centre (ESSCC) \\ |
13 |
The University of Queensland \\ |
14 |
Australia \\ |
15 |
Email: \email{esys@access.edu.au} |
16 |
} |
17 |
\date{\today} |
18 |
\release{$Revision$} |
19 |
\setreleaseinfo{} |
20 |
\setshortversion{} |
21 |
|
22 |
\makeindex |
23 |
|
24 |
% the actual start of the document |
25 |
\begin{document} |
26 |
|
27 |
\maketitle |
28 |
|
29 |
\input{copyrights} |
30 |
|
31 |
\begin{abstract} |
32 |
This document is a guide of how to use the \ESyS software and |
33 |
associated tools. |
34 |
\end{abstract} |
35 |
|
36 |
\tableofcontents |
37 |
|
38 |
\input{introduction} |
39 |
\input{firststep} |
40 |
\input{diffusion} |
41 |
\input{wave} |
42 |
|
43 |
\input{escript} |
44 |
\input{linearPDE} |
45 |
%\input{bruce} |
46 |
\input{finley} |
47 |
|
48 |
\input{troubleshooting} |
49 |
\makemodindex |
50 |
|
51 |
\printindex |
52 |
%\input{guide.ind} |
53 |
|
54 |
\bibliographystyle{plain} |
55 |
\bibliography{esys} |
56 |
|
57 |
\end{document} |