Thanks to visit codestin.com Credit goes to github.com
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 9cea8ea commit bb7e441Copy full SHA for bb7e441
tutorials/text/mathtext.py
@@ -66,6 +66,15 @@
66
67
\alpha_i > \beta_i
68
69
+To display multi-letter subscripts or superscripts correctly,
70
+you should put them in curly braces ``{...}``::
71
+
72
+ r'$\alpha^{ic} > \beta_{ic}$'
73
74
+.. math::
75
76
+ \alpha^{ic} > \beta_{ic}
77
78
Some symbols automatically put their sub/superscripts under and over the
79
operator. For example, to write the sum of :mathmpl:`x_i` from :mathmpl:`0` to
80
:mathmpl:`\infty`, you could do::
0 commit comments