From: Arnaud Giersch Date: Mon, 17 Mar 2014 09:22:40 +0000 (+0100) Subject: Align numbers on the right in tables. X-Git-Tag: ispa14_submission~34^2~1 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/mpi-energy.git/commitdiff_plain/8f74abded8779bc4f942cba14e8b02f7d62c5382 Align numbers on the right in tables. --- diff --git a/paper.tex b/paper.tex index 332f1f1..f6794f5 100644 --- a/paper.tex +++ b/paper.tex @@ -571,7 +571,7 @@ same time over all available scales. \AG{Use the same number of decimals for all numbers in a column, and vertically align the numbers along the decimal points. The same for all the following tables.} - \begin{tabular}{ | l | l | l |l | r |} + \begin{tabular}{|l|*{4}{r|}} \hline Program & Optimal & Energy & Performance&Energy-Perf.\\ Name & Scaling Factor& Saving \%&Degradation \% &Distance \\ \hline @@ -612,7 +612,7 @@ benchmarks programs for classes A,B and C. \caption{Comparing Results for The NAS Class A} % title of Table \centering - \begin{tabular}{ | l | l | l |l | l | r| } + \begin{tabular}{|l|l|*{4}{r|}} \hline Method&Program&Factor& Energy& Performance &Energy-Perf.\\ Name &Name&Value& Saving \%&Degradation \% &Distance @@ -653,7 +653,7 @@ benchmarks programs for classes A,B and C. \caption{Comparing Results for The NAS Class B} % title of Table \centering - \begin{tabular}{ | l | l | l |l | l |r| } + \begin{tabular}{|l|l|*{4}{r|}} \hline Method&Program&Factor& Energy& Performance &Energy-Perf.\\ Name &Name&Value& Saving \%&Degradation \% &Distance @@ -695,7 +695,7 @@ benchmarks programs for classes A,B and C. \caption{Comparing Results for The NAS Class C} % title of Table \centering - \begin{tabular}{ | l | l | l |l | l |r| } + \begin{tabular}{|l|l|*{4}{r|}} \hline Method&Program&Factor& Energy& Performance &Energy-Perf.\\ Name &Name&Value& Saving \%&Degradation \% &Distance