summaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/default.ms12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/templates/default.ms b/data/templates/default.ms
index 17f0883b8..16c179235 100644
--- a/data/templates/default.ms
+++ b/data/templates/default.ms
@@ -33,6 +33,14 @@ $for(author)$
.AU
$author$
$endfor$
+$if(date)$
+.ND "$date$"
+$endif$
+$if(abstract)$
+.AB
+$abstract$
+.AE
+$endif$
$for(header-includes)$
$header-includes$
$endfor$
@@ -40,6 +48,10 @@ $for(include-before)$
$include-before$
$endfor$
$body$
+$if(toc)$
+$toc$
+.TC
+$endif$
$for(include-after)$
$include-after$
$endfor$