-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcapstone.tex
49 lines (37 loc) · 1.28 KB
/
capstone.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
%% Champlain Capstone Template
%% hasan.alshaabi@mymail.champlain.edu
%% jauerbach@champlain.edu
\documentclass[12pt]{report}
\usepackage{capstone}
\usepackage{forest}
\graphicspath{{figures/}} % add your images to the {figures} directory
\begin{document}
\sloppy\pagenumbering{gobble}
\input{sections/titlepage.tex}\pagebreak
\pagenumbering{roman} % Overview
%-------------------------------------------%
\input{sections/abstract.tex}\pagebreak
\input{sections/acknowledgements.tex}\pagebreak
\tableofcontents\pagebreak
\listoffigures\pagebreak
%\listoftables\pagebreak
%-------------------------------------------%
\sloppy\pagenumbering{arabic} % Chapters
%-------------------------------------------%
\input{sections/introduction.tex}\pagebreak
\input{sections/literature.tex}\pagebreak
\input{sections/methods.tex}\pagebreak
\input{sections/results.tex}\pagebreak
\input{sections/conclusion.tex}\pagebreak
%-------------------------------------------%
%BibTeX References in IEEE format
%-------------------------------------------%
\bibliographystyle{IEEEtranS}
\bibliography{references}
%-------------------------------------------%
% Optional
%-------------------------------------------%
\newpage
%\input{sections/appendix.tex}
%-------------------------------------------%
\end{document}