Skip to content

Commit ef4e155

Browse files
committed
Minor fixes to mathtext tutorial.
- Remove reference to (obsolete) narrow python builds. - Quote a string.
1 parent 074cee4 commit ef4e155

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tutorials/text/mathtext.py

+1-8
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@
2525
# font can be selected with the customization variable ``mathtext.fontset`` (see
2626
# :doc:`/tutorials/introductory/customizing`)
2727
#
28-
# .. note::
29-
# On `"narrow" <http://wordaligned.org/articles/narrow-python>`_ builds
30-
# of Python, if you use the STIX fonts you should also set
31-
# ``ps.fonttype`` and ``pdf.fonttype`` to 3 (the default), not 42.
32-
# Otherwise `some characters will not be visible
33-
# <http://thread.gmane.org/gmane.comp.python.matplotlib.general/19963/focus=19978>`_.
34-
#
3528
# Here is a simple example::
3629
#
3730
# # plain text
@@ -189,7 +182,7 @@
189182
# example above the calligraphy ``A`` is squished into the ``sin``. You
190183
# can use a spacing command to add a little whitespace between them::
191184
#
192-
# s(t) = \mathcal{A}\/\sin(2 \omega t)
185+
# r's(t) = \mathcal{A}\/\sin(2 \omega t)'
193186
#
194187
# .. math::
195188
#

0 commit comments

Comments
 (0)