X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_symbolinset.C;h=bdcfdb8a1dc57c37fb41f35efd926a5193f619d9;hb=c649284611c4198c9d70be8a16d153cdf1ec0700;hp=57d8d7b2bc86fdac93ec165251616258a7d2c2fa;hpb=f1c24d100985c6df2eb5ec390017b69c78fe49c7;p=lyx.git diff --git a/src/mathed/math_symbolinset.C b/src/mathed/math_symbolinset.C index 57d8d7b2bc..bdcfdb8a1d 100644 --- a/src/mathed/math_symbolinset.C +++ b/src/mathed/math_symbolinset.C @@ -115,6 +115,8 @@ void MathSymbolInset::maplize(MapleStream & os) const { if (name() == "cdot") os << '*'; + else if (name() == "infty") + os << "infinity"; else os << name(); }