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.
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.
|
|
|
Assuming you are using standard styles, use options |
|||
|
|
|
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. |
|||
|
