From 3b4f11d349c96659c4f21c978fea7053578bd4d8 Mon Sep 17 00:00:00 2001
From: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Date: Fri, 11 Apr 2014 14:34:55 +0200
Subject: [PATCH 1/1] Define command \RC.

---
 hpcc.tex | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hpcc.tex b/hpcc.tex
index ad829c0..e7edb13 100644
--- a/hpcc.tex
+++ b/hpcc.tex
@@ -25,6 +25,8 @@
 \usepackage[textsize=footnotesize]{todonotes}
 \newcommand{\AG}[2][inline]{%
   \todo[color=green!50,#1]{\sffamily\textbf{AG:} #2}\xspace}
+\newcommand{\RC}[2][inline]{%
+  \todo[color=red!10,#1]{\sffamily\textbf{RC:} #2}\xspace}
 
 \algnewcommand\algorithmicinput{\textbf{Input:}}
 \algnewcommand\Input{\item[\algorithmicinput]}
@@ -57,7 +59,7 @@
 
 \maketitle
 
-\AG{Ordre des autheurs pas définitif}
+\RC{Ordre des autheurs pas définitif}
 \begin{abstract}
 The abstract goes here.
 \end{abstract}
-- 
2.39.5