From fdb493a5cf1d9559ea652a08af06e63131ebef9a Mon Sep 17 00:00:00 2001 From: Ivo Clarysse Date: Sat, 30 Apr 2016 08:11:14 -0700 Subject: Add docbook5 template --- default.docbook5 | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 default.docbook5 (limited to 'default.docbook5') diff --git a/default.docbook5 b/default.docbook5 new file mode 100644 index 000000000..b3a0b6def --- /dev/null +++ b/default.docbook5 @@ -0,0 +1,30 @@ + + +$if(mathml)$ +
+$else$ +
+$endif$ + + $title$ +$if(author)$ + +$for(author)$ + + $author$ + +$endfor$ + +$endif$ +$if(date)$ + $date$ +$endif$ + +$for(include-before)$ +$include-before$ +$endfor$ +$body$ +$for(include-after)$ +$include-after$ +$endfor$ +
-- cgit v1.2.3 From f5fde82ceb62c6748c538040de13b58e14c43ff6 Mon Sep 17 00:00:00 2001 From: Mauro Bieg Date: Wed, 28 Dec 2016 14:09:50 +0100 Subject: DocBook5: fix namespace declarations --- default.docbook5 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'default.docbook5') diff --git a/default.docbook5 b/default.docbook5 index b3a0b6def..415ccf9c3 100644 --- a/default.docbook5 +++ b/default.docbook5 @@ -1,10 +1,11 @@ +
-$else$ -
+ xmlns:mml="http://www.w3.org/1998/Math/MathML" $endif$ + xmlns:xlink="http://www.w3.org/1999/xlink" > $title$ $if(author)$ -- cgit v1.2.3