BibTeX, biblatex and biber ⇒ Link directly from text to DOI or web
Link directly from text to DOI or web
Is it possible to have a clickable link (Yurtle, et al 2020) go directly to the DOI? I would still have a bibliography, but when reading the PDF, it would be cool if someone could just go to the article directly. I have done some searching, but have not found this question yet. All of my references have DOIs. Thanks in advance.
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
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Link directly from text to DOI or web

If your style file doesn't add the DOI, you would need to add code to do so; you can also write your own style file with "latex makebst," though I don't know off the top of my head whether that includes the DOI as a \url or not. (If it does, it'll work without you doing much other than adding hyperref.)