Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c06e870

Browse filesBrowse files
authored
Merge pull request #20024 from anntzer/ld
Small fixes to latex-related docs.
2 parents 440a8e0 + 5cf7fe9 commit c06e870
Copy full SHA for c06e870

File tree

Expand file treeCollapse file tree

2 files changed

+15
-15
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+15
-15
lines changed

‎doc/devel/development_setup.rst

Copy file name to clipboardExpand all lines: doc/devel/development_setup.rst
+11-11Lines changed: 11 additions & 11 deletions
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

Copy file name to clipboardExpand all lines: tutorials/text/usetex.py
+4-4Lines changed: 4 additions & 4 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.