mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Clarify comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27217 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ae9ef7c30f
commit
bd9cdad48f
@ -724,8 +724,8 @@ TeXOnePar(Buffer const & buf,
|
||||
runparams_in.encoding = runparams.encoding;
|
||||
|
||||
|
||||
// we don't need it for the last paragraph!!!
|
||||
// Note from JMarc: we will re-add a \n explicitely in
|
||||
// we don't need a newline for the last paragraph!!!
|
||||
// Note from JMarc: we will re-add a \n explicitly in
|
||||
// TeXEnvironment, because it is needed in this case
|
||||
if (nextpit != paragraphs.end()) {
|
||||
Layout const & next_layout = nextpit->layout();
|
||||
|
Loading…
Reference in New Issue
Block a user