Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperlinked booktitles like APS revtex #24

Open
rraffiu opened this issue May 15, 2020 · 1 comment
Open

Hyperlinked booktitles like APS revtex #24

rraffiu opened this issue May 15, 2020 · 1 comment

Comments

@rraffiu
Copy link

rraffiu commented May 15, 2020

It is not really a bug. In fact I am grateful to the authors for this package. It does a really good job. When I use the following setting:

\usepackage[
    backend=biber,
    style=phys,
    pageranges=false,
    biblabel=brackets,
    hyperref=true
]{biblatex}
\DeclareFieldFormat[article]{title}{#1}

I get almost exactly what revtex-4.2 produces. The only thing missing is the hyperlinks under booktitles. Is there a way to fix this?

@ghost
Copy link

ghost commented May 30, 2021

It is not really a bug. In fact I am grateful to the authors for this package. It does a really good job. When I use the following setting:

\usepackage[
    backend=biber,
    style=phys,
    pageranges=false,
    biblabel=brackets,
    hyperref=true
]{biblatex}
\DeclareFieldFormat[article]{title}{#1}

I get almost exactly what revtex-4.2 produces. The only thing missing is the hyperlinks under booktitles. Is there a way to fix this?

add the following code:

\hypersetup{
	breaklinks,
	unicode,
	linktoc=all,
	bookmarksnumbered=true,
	bookmarksopen=true,
	colorlinks,
	linkcolor=blue,
	citecolor=blue,
	urlcolor=blue,
	plainpages=false,
	pdfstartview=FitH,
	pdfborder={0 0 0},
	linktocpage
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant