diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:20:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:20:58 +0000 |
commit | 5bb0bb4be543fd5eca41673696a62ed80d493591 (patch) | |
tree | ad2c464f140e86c7f178a6276d7ea4a93e3e6c92 /doc/latex.rst | |
parent | Adding upstream version 7.2.6. (diff) | |
download | sphinx-e790da33b2f728e32d7edd1ade9308d54aeb425c.tar.xz sphinx-e790da33b2f728e32d7edd1ade9308d54aeb425c.zip |
Adding upstream version 7.3.7.upstream/7.3.7
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/latex.rst')
-rw-r--r-- | doc/latex.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/latex.rst b/doc/latex.rst index 4c9a4e0..0101b24 100644 --- a/doc/latex.rst +++ b/doc/latex.rst @@ -377,7 +377,7 @@ Keys that don't need to be overridden unless in special cases are: .. versionchanged:: 2.0 ``'lualatex'`` executes ``\defaultfontfeatures[\rmfamily,\sffamily]{}`` to disable TeX - ligatures transforming `<<` and `>>` as escaping working with + ligatures transforming ``<<`` and ``>>`` as escaping working with ``pdflatex/xelatex`` failed with ``lualatex``. .. versionchanged:: 2.0 @@ -484,7 +484,7 @@ Keys that don't need to be overridden unless in special cases are: .. versionchanged:: 1.8.3 Original ``\maketitle`` from document class is not overwritten, - hence is re-usable as part of some custom setting for this key. + hence is reusable as part of some custom setting for this key. .. versionadded:: 1.8.3 ``\sphinxbackoftitlepage`` optional macro. It can also be defined |