- #1
John Greger
- 34
- 1
- TL;DR Summary
- I can get the citation code from Inspire.net for papers. However, can I change the Bibliography settings in some way such that there are hyperlinks to the paper? I don't want to embed it manually for every reference.
I can get the citation code from Inspire.net for papers. However, can I change the Bibliography settings in some way such that there are hyperlinks to the paper? I don't want to embed it manually for every reference.
For instance. Now, I use the citation code
@article{Hawking:2000kj, author = "Hawking, S. W. and Hertog, T. and Reall, H. S.", title = "{Brane new world}", eprint = "hep-th/0003052", archivePrefix = "arXiv", reportNumber = "DAMTP-2000-25", doi = "10.1103/PhysRevD.62.043501", journal = "Phys. Rev. D", volume = "62", pages = "043501", year = "2000" }
In the end of my LaTeX document I also have
\addcontentsline{toc}{section}{References}
\bibliographystyle{unsrt}
\bibliography{article}
Maybe there is a different style that can enable hyperlinks automatically? Or maybe the citation code cannot accommodate this?
For instance. Now, I use the citation code
@article{Hawking:2000kj, author = "Hawking, S. W. and Hertog, T. and Reall, H. S.", title = "{Brane new world}", eprint = "hep-th/0003052", archivePrefix = "arXiv", reportNumber = "DAMTP-2000-25", doi = "10.1103/PhysRevD.62.043501", journal = "Phys. Rev. D", volume = "62", pages = "043501", year = "2000" }
In the end of my LaTeX document I also have
\addcontentsline{toc}{section}{References}
\bibliographystyle{unsrt}
\bibliography{article}
Maybe there is a different style that can enable hyperlinks automatically? Or maybe the citation code cannot accommodate this?