mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Output numbers as numbers.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32644 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a278ff37c3
commit
27f8da648d
@ -69,7 +69,7 @@ void InsetMathNumber::octave(OctaveStream & os) const
|
||||
|
||||
void InsetMathNumber::mathmlize(MathStream & os) const
|
||||
{
|
||||
os << "<mi> " << str_ << " </mi>";
|
||||
os << "<mn> " << str_ << " </mn>";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user