6
votes
1answer
149 views

adjusting a constant in a *.bst file (plainurl.bst)

I am using plainurl.bst style, Miktex 2.8, pdflatex to generate a pdf file. It gives explicitly the URL of my bib file. I would like to get this link attached to the title (i.e. embedded below the ...
5
votes
2answers
2k views

IEEEtran BibTeX Style - how to deactivate URLs?

I am using the following BibTeX style for my bibliography. \bibliographystyle{IEEEtran} \bibliography{IEEEabrv,references,thesis} This formats bibliography entries like this: , including a ...
2
votes
2answers
1k views

Getting rid of DOI, ISSN links from bibliography

In light of this and this AND if I'd want to use pdflatex instead of biblatex, how do I get rid of doi, ISSN links from my bibliography? I can write a script such as here but that leaves a , hanging ...