BibTeX and Greek characters
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.
Upgrade Storage
http://groups.google.com/group/zotero-dev/browse_frm/thread/53d7c67357f74cef/d97a6594b57e1bfc?lnk=gst&q=bibtex#d97a6594b57e1bfc
This will probably save you work and also get you a sense of the concerns in play.
I'm neither particularly interested in, nor knowledgeable about this discussion, so I'm just conveying this as hopefully useful information.
For everyday use, I would highly encourage making a modified BibTeX.js. It will not be included in Zotero proper until the debate is worked out, but that certainly shouldn't prevent you from using and distributing it.
I also think that there's room for a Zotero plugin that is specifically designed for customizing BibTeX-related things -- such a plugin could bundle a modified translator, and also do things like citation key management.
Exporting as `Better BibTeX`
Title: {Steerable Pyramids and Tight Wavelet Frames in $L_{2}(\mathcal{R}^d)$}
Tags: #LaTeX
If you omit the braces, the title is not capitalized, including the maths!
If the tag is ommited: not good.
Thanks
You don't want to edit the bbt translators.
! Package inputenc Error: Unicode character ρ (U+03C1) not set up for use with LaTeX
Just as a quick check: with those settings on,
would export to
and
compiles without problem for me
For others who may have the same problem: BBT is in fact exporting the bib file correctly; the ρ is in an attachment filename; attachments are exported to the
filefield, thefilefield is a verbatim field, in which no TeX commands should appear, so you can't replace ρ with\rhothere. That is to say, you could, but it would be wrong to do so.In such a case, it is necessary to either rename the attachment in Zotero, or to exclude the
filefield by adding it to the BBT skip-fields preference.It turns out to have been a caching problem.