Tagged Questions
3
votes
1answer
54 views
Alphadin BibTeX: DOI displayed twice
I'm not quite sure how to explain my problem. Please telle if you need more information. My document is very large and has a lot of settings. I'm using TeXnicCenter with the BibTex-Compiler 2.8. When ...
21
votes
9answers
2k views
Automatically dereference DOI to .bib?
Is there an established way to, given a list of DOI identifiers, produce a .bib file containing the citation information?
7
votes
2answers
1k views
Automatically adding DOI fields to a hand-made bibliography
Is there a tool that will read a .bib file and add the correct DOI fields for all the entries that don't have them?
My current workflow is to just add citations as and when I need them with auctex in ...
18
votes
4answers
1k views
Redundancy in bib file: conditionally suppress url if same as doi?
Mathscinet gives bibtex entries with both a doi and a url field included. Typically they look something like
@article {some-article,
[…]
DOI = {10.1016/j.apal.2008.12.003},
URL = ...
5
votes
2answers
567 views
Bibliography entry containing <>
Using BibTeX, I'm trying to add a DOI 10.1002/(SICI)1097-0118(199902)30:2<71::AID-JGT1>3.0.CO;2-G to my bibliography. However, the presence of the < and > characters causes problems.
Is ...