All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Tweak width of epigraph for two-column layout
@ 2016-07-26 14:49 Akira Yokosawa
  2016-07-26 15:22 ` Paul E. McKenney
  0 siblings, 1 reply; 5+ messages in thread
From: Akira Yokosawa @ 2016-07-26 14:49 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

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>
---
 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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-07-27 18:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-26 14:49 [PATCH] Tweak width of epigraph for two-column layout Akira Yokosawa
2016-07-26 15:22 ` Paul E. McKenney
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

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.