-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmacros.tex
56 lines (50 loc) · 2.45 KB
/
macros.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
%% Special letters denoting sets and algebras.
\providecommand*{\Nset}{\mathbb{N}} % Naturals
\providecommand*{\Qset}{\mathbb{Q}} % Rationals
\providecommand*{\Zset}{\mathbb{Z}} % Integers
\providecommand*{\Rset}{\mathbb{R}} % Reals
%% Calligraphic alphabet.
\newcommand*{\calA}{\ensuremath{\mathcal{A}}}
\newcommand*{\calB}{\ensuremath{\mathcal{B}}}
\newcommand*{\calC}{\ensuremath{\mathcal{C}}}
\newcommand*{\calD}{\ensuremath{\mathcal{D}}}
\newcommand*{\calE}{\ensuremath{\mathcal{E}}}
\newcommand*{\calF}{\ensuremath{\mathcal{F}}}
\newcommand*{\calG}{\ensuremath{\mathcal{G}}}
\newcommand*{\calH}{\ensuremath{\mathcal{H}}}
\newcommand*{\calI}{\ensuremath{\mathcal{I}}}
\newcommand*{\calJ}{\ensuremath{\mathcal{J}}}
\newcommand*{\calK}{\ensuremath{\mathcal{K}}}
\newcommand*{\calL}{\ensuremath{\mathcal{L}}}
\newcommand*{\calM}{\ensuremath{\mathcal{M}}}
\newcommand*{\calN}{\ensuremath{\mathcal{N}}}
\newcommand*{\calO}{\ensuremath{\mathcal{O}}}
\newcommand*{\calP}{\ensuremath{\mathcal{P}}}
\newcommand*{\calQ}{\ensuremath{\mathcal{Q}}}
\newcommand*{\calR}{\ensuremath{\mathcal{R}}}
\newcommand*{\calS}{\ensuremath{\mathcal{S}}}
\newcommand*{\calT}{\ensuremath{\mathcal{T}}}
\newcommand*{\calU}{\ensuremath{\mathcal{U}}}
\newcommand*{\calV}{\ensuremath{\mathcal{V}}}
\newcommand*{\calW}{\ensuremath{\mathcal{W}}}
\newcommand*{\calX}{\ensuremath{\mathcal{X}}}
\newcommand*{\calY}{\ensuremath{\mathcal{Y}}}
\newcommand*{\calZ}{\ensuremath{\mathcal{Z}}}
% **********************************************************
% Luca Parolari <[email protected]>
% -- macros for bachelor thesis <TITLE> <url_here>
\newcommand*{\clpset}{CLP(\calS\calE\calT)} % CLP(SET)
\newcommand*{\satset}{SAT\textsubscript{\calS\calE\calT}} % SAT_SET
\newcommand*{\calset}{\calS\calE\calT} % SET
\newcommand*{\satbr}{SAT\textsubscript{\calB\calR}} % SAT_BR
\newcommand*{\lbr}{\textit{L}\textsubscript{BR}} % L_BR
\newcommand*{\lset}{\textit{L}\textsubscript{\calS\calE\calT}} % L_SET
\newcommand*{\setlog}{$\{$log$\}$} % {log}
\newcommand*{\jsetl}{JSetL} % JSetL
% Dotted letters
\newcommand*{\dotA}{\ensuremath{\dot{A}}}
\newcommand*{\dotB}{\ensuremath{\dot{B}}}
\newcommand*{\dotC}{\ensuremath{\dot{C}}}
\newcommand*{\dotx}{\ensuremath{\dot{x}}}
\newcommand*{\fixme}[1]{\footnote{\textbf{FIXME:} {#1}}}
\newcommand*{\todo}[1]{\footnote{\textbf{TODO:} {#1}}}