From f2a5ee8d6fdd087d5183d767d67ed8bb1f8999d8 Mon Sep 17 00:00:00 2001 From: Atri Rudra Date: Thu, 16 Apr 2020 22:15:26 -0400 Subject: [PATCH] Changed Aaron's comment background to cyan --- .gitignore | 1 + macros.tex | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a17abb9..fdf88d4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ *.fdb_latexmk *.fls *.synctex.gz +*.swp diff --git a/macros.tex b/macros.tex index 7ebe5cd..f7d61d8 100644 --- a/macros.tex +++ b/macros.tex @@ -204,7 +204,7 @@ \newcommand{\BG}[1]{\todo[inline]{\textbf{Boris says:$\,$} #1}} \newcommand{\SF}[1]{\todo[inline]{\textbf{Su says:$\,$} #1}} \newcommand{\OK}[1]{\todo[inline]{\textbf{Oliver says:$\,$} #1}} -\newcommand{\AH}[1]{\todo[inline, backgroundcolor=blue]{\textbf{Aaron says:$\,$} #1}} +\newcommand{\AH}[1]{\todo[inline, backgroundcolor=cyan]{\textbf{Aaron says:$\,$} #1}} \newcommand{\SR}[1]{\todo[inline, backgroundcolor=white]{\textbf{Note to self:$\,$} #1}} \newcommand{\AR}[1]{\todo[inline, color=green]{\textbf{Atri says:$\,$} #1}}