Delete fields for specific reference types when exporting as bibtex / biblatex
Is it possible to delete specific fields from specific reference types when exporting as bibtex / biblatex?
For example, I do not want to export "url" for @article (as the URL is superfluous in my bibliography).
PS: perhaps bibtex or biblatex has a way to suppress certain fields but I have not figured it ... I am hoping that "export" can some how be controlled at Zotero
PSS: I have too many entries in my bibliography to manually delete "url".
For example, I do not want to export "url" for @article (as the URL is superfluous in my bibliography).
PS: perhaps bibtex or biblatex has a way to suppress certain fields but I have not figured it ... I am hoping that "export" can some how be controlled at Zotero
PSS: I have too many entries in my bibliography to manually delete "url".
If it was a style I used a lot, I'd rather fix the BST file if URLs are superfluous.
If not, I'd change the 'url' field to something like 'opt_url' in the .bib file (using a text editor or sed or jabref, for example)
You'll want to make a copy of the file, give it a new file name, and change the title and ID at the top of the file
\usepackage[hyperref=true,style=verbose-trad2,citepages=omit,backend=biber,sorting=nyt,isbn=false,backref=true]{biblatex}
If you really want to strip info out of a bib file, by far the easiest way is to use jabref which has an option for deleting field content. Just open your zotero export in jabref, make the field deletions and save. Then you're good to go to use the file in latex as usual.
I use: Kinda hackish but it works.