-
Notifications
You must be signed in to change notification settings - Fork 0
/
2017-2018 SE Paper.tex
55 lines (39 loc) · 1.11 KB
/
2017-2018 SE Paper.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
% HEADER
\documentclass[12pt]{article}
\usepackage{00_Preamble/frr_preamble}
% Functions/Settings
\setcounter{secnumdepth}{4}
\renewcommand{\familydefault}{cmr}
\definecolor{amber}{rgb}{1.0, 0.75, 0.0}
\setlength{\parindent}{1cm} % Default is 15pt.
% Packages
\usepackage{titlesec}
\usepackage{hyperref}
\usepackage{float}
\usepackage{graphics}
\usepackage{placeins}
\usepackage{adjustbox}
\usepackage{array}
\usepackage{makecell}
\usepackage{graphicx}
\usepackage{sidecap}
% END HEADER
\begin{document}\thispagestyle{empty}
% TITLE PAGE
\input{00_Title_Page/00000_FRR_Title_Page.tex}
\pagebreak
% TABLE OF CONTENTS
\phantomsection{}
\addcontentsline{toc}{section}{Table of Contents}
\tableofcontents\label{toc}
\pagebreak
\input{02_Introduction/02000_Introduction.tex}
\input{03_Systems_Engineering/03000_Systems_Engineering.tex}
\input{04_Conclusions/04000_Conclusions.tex}
\pagebreak
\input{05_Bibliography/05000_Bibliography.tex}
\addcontentsline{toc}{section}{Bibliography}
\input{06_Appendix_A/06000_Appendix_A.tex}
\input{07_Appendix_B/07000_Appendix_B.tex}
\pagebreak
\end{document}