From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: Akira Yokosawa <akiyks@gmail.com>
Cc: perfbook@vger.kernel.org
Subject: Re: [PATCH] Tweak width of epigraph for two-column layout
Date: Tue, 26 Jul 2016 08:22:16 -0700 [thread overview]
Message-ID: <20160726152216.GY7094@linux.vnet.ibm.com> (raw)
In-Reply-To: <7dd18275-9406-b024-9766-6fe6aa3cb7e4@gmail.com>
On Tue, Jul 26, 2016 at 11:49:16PM +0900, Akira Yokosawa wrote:
> >From aa7969fe4675ab8ee3c7da0470b04f90574b641c Mon Sep 17 00:00:00 2001
> From: Akira Yokosawa <akiyks@gmail.com>
> Date: Tue, 26 Jul 2016 20:31:20 +0900
> Subject: [PATCH] Tweak width of epigraph for two-column layout
>
> The default of \epigraphwidth is .5\textwidth.
> It is too wide for two-column layout.
> This commit modifies it to .65\columnwidth for two-column
> layout.
>
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
I am not so sure about this. For example, see Chapter 3's epigraph,
which ends up with a separate line for the last word. Ditto for the
"Glossary and Bibliography", and Appendix A.
Chapter 16 ends up with a piled-high epigraph, as does Chapter 7.
Of course, the one-column version has similarly compressed epigraphs.
So I am wondering if it might be better to leave the two-column
epigraph width alone and to expand the single-column epigraph width.
Thoughts?
Thanx, Paul
> ---
> perfbook.tex | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/perfbook.tex b/perfbook.tex
> index 9216485..24fffc6 100644
> --- a/perfbook.tex
> +++ b/perfbook.tex
> @@ -102,6 +102,10 @@
> \setlength{\evensidemargin}{-4pt}
> }{}
>
> +\IfTwoColumn{
> +\setlength{\epigraphwidth}{0.65\columnwidth}
> +}{}
> +
> \setcounter{secnumdepth}{3}
>
> \frontmatter
> --
> 1.9.1
>
>
next prev parent reply other threads:[~2016-07-26 15:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-26 14:49 [PATCH] Tweak width of epigraph for two-column layout Akira Yokosawa
2016-07-26 15:22 ` Paul E. McKenney [this message]
2016-07-27 15:07 ` Akira Yokosawa
2016-07-27 15:09 ` [PATCH v2] Tweak width of epigraph Akira Yokosawa
2016-07-27 18:49 ` Paul E. McKenney
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=20160726152216.GY7094@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.