mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix #3130
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17652 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
69caf3bfb7
commit
d523af4b05
@ -215,6 +215,8 @@ void InsetMathSymbol::octave(OctaveStream & os) const
|
||||
void InsetMathSymbol::write(WriteStream & os) const
|
||||
{
|
||||
os << '\\' << name();
|
||||
if (name().size() == 1 && name()[0] < '0') // $,#, etc
|
||||
return;
|
||||
os.pendingSpace(true);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user