diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:12:59 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:12:59 +0000 |
commit | 1f580fb70189f91894ec757dd00cd4286d0da8a6 (patch) | |
tree | 04f6a64233bca673b1e749599e14ad4ab9a60acf /templates/texinfo.template | |
parent | 3ec8772daff7d76097d7435c4e8da1df5ee4cc6a (diff) | |
download | pandoc-1f580fb70189f91894ec757dd00cd4286d0da8a6.tar.gz |
Restored writerIncludeBefore, writerIncludeAfter.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1700 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'templates/texinfo.template')
-rw-r--r-- | templates/texinfo.template | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/texinfo.template b/templates/texinfo.template index 968b43340..553395a3b 100644 --- a/templates/texinfo.template +++ b/templates/texinfo.template @@ -12,7 +12,6 @@ $header-includes$ $date$ @end titlepage @contents -$before$ @node Top @top @math{title} @@ -48,6 +47,5 @@ code @end verbatim } -$after$ @bye |