-
Notifications
You must be signed in to change notification settings - Fork 0
/
my_packages.tex
84 lines (73 loc) · 1.76 KB
/
my_packages.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
% !TEX root = thesis-index.tex
% Basic packages
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{url}
% \usepackage{xcolor}
\usepackage{times}
% Math and symbols
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsthm}
\usepackage{mathtools}
\usepackage{commath}
\usepackage{dsfont}
\usepackage{nicefrac}
\usepackage{xfrac}
\usepackage{bm}
\usepackage{bbm}
\usepackage{siunitx}
% Graphics and figures
\usepackage{graphicx}
\usepackage{tikz}
\usepackage{tikz-3dplot}
\usepackage{wrapfig}
\usepackage{subcaption}
\usepackage{adjustbox}
% TikZ libraries
\usetikzlibrary{calc}
\usetikzlibrary{3d}
\usetikzlibrary{positioning}
\usetikzlibrary{matrix}
\usetikzlibrary{shapes}
\usetikzlibrary{trees}
\usetikzlibrary{arrows}
% Tables
\usepackage{booktabs}
\usepackage{multicol}
% Miscellaneous
\usepackage{microtype}
\usepackage{calc}
\usepackage{moresize}
\usepackage{printlen}
\usepackage{footmisc}
\usepackage{cleveref}
\usepackage{apptools}
\usepackage{chngcntr}
\usepackage{blindtext}
% Custom colors
\definecolor{gblue}{RGB}{207,226,243}
\definecolor{gred}{RGB}{244,204,204}
\definecolor{gyellow}{RGB}{255,229,153}
\definecolor{gyellow2}{RGB}{252,229,205}
\definecolor{ggreen}{RGB}{217,234,211}
\definecolor{ggray}{RGB}{238,238,238}
\definecolor{ggray2}{RGB}{81,84,87}
\definecolor{gpurple}{RGB}{217,210,233}
% Custom commands and styles
\makeatletter
\newcommand{\LINEIF}[3][default]{%
\ALC@it\algorithmicif\ #2\ \algorithmicthen%
\ALC@com{#1}\ #3\ %
}
\makeatother
\tikzset{mynode/.style={draw,circle, minimum size = 0.7cm}}
% Commented out packages and commands
% \usepackage{subfigure}
% \usepackage{sistyle}
% \SIthousandsep{,}
% \usepackage{breqn}
% \newtheorem{assu}{Assumption}
% \newtheorem{remark}{Remark}
% \usepackage[hidelinks]{hyperref}