mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Fix external function output for MathML.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31986 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
22eab2f2c9
commit
25f429d3e5
@ -124,9 +124,7 @@ void InsetMathExFunc::mathematica(MathematicaStream & os) const
|
||||
|
||||
void InsetMathExFunc::mathmlize(MathStream & os) const
|
||||
{
|
||||
++os.tab(); os.cr(); os.os() << '<' << name_ << '>';
|
||||
os << cell(0);
|
||||
os.cr(); --os.tab(); os.os() << "</" << name_ << '>';
|
||||
os.os() << "<mi>" << name_ << "</mi>" << "⁡" << cell(0);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user