-
Notifications
You must be signed in to change notification settings - Fork 0
/
_reviewing.tex
29 lines (25 loc) · 1.25 KB
/
_reviewing.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
% Packages
%dvipsnames and svgnames options passed to xcolor in the `acmart-preload-hook.tex` file
\usepackage[dvipsnames,svgnames]{xcolor} % text color
\usepackage[normalem]{ulem} % wavy underlines
% Comments
\newcommand{\todo}[1]{\noindent\textcolor{red}{{\bf \{TODO}: #1{\bf \}}}}
\newcommand{\TODO}[1]{\todo{#1}}
\newcommand{\citeneeded}{\textcolor{red}{{\bf [?!]}}}
\newenvironment{draft}{\color{gray}}{\color{black}}
% Reviewers
\newcommand\rv[1]{{\color{RubineRed}\textbf{RV}: #1}}
\newcommand\bdm[1]{{\color{Green}\textbf{BDM}: #1}}
\newcommand\ad[1]{{\color{Magenta}\textbf{AD}: #1}}
\newcommand\gh[1]{{\color{Red}\textbf{GH}: #1}}
\newcommand\ph[1]{{\color{RoyalBlue}\textbf{PH}: #1}}
% Annotations
\makeatletter
\font\uwavefont=lasyb10 scaled 700
\def\spelling{\bgroup\markoverwith{\lower3.5\p@\hbox{\uwavefont\textcolor{Red}{\char58}}}\ULon}
\def\grammar{\bgroup\markoverwith{\lower3.5\p@\hbox{\uwavefont\textcolor{LimeGreen}{\char58}}}\ULon}
\def\phrasing{\bgroup\markoverwith{\lower3.5\p@\hbox{\uwavefont\textcolor{RoyalBlue}{\char58}}}\ULon}
\let\rephrase\phrasing
\newcommand\ins{\bgroup\markoverwith{\textcolor{LimeGreen}{\rule[-0.5ex]{2pt}{0.4pt}}}\ULon}
\newcommand\remove{\bgroup\markoverwith{\textcolor{red}{\rule[0.5ex]{2pt}{0.4pt}}}\ULon}
\makeatother