>From 72662b6c10b8d10e713ff7a28df43a4606d96ea0 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Sun, 12 Jan 2020 00:13:58 +0900 Subject: [PATCH 6/6] Reduce footnote width in 1c layout Textwidth of 1c layout is too wide for footnotesize font. Reduce the width by increasing right-side margin used by the "footmisc" package as is suggested in [1]. [1]: https://tex.stackexchange.com/questions/321264/ Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- perfbook.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perfbook.tex b/perfbook.tex index e8610a34..7799228d 100644 --- a/perfbook.tex +++ b/perfbook.tex @@ -119,7 +119,11 @@ \newcommand{\IfToArxiv}[2]{\ifthenelse{\boolean{toarxiv}}{#1}{#2}} \IfTwoColumn{}{ -\setboolean{colorlinks}{true} + \setboolean{colorlinks}{true} + \renewcommand\footnotelayout{% + \advance\leftskip 0.0in + \advance\rightskip 0.7in + } } \IfColorLinks{ -- 2.17.1