Skip to content

Commit 5cf7fe9

Browse files
committed
Small fixes to latex-related docs.
- Capitalization, spacing. - Make bullet points consistently not end with period.
1 parent 6015417 commit 5cf7fe9

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

doc/devel/development_setup.rst

+11-11
Original file line numberDiff line numberDiff line change
@@ -112,24 +112,24 @@ Additional external dependencies
112112
--------------------------------
113113
Required:
114114

115-
* a minimal working LaTeX distribution
116-
* `Graphviz <http://www.graphviz.org/download>`_
117-
* the LaTeX packages *cm-super* and *dvipng*. If your OS bundles ``TexLive``,
118-
then often the "complete" version of the installer will automatically include
119-
these packages (e.g. "texlive-full" or "texlive-all").
115+
* a minimal working LaTeX distribution
116+
* `Graphviz <http://www.graphviz.org/download>`_
117+
* the LaTeX packages *cm-super* and *dvipng* (if your OS bundles TeXLive, the
118+
"complete" version of the installer, e.g. "texlive-full" or "texlive-all",
119+
will often automatically include these packages)
120120

121121
Optional, but recommended:
122122

123-
* `Inkscape <https://inkscape.org>`_
124-
* `optipng <http://optipng.sourceforge.net>`_
125-
* the font "Humor Sans" (aka the "XKCD" font), or the free alternative
126-
`Comic Neue <http://comicneue.com/>`_.
127-
* the font "Times New Roman"
123+
* `Inkscape <https://inkscape.org>`_
124+
* `optipng <http://optipng.sourceforge.net>`_
125+
* the font "Humor Sans" (aka the "XKCD" font), or the free alternative
126+
`Comic Neue <http://comicneue.com/>`_
127+
* the font "Times New Roman"
128128

129129
.. note::
130130

131131
The documentation will not build without LaTeX and Graphviz. These are not
132132
Python packages and must be installed separately. The documentation can be
133133
built without Inkscape and optipng, but the build process will raise various
134134
warnings. If the build process warns that you are missing fonts, make sure
135-
your LaTeX distribution bundles cm-super or install it separately.
135+
your LaTeX distribution bundles cm-super or install it separately.

tutorials/text/usetex.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@
102102
103103
* On Ubuntu and Gentoo, the base texlive install does not ship with
104104
the type1cm package. You may need to install some of the extra
105-
packages to get all the goodies that come bundled with other latex
105+
packages to get all the goodies that come bundled with other LaTeX
106106
distributions.
107107
108-
* Some progress has been made so matplotlib uses the dvi files
109-
directly for text layout. This allows latex to be used for text
108+
* Some progress has been made so Matplotlib uses the dvi files
109+
directly for text layout. This allows LaTeX to be used for text
110110
layout with the pdf and svg backends, as well as the \*Agg and PS
111-
backends. In the future, a latex installation may be the only
111+
backends. In the future, a LaTeX installation may be the only
112112
external dependency.
113113
114114
.. _usetex-troubleshooting:

0 commit comments

Comments
 (0)