File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 256
256
257
257
latex_elements = {
258
258
# The paper size ('letterpaper' or 'a4paper').
259
- # 'papersize': 'letterpaper ',
259
+ 'papersize' : 'a4paper ' ,
260
260
# The font size ('10pt', '11pt' or '12pt').
261
261
#'pointsize': '10pt',
262
262
# Additional stuff for the LaTeX preamble.
263
- # 'preamble': '',
263
+ 'preamble' : '\setcounter{tocdepth}{3} ' ,
264
264
# Latex figure (float) alignment
265
265
#'figure_align': 'htbp',
266
266
}
278
278
),
279
279
]
280
280
281
+ latex_engine = "xelatex"
281
282
# The name of an image file (relative to this directory) to place at the top of
282
283
# the title page.
283
284
# latex_logo = None
286
287
# not chapters.
287
288
# latex_use_parts = False
288
289
290
+ latex_use_xindy = False
291
+
289
292
# If true, show page references after internal links.
290
293
# latex_show_pagerefs = False
291
294
You can’t perform that action at this time.
0 commit comments