Fix typo in updated docs

This commit is contained in:
jfbu 2018-07-31 17:11:59 +02:00
parent b8f43e56ae
commit d07103fde2

View File

@ -2187,14 +2187,14 @@ macros and environments, see also :doc:`/latex`.
this key to set the fontsize in code-blocks according to the this key to set the fontsize in code-blocks according to the
:confval:`latex_engine`. :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 to mitigate the size difference between the default monospaced font
(Courier) and the default text font (Times). You may need to modify (Courier) and the default text font (Times). You may need to modify
this if you use custom fonts. this if you use custom fonts.
- ``'xelatex'`` and ``'lualatex'`` use ``'\\fvset{fontsize=auto}'``, - ``'xelatex'`` and ``'lualatex'`` use ``'\\fvset{fontsize=auto}'``,
as there is no size difference between the regular and the 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 .. versionadded:: 1.8