mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
parent
6603ae2242
commit
c549a2b59c
@ -1303,7 +1303,9 @@ void TeXOnePar(Buffer const & buf,
|
|||||||
// Since \selectlanguage write the language to the aux file,
|
// Since \selectlanguage write the language to the aux file,
|
||||||
// we need to reset the language at the end of footnote or
|
// we need to reset the language at the end of footnote or
|
||||||
// float.
|
// float.
|
||||||
|| runparams.inFloat != OutputParams::NONFLOAT || runparams.inFootnote))
|
|| runparams.inFloat != OutputParams::NONFLOAT || runparams.inFootnote
|
||||||
|
// Same for maintext in children (see below)
|
||||||
|
|| maintext))
|
||||||
|| close_lang_switch)
|
|| close_lang_switch)
|
||||||
&& (par_lang != outer_lang || (using_begin_end
|
&& (par_lang != outer_lang || (using_begin_end
|
||||||
&& style.isEnvironment()
|
&& style.isEnvironment()
|
||||||
|
Loading…
Reference in New Issue
Block a user