From dd210437f6abab19512c387ac73af1e3e44aa5ae Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 31 Dec 2009 01:16:00 +0000 Subject: Use $for$ for multiple authors in context, latex, markdown. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1723 788f1e2b-df1e-0410-8736-df70ead52e1b --- templates/context.template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'templates/context.template') diff --git a/templates/context.template b/templates/context.template index 6b9c04a7e..3981d1c51 100644 --- a/templates/context.template +++ b/templates/context.template @@ -78,9 +78,7 @@ $endfor$ $if(title)$ \doctitle{$title$} $endif$ -$if(authors)$ -\author{$authors$} -$endif$ +\author{$for(author)$$author$$sep$\\$endfor$} $if(date)$ \date{$date$} $endif$ -- cgit v1.2.3