>From de94fc449731fc99ae5d608eb5f01cde08037088 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Sun, 8 Jan 2017 07:57:48 +0900 Subject: [PATCH 3/5] Change bibliography to one-column layout in 2c build This change makes it easy to typeset bibliography. Two column layout is too tight for bibliography entries that contain urls in alpha style. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- appendix/appendix.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appendix/appendix.tex b/appendix/appendix.tex index c4bb6cd..e231b28 100644 --- a/appendix/appendix.tex +++ b/appendix/appendix.tex @@ -6,9 +6,12 @@ \QuickQuizAnswers \input{glossary.tex} \IfTwoColumn{ +\onecolumn\begin{adjustwidth*}{.8in}{.7in} \bibliographystyle{alpha} % Use genuine alpha style }{ \bibliographystyle{alphapf} % Use alpha style customized by urlbst with --inlinelinks option } \bibliography{bib/RCU,bib/WFS,bib/hw,bib/os,bib/parallelsys,bib/patterns,bib/perfmeas,bib/refs,bib/syncrefs,bib/search,bib/swtools,bib/realtime,bib/TM,bib/standards,bib/OSS,bib/maze,bib/energy} +\IfTwoColumn{ +\end{adjustwidth*}\twocolumn}{} \include{appendix/ack/ack} -- 2.7.4 -- 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