reading zotero bibtex output in Fidus Writer
Hey,
I have been programming on Fidus Writer ( http://www.fiduswriter.org ) -- an online academic word processor. We would like to be as compatible with Zotero as possible. For now the best way to do that I found was to allow to import bibtex files output by Zotero.
However, there are some issues with those files. One thing is that the names of months are not in citation marks. That I solved by predefining all month names.
Another issue is that some entries are output like this:
@misc{__????
},
would it not make sense that if you have no fields at all to just skip the entry entirely?
I have been programming on Fidus Writer ( http://www.fiduswriter.org ) -- an online academic word processor. We would like to be as compatible with Zotero as possible. For now the best way to do that I found was to allow to import bibtex files output by Zotero.
However, there are some issues with those files. One thing is that the names of months are not in citation marks. That I solved by predefining all month names.
Another issue is that some entries are output like this:
@misc{__????
},
would it not make sense that if you have no fields at all to just skip the entry entirely?
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Not sure I understand the issue with names of months in citation marks? Month should most definitely not be in quotation marks in bibtex - a well written .bst style will format month as needed from standardized input (as provided by Zotero).