@@ -7,16 +7,17 @@ Text Rendering With LaTeX
77Matplotlib has the option to use LaTeX to manage all text layout. This
88option is available with the following backends:
99
10- * \* Agg
10+ * Agg
1111* PS
1212* PDF
1313
14- The LaTeX option is activated by setting text.usetex : true in your rc
15- settings. Text handling with matplotlib's LaTeX support is slower than
16- matplotlib's very capable :ref: `mathtext <mathtext-tutorial >`, but is more
17- flexible, since different LaTeX packages (font packages, math packages, etc.)
18- can be used. The results can be striking, especially when you take care to use
19- the same fonts in your figures as in the main document.
14+ The LaTeX option is activated by setting ``text.usetex : True `` in
15+ your rc settings. Text handling with matplotlib's LaTeX support is
16+ slower than matplotlib's very capable :ref: `mathtext
17+ <mathtext-tutorial>`, but is more flexible, since different LaTeX
18+ packages (font packages, math packages, etc.) can be used. The
19+ results can be striking, especially when you take care to use the same
20+ fonts in your figures as in the main document.
2021
2122Matplotlib's LaTeX support requires a working LaTeX _ installation, dvipng _
2223(which may be included with your LaTeX installation), and Ghostscript _
@@ -126,4 +127,4 @@ Illustrator, and searched text in pdf documents.
126127.. _Ghostscript : http://www.cs.wisc.edu/~ghost/
127128.. _PSNFSS : http://www.ctan.org/tex-archive/macros/latex/required/psnfss/psnfss2e.pdf
128129.. _Poppler : http://poppler.freedesktop.org/
129- .. _Xpdf : http://www.foolabs.com/xpdf
130+ .. _Xpdf : http://www.foolabs.com/xpdf
0 commit comments