#404: Make `\and work properly in the author field of the latex_documents` setting.

This commit is contained in:
Georg Brandl
2010-05-22 14:15:39 +02:00
parent 87a4417791
commit 529d3f5329
5 changed files with 18 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ htmlhelp_basename = 'SphinxTestsdoc'
latex_documents = [
('contents', 'SphinxTests.tex', 'Sphinx Tests Documentation',
'Georg Brandl', 'manual'),
'Georg Brandl \\and someone else', 'manual'),
]
latex_additional_files = ['svgimg.svg']