Skip to content

Commit 66d1f61

Browse files
Fix issue in config afer merging master
Signed-off-by: Christian Wolf <github@christianwolf.email>
1 parent 044c4d7 commit 66d1f61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

developer_manual/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-latex-output
101101

102102
latex_elements = {
103-
"preamble": "\extrafloats{100}\maxdeadcycles=500\DeclareUnicodeCharacter{274C}{\sffamily X}",
103+
"preamble": "\\extrafloats{100}\\maxdeadcycles=500\\DeclareUnicodeCharacter{274C}{\\sffamily X}",
104104
}
105105
latex_documents = [
106106
(

0 commit comments

Comments
 (0)