From 8f74abded8779bc4f942cba14e8b02f7d62c5382 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 17 Mar 2014 10:22:40 +0100 Subject: [PATCH 1/1] Align numbers on the right in tables. --- paper.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.5