Forced explicit linebreak between text elements to not look like an embellished operator. Resolves issue #707. Note however, that Firefox treats this differently (it seems not to treat mtext as space-like in this case).
This commit is contained in:
parent
126bd1c373
commit
d28ab8b766
|
@ -1672,6 +1672,7 @@
|
||||||
} else {
|
} else {
|
||||||
if (n) {this.Push(MML.mspace().With({depth:n}))}
|
if (n) {this.Push(MML.mspace().With({depth:n}))}
|
||||||
this.Push(MML.mo().With({linebreak:MML.LINEBREAK.NEWLINE}));
|
this.Push(MML.mo().With({linebreak:MML.LINEBREAK.NEWLINE}));
|
||||||
|
this.Push(MML.mo()); // make sure we don't look like an embellished operator (#707)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
emPerInch: 7.2,
|
emPerInch: 7.2,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user