Fix use_latex_footnotes warning
This commit is contained in:
parent
0f530f653b
commit
41a8269ca6
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ LATEX_SETTINGS = {
|
||||||
"documentclass" : "scrbook",
|
"documentclass" : "scrbook",
|
||||||
"documentoptions" : "11pt,oneside,a4paper",
|
"documentoptions" : "11pt,oneside,a4paper",
|
||||||
"table_style" : "booktabs",
|
"table_style" : "booktabs",
|
||||||
"use_latex_footnotes": 1,
|
"docutils_footnotes" : 1,
|
||||||
"use_latex_citations": 1,
|
"use_latex_citations": 1,
|
||||||
"use_latex_toc" : 1,
|
"use_latex_toc" : 1,
|
||||||
"use_latex_docinfo" : 0,
|
"use_latex_docinfo" : 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue