Discussion:
[referencer] Tagged References
Brian Bagley
2011-05-30 15:31:28 UTC
Permalink
Is it possible to export the tagged references only to bibtex?

Thanks,

Brian
Denis Laxalde
2011-06-02 14:37:01 UTC
Permalink
Post by Brian Bagley
Is it possible to export the tagged references only to bibtex?
You can use bib2bib (part of the bibtextohtml software) to generate
bibtex files based on some conditions such as tags. For instance, if
the main bibtex database is 'file.bib':

bib2bib -ob output.bib -c 'tags : "sometag"' file.bib

will generate output.bib with only entries that contain "sometag" in
the 'tags' bibtex field.

Hope this helps.
--
Denis
Loading...