-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
47 lines (36 loc) · 989 Bytes
/
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
44
45
46
47
\documentclass[11pt,titlepage=false]{scrreprt}
\usepackage{evan}
\usepackage[cache=false]{minted}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{tikz}
\usetikzlibrary{shapes.geometric,fit}
\newcommand*\circled[1]{\tikz[baseline=(char.base)]{
\node[shape=circle,draw,inner sep=1.5pt] (char) {#1};}}
% \title{MATH 421 Lecture notes}
% \author{Pongsaphol Pongsawakul}
\begin{document}
% \setlength{\textwidth}{6.5in}
\setlength{\textheight}{8.5in}
\setlength{\parskip}{2ex plus 0.5ex minus 0.2ex}
\setlength{\parindent}{0pt}
\setuptoc{toc}{leveldown}
\title{MATH 421 Lecture Notes}
\author{Pongsaphol Pongsawakul}
\date{Fall 2022}
\maketitle
\tableofcontents
\setcounter{secnumdepth}{-1}
\include{Notes/properties.tex}
\include{Notes/00}
\setcounter{secnumdepth}{1}
\include{Notes/01}
\include{Notes/02}
\include{Notes/03}
\include{Notes/04}
\include{Notes/05}
\include{Notes/06}
\appendix
\include{Notes/appendix}
\include{Notes/pracitce}
\end{document}