From: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Date: Thu, 13 Mar 2014 12:19:48 +0000 (+0100)
Subject: Add todonotes, and update .gitignore.
X-Git-Tag: ispa14_submission~51
X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/mpi-energy.git/commitdiff_plain/7d2b5d8b8dc27be4b702a3c63174abdd62dd6670?hp=f2f3e27d9d560225f78b031375f3d02f1948f9a4

Add todonotes, and update .gitignore.
---

diff --git a/.gitignore b/.gitignore
index e42cd7e..36d0507 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+auto/
 *.aux
 *.log
 *.bbl
diff --git a/paper.tex b/paper.tex
index 72cf122..2ec1b17 100644
--- a/paper.tex
+++ b/paper.tex
@@ -16,6 +16,9 @@
 %\usepackage[font=scriptsize,labelfont=bf]{caption}
 \usepackage{lmodern}
 
+\usepackage{todonotes}
+\newcommand{\AG}[2][inline]{\todo[color=green!50,#1]{\sffamily\small\textbf{AG:} #2}}
+
 \begin{document}
 
 \title{Optimal Dynamic Frequency Scaling for Energy-Performance of Parallel MPI Programs}