-
Notifications
You must be signed in to change notification settings - Fork 0
/
notebook.tex
65 lines (54 loc) · 1.69 KB
/
notebook.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
\documentclass[11pt,rightpage,a4paper]{memoir}
\usepackage{mathtools,amsthm,amssymb,amsfonts,geometry,multicol,pifont,eufrak, mathrsfs, marginnote}
\usepackage{mleftright, hyperref}
\usepackage[dvipsnames]{xcolor}
\usepackage{pgfplots,enumerate}
\usetikzlibrary{arrows}
\usetikzlibrary{patterns}
\usepgfplotslibrary{fillbetween}
\pgfplotsset{compat=1.4}
\semiisopage % Print placement in page
\chapterstyle{hangnum} % Chapter heading style
%\newtheoremstyle{thm}{\topsep}{\topsep}{\itshape}{}{\bfseries}{}{\newline}{}
\theoremstyle{thm}
\newtheorem{thm}{Theorem}%[section]
\newtheorem{defn}[thm]{Definition}
\newtheorem{notation}[thm]{Notation}
\newtheorem{rmk}[thm]{Remark}
\newtheorem{fact}[thm]{Fact}
\newtheorem{ex}[thm]{Example}
\newtheoremstyle{problems}{\topsep}{\topsep}{}{}{\bfseries}{}{\newline}{}
\theoremstyle{problems}
\newtheorem{prblm}[thm]{}
\colorlet{shadecolor}{gray!10}
\newenvironment{pblm}
{\begin{shaded}\begin{prblm}}
{\end{prblm}\end{shaded}}
\title{Real Analysis Notebook}
\author{Mary Barker}
\date{Spring 2017}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{R}}
\newcommand{\M}{\mathfrak{M}}
\newcommand{\Sp}{\mathscr{P}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\Zp}{\mathbb{Z}^+}
\newcommand{\Dp}{\dot{+}}
\newcommand{\A}{\mathfrak{A}}
\newcommand{\B}{\mathfrak{B}}
\newcommand{\mDref}[1]{Definition \ref{#1}}
\newcommand{\mPref}[1]{\# \ref{#1}}
\newcommand{\verteq}{\rotatebox{90}{$\,=\,$}}
\newcommand{\vertle}{\rotatebox{-90}{$\,\le$}}
\begin{document}
\begin{titlingpage}
\maketitle
\end{titlingpage}
\include{chapter_1}
\include{chapter_2}
\include{chapter_3}
\include{chapter_4}
\include{chapter_5}
\include{chapter_6}
\end{document}