mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-24 18:43:37 +00:00
Do not output a \par inside a local language switch command
This commit is contained in:
parent
5febcf6236
commit
71f532db4b
@ -507,7 +507,7 @@ int Font::latexWriteEndChanges(otexstream & os, BufferParams const & bparams,
|
||||
if (f.size() != FONT_SIZE_INHERIT) {
|
||||
// We only have to close if only size changed
|
||||
if (!env) {
|
||||
if (needPar) {
|
||||
if (needPar && !closeLanguage) {
|
||||
os << "\\par";
|
||||
count += 4;
|
||||
needPar = false;
|
||||
|
Loading…
Reference in New Issue
Block a user