Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

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 those from the entries, I just want to not display them...) I am using biblatex.

share|improve this question

2 Answers

up vote 21 down vote accepted

Assuming you are using standard styles, use options doi=false,isbn=false,url=false. The manual describes these as 'style-specific' options, as they do depend on the bibliography style in use.

share|improve this answer

Alternatively, if you want biblatex not to see these fields at all, use biber 0.9.4/biblatex 1.6 and see section 2.1.1 of the biber manual. You are now able to filter out arbitrary fields (and map them to other fields) before biblatex even sees the data.

share|improve this answer
This is also very helpful to remove the abstract field, which quite often contains strange characters like % but will rarely ever be used in the bibliography. – matth Oct 28 '11 at 14:06

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.