mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
#404: Make `\and work properly in the author field of the latex_documents` setting.
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user