Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit5cf7fe9

Browse files
committed
Small fixes to latex-related docs.
- Capitalization, spacing.- Make bullet points consistently not end with period.
1 parent6015417 commit5cf7fe9

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

‎doc/devel/development_setup.rst

Lines 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 bundlesTeXLive, 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

Lines 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 otherlatex
105+
packages to get all the goodies that come bundled with otherLaTeX
106106
distributions.
107107
108-
* Some progress has been made somatplotlib uses the dvi files
109-
directly for text layout. This allowslatex to be used for text
108+
* Some progress has been made soMatplotlib uses the dvi files
109+
directly for text layout. This allowsLaTeX 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, alatex installation may be the only
111+
backends. In the future, aLaTeX installation may be the only
112112
external dependency.
113113
114114
.. _usetex-troubleshooting:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp