Re: bug with import of document with multiple languages

2020-05-25 Thread Cor Blom
Op 25-05-2020 om 20:01 schreef Richard Kimberly Heck: Certainly sounds like a bug. Can you file a report please? Riki Bug #11878 -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: bug with import of document with multiple languages

2020-05-25 Thread Richard Kimberly Heck
On 5/25/20 11:49 AM, Cor Blom wrote: > Hi, > > Take the following, simple document: > > \documentclass[ngerman,british]{scrbook} > \usepackage{fontspec} > \usepackage{polyglossia} > \setdefaultlanguage[variant=british]{english} > \setotherlanguage{german} > > \begin{document} > > English > > \begin

bug with import of document with multiple languages

2020-05-25 Thread Cor Blom
Hi, Take the following, simple document: \documentclass[ngerman,british]{scrbook} \usepackage{fontspec} \usepackage{polyglossia} \setdefaultlanguage[variant=british]{english} \setotherlanguage{german} \begin{document} English \begin{german} Deutsch \end{german} Continue \end{document} Wh