Trouble with BibTeX exporter
I'm having some trouble with the BiBTeX exporter. I'm inexperienced with BiBTeX and with the backend of Zotero, so this could very well all be in my mind.
First is that dates than include months are just imported as "jan", "feb", etc., and end up showing up that way in my final documents, too. It seems like they should get getting exported in a way that's more localizable, so the CSL can tell it what form to show up in (January, Jan., Jan, 1, etc). Isn't that possible?
Second is that markup within Zotero (e.g., a set of <i> brackets within a title) are getting translated literally rather than transformed into LaTeX, which is what it seems would be ideal.
Any fixes for these? The second seems more complicated than the first, but I really don't know.
First is that dates than include months are just imported as "jan", "feb", etc., and end up showing up that way in my final documents, too. It seems like they should get getting exported in a way that's more localizable, so the CSL can tell it what form to show up in (January, Jan., Jan, 1, etc). Isn't that possible?
Second is that markup within Zotero (e.g., a set of <i> brackets within a title) are getting translated literally rather than transformed into LaTeX, which is what it seems would be ideal.
Any fixes for these? The second seems more complicated than the first, but I really don't know.
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.
beebe/chicagoa.bst and chicago.bst and chicago-annote.bst and frankenstein/achicago.bst all seem to have month macro expansion.
pandoc --bibliography=biblio.mods input.txt
should work (and should be almost identical to the way you're invoking pandoc to use BibTeX now).