>From ff12fb77a17717794935078d8068c1718e867c56 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Mon, 26 Feb 2018 23:56:48 +0900 Subject: [PATCH] future/QC: Tweak horizontal spacing of Table 17.5 By employing \multirow command of the "multirow" package, the width of the 1st column of entanglement table can be reduced. Note: The 1st argument of \multirow specifies the number of rows to span, and the 2nd argument, in this case {1in}, specifies the width of the column. Internally it is translated to a \parbox. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- Hi Paul, Other header structures can be possible, but this looks good enough for the moment. Thanks, Akira -- future/QC.tex | 3 ++- perfbook.tex | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/future/QC.tex b/future/QC.tex index bbddf83..13e5dd7 100644 --- a/future/QC.tex +++ b/future/QC.tex @@ -674,6 +674,7 @@ $10^{-4}$). \end{tabular} } +\OneColumnHSpace{-0.15in}% \subfloat[Multi-Qubit Gate Properties]{ \begin{tabular}{@{}ll*{6}{S[table-format=2.2]}@{}} \toprule @@ -686,7 +687,7 @@ $10^{-4}$). \multicolumn{1}{c}{CX4\_2} & \multicolumn{1}{c@{}}{CX3\_4} \\ \cmidrule(r){1-2} \cmidrule{3-8} - Qubit Entanglement (\qop{CNOT}) & Error Rate (\%) & + \multirow{2}{1in}{Qubit Entanglement (\qop{CNOT})} & Error Rate (\%) & 3.46 & 4.07 & 3.26 & diff --git a/perfbook.tex b/perfbook.tex index 8c2288a..efb6750 100644 --- a/perfbook.tex +++ b/perfbook.tex @@ -59,6 +59,7 @@ \usepackage{braket} % for \ket{} macro in QC section \usepackage{siunitx} % for \num{} macro \sisetup{group-minimum-digits=4,group-separator={,},group-digits=integer} +\usepackage{multirow} % custom packages -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html