From d07103fde2a440a6a5d9e991f604006bfb72315a Mon Sep 17 00:00:00 2001 From: jfbu Date: Tue, 31 Jul 2018 17:11:59 +0200 Subject: [PATCH] Fix typo in updated docs --- doc/usage/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/usage/configuration.rst b/doc/usage/configuration.rst index 1d0f30caf..89381f6b8 100644 --- a/doc/usage/configuration.rst +++ b/doc/usage/configuration.rst @@ -2187,14 +2187,14 @@ macros and environments, see also :doc:`/latex`. this key to set the fontsize in code-blocks according to the :confval:`latex_engine`. - - ``'pdflatex'`` uses ``'fvvset': '\\fvset{fontsize=\\small}'``, + - ``'pdflatex'`` uses ``'fvset': '\\fvset{fontsize=\\small}'``, to mitigate the size difference between the default monospaced font (Courier) and the default text font (Times). You may need to modify this if you use custom fonts. - ``'xelatex'`` and ``'lualatex'`` use ``'\\fvset{fontsize=auto}'``, as there is no size difference between the regular and the - monospaced fonts used by default by Sphinx. + monospaced fonts used by default by Sphinx with these engines. .. versionadded:: 1.8