From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: Akira Yokosawa <akiyks@gmail.com>
Cc: perfbook@vger.kernel.org
Subject: Re: [PATCH] future/QC: Tweak horizontal spacing of Table 17.5
Date: Mon, 26 Feb 2018 08:35:45 -0800 [thread overview]
Message-ID: <20180226163545.GO2855@linux.vnet.ibm.com> (raw)
In-Reply-To: <ed46ece9-7825-3204-a101-a16982e44af8@gmail.com>
On Tue, Feb 27, 2018 at 12:38:53AM +0900, Akira Yokosawa wrote:
> >From ff12fb77a17717794935078d8068c1718e867c56 Mon Sep 17 00:00:00 2001
> From: Akira Yokosawa <akiyks@gmail.com>
> 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@gmail.com>
Much better, and thank you again! Queued and pushed.
Thanx, Paul
> ---
> 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@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
prev parent reply other threads:[~2018-02-26 16:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-24 23:47 [PATCH 0/5] future/QC: Improve table layout Akira Yokosawa
2018-02-24 23:49 ` [PATCH 1/5] future/QC: Improve layout of Table 17.5 by using subfloat Akira Yokosawa
2018-02-24 23:51 ` [PATCH 2/5] future/QC: Remove alternate-row coloring in Table 17.5 Akira Yokosawa
2018-02-24 23:52 ` [PATCH 3/5] future/QC: Add narrow space in front of percent symbol Akira Yokosawa
2018-02-24 23:52 ` [PATCH 4/5] future/QC: Disambiguate 'QC power' Akira Yokosawa
2018-02-24 23:53 ` [PATCH 5/5] future/QC: Fix typo Akira Yokosawa
2018-02-25 18:23 ` [PATCH 0/5] future/QC: Improve table layout Paul E. McKenney
2018-02-25 22:30 ` [PATCH] future/QC: Remove 'Readout' in header of 'entanglement error rate' row Akira Yokosawa
2018-02-25 23:01 ` Paul E. McKenney
2018-02-25 23:22 ` Akira Yokosawa
[not found] ` <ed46ece9-7825-3204-a101-a16982e44af8@gmail.com>
2018-02-26 16:35 ` Paul E. McKenney [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180226163545.GO2855@linux.vnet.ibm.com \
--to=paulmck@linux.vnet.ibm.com \
--cc=akiyks@gmail.com \
--cc=perfbook@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.