-
Notifications
You must be signed in to change notification settings - Fork 4
/
formula_header.tex
44 lines (36 loc) · 901 Bytes
/
formula_header.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
\documentclass{article}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{mathtools}
\usepackage{cancel}
\usepackage{tikz}
\usepackage{hyperref}
\usepackage{circuitikz}
\usepackage{float}
\usepackage{afterpage}
\usepackage{pgfplots}
\pgfplotsset{compat=1.16}
\usepackage{textcomp}
\usepackage{geometry}
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage{esdiff}
\usepackage{siunitx}
\usepackage{caption}
\usepackage{subcaption}
\pagenumbering{gobble}
\DeclareMathOperator*{\argmin}{argmin}
\geometry{
a4paper,
left=10mm,
top=10mm,
right=10mm,
bottom=15mm
}
\setlength{\extrarowheight}{5pt}
\newcommand{\deriv}[2]{\frac{d{#1}}{d{#2}}}
\newcommand{\prob}[1]{\mathbb{P}\left[#1\right]}
\newcommand{\pr}[1]{\text{Pr}\left\{#1\right\}}
\newcommand{\expect}[1]{\mathbb{E}\left[#1\right]}
\newcommand{\var}[1]{Var\left(#1\right)}
\newcommand{\cov}[1]{Cov\left(#1\right)}