mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-29 07:23:51 +00:00
Amend dc174db6c1973d1/lyxgit (#12057)
This commit is contained in:
parent
c7bc46d707
commit
11740f6fc0
@ -1671,6 +1671,15 @@ void latexParagraphs(Buffer const & buf,
|
|||||||
os << '\n' << '\n';
|
os << '\n' << '\n';
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
// This is the last par
|
||||||
|
Paragraph const & cpar = paragraphs.at(pit);
|
||||||
|
if (!runparams.for_search && !cpar.empty()
|
||||||
|
&& cpar.isDeleted(0, cpar.size()) && !bparams.output_changes) {
|
||||||
|
if (!cpar.parEndChange().deleted())
|
||||||
|
os << '\n' << '\n';
|
||||||
|
continue;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TeXEnvironmentData const data =
|
TeXEnvironmentData const data =
|
||||||
|
Loading…
Reference in New Issue
Block a user