We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38867f1 commit 9ef9999Copy full SHA for 9ef9999
Example/test.py
@@ -57,3 +57,11 @@ def GetSpeech():
57
mathml = "<math><msup> <mi>x</mi> <mn>3</mn> </msup> </math>"
58
SetMathMLForMathCAT(mathml)
59
print("MathML: {}\nSpeech: '{}'".format(mathml, GetSpeech()))
60
+
61
+mathml = "<math><msup intent='transpose:postfix($x)'> <mi arg='x'>x</mi> <mi>T</mi> </msup> </math>"
62
+SetMathMLForMathCAT(mathml)
63
+print("MathML: {}\nSpeech: '{}'".format(mathml, GetSpeech()))
64
65
+mathml = "<math><mrow intent='_(x, $op)'><mo arg='op'>!</mo></mrow></math>"
66
67
0 commit comments