-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes-emfa.tex
69 lines (56 loc) · 1.49 KB
/
notes-emfa.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
% @file: notes-emfa.tex
% @author: Jacob Xie
% @date: 2023/04/29 21:35:16 Saturday
% @brief:
\PassOptionsToPackage{quiet}{fontspec}
\PassOptionsToPackage{dvipsnames}{xcolor}
\documentclass[UTF8]{ctexart}
\usepackage[a4paper, total={6in, 8in}]{geometry}
\usepackage{lmodern}
\usepackage[OT1]{fontenc}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{tikz}
\usetikzlibrary{positioning}
\usepackage{pgfplots}
\pgfplotsset{compat=1.18}
\usepackage{framed}
\colorlet{shadecolor}{cyan!20}
\usepackage{graphicx}
\graphicspath{\subfix{./images/}}
\usepackage{enumerate}
\usepackage{hyperref}
\usepackage{parskip}
\usepackage[most]{tcolorbox}
\usepackage{tabularx}
\usepackage{multirow}
\usepackage{subfiles}
\usepackage{./style}
\input{commands.tex}
\setlength\parindent{0pt}
\let\emptyset\varnothing
\newtcolorbox{aquote}[1][]{%
colback=black!5,
colframe=black!5,
notitle,
sharp corners,
borderline west={2pt}{0pt}{cyan!80!black},
enhanced,
breakable,
}
\DeclareMathOperator*{\argmin}{\arg\min}
\DeclareMathOperator*{\argmax}{\arg\max}
\newenvironment{anote}{\begin{shaded}\textbf{Note}\par}{\end{shaded}}
% ================================================================================================
% Main
% ================================================================================================
\title{Notes EMFA}
\author{Jacob Xie}
\date{2023-04-29}
\numberwithin{equation}{section}
\begin{document}
\maketitle
\newpage
WIP
\end{document}