-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.tex
49 lines (42 loc) · 1.43 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
% @author zhoulvwen
\documentclass[12pt,a4paper,titlepage]{article}
\usepackage[left=1in,right=1in,top=1.5in,bottom=1.5in]{geometry}
\usepackage{amsthm, amsmath, amsfonts, amssymb, hyperref}
\usepackage{latexsym}
\usepackage{amssymb}
\usepackage{amstext}
\usepackage{fancyhdr}
\usepackage{mcode}
\usepackage{graphicx}
\usepackage[toc,page,title,titletoc,header]{appendix}
\usepackage{color}
\usepackage{titlesec}
\usepackage{lastpage}
\graphicspath{{figures/}}
\setlength{\parskip}{7.5pt plus 2pt minus 2pt}
\pagestyle{fancy}
\lhead{Team \# 7380}
\rhead{Page \thepage\ of \pageref{LastPage}}
\setlength{\parindent}{0pt}
\begin{document}
\title{The Determination of the ``Sweet Spot" Base on Mechanics Simulation}
\author{\vspace{35pt}\\Zhou Lvwen\\Wang Fengge\\Yan Keqin\\ \vspace{35pt}}
\date{COMAP Mathematical Contest in Modeling\\February 22, 2010\\DaLian University, China}
\maketitle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{./sections/Abstract}
\newpage\tableofcontents\newpage
\input{./sections/Introduction}
\input{./sections/Problem_Setup}
\input{./sections/Model_1}
\input{./sections/Computer_Model}
\input{./sections/Result}
\input{./sections/Strangths_and_Weaknesses}
\input{./sections/Alternative_Approaches_and_Future_Work}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\input{./sections/thebibliography}
\newpage
\input{./sections/Appendix}
\end{document}