File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 256256
257257latex_elements = {
258258 # The paper size ('letterpaper' or 'a4paper').
259- # 'papersize': 'letterpaper ',
259+ 'papersize' : 'a4paper ' ,
260260 # The font size ('10pt', '11pt' or '12pt').
261261 #'pointsize': '10pt',
262262 # Additional stuff for the LaTeX preamble.
263- # 'preamble': '',
263+ 'preamble' : '\setcounter{tocdepth}{3} ' ,
264264 # Latex figure (float) alignment
265265 #'figure_align': 'htbp',
266266}
278278 ),
279279]
280280
281+ latex_engine = "xelatex"
281282# The name of an image file (relative to this directory) to place at the top of
282283# the title page.
283284# latex_logo = None
286287# not chapters.
287288# latex_use_parts = False
288289
290+ latex_use_xindy = False
291+
289292# If true, show page references after internal links.
290293# latex_show_pagerefs = False
291294
You can’t perform that action at this time.
0 commit comments