diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-04-04 21:42:16 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-04-04 21:43:02 -0700 |
commit | 44723bcc95a35d1e7958daab05921f3ac7e77ee2 (patch) | |
tree | 82b3ccac5a0f4353d267fd81ef3c2bf95937c716 /default.docbook | |
parent | 7de81bf0a5805c4a6c9d9e51481ddd452d40b1d8 (diff) | |
download | pandoc-44723bcc95a35d1e7958daab05921f3ac7e77ee2.tar.gz |
DocBook template: Use authorgroup.
Diffstat (limited to 'default.docbook')
-rw-r--r-- | default.docbook | 10 |
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$ |