-
Notifications
You must be signed in to change notification settings - Fork 0
/
Report.tex
56 lines (51 loc) · 1.33 KB
/
Report.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
49
50
51
52
53
54
55
56
\documentclass[12pt,a4paper,bibliography=totocnumbered]{report}
\usepackage[margin=1in]{geometry}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{listings}
\usepackage{indentfirst}
\graphicspath{{figures/}}
\usepackage{setspace}
\usepackage{etoolbox}
\makeatletter
\patchcmd{\thebibliography}{%
\chapter*{\bibname}\@mkboth{\MakeUppercase\bibname}{\MakeUppercase\bibname}}{%
\section{References}}{}{}
\makeatother
\doublespacing
\begin{document}
\setlength{\skip\footins}{1cm}
\renewcommand\thesection{\arabic{section}}
\input{sections/Cover.tex}
\titleGP
\thispagestyle{empty}
This report represents the work of WPI undergraduate students submitted to the faculty as evidence of completion of a degree requirement. WPI routinely publishes these reports on its web site without editorial or peer review.
\clearpage
\setcounter{page}{1}
\pagenumbering{roman}
\tableofcontents
\listoffigures
\listoftables
\clearpage
\input{sections/Abstract.tex}
\newpage
\input{sections/Introduction.tex}
\newpage
%\input{sections/MCarlo.tex}
\newpage
\input{sections/MCNP.tex}
\newpage
\input{sections/Methods.tex}
\newpage
\input{sections/Results.tex}
\newpage
\input{sections/Conclusion.tex}
\newpage
\input{sections/Further.tex}
\newpage
\input{sections/Bibliography.tex}
\newpage
\input{sections/Appendix.tex}
\newpage
\end{document}