From 6c029621ed9399abebbfd4fc43af0dd751c621aa Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 21 Jul 2011 10:09:51 -0700 Subject: LaTeX reader & writer: Use \and to separate authors. Closes #279. --- tests/latex-reader.latex | 2 +- tests/writer.latex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/latex-reader.latex b/tests/latex-reader.latex index 135ee57bb..119ad0881 100644 --- a/tests/latex-reader.latex +++ b/tests/latex-reader.latex @@ -17,7 +17,7 @@ \setcounter{secnumdepth}{0} \VerbatimFootnotes % allows verbatim text in footnotes \title{Pandoc Test Suite} -\author{John MacFarlane\\Anonymous} +\author{John MacFarlane \and Anonymous} \date{July 17, 2006} \begin{document} \maketitle diff --git a/tests/writer.latex b/tests/writer.latex index 15a45a521..8cf7d4887 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -32,7 +32,7 @@ \VerbatimFootnotes % allows verbatim text in footnotes \title{Pandoc Test Suite} -\author{John MacFarlane\\Anonymous} +\author{John MacFarlane \and Anonymous} \date{July 17, 2006} \begin{document} -- cgit v1.2.3