-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsymbol_definitions.tex
More file actions
42 lines (36 loc) · 1.42 KB
/
symbol_definitions.tex
File metadata and controls
42 lines (36 loc) · 1.42 KB
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
% styles
% \newcommand{\mathfunction}[1]{\ensuremath{\boldsymbol{#1}}}
% \newcommand{\mathfunction}[1]{\texttt{\itshape #1}}
\newcommand{\mathfunction}[1]{\ensuremath{\operatorname{#1}}}
\newcommand{\algofunction}[1]{\textsc{#1}}
% symbols and names
% theoretical
\newcommand{\potential}{\pi}
\newcommand{\distance}{\mu}
\newcommand{\traveltime}{\mu_{tt}}
% concrete functions
\newcommand{\len}{\mathfunction{len}}
\newcommand{\concretepotential}{\mathfunction{pot}}
\newcommand{\concretett}{\mathfunction{travelTime}}
\newcommand{\breakDist}{\mathfunction{breakDist}}
\newcommand{\pred}{\mathfunction{pred}}
\newcommand{\chpotential}{\mathfunction{chPot}}
\newcommand{\breakTime}{\mathfunction{breakTime}}
\newcommand{\minBreaks}{\mathfunction{minBreaks}}
\newcommand{\breakEstimate}{\mathfunction{breakEstimate}}
\newcommand{\minBreakTime}{\mathfunction{minBreakTime}}
\newcommand{\remBreak}{\mathfunction{remBreakTime}}
\newcommand{\minKey}{\mathfunction{minKey}}
% data
\newcommand{\tenttraveltime}{\ensuremath{tent}}
\newcommand{\restr}{\ensuremath{c}}
\newcommand{\restrset}{\ensuremath{C}}
\newcommand{\route}{\ensuremath{r}}
\newcommand{\ch}{\ensuremath{G^+}}
\newcommand{\corech}{\ensuremath{G^*}}
\newcommand{\che}{\ensuremath{E^+}}
\newcommand{\coreche}{\ensuremath{E^*}}
\newcommand{\chv}{\ensuremath{V^+}}
\newcommand{\corechv}{\ensuremath{V^*}}
\newcommand{\chlen}{\ensuremath{\len^+}}
\newcommand{\corechlen}{\ensuremath{\len^*}}