File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -295,8 +295,8 @@ def _check_dependencies():
295295
296296latex_documents = [
297297 ('contents' , 'Matplotlib.tex' , 'Matplotlib' ,
298- 'John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the '
299- 'matplotlib development team' , 'manual' ),
298+ 'John Hunter\\ and Darren Dale\\ and Eric Firing\\ and Michael Droettboom'
299+ '\\ and and the matplotlib development team' , 'manual' ),
300300]
301301
302302
@@ -307,6 +307,9 @@ def _check_dependencies():
307307latex_elements = {}
308308# Additional stuff for the LaTeX preamble.
309309latex_elements ['preamble' ] = r"""
310+ % One line per author on title page
311+ \DeclareRobustCommand{\and}%
312+ {\end{tabular}\kern-\tabcolsep\\\begin{tabular}[t]{c}}%
310313 % In the parameters section, place a newline after the Parameters
311314 % header. (This is stolen directly from Numpy's conf.py, since it
312315 % affects Numpy-style docstrings).
You can’t perform that action at this time.
0 commit comments