On Thu, Jul 28, 2016 at 12:09:32AM +0900, Akira Yokosawa wrote: > >From 63252e8e5f8e3a74e1ab41fd577b90cdf037e36c Mon Sep 17 00:00:00 2001 > From: Akira Yokosawa <akiyks@xxxxxxxxx> > Date: Wed, 27 Jul 2016 23:51:18 +0900 > Subject: [PATCH v2] Tweak width of epigraph > > The default of \epigraphwidth is .5\textwidth. > This causes different widths of one-column and two-column layouts. > This commit defines it in an absolute length to specify same > width for both layouts > > Suggested-by: Paul E. McKenney <paulmck@xxxxxxxxxxxxxxxxxx> > Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> Much better!!! Queued, thank you! Thanx, Paul > --- > perfbook.tex | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/perfbook.tex b/perfbook.tex > index 9216485..95902be 100644 > --- a/perfbook.tex > +++ b/perfbook.tex > @@ -31,7 +31,7 @@ > \usepackage{footnotebackref} % to enable cross-ref of footnote > \usepackage[all]{hypcap} % for going to the top of figure and table > \usepackage{epigraph} > - > +\setlength{\epigraphwidth}{2.3in} > % custom packages > > \usepackage{qqz} > -- > 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