mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
Properly terminate \\noindent
This commit is contained in:
parent
633013453e
commit
18a91852e1
@ -2356,7 +2356,7 @@ int Paragraph::Private::startTeXParParams(BufferParams const & bparams,
|
||||
// have indentation, that are PassThru or centered.
|
||||
if (canindent && params_.noindent() && owner_->isPartOfTextSequence()
|
||||
&& !layout_->pass_thru && curAlign != LYX_ALIGN_CENTER) {
|
||||
os << "\\noindent ";
|
||||
os << "\\noindent" << termcmd;
|
||||
column += 10;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user