Re: [PATCH 1/2] appendix: Enable hyperlink border in bibliography for all layouts

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2017/03/03 21:28, Akira Yokosawa wrote:
>>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.

One thing to note:

If a hyperlink crosses page boundary, the hyperlink is wrongly embedded
also in the footer and header strings. As of now, target "1csf" hits this
issue at the bottom of first page of Bibliography (p. 653-654).
This is a well known issue of "hyperref" package, which would cause
a build error in 2c layout. Before enabling the border, we just didn't
notice the issue.
Other target might hit this issue by changes made in bibliography.
Are you OK with this possible ugliness?

                               Thanks, Akira

> 
> 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}
> 
--
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



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux