From db8ff5fb75b2f04a40a83075a0b49690daf1038a Mon Sep 17 00:00:00 2001 From: jfbu Date: Mon, 5 Jun 2017 19:42:47 +0200 Subject: [PATCH] Fix markup typo and missing bit in docs --- doc/latex.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/latex.rst b/doc/latex.rst index a987b717f..8af8da0c0 100644 --- a/doc/latex.rst +++ b/doc/latex.rst @@ -166,7 +166,7 @@ The available styling options For Japanese ``'manual'`` docclass with pointsize ``11pt`` or ``12pt``, use the ``nomag`` extra document class option (cf. ``'extraclassoptions'`` key of :confval:`latex_elements`) or so-called - TeX "true" units: + TeX "true" units:: 'sphinxsetup': 'hmargin=1.5truein, vmargin=1.5truein, marginpar=5zw', @@ -430,10 +430,10 @@ Environments .. versionadded:: 1.5 options ``verbatimwithframe``, ``verbatimwrapslines``, ``verbatimsep``, ``verbatimborder``. -- the bibliography and Python Module index are typeset respectively within - environments ``sphinxthebibliography`` and ``sphinxtheindex``, which are - simple wrappers of the non-modified ``thebibliography`` and ``theindex`` - environments. +- the bibliography uses ``sphinxthebibliography`` and the Python Module index + as well as the general index both use ``sphinxtheindex``; these environments + are wrappers of the ``thebibliography`` and respectively ``theindex`` + environments as provided by the document class (or packages). .. versionchanged:: 1.5 formerly, the original environments were modified by Sphinx.