-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasic_graph_theory.tex
More file actions
63 lines (50 loc) · 1.32 KB
/
basic_graph_theory.tex
File metadata and controls
63 lines (50 loc) · 1.32 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
\documentclass[twoside]{book}
\usepackage[utf8]{inputenc}
\usepackage{style}
\usepackage{subfiles}
\makeindex[columns=2, title=Index, intoc, options= -s index_style.ist]
\newtheorem*{thm*}{Theorem}
\newtheorem{thm}{Theorem}[section]
\newtheorem{claim}[thm]{Claim}
\newtheorem{cor}[thm]{Corollary}
\newtheorem{lem}[thm]{Lemma}
\newtheorem{prop}[thm]{Proposition}
\newtheorem{rem}[thm]{\bf Remark}
\newtheorem{defn}[thm]{\bf Definition}
\newtheorem{ex}[thm]{\bf Example}
\newtheorem{exe}[thm]{\bf Exercise}
\newtheorem{exe*}[thm]{\bf Exercise*}
\newtheorem{remark}{Remark}[section]
\newtheorem{exeA}[remark]{\bf Exercise(A)}
\newtheorem{question}[thm]{\bf Question}
\newtheorem{fact}[thm]{\bf Fact}
\title{Basic Graph Theory}
\author{Hrishik Koley, Bikram Halder}
\date{}
\begin{document}
\pagestyle{empty}
\frontmatter
\pagestyle{plain}
\maketitle
\tableofcontents
\clearpage
\mainmatter
\subfile{chapters/chapter00}
\subfile{chapters/chapter01}
\subfile{chapters/chapter02}
\subfile{chapters/chapter03}
\subfile{chapters/chapter04}
\subfile{chapters/chapter05}
\subfile{chapters/chapter06}
\subfile{chapters/chapter07}
\subfile{chapters/chapter08}
\subfile{chapters/exercises}
\subfile{chapters/challenge_problems}
\backmatter
\pagestyle{plain}
{\footnotesize
\cleardoublepage
\printindex\label{index}
\clearpage
}
\end{document}