diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-07-19 12:02:59 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-07-19 12:02:59 -0700 |
commit | d095685bde2f938f6282692adc27bf59d0fb4803 (patch) | |
tree | aaa70982e8c5ada610d5581fc283b75fd16590f5 /plain.template | |
download | pandoc-d095685bde2f938f6282692adc27bf59d0fb4803.tar.gz |
Initial commit
Diffstat (limited to 'plain.template')
-rw-r--r-- | plain.template | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/plain.template b/plain.template new file mode 100644 index 000000000..06ecbd3a6 --- /dev/null +++ b/plain.template @@ -0,0 +1,23 @@ +$if(titleblock)$ +$title$ +$for(author)$$author$$sep$; $endfor$ +$date$ + +$endif$ +$for(header-includes)$ +$header-includes$ + +$endfor$ +$for(include-before)$ +$include-before$ + +$endfor$ +$if(toc)$ +$toc$ + +$endif$ +$body$ +$for(include-after)$ + +$include-after$ +$endfor$ |