Skip to content

Commit d891481

Browse files
committed
Simplify whatsnew entry
1 parent 2913f08 commit d891481

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

doc/users/next_whats_new/mathtext.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
``matplotlib.mathtext`` now supports *overset* and *underset* LaTeX symbols
22
---------------------------------------------------------------------------
33

4-
`.mathtext`, the default TeX layout engine which is shipped along with
5-
Matplotlib now supports symbols like *overset* and *underset*.
6-
7-
The structure which should be followed: "\overset{body}{annotation}" or
8-
"\underset{body}{annotation}", where *body* would be the text "above" or
9-
"below" the *annotation* - the baseline character.
4+
`.mathtext` now supports *overset* and *underset*, called as
5+
``\overset{body}{annotation}`` or ``\underset{body}{annotation}``, where
6+
*annotation* is the text "above" or "below" the *body*.
107

118
.. plot::
129

0 commit comments

Comments
 (0)