Properly terminate \\noindent

This commit is contained in:
Juergen Spitzmueller 2021-10-31 09:58:10 +01:00
parent 633013453e
commit 18a91852e1

View File

@ -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;
}