>From ec794a1bd368c5ad381fac0594a254fd6a23f619 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Fri, 3 Mar 2017 20:56:59 +0900 Subject: [PATCH 1/2] appendix: Enable hyperlink border in bibliography for all layouts "pdfborder" in bibliography also helps in identifying known broken urls. This commit enables the border regardless of layout. Suggested-by: Paul E. McKenney <paulmck@xxxxxxxxxxxxxxxxxx> Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- appendix/appendix.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendix/appendix.tex b/appendix/appendix.tex index e17c5e1..63bf728 100644 --- a/appendix/appendix.tex +++ b/appendix/appendix.tex @@ -11,12 +11,12 @@ \bibliographystyle{alphapf} % Use alpha style customized by urlbst with --inlinelinks option }{ \bibliographystyle{alphapf} % Use alpha style customized by urlbst with --inlinelinks option - \hypersetup{pdfborder=0 0 1,urlbordercolor=0.4 1 1} } +\hypersetup{pdfborder=0 0 1,urlbordercolor=0.4 1 1} \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} +\hypersetup{pdfborder=0 0 0} \IfTwoColumn{ \end{adjustwidth*}\twocolumn }{ - \hypersetup{pdfborder=0 0 0} } \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