-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmacros.tex
executable file
·34 lines (28 loc) · 1.17 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
\usepackage{xcolor}
\usepackage{wrapfig}
\usepackage{soul}
\definecolor{yellow}{rgb}{1,1, 0.6}
\definecolor{lightyellow}{rgb}{1,1, 0.8}
\definecolor{orange}{rgb}{1, 0.8, 0.6}
\definecolor{coral}{RGB}{246,131,65}
\definecolor{pinkred}{rgb}{1, 0.6, 0.6}
\definecolor{hotpink}{RGB}{238,64,195}
\definecolor{lavender}{RGB}{207,226,243}
\definecolor{gainsboro}{RGB}{208,224,227}
\definecolor{gainsboro2}{RGB}{217,234,211}
\definecolor{blanchedalmond}{RGB}{252,229,205}
\newcommand{\missfigure}{\textcolor{red}{[F]}}
\newcommand{\misscite}{\textcolor{red}{[C]}}
\newcommand{\missref}{\textcolor{red}{[R]}}
\newcommand{\ray}[1]{{\textcolor{red}{#1}}}
\newcommand{\todo}[1]{{\textcolor{red}{(TODO: #1)}}}
\newcommand{\model}{XXXX}
\newcommand{\modelname}{XXXX\xspace}
\newcommand{\coverage}{spatial coverage\xspace}
\newcommand{\complexity}{detail complexity\xspace}
%altitude or distance
\newcommand{\altitude}{distance\xspace}
\newcommand{\altitudefull}{distance to the scene\xspace}
\newcommand{\altitudes}{distances\xspace}
\newcommand{\altitudesfull}{distances to the scene\xspace}
\newcommand{\copyrightgoogle}{\href{https://www.google.com/help/terms_maps/}{\textcopyright 2022 Google}\xspace}