mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
add comment about strange code
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17438 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d5f03d0c6e
commit
73ec6e8f25
@ -1087,6 +1087,9 @@ bool Paragraph::simpleTeXOnePar(Buffer const & buf,
|
||||
|
||||
if (c == ' ') {
|
||||
// Do not print the separation of the optional argument
|
||||
// if style->pass_thru is false. This works because
|
||||
// simpleTeXSpecialChars ignores spaces if
|
||||
// style->pass_thru is false.
|
||||
if (i != body_pos - 1) {
|
||||
if (pimpl_->simpleTeXBlanks(bparams,
|
||||
doc_encoding, os, texrow,
|
||||
|
Loading…
Reference in New Issue
Block a user