-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaster.tex
More file actions
74 lines (66 loc) · 1.67 KB
/
master.tex
File metadata and controls
74 lines (66 loc) · 1.67 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
% file: master.tex
\documentclass{report}
\usepackage{graphicx}
\usepackage{subfiles}
\usepackage{fullpage}
\usepackage{listings}
\usepackage{titlesec}
\usepackage{tabularx}
\usepackage{amsmath}
\usepackage{color}
\usepackage{siunitx}
\usepackage{mathrsfs}
\usepackage{setspace}
\usepackage{fixltx2e}
\usepackage{hyperref}
\usepackage{csquotes}
\usepackage{colortbl}
\usepackage{indentfirst}
\usepackage[T1]{fontenc}
\usepackage{float}
\usepackage{longtable}
\setcounter{secnumdepth}{1} % only chapter and sections will be numbered
\setcounter{tocdepth}{3} % entries down to \subsubsections in the TOC
\definecolor{mygray}{rgb}{0.98,0.98,0.98}
\lstset { %
backgroundcolor=\color{mygray},
basicstyle=\fontfamily{pcr}\selectfont\small,
breaklines=true,
numbers=left,
firstnumber=1,
tabsize=2,
inputpath=Extend
}
\definecolor{darkblue}{rgb}{0.089,0.21,0.363}
\titleformat{\chapter}
{\LARGE\LARGE\bfseries\color{darkblue}}{{\LARGE\thechapter.\ }}{6pt}{}
\hypersetup{
colorlinks=true,
linkcolor=darkblue,
filecolor=magenta,
urlcolor=darkblue,
}
\author{
Ishaan Kolluri \\ \small{isk2108} \\ \small{Project Manager}
\and Jared Samet \\ \small{jss2272} \\ \small{Language Guru}
\and Nigel Schuster \\ \small{ns3158} \\ \small{System Architect}
\and Kevin Ye\\ \small{ky2294} \\ \small{Tester}
}
\title{Extend Language Final Report}
\begin{document}
\maketitle
\tableofcontents
\pagebreak
\input{tex/introduction}
\input{tex/tutorial}
\input{tex/lrm}
\input{tex/plan}
\input{tex/architecture}
\input{tex/testing}
\input{tex/source}
\input{tex/reflections}
\input{tex/code}
\input{tex/tests}
\input{tex/git}
\input{tex/credits}
\end{document}