Bibliography in LibreOffice: clickable DOI
Hi,
I've tried to search for quite a while but I have found nothing, hopefully someone will be able to help.
I'm customising a style to use it for the references in my PhD thesis, that I'm writing in LibreOffice Writer. At the end of every journal article citation in the bibliography I've added a field to print the doi of the article. Now, I would like to turn the doi text into a hyperlink that points to the doi url so that once the thesis will be in pdf format readers will be able to just click on the doi text and access the cited article easily. Mind you: I don't want to add the url field of the reference, I just want to add a hyperlink to the doi by adding (as a prefix or something) http://doi.org/{doi text}
Is this possible at all?
Thanks,
Iacopo
I've tried to search for quite a while but I have found nothing, hopefully someone will be able to help.
I'm customising a style to use it for the references in my PhD thesis, that I'm writing in LibreOffice Writer. At the end of every journal article citation in the bibliography I've added a field to print the doi of the article. Now, I would like to turn the doi text into a hyperlink that points to the doi url so that once the thesis will be in pdf format readers will be able to just click on the doi text and access the cited article easily. Mind you: I don't want to add the url field of the reference, I just want to add a hyperlink to the doi by adding (as a prefix or something) http://doi.org/{doi text}
Is this possible at all?
Thanks,
Iacopo
<text variable="DOI" prefix="https://doi.org/"/>
Note that Zotero can't transform the URL into a clickable link, but you can (after you have finished making all other changes to your document), select the bibliography text and then use LibreOffice's autoformat function to do that.
<a href="https://doi.org/doinumber>doinumber</a>
so that only doinumber (without the http etc. etc.) is shown in the bibliography, but I guess it's not possible, as you say. Thank you for the tip on the AutoFormat, I didn't know that. Now I'll just have to decide if I prefer not having the hyperlink or displaying the whole url I guess (no way I'm going to manually edit every single reference to remove the url from the text)
Thaks!