diff --git a/doc/devel/development_setup.rst b/doc/devel/development_setup.rst index a511e4a6aef3..ea8756bf250c 100644 --- a/doc/devel/development_setup.rst +++ b/doc/devel/development_setup.rst @@ -112,19 +112,19 @@ Additional external dependencies -------------------------------- Required: -* a minimal working LaTeX distribution -* `Graphviz `_ -* the LaTeX packages *cm-super* and *dvipng*. If your OS bundles ``TexLive``, - then often the "complete" version of the installer will automatically include - these packages (e.g. "texlive-full" or "texlive-all"). +* a minimal working LaTeX distribution +* `Graphviz `_ +* the LaTeX packages *cm-super* and *dvipng* (if your OS bundles TeXLive, the + "complete" version of the installer, e.g. "texlive-full" or "texlive-all", + will often automatically include these packages) Optional, but recommended: -* `Inkscape `_ -* `optipng `_ -* the font "Humor Sans" (aka the "XKCD" font), or the free alternative - `Comic Neue `_. -* the font "Times New Roman" +* `Inkscape `_ +* `optipng `_ +* the font "Humor Sans" (aka the "XKCD" font), or the free alternative + `Comic Neue `_ +* the font "Times New Roman" .. note:: @@ -132,4 +132,4 @@ Optional, but recommended: Python packages and must be installed separately. The documentation can be built without Inkscape and optipng, but the build process will raise various warnings. If the build process warns that you are missing fonts, make sure - your LaTeX distribution bundles cm-super or install it separately. \ No newline at end of file + your LaTeX distribution bundles cm-super or install it separately. diff --git a/tutorials/text/usetex.py b/tutorials/text/usetex.py index 3dc4e377a766..40e51d9317c1 100644 --- a/tutorials/text/usetex.py +++ b/tutorials/text/usetex.py @@ -102,13 +102,13 @@ * On Ubuntu and Gentoo, the base texlive install does not ship with the type1cm package. You may need to install some of the extra - packages to get all the goodies that come bundled with other latex + packages to get all the goodies that come bundled with other LaTeX distributions. -* Some progress has been made so matplotlib uses the dvi files - directly for text layout. This allows latex to be used for text +* Some progress has been made so Matplotlib uses the dvi files + directly for text layout. This allows LaTeX to be used for text layout with the pdf and svg backends, as well as the \*Agg and PS - backends. In the future, a latex installation may be the only + backends. In the future, a LaTeX installation may be the only external dependency. .. _usetex-troubleshooting: