-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreamble.tex
32 lines (26 loc) · 859 Bytes
/
preamble.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
\usepackage{geometry}
\usepackage{amssymb,parskip,mathtools,microtype,version}
\usepackage[shortlabels]{enumitem}
\usepackage[colorlinks]{hyperref}
\usepackage[most]{tcolorbox}
\definecolor{sol}{rgb}{0.1, 0.3, 0.6}
\newtcolorbox{solution}{enhanced, breakable, colframe=sol, title=Solution}
\theoremstyle{definition}
\newtheorem{problem}{Problem}
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}
\newcommand{\bC}{\mathbb{C}}
\newcommand{\bQ}{\mathbb{Q}}
\newcommand{\bR}{\mathbb{R}}
\newcommand{\bZ}{\mathbb{Z}}
\newcommand{\bE}{\mathbb{E}}
\newcommand{\eps}{\varepsilon}
\newcommand{\blank}{\underline{\hspace{1cm}}}
\newcommand{\longblank}{\underline{\hspace{2cm}}}
\DeclareMathOperator{\Var}{Var}
\let\Re\relax
\DeclareMathOperator{\Re}{Re}
\let\Im\relax
\DeclareMathOperator{\Im}{Im}
\DeclareMathOperator{\Res}{Res}
\DeclareMathOperator{\ord}{ord}