-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
43 lines (36 loc) · 1.12 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
\documentclass[]{report}
\usepackage{titlesec}
\usepackage{lipsum}
\usepackage{enumitem}
\usepackage{hyperref}
\usepackage{graphicx}
\graphicspath{{CompetitionRules/}{TeX_files/}}
\hypersetup{
colorlinks=true, %set true if you want colored links
linktoc=section, %set to all if you want both sections and subsections linked
linkcolor=black, %choose some color if you want links to stand out
}
%reduce spacing above chapter title
\titlespacing*{\chapter}{0pt}{-50pt}{10pt}
\titleformat{\chapter}[display]
{\normalfont\bfseries}{}{0pt}{\Large}
% Title Page
\title{ECE 100 Laboratory Manuals}
\author{Illinois Institute of Technology ECE Department}
\date{Last Modified: \today}
\begin{document}
\maketitle
\tableofcontents
\input{TeX_files/reading01.tex}
\input{TeX_files/lab01.tex}
\include{TeX_files/lab02.tex}
\include{TeX_files/lab03.tex}
\input{CompetitionRules/Competition1.tex}
\include{TeX_files/lab04.tex}
\include{TeX_files/lab05.tex}
\include{TeX_files/lab06.tex}
\include{TeX_files/lab07.tex}
\input{CompetitionRules/Competition2.tex}
\include{TeX_files/lab08.tex}
\include{TeX_files/lab09.tex}
\end{document}