hyperref links do not appear in bibliography

Asked by steph9

Hi,

I am trying to get links in the bibliography by using the DOI idenficators for citations. The bibliography section is defined as:

\nocite{*}
\bibliographystyle{plain}
\bibliography{mypubblications.bib}

everything compiles correctly but I never get the actual links to work in that section. And I have tried multiple bibtex style files which claim to support doi so that is not the problem and I do not override the moderncv.cls file hyperref setup either.

Thanks in advance for your help!

Steph

Question information

Language:
English Edit question
Status:
Solved
For:
moderncv Edit question
Assignee:
Xavier Danaux Edit question
Solved by:
Xavier Danaux
Solved:
Last query:
Last reply:
Revision history for this message
Xavier Danaux (xdanaux) said :
#1

Hi Steph,

I don't believe this has anything to do with moderncv, as moderncv simply relies on BibTeX to handle references and bibliographies. I believe it has rather to do with using the correct bibliography style and/or loading the right packages (e.g. doi).

I am not a doi user, but I quickly checked StackExchange and found this related question: tex.stackexchange.com/questions/3802/how-to-get-doi-links-in-bibliography
I followed the proposed answers, using the "plainurl" bibliography style and loading the "doi" package, and got a bibliography with doi entries and url links.

Kind regards,

Xavier

Revision history for this message
steph9 (steph9) said :
#2

Hi Xavier,

Thanks for the response. I had found that thread also - it does make the doi fields appear but for some reason no hyperlink. Usually one enters the doi fields in the bibliography and the journal name will be linked to the reference page simply by the fact that the doi was entered in the bib entries. Here the journal names are underlined - suggesting that they should be links, but there is no link.

Best,
Steph

Revision history for this message
Best Xavier Danaux (xdanaux) said :
#3

Somethings is wrong on your side, not within moderncv.
I've uploaded the .tex MWE I created and the resulting .pdf, that does contain links as expected:
ge.tt/8XWoi1L

Revision history for this message
steph9 (steph9) said :
#4

Yes I've managed to get it to work like this also - I was hoping to have the doi not appear and the link to the title or journal name, but this may need to involve hacks on the bibliography bst file - obviously nothing to do with moderncv. Thanks again!

Best,
Steph