BibTeX, biblatex and biber ⇒ Bibliography citation entry links to URL using DOI
Bibliography citation entry links to URL using DOI
I'm trying to find a way that bibtex can use the DOI i have stored to make an entire bibliography entry link to the webpage for that article.
In the main text I'm using the hyperref package to generate a hyperref to the entry in the bibliography. This is fine.
But what I then want is if someone clicks the bibliography entry, which is itself a hyperlink, it launches a web browser and loads the correct web page from using the DOI.
I don't want an extra field in the bibliography that is a URL, like url.bst allows, I want the entire bibliography entry to be a hyperlink. Kind of like how backref works
Many thanks
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Bibliography citation entry links to URL using DOI
Thanks