-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathkdnotes.sty
More file actions
32 lines (23 loc) · 769 Bytes
/
kdnotes.sty
File metadata and controls
32 lines (23 loc) · 769 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
\usepackage{amsmath, amssymb, amsthm}
\usepackage{fullpage,charter}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{setspace}
\usepackage{complexity}
\linespread{1}
\setcounter{secnumdepth}{5}
\setcounter{tocdepth}{3}
\setlength{\baselineskip}{1.5\baselineskip}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{remark}[theorem]{Remark}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{claim}[theorem]{Claim}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{exercise}[theorem]{Exercise}
\newcommand{\F}{{\mathbb{F}}}
\renewcommand{\R}{{\mathbb{R}}}
\newcommand{\Z}{{\mathbb{Z}}}
\newcommand{\N}{{\mathbb{N}}}
\newcommand{\mypart}[1]{\newpage \part{{#1}} \newpage}