|
40 | 40 | # -- Options for LaTeX output --------------------------------------------- |
41 | 41 |
|
42 | 42 | latex_elements = { |
43 | | -# The paper size ('letterpaper' or 'a4paper'). |
44 | | -#'papersize': 'letterpaper', |
| 43 | + # The paper size ('letterpaper' or 'a4paper'). |
| 44 | + # 'papersize': 'letterpaper', |
45 | 45 |
|
46 | | -# The font size ('10pt', '11pt' or '12pt'). |
47 | | -#'pointsize': '10pt', |
| 46 | + # The font size ('10pt', '11pt' or '12pt'). |
| 47 | + # 'pointsize': '10pt', |
48 | 48 |
|
49 | | -# Additional stuff for the LaTeX preamble. |
50 | | -#'preamble': '', |
| 49 | + # Additional stuff for the LaTeX preamble. |
| 50 | + # 'preamble': '', |
51 | 51 | } |
52 | 52 |
|
53 | 53 | # Grouping the document tree into LaTeX files. List of tuples |
54 | 54 | # (source start file, target name, title, |
55 | 55 | # author, documentclass [howto, manual, or own class]). |
56 | 56 | latex_documents = [ |
57 | | - ('index', 'PythonorgWebsite.tex', 'Python.org Website Documentation', |
58 | | - 'Python Software Foundation', 'manual'), |
| 57 | + ('index', 'PythonorgWebsite.tex', 'Python.org Website Documentation', |
| 58 | + 'Python Software Foundation', 'manual'), |
59 | 59 | ] |
60 | 60 |
|
61 | 61 | # -- Options for manual page output --------------------------------------- |
|
73 | 73 | # (source start file, target name, title, author, |
74 | 74 | # dir menu entry, description, category) |
75 | 75 | texinfo_documents = [ |
76 | | - ('index', 'PythonorgWebsite', 'Python.org Website Documentation', |
77 | | - 'Python Software Foundation', 'PythonorgWebsite', '', |
78 | | - 'Miscellaneous'), |
| 76 | + ('index', 'PythonorgWebsite', 'Python.org Website Documentation', |
| 77 | + 'Python Software Foundation', 'PythonorgWebsite', '', |
| 78 | + 'Miscellaneous'), |
79 | 79 | ] |
0 commit comments