forked from kojino/cs281-scribe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
40 lines (35 loc) · 670 Bytes
/
main.tex
File metadata and controls
40 lines (35 loc) · 670 Bytes
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
\documentclass{article}
\usepackage{geometry}
\usepackage{standalone}
\usepackage{import}
\usepackage{common}
\usepackage{pagesetup}
\begin{document}
\title{CS 281: Advanced Machine Learning}
\date{Fall 2017}
\author{taught by Sasha Rush}
\maketitle
\tableofcontents
\eject
\newgeometry{left=1in,right=1in,top=1in,bottom=1in}
\import{2/}{2}
\import{3/}{3}
\import{4/}{4}
\import{5/}{5}
\import{6/}{6}
\import{7/}{7}
\import{8/}{8}
\import{9/}{9}
\import{10/}{10}
\import{11/}{11}
\import{12/}{12}
\import{13/}{13}
\import{14/}{14}
\import{15/}{15}
\import{16/}{16}
\import{17/}{17}
\import{18/}{18}
\import{19/}{19}
\import{20/}{20}
\import{21/}{21}
\end{document}