File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 11r"""
22Writing mathematical expressions
33================================
4- An introduction to writing mathematical expressions in Matplotlib.
54
6- You can use a subset TeX markup in any matplotlib text string by placing it
5+ You can use a subset of TeX markup in any Matplotlib text string by placing it
76inside a pair of dollar signs ($).
87
98Note that you do not need to have TeX installed, since Matplotlib ships
109its own TeX expression parser, layout engine, and fonts. The layout engine
1110is a fairly direct adaptation of the layout algorithms in Donald Knuth's
12- TeX, so the quality is quite good (matplotlib also provides a ``usetex``
11+ TeX, so the quality is quite good (Matplotlib also provides a ``usetex``
1312option for those who do want to call out to TeX to generate their text (see
1413:doc:`/tutorials/text/usetex`).
1514
357356 :target: ../../gallery/pyplots/pyplot_mathtext.html
358357 :align: center
359358 :scale: 50
360-
361- Pyplot Mathtext
362359"""
Original file line number Diff line number Diff line change 11r"""
22*********************************
3- Typesetting With XeLaTeX/LuaLaTeX
3+ Typesetting with XeLaTeX/LuaLaTeX
44*********************************
55
66How to typeset text with the ``pgf`` backend in Matplotlib.
Original file line number Diff line number Diff line change 11r"""
22*************************
3- Text rendering With LaTeX
3+ Text rendering with LaTeX
44*************************
55
66Matplotlib can use LaTeX to render text. This is activated by setting
5050 })
5151
5252Here is the standard example,
53- :file :`/gallery/text_labels_and_annotations/tex_demo`:
53+ :doc :`/gallery/text_labels_and_annotations/tex_demo`:
5454
5555.. figure:: ../../gallery/text_labels_and_annotations/images/sphx_glr_tex_demo_001.png
5656 :target: ../../gallery/text_labels_and_annotations/tex_demo.html
131131 problems. Please disable this option before reporting problems to
132132 the mailing list.
133133
134- * If you still need help, please see :ref:`reporting-problems`
134+ * If you still need help, please see :ref:`reporting-problems`.
135135
136136.. _dvipng: http://www.nongnu.org/dvipng/
137137.. _dvips: https://tug.org/texinfohtml/dvips.html
You can’t perform that action at this time.
0 commit comments