File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 206206
207207# -- Options for LaTeX output ---------------------------------------------
208208
209- # latex_elements = {
209+ latex_elements = {
210210 # The paper size ('letterpaper' or 'a4paper').
211211 # 'papersize': 'letterpaper',
212212
215215
216216 # Additional stuff for the LaTeX preamble.
217217 # 'preamble': '',
218- # }
218+ }
219219
220220# Grouping the document tree into LaTeX files. List of tuples
221221# (source start file, target name, title,
222222# author, documentclass [howto, manual, or own class]).
223- # latex_documents = [
224- # ('index', '.tex', u'numpydoc Documentation',
225- # u'Numpydoc maintainers', 'manual'),
226- # ]
223+ latex_documents = [
224+ ('index' , '.tex' , u'numpydoc Documentation' ,
225+ u'Numpydoc maintainers' , 'manual' ),
226+ ]
227227
228228# The name of an image file (relative to this directory) to place at the top of
229229# the title page.
You can’t perform that action at this time.
0 commit comments