We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67b007 commit 2ea2ebbCopy full SHA for 2ea2ebb
mathjax3-ts/input/tex/Translate.ts
@@ -28,7 +28,8 @@ import TexParser from './TexParser.js';
28
import {ParserUtil} from './ParserUtil.js';
29
import TexError from './TexError.js';
30
import {MmlNode} from '../../core/MmlTree/MmlNode.js';
31
-import {MmlMo, OperatorDef} from '../../core/MmlTree/MmlNodes/mo.js';
+import {MmlMo} from '../../core/MmlTree/MmlNodes/mo.js';
32
+import {OperatorDef} from '../../core/MmlTree/OperatorDictionary.js';
33
34
// A wrapper for translating scripts with LaTeX content.
35
0 commit comments