mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
parent
b1c36045ee
commit
45e0ce2372
@ -1393,7 +1393,7 @@ void TeXOnePar(Buffer const & buf,
|
|||||||
&& nextpar->getAlign() == par.getAlign())
|
&& nextpar->getAlign() == par.getAlign())
|
||||||
|| (!next_layout.isEnvironment()
|
|| (!next_layout.isEnvironment()
|
||||||
&& nextpar->getDepth() > par.getDepth()
|
&& nextpar->getDepth() > par.getDepth()
|
||||||
&& nextpar->getAlign() == par.getAlign())
|
&& nextpar->getAlign() == next_layout.align)
|
||||||
|| (!style.isEnvironment()
|
|| (!style.isEnvironment()
|
||||||
&& next_layout.latextype == LATEX_ENVIRONMENT
|
&& next_layout.latextype == LATEX_ENVIRONMENT
|
||||||
&& nextpar->getDepth() < par.getDepth())
|
&& nextpar->getDepth() < par.getDepth())
|
||||||
|
Loading…
Reference in New Issue
Block a user