source: anuga_work/production/hobart_2006/report/hobart_2006_report.tex @ 3727

Last change on this file since 3727 was 3727, checked in by sexton, 17 years ago

latex fixups

File size: 4.0 KB
RevLine 
[3725]1
2% This is based on an automatically generated file (by make_report.py).
3%
4% Manual parts are:
5% * an abstract must be written in abstract.tex
6% * an introduction must be written in introduction.tex; a basic outline and
7%   some of the core inputs are already in place
8% * outline of the modelling methodology provided in modelling_methodology.tex
9% * the tsunami-genic event should be discussed in tsunami_scenario.tex
10% * an computational_setup.tex file needs to be written for the particular scenario
11% * the interpretation of the results needs to be written to interpretation.tex
12% * maximum inundation maps need to be included in HAT_map.tex and LAT_map.tex etc.
13% * damage modelling maps need to be included in HAT_damage and LAT_damage etc.
14% * a summary must be written into summary.tex
15% * metadata for the scenario data to be included in metadata.tex
16
17\documentclass{article}
18
19\usepackage{ae} % or {zefonts}
20\usepackage[T1]{fontenc}
21\usepackage[ansinew]{inputenc}
22\usepackage{amsmath}
23\usepackage{amssymb}
24\usepackage{graphicx}
25\usepackage{color}
26\usepackage[colorlinks]{hyperref}
27\usepackage{lscape} %landcape pages support
28\usepackage{setspace}
29\usepackage{rotating}
30\include{appendix}
31\setstretch{1.25}
32\topmargin 0pt
33\oddsidemargin 0pt
34\evensidemargin 0pt
35\marginparwidth 0.5pt
36\textwidth \paperwidth
37\advance\textwidth -2in
38
39
40\date{\today}
41%\author{Geoscience Australia}
42
43\begin{document}
44\title{
45\begin{figure}[hbt]
46  \centerline{ \includegraphics[scale=0.4]{../report_figures/GAlogo.jpg}}
47\end{figure}
48Tsunami impact modelling for the Tasmania: Hobart} 
49  \maketitle
50
51    \section{Executive Summary}
52    \label{sec:execsum}
53  \input{execsum}
54
55  \tableofcontents
56 
57  \section{Introduction}
58    \label{sec:intro}
59  \input{introduction}
60
61   \section{Modelling methodology}
62    \label{sec:methodology}
63    \input{modelling_methodology}
64   
65  %\section{Tsunami scenarios}
66  %  \label{sec:tsunamiscenario}
67  %  \input{tsunami_scenario}
68
69  \section{Data sources}
70    \label{sec:data}
71    \input{data}
72   
73   \section{Inundation model}
74    \label{sec:anuga}
75    \input{anuga}
76    \input{computational_setup}
77       
78  \section{Inundation modelling results}
79     \label{sec:results}
80         
81\begin{table} \begin{center} 
82\caption{Defined point locations for hobart study area.}
83\label{table:locations}
84\begin{tabular}{|l|l|l|l|}\hline
85\bf{Point Name} & \bf{Easting} & \bf{Northing} & \bf{Elevation}\\ \hline
[3727]86St10 & 540651.00 & 5236544.00 & 0.00 \\ \hline 
87St12 & 534735.00 & 5234376.00 & 0.00 \\ \hline 
88St13 & 533266.00 & 5237952.00 & 0.00 \\ \hline 
89St24 & 526314.00 & 5205738.00 & 0.00 \\ \hline 
[3725]90Kingston & 526581.00 & 5241268.00 & 0.00 \\ \hline 
91HobartWarf & 527257.00 & 5251866.00 & 0.00 \\ \hline 
92Oil & 526824.00 & 5255822.00 & 0.00 \\ \hline 
93BelleriveBeach & 530798.00 & 5252544.00 & 0.00 \\ \hline 
[3727]94St1 & 553902.00 & 5251497.00 & 0.00 \\ \hline 
95St2 & 551643.00 & 5253212.00 & 0.00 \\ \hline 
[3725]96D1 & 543176.00 & 5218136.00 & 0.00 \\ \hline 
97D2 & 531296.00 & 5232876.00 & 0.00 \\ \hline 
98D3 & 530050.00 & 5240869.00 & 0.00 \\ \hline 
99D4 & 531150.00 & 5249083.00 & 0.00 \\ \hline 
100D5 & 528297.00 & 5252936.00 & 0.00 \\ \hline 
101D6 & 527685.00 & 5255201.00 & 0.00 \\ \hline 
102\end{tabular} 
103  \end{center} 
104 \end{table} 
105 
[3727]106
[3725]107\caption{Point locations used for Hobart study.} 
108\label{fig:points}
109\end{figure}
110\input{interpretation} 
111\input{mw87_map} 
112 \clearpage 
113 
114\input{mw85_map} 
115 \clearpage 
116 
117
118  % \section{Impact due to data accuracy}
119  %   \input{discussion}
120  %   \label{sec:issues}
121
122     \section{Summary}
123     \label{sec:summary}
124     \input{summary}
125
126     \section{Acknowledgements}
127     \input{acknowledgements}
128     
129    \input{references}
130
131    \appendix
132   
133   \section{Metadata}
134     \label{sec:metadata}
135     \input{metadata}
136
137\pagebreak
138
139   \section{Time series}
140     \label{sec:timeseries}
141\input{latexoutput} 
142 \clearpage 
143 
144
145
146%\pagebreak
147
148 %  \section{Damage modelling inputs}
149 %    \label{sec:damageinputs}
150 %    \input{damage_inputs}
151
152\end{document}
Note: See TracBrowser for help on using the repository browser.