all: Fix strings with backslash by using raw string literals.

This commit is contained in:
Christian Clauss
2023-03-10 06:28:44 +01:00
committed by Damien George
parent cda292935d
commit 8f8bd98164
4 changed files with 4 additions and 4 deletions

View File

@@ -233,7 +233,7 @@ latex_elements = {
# Additional stuff for the LaTeX preamble.
#'preamble': '',
# Include 3 levels of headers in PDF ToC
'preamble': '\setcounter{tocdepth}{2}',
'preamble': r'\setcounter{tocdepth}{2}',
}
# Grouping the document tree into LaTeX files. List of tuples