File tree 1 file changed +1
-8
lines changed
1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 25
25
# font can be selected with the customization variable ``mathtext.fontset`` (see
26
26
# :doc:`/tutorials/introductory/customizing`)
27
27
#
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
- #
35
28
# Here is a simple example::
36
29
#
37
30
# # plain text
189
182
# example above the calligraphy ``A`` is squished into the ``sin``. You
190
183
# can use a spacing command to add a little whitespace between them::
191
184
#
192
- # s(t) = \mathcal{A}\/\sin(2 \omega t)
185
+ # r' s(t) = \mathcal{A}\/\sin(2 \omega t)'
193
186
#
194
187
# .. math::
195
188
#
You can’t perform that action at this time.
0 commit comments