Passed all tests in MTMathListTest and MTMathListbuilderTest suites.

This commit is contained in:
Michael Griebling
2023-01-10 10:53:26 -05:00
parent 04de18e5c9
commit 82f8b08c61
4 changed files with 548 additions and 527 deletions

View File

@@ -580,10 +580,7 @@ public class MTMathAtomFactory {
}
if let atom = supportedLatexSymbols[name] {
// FIXME: A kludge - objects should be copied here
if name == "int" { return MTMathAtomFactory.operatorWithName( "\u{222B}", limits: false) }
if name == "sum" { return MTMathAtomFactory.operatorWithName( "\u{2211}", limits: true) }
return atom
return atom.copy()
}
return nil