generated from hankyang94/OptimalControlEstimation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
preamble.tex
47 lines (43 loc) · 1.09 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
\usepackage{booktabs}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage[pagebackref=true,breaklinks=true,letterpaper=true,colorlinks,bookmarks=true]{hyperref}
\usepackage{tcolorbox}
\usepackage{color}
\usepackage{framed}
\setlength{\fboxsep}{.8em}
\makeatletter
\def\thm@space@setup{%
\thm@preskip=8pt plus 2pt minus 4pt
\thm@postskip=\thm@preskip
}
\makeatother
% \newcommand{\Real}[1]{\mathbb{R}^{#1}}
% \newcommand{\sym}[1]{\mathbb{S}^{#1}}
% \newcommand{\psd}[1]{\sym{#1}_{+}}
% \newcommand{\pd}[1]{\sym{#1}_{++}}
% \newcommand{\inprod}[2]{\langle #1, #2 \rangle}
% \newcommand{\linprod}[2]{\left\langle #1, #2 \right\rangle}
% \newcommand{\trace}{\mathrm{tr}}
% \newcommand{\tran}{^\top}
% % \newcommand{\det}{\mathrm{det}}
% \newcommand{\rank}{\mathrm{rank}}
% \newcommand{\diag}{\mathrm{diag}}
\newtcolorbox{examplebox}{
colback=green,
colframe=orange,
coltext=black,
boxsep=5pt,
arc=4pt}
\newtcolorbox{theorembox}{
colback=green,
colframe=green,
coltext=black,
boxsep=5pt,
arc=4pt}
\newtcolorbox{definitionbox}{
colback=white,
colframe=green,
coltext=black,
boxsep=5pt,
arc=4pt}