diff options
Diffstat (limited to 'templates/rst.template')
-rw-r--r-- | templates/rst.template | 45 |
1 files changed, 44 insertions, 1 deletions
diff --git a/templates/rst.template b/templates/rst.template index 1333ed77b..6c4bfd0d4 100644 --- a/templates/rst.template +++ b/templates/rst.template @@ -1 +1,44 @@ -TODO +=============== +:math:`$title$` +=============== + +:Author: $authors$ +:Date: $date$ + +.. contents:: + +$header-includes$ + +$before$ + +.. role:: math(raw) + :format: html latex + +section oen +=========== + + +1. one + + a. two + + iii. three + + + +:: + + hi + +footnote [1]_ + +.. [1] + with code + + :: + + code + + +$after$ + |