escape some backslashes in latex.rst example code

This commit is contained in:
jfbu 2016-10-12 22:33:09 +02:00
parent 613b80d3ed
commit 0861ca9a03

View File

@ -26,9 +26,9 @@ Basic customization is available from ``conf.py`` via usage of the
'preamble': '''\
\\usepackage[titles]{tocloft}
\\cftsetpnumwidth {1.25cm}\\cftsetrmarg{1.5cm}
\\setlength{\cftchapnumwidth}{0.75cm}
\\setlength{\cftsecindent}{\\cftchapnumwidth}
\\setlength{\cftsecnumwidth}{1.25cm}''',
\\setlength{\\cftchapnumwidth}{0.75cm}
\\setlength{\\cftsecindent}{\\cftchapnumwidth}
\\setlength{\\cftsecnumwidth}{1.25cm}''',
'fncychap': '\\usepackage[Bjornstrup]{fncychap}',
'printindex': '\\footnotesize\\raggedright\\printindex',
}