From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: Akira Yokosawa <akiyks@gmail.com>
Cc: perfbook@vger.kernel.org
Subject: Re: [PATCH 1/2] appendix: Enable hyperlink border in bibliography for all layouts
Date: Sun, 5 Mar 2017 13:20:39 -0800 [thread overview]
Message-ID: <20170305212039.GG30506@linux.vnet.ibm.com> (raw)
In-Reply-To: <2308d72d-6cf1-1007-145e-05294f97d281@gmail.com>
On Sat, Mar 04, 2017 at 12:25:59AM +0900, Akira Yokosawa wrote:
> On 2017/03/03 21:28, Akira Yokosawa wrote:
> >>From ec794a1bd368c5ad381fac0594a254fd6a23f619 Mon Sep 17 00:00:00 2001
> > From: Akira Yokosawa <akiyks@gmail.com>
> > 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?
Seems like a good diagnostic. It might be necessary to manually adjust
the .bbl file for editions, and perhaps also for releases. One nice
thing is that this change gives visual indication as to where adjustment
is needed.
Queued, will be pushed when I next get decent connectivity, thank you!
Thanx, Paul
> Thanks, Akira
>
> >
> > Suggested-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
> > Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
> > ---
> > 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}
> >
>
next prev parent reply other threads:[~2017-03-06 10:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-03 12:27 [PATCH 0/2] Enable hyperlink border in bibliography Akira Yokosawa
2017-03-03 12:28 ` [PATCH 1/2] appendix: Enable hyperlink border in bibliography for all layouts Akira Yokosawa
2017-03-03 15:25 ` Akira Yokosawa
2017-03-05 21:20 ` Paul E. McKenney [this message]
2017-03-03 12:29 ` [PATCH 2/2] bib/syncrefs: Add doi to Hoare74 Akira Yokosawa
2017-03-05 21:24 ` Paul E. McKenney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170305212039.GG30506@linux.vnet.ibm.com \
--to=paulmck@linux.vnet.ibm.com \
--cc=akiyks@gmail.com \
--cc=perfbook@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.