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 @@ -298,8 +298,8 @@ def _check_dependencies():
298
298
299
299
latex_documents = [
300
300
('contents' , 'Matplotlib.tex' , 'Matplotlib' ,
301
- 'John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the '
302
- 'matplotlib development team' , 'manual' ),
301
+ 'John Hunter\\ and Darren Dale\\ and Eric Firing\\ and Michael Droettboom'
302
+ '\\ and and the matplotlib development team' , 'manual' ),
303
303
]
304
304
305
305
@@ -310,6 +310,9 @@ def _check_dependencies():
310
310
latex_elements = {}
311
311
# Additional stuff for the LaTeX preamble.
312
312
latex_elements ['preamble' ] = r"""
313
+ % One line per author on title page
314
+ \DeclareRobustCommand{\and}%
315
+ {\end{tabular}\kern-\tabcolsep\\\begin{tabular}[t]{c}}%
313
316
% In the parameters section, place a newline after the Parameters
314
317
% header. (This is stolen directly from Numpy's conf.py, since it
315
318
% affects Numpy-style docstrings).
You can’t perform that action at this time.
0 commit comments