From e1612b4909340a27096449de40d0f35954ec5276 Mon Sep 17 00:00:00 2001 From: jfbu <2589111+jfbu@users.noreply.github.com> Date: Mon, 19 Jul 2021 12:15:11 +0200 Subject: [PATCH] Remove mark-up breaking PDF output Close: #9475 Refs: #9355 --- doc/tutorial/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/index.rst b/doc/tutorial/index.rst index 6ff26869516..51409a6b069 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,