Skip to content

Commit c6e39d8

Browse files
authored
Add missing backslashes in LaTeX documentation (#13525)
1 parent e6d67ca commit c6e39d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/latex.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ Keys that don't need to be overridden unless in special cases are:
500500
.. hint::
501501

502502
If the key value is set to
503-
:code-tex:`r'\\newcommand\sphinxbackoftitlepage{<Extra
503+
:code-tex:`r'\\newcommand\\sphinxbackoftitlepage{<Extra
504504
material>}\\sphinxmaketitle'`, then ``<Extra material>`` will be
505505
typeset on back of title page (``'manual'`` docclass only).
506506

@@ -1694,7 +1694,7 @@ Macros
16941694
.. hint::
16951695

16961696
If adding to preamble the loading of ``tocloft`` package, also add to
1697-
preamble :code-tex:`\\renewcommand\sphinxtableofcontentshook{}` else it
1697+
preamble :code-tex:`\\renewcommand\\sphinxtableofcontentshook{}` else it
16981698
will reset :code-tex:`\\l@section` and :code-tex:`\\l@subsection`
16991699
cancelling ``tocloft`` customization.
17001700

0 commit comments

Comments
 (0)