From 902f3596f3c6f21def5c1d8374302b0962ad9345 Mon Sep 17 00:00:00 2001
From: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Date: Fri, 16 May 2014 17:06:48 +0200
Subject: [PATCH] Change order for subfigures.

---
 paper.tex | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/paper.tex b/paper.tex
index bd81c22..a7a269f 100644
--- a/paper.tex
+++ b/paper.tex
@@ -359,11 +359,10 @@ performance as follows:
 \end{equation}
 \begin{figure}
   \centering
-  \subfloat[Converted relation.]{%
-    \includegraphics[width=.5\linewidth]{fig/file}\label{fig:r1}}%
   \subfloat[Real relation.]{%
-    \includegraphics[width=.5\linewidth]{fig/file3}\label{fig:r2}}
-  \label{fig:rel}
+    \includegraphics[width=.5\linewidth]{fig/file3}\label{fig:r2}}%
+  \subfloat[Converted relation.]{%
+    \includegraphics[width=.5\linewidth]{fig/file}\label{fig:r1}}
   \caption{The energy and performance relation}
 \end{figure}
 Then, we can model our objective function as finding the maximum distance
-- 
2.39.5