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