I would like to submit a paper to an Elsevier journal, which uses elsarticle document class. elsarticle loads natbib but I've been using biblatex instead of BibTeX throughout most of my files (I have a common .bib file for all my publications which is biblatex compatible right now). The problem is that I have many authors with special characters (like ø, å, ü etc) and BibTeX was giving errors when compiling because of the encoding - this was the reason why I switched to biblatex in the first place.
Is there a quick way to make my .bib file compatible with BibTeX without manually substituting those special characters with their TeX versions?
Or will Elsevier become biblatex compatible soon?
.bibfile with\"{u}and whatnot afterwards if the entries are not displayed properly. And yes, they do that. They do other terrible things to your images etc. so you are bound to their archaic workflow not the other way around. – percusse Apr 24 '13 at 15:59biberhas an option like--output_safechars, which will encode UTF-8 characters into LaTeX-style macros, thus providing you with an ASCII.bblfile. But that is not the same as using BibTeX, which is what I suspect the journal wants/requires. However, I think I vaguely remember some question on this site about getting from.bblto.bib--- but I could be wrong! – jon Apr 24 '13 at 16:52