source: production/onslow_2006/onslow_2006_report.tex @ 2942

Last change on this file since 2942 was 2915, checked in by sexton, 19 years ago

Onslow report updates

File size: 2.0 KB
RevLine 
[2839]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
[2915]8% * an results.tex file needs to be written for the particular scenario
[2839]9% * the tsunami-genic event should be discussed in tsunami_scenario.tex
10% * a summary must be written into summary.tex
11% * metadata for the scenario data to be included in metadata.tex
12
13\documentclass{article}
14
15\usepackage{ae} % or {zefonts}
16\usepackage[T1]{fontenc}
17\usepackage[ansinew]{inputenc}
18\usepackage{amsmath}
19\usepackage{amssymb}
20\usepackage{graphicx}
21\usepackage{color}
22\usepackage[colorlinks]{hyperref}
23\usepackage{lscape} %landcape pages support
[2872]24\usepackage{setspace}
25\setstretch{1.25}
[2839]26\topmargin 0pt
27\oddsidemargin 0pt
28\evensidemargin 0pt
29\marginparwidth 0.5pt
30\textwidth \paperwidth
31\advance\textwidth -2in
32
[2819]33\title{Tsunami impact modelling for the North West shelf: Onslow} 
[2839]34
35\date{\today}
[2872]36\author{Geoscience Australia}
[2839]37\begin{document}
38  \maketitle
39 
40  \begin{abstract}
41    \input{abstract}
42  \end{abstract}
43 
44  \tableofcontents
45 
46  \section{Introduction}
47    \label{sec:intro}
48  \input{introduction}
49 
50  \section{Data sources}
51    \label{sec:data}
52    \input{data}
53   
54  \section{Tsunami scenarios}
55    \label{sec:tsunami_scenarios}
56    \input{tsunami_scenario}
57   
58  \section{Inundation modelling results}
59     \label{sec:results}
60     \input{results}
61     
[2914]62\subsection{Lowest Astronomical Tide} 
[2839]63 
[2914]64\input{latexoutput20060426004237} 
[2831]65 \clearpage 
[2839]66 
[2914]67\subsection{Highest Astronomical Tide} 
[2839]68 
[2825]69\input{latexoutput20060426004129} 
[2831]70 \clearpage 
[2839]71 
[2872]72
73   \section{Damage modelling}
74     \input{damage}
75     
76   \section{Summary}
[2839]77     \input{summary}
78     
79   \section{References}
80
81   \section{Metadata}
82     \label{sec:metadata}
83     \input{metadata}
84
85\end{document}
Note: See TracBrowser for help on using the repository browser.