|
@@ -344,7 +344,7 @@ if major == 1 and minor > 3:
|
|
|
if major == 1 and minor <= 4:
|
|
if major == 1 and minor <= 4:
|
|
|
latex_elements['preamble'] += '\\usepackage[margin=0.5in, top=1in, bottom=1in]{geometry}'
|
|
latex_elements['preamble'] += '\\usepackage[margin=0.5in, top=1in, bottom=1in]{geometry}'
|
|
|
elif major == 1 and (minor > 5 or (minor == 5 and patch >= 3)):
|
|
elif major == 1 and (minor > 5 or (minor == 5 and patch >= 3)):
|
|
|
- latex_elements['sphinxsetup'] = 'hmargin=0.5in, vmargin=0.5in'
|
|
|
|
|
|
|
+ latex_elements['sphinxsetup'] = 'hmargin=0.5in, vmargin=1in'
|
|
|
|
|
|
|
|
|
|
|
|
|
# Grouping the document tree into LaTeX files. List of tuples
|
|
# Grouping the document tree into LaTeX files. List of tuples
|