Tagged Questions
10
votes
2answers
383 views
Produce a hyperlinked DOI?
Friends,
I'm trying to write a command that prints appropriately hyperlinked DOIs for a bibliography system. Here was my first attempt
\newcommand{\formatdoi}[1]{\href{http://dx.doi.org/#1}{#1}}
...