>From aa7969fe4675ab8ee3c7da0470b04f90574b641c Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> 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@xxxxxxxxx> --- 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 -- 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