summaryrefslogtreecommitdiff
path: root/assignment1/document.tex
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2013-03-31 22:35:46 +0800
committerrekado <rekado@elephly.net>2013-03-31 22:35:46 +0800
commit46d59cd8cdfc2d86fe4c7a50c2dea85a3752edc9 (patch)
tree73fc970576cd9f9154bc179bd39f7651f2bf9cd3 /assignment1/document.tex
initial commit
Diffstat (limited to 'assignment1/document.tex')
-rw-r--r--assignment1/document.tex32
1 files changed, 32 insertions, 0 deletions
diff --git a/assignment1/document.tex b/assignment1/document.tex
new file mode 100644
index 0000000..ff04b34
--- /dev/null
+++ b/assignment1/document.tex
@@ -0,0 +1,32 @@
+\documentclass[a4paper,12pt]{article}
+\usepackage{mystyle}
+\bibliography{references.bib}
+
+% length: 2000 - 2500 words
+
+
+\begin{document}
+ \input{title}
+ \tableofcontents
+
+ % less than 100 words
+ \include{intro}
+
+% Write a report critically assessing the approach New Zealand has
+% taken to environmental impact assessment (EIA) to date. Your report
+% should consider the purpose and principles of EIA and discuss to
+% what extent EIA is incorporated within New Zealand’s
+% environmental management arrangements.
+
+ % 750 to 1000 words
+ \include{main}
+ % 750 to 1000 words
+ \include{discussion}
+
+ % 400 words
+ \include{conclusion}
+
+ \printbibliography[heading=bibnumbered]
+
+\end{document}
+