-
Notifications
You must be signed in to change notification settings - Fork 4
/
gitbook-tikz.tex
91 lines (73 loc) · 2.78 KB
/
gitbook-tikz.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
\usepackage{graphicx}
\usepackage{amsmath,amsfonts,amssymb,amscd,verbatim,graphicx,fancyhdr,tikz}
\usepackage{mathtools} %for minus plus sign alignment in matrices and vectors, added 13 Feb 2017
\usepackage[ruled,vlined]{algorithm2e}
\usepackage{pgfplots}
\usetikzlibrary{arrows,automata}
\usetikzlibrary{positioning}
\usetikzlibrary{shapes.geometric}
\usepgfplotslibrary{groupplots}
\pgfplotsset{compat=1.15}
\usepackage{tikz}
\usetikzlibrary{arrows.meta}
\usepackage{circuitikz}
\usepackage{esdiff}
\usepackage{siunitx}
\usepackage{palatino}
\usepackage{enumerate}
\usepackage{multicol}
\usepackage{listings}
\usepackage{color}
\usepackage{esdiff} % Derivatives
\usepackage{hyperref}
\usepackage{cleveref}
\usepackage{bookmark}
\usepackage{tabularx}
\usepackage{booktabs}
\newcolumntype{Y}{>{\centering\arraybackslash}X}
\usepackage{accents}
\newcommand*{\dt}[1]{%
\accentset{\mbox{\large\bfseries .}}{#1}}
\newcommand*{\ddt}[1]{%
\accentset{\mbox{\large\bfseries .\hspace{-0.25ex}.}}{#1}}
\newcommand{\B}[1]{\mathbf{#1}}
\DeclareMathAlphabet{\V}{OML}{cmm}{b}{it}
% To get decent pdf files:
\usepackage{caption}
\usepackage{subcaption}
\newcommand{\bs}[1]{\boldsymbol{#1}}
\newcommand{\underscore}{\char`\_}
\newcommand{\tildetext}{\char`\~}
\newcommand{\defn}{\stackrel{\triangle}{=}}
\newcommand{\deriv}[2]{\frac{d{#1}}{d{#2}}}
\newcommand{\cas}{\text{cas }}
\DeclareMathOperator*{\argmin}{argmin}
\DeclareMathOperator*{\argmax}{argmax}
\DeclareMathOperator*{\sinc}{sinc}
\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{\llse}[2]{\mathbb{L}\left[#1|#2\right]}
\newcommand{\var}[1]{Var\left(#1\right)}
\newcommand{\cov}[1]{Cov\left(#1\right)}
\newcommand{\normal}[3]{#1\sim\mathcal{N}\left(#2, #3\right)}
\newcommand{\norm}[1]{\|#1\|}
\newcommand{\vecnorm}[1]{\|\vec{#1}\|}
\newcommand{\iid}{independently and identically distributed }
\renewcommand{\arraystretch}{1.5}
\DeclareSIUnit\decade{decade}
\tikzstyle{circleblock} = [draw, fill=white, circle, node distance=0.5cm]
\tikzstyle{block} = [draw, fill=white, rectangle,
minimum height=3em, minimum width=6em]
\tikzstyle{matrix} = [draw, fill=white, rectangle,
minimum height=1em, minimum width=1em]
\tikzstyle{sum} = [draw, fill=white, circle, node distance=1cm]
\tikzstyle{amp} = [regular polygon, regular polygon sides=3, shape border rotate=-90, draw]
\tikzstyle{input} = [coordinate]
\tikzstyle{output} = [coordinate]
\tikzstyle{pinstyle} = [pin edge={to-,thin,black}]
\tikzstyle{int}=[draw, fill=white, minimum size=2em]
\tikzstyle{init} = [pin edge={to-,thin,black}]
\tikzstyle{filter} = [draw, fill=white, rectangle, minimum height=3em, minimum width=6em, align=center, text width=2cm]
%# turnoff algorithm numbering
\renewcommand{\thealgocf}{}