mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
make 'det' partially work for math-extern
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4475 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c649284611
commit
d0ae544d61
@ -44,6 +44,9 @@ void MathExFuncInset::normalize(NormalStream & os) const
|
||||
|
||||
void MathExFuncInset::maplize(MapleStream & os) const
|
||||
{
|
||||
if (name_ == "det")
|
||||
os << "linalg[det](" << cell(0) << ')';
|
||||
else
|
||||
os << name_ << '(' << cell(0) << ')';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user