aboutsummaryrefslogtreecommitdiff
path: root/default.docbook
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-04-04 21:42:16 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-04-04 21:43:02 -0700
commit44723bcc95a35d1e7958daab05921f3ac7e77ee2 (patch)
tree82b3ccac5a0f4353d267fd81ef3c2bf95937c716 /default.docbook
parent7de81bf0a5805c4a6c9d9e51481ddd452d40b1d8 (diff)
downloadpandoc-44723bcc95a35d1e7958daab05921f3ac7e77ee2.tar.gz
DocBook template: Use authorgroup.
Diffstat (limited to 'default.docbook')
-rw-r--r--default.docbook10
1 files changed, 7 insertions, 3 deletions
diff --git a/default.docbook b/default.docbook
index 82f5f5ffb..5313c4083 100644
--- a/default.docbook
+++ b/default.docbook
@@ -9,11 +9,15 @@ $endif$
<article>
<articleinfo>
<title>$title$</title>
+$if(author)$
+ <authorgroup>
$for(author)$
- <author>
- $author$
- </author>
+ <author>
+ $author$
+ </author>
$endfor$
+ </authorgroup>
+$endif$
$if(date)$
<date>$date$</date>
$endif$