diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-07-20 00:54:40 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-20 00:54:40 +0900 |
commit | 60617cb1e6d6d5fa2198c2e309e9d97cbbcce8ea (patch) | |
tree | 9fef6f26105d93a8d010f26813b191d68c7dfb85 | |
parent | 501abc67b654cb610cd5bf77e235cfc711a3eb97 (diff) | |
parent | e1612b4909340a27096449de40d0f35954ec5276 (diff) | |
download | sphinx-git-60617cb1e6d6d5fa2198c2e309e9d97cbbcce8ea.tar.gz |
Merge pull request #9476 from jfbu/9475_latex_markup
Remove mark-up in Sphinx own docs breaking building it into PDF output
-rw-r--r-- | doc/tutorial/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/index.rst b/doc/tutorial/index.rst index 6ff268695..51409a6b0 100644 --- a/doc/tutorial/index.rst +++ b/doc/tutorial/index.rst @@ -233,7 +233,7 @@ Sweet! .. note:: Generating a PDF using Sphinx can be done running ``make latexpdf``, - provided that the system has a working :math:`\LaTeX` installation, + provided that the system has a working LaTeX installation, as explained in the documentation of :class:`sphinx.builders.latex.LaTeXBuilder`. Although this is perfectly feasible, such installations are often big, and in general LaTeX requires careful configuration in some cases, |