From a5110bec7b4cd0c5fc22d0cb25655fc9f919a4aa Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 2 Jan 2010 21:05:10 +0000 Subject: Latex template: only show \author if there are some... git-svn-id: https://pandoc.googlecode.com/svn/trunk@1789 788f1e2b-df1e-0410-8736-df70ead52e1b --- templates/latex.template | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates') diff --git a/templates/latex.template b/templates/latex.template index cc9731bcf..30ecf8a3e 100644 --- a/templates/latex.template +++ b/templates/latex.template @@ -64,7 +64,9 @@ $endfor$ $if(title)$ \title{$title$} $endif$ +$if(author)$ \author{$for(author)$$author$$sep$\\$endfor$} +$endif$ $if(date)$ \date{$date$} $endif$ -- cgit v1.2.3