From 74eb52cdf3aaa5bff940dc0f775954c25dcf29ff Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 22 May 2010 14:15:39 +0200 Subject: #404: Make ``\and`` work properly in the author field of the ``latex_documents`` setting. --- tests/root/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/root/conf.py') diff --git a/tests/root/conf.py b/tests/root/conf.py index 6657714d..19c803c9 100644 --- a/tests/root/conf.py +++ b/tests/root/conf.py @@ -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'] -- cgit v1.2.1