diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-07-19 16:24:35 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-07-19 16:24:35 -0700 |
commit | b43873a9ea07afc698d15559717550f8b46e365c (patch) | |
tree | 50d25c6b1e729ab088b9ee01ac5a0cc5b919ccb6 /templates/rtf.template | |
parent | 1c28c5308f0991c09af8dcbf4e555ee77fe1dab1 (diff) | |
download | pandoc-b43873a9ea07afc698d15559717550f8b46e365c.tar.gz |
Added templates as a git submodule.
This should make it easier for people to track updates to their
custom templates.
Diffstat (limited to 'templates/rtf.template')
-rw-r--r-- | templates/rtf.template | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/templates/rtf.template b/templates/rtf.template deleted file mode 100644 index 833e19844..000000000 --- a/templates/rtf.template +++ /dev/null @@ -1,27 +0,0 @@ -{\rtf1\ansi\deff0{\fonttbl{\f0 \fswiss Helvetica;}{\f1 Courier;}} -{\colortbl;\red255\green0\blue0;\red0\green0\blue255;} -\widowctrl\hyphauto -$for(header-includes)$ -$header-includes$ -$endfor$ - -$if(title)$ -{\pard \qc \f0 \sa180 \li0 \fi0 \b \fs36 $title$\par} -$endif$ -$for(author)$ -{\pard \qc \f0 \sa180 \li0 \fi0 $author$\par} -$endfor$ -$if(date)$ -{\pard \qc \f0 \sa180 \li0 \fi0 $date$\par} -$endif$ -$if(spacer)$ -{\pard \ql \f0 \sa180 \li0 \fi0 \par} -$endif$ -$for(include-before)$ -$include-before$ -$endfor$ -$body$ -$for(include-after)$ -$include-after$ -$endfor$ -} |