[PATCH 1/3] count: Tweak horizontal spacing of wide tables in 1c layout

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>From 0a2fa3b2687fc4ca1d79856fa30825f3cbea76f4 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@xxxxxxxxx>
Date: Sat, 26 Oct 2019 00:07:26 +0900
Subject: [PATCH 1/3] count: Tweak horizontal spacing of wide tables in 1c layout

These tables got wider than the width of 1c layout by recent
update using the results obtained on a larger system.

Also adjust "table-format" specifiers to the digit counts
in the table (now grown to 6 digits).

Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx>
---
 count/count.tex | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/count/count.tex b/count/count.tex
index 9735a89c..4b01bc75 100644
--- a/count/count.tex
+++ b/count/count.tex
@@ -2817,8 +2817,9 @@ will expand on these lessons.
 \rowcolors{4}{}{lightgray}
 \renewcommand*{\arraystretch}{1.1}
 \small
-\centering
-\begin{tabular}{lrS[table-format = 2.1]S[table-format = 3.0]S[table-format = 5.0]S[table-format = 5.0]S[table-format = 5.0]}
+\centering\OneColumnHSpace{-.25in}
+\begin{tabular}{lrS[table-format=1.1]S[table-format=3.0]S[table-format=4.0]
+		  S[table-format=6.0]S[table-format=6.0]}
 	\toprule
 	& & & \multicolumn{4}{c}{Reads (ns)} \\
 	\cmidrule{4-7}
@@ -2904,8 +2905,9 @@ courtesy of eventual consistency.
 \rowcolors{4}{}{lightgray}
 \renewcommand*{\arraystretch}{1.1}
 \small
-\centering
-\begin{tabular}{lrcS[table-format = 2.1]S[table-format = 3.0]S[table-format = 5.0]S[table-format = 5.0]S[table-format = 5.0]}
+\centering\OneColumnHSpace{-.4in}
+\begin{tabular}{lrcS[table-format=2.1]S[table-format=3.0]S[table-format=4.0]
+		   S[table-format=6.0]S[table-format=6.0]}
 	\toprule
 	& & & & \multicolumn{4}{c}{Reads (ns)} \\
 	\cmidrule{5-8}
-- 
2.17.1





[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux