diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:16:00 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:16:00 +0000 |
commit | dd210437f6abab19512c387ac73af1e3e44aa5ae (patch) | |
tree | 4517ecd92ca5503906a22b921f37201e8508f94e /templates/latex.template | |
parent | fbef848a3af236ca3a18e6aad7c459e93b8495fc (diff) | |
download | pandoc-dd210437f6abab19512c387ac73af1e3e44aa5ae.tar.gz |
Use $for$ for multiple authors in context, latex, markdown.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1723 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'templates/latex.template')
-rw-r--r-- | templates/latex.template | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/latex.template b/templates/latex.template index 407348b52..80f34857d 100644 --- a/templates/latex.template +++ b/templates/latex.template @@ -38,9 +38,7 @@ $endfor$ $if(title)$ \title{$title$} $endif$ -$if(authors)$ -\author{$authors$} -$endif$ +\author{$for(author)$$author$$sep$\\$endfor$} $if(date)$ \date{$date$} $endif$ |