Add docbook5 template

This commit is contained in:
Ivo Clarysse 2016-04-30 08:11:14 -07:00
parent d39b2207f9
commit fdb493a5cf

30
default.docbook5 Normal file
View file

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE article>
$if(mathml)$
<article xmlns="http://docbook.org/ns/docbook" version="5.0">
$else$
<article xmlns="http://docbook.org/ns/docbook" version="5.0">
$endif$
<info>
<title>$title$</title>
$if(author)$
<authorgroup>
$for(author)$
<author>
$author$
</author>
$endfor$
</authorgroup>
$endif$
$if(date)$
<date>$date$</date>
$endif$
</info>
$for(include-before)$
$include-before$
$endfor$
$body$
$for(include-after)$
$include-after$
$endfor$
</article>