3
votes
2answers
116 views

Macro for writing DOI with optional link text

The doi package has a neat \doi command, that transforms a doi string into \href{http://dx.doi.org/<the doi>}{doi:<the doi>}. The uri package has something similar with the help of the url ...
0
votes
0answers
25 views

How to unset a toggle in biblatex? [duplicate]

Possible Duplicate: Biblatex: Get rid of ISSN, URLs and DOIs in references The standard.bbx file sets toggles for doi,url and eprint that are being checked later by the doi+eprint+url macro. ...
14
votes
1answer
359 views

Multiple doi, url, and eprint entries in biblatex

I'm in the process of writing a biblatex style file to support the on-line journal Theory of Computing. The journal has been using BibTeX for years, and I am looking forward to the flexibility ...
5
votes
3answers
998 views

Missing $ inserted issue

Trying to get my dissertaion sorted (due in a few hours) and I keep getting this error: ! Missing $ inserted. <inserted text> $ l.190 ... pp. 225--236, ...
20
votes
2answers
1k views

biblatex: make title hyperlink to DOIs, URL or ISBN

This is a follow up question to biblatex: Make title hyperlink to doi url (if available). My reference database contains some DOI codes, but mainly normal URLs and some ISBN/ISSN codes. What I would ...
4
votes
2answers
2k views

Get rid of ISSN, URLs and DOIs in references

I am having the same problem as described here (i.e., I get unwanted URLs, DOIs, etc showing up in my reference section): Biblatex: Get rid of ISSN, URLs and DOIs in references Two caveats: I am ...
2
votes
0answers
833 views

BibTeX style file with hierachical use of DOI, URL fields [closed]

My custom BibTeX style currently does almost exactly what I want it to do: The title of the paper is a hyperlink, using the URL field in the BibTeX if one is provided, and using http://dx.doi.org/ ...
18
votes
2answers
2k views

Biblatex: Get rid of ISSN, URLs and DOIs in references

My .bib files are generated by Mendley desktop and usually contain URLs, ISSN and DOIs, but I don't want those to be displayed in my list of references. How can I get rid of them (short of deleting ...
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 = ...