-
Notifications
You must be signed in to change notification settings - Fork 0
/
macro.tex
40 lines (37 loc) · 1001 Bytes
/
macro.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
% Set
% \def\I{\mathcal{I}}
% \def\R{\mathbb{R}}
% New function name
% \newcommand{\argmin}{\mathop{\mathrm{argmin}}}
% \newcommand{\argmax}{\mathop{\mathrm{argmax}}}
% \newcommand{\Min}{\mathop{\mathrm{Min}}}
% \newcommand{\Max}{\mathop{\mathrm{Max}}}
% \newcommand{\Inf}{\mathop{\mathrm{Inf}}}
% \newcommand{\Sup}{\mathop{\mathrm{Sup}}}
% Text with line
% \def\ua{\underline{a}}
% \def\oa{\overline{a}}
% \def\ub{\underline{b}}
% \def\ob{\overline{b}}
% \def\uc{\underline{c}}
% \def\oc{\overline{c}}
% \def\uf{\underline{f}}
% \def\of{\overline{f}}
% \def\ug{\underline{g}}
% \def\og{\overline{g}}
% \def\um{\underline{m}}
% \def\om{\overline{m}}
% \def\ox{\overline{x}}
% \def\ou{\overline{u}}
% \def\oL{\overline{L}}
% \def\uL{\underline{L}}
% \def\uF{\underline{F}}
% \def\oF{\overline{F}}
% \def\oP{\overline{\Phi}}
% \def\uP{\overline{\Phi}}
% \def\ovp{\overline{\varphi}}
% \def\uvp{\underline{\varphi}}
% \def\hatd{\widehat{d}}
% Others
% \def\nil{{\color{mRed}???}}
% \def\e{\mathbf{e}}