We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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 }
Sorry, something went wrong.
No branches or pull requests
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:
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?
The text was updated successfully, but these errors were encountered: