-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstudynotes.tex
More file actions
44 lines (36 loc) · 1.07 KB
/
studynotes.tex
File metadata and controls
44 lines (36 loc) · 1.07 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
\title{AI Notes}
\author{Rafael Blecher - z3380867}
\date{\today}
\documentclass[10pt,a4paper,oneside]{report}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{hyperref}
\usepackage{mathtools}
\usepackage{listings}
\usepackage{algorithms}
\usepackage{multicol}
\hypersetup{
colorlinks=true, % false: boxed links; true: colored links
linkcolor=black, % color of internal links (change box color with linkbordercolor)
urlcolor=blue % color of external links
}
\lstset{
basicstyle=\ttfamily,
keywordstyle=\bfseries\color{blue},
mathescape
}
\begin{document}
\maketitle
\setcounter{tocdepth}{5}
\tableofcontents
\input {./study-note-chapters/week1.tex}
\input {./study-note-chapters/week2.tex}
\input {./study-note-chapters/week3.tex}
\input {./study-note-chapters/week4.tex}
\input {./study-note-chapters/week5.tex}
\input {./study-note-chapters/week6.tex}
\input {./study-note-chapters/week7.tex}
\input {./study-note-chapters/week8.tex}
\input {./study-note-chapters/week9.tex}
\input {./study-note-chapters/week10.tex}
\end{document}