Uwe Stöhr wrote:
+ // if the armscii8 or a CJK encoding is used, babel has to be called for + // foreign languages + if (lang_opts != "")
+ if (!lang_opts.empty())
+ tmp = string("\\usepackage[") + lang_opts + "]{babel}"; + else + tmp.clear(); + } return tmp; }-string const BufferParams::loadFonts(string const & rm, string const & sf, string const & tt, bool const & sc, bool const & osf,