diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:12:25 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:12:25 +0000 |
commit | 1a166987dfc049d03f034b920e4ae679402aa2f5 (patch) | |
tree | 285368b5ea9ff29b863b1e2216580fd387fd886e /templates/texinfo.template | |
parent | 4806628c8d8ef9e696a981e6f47ede2b3a6f4d48 (diff) | |
download | pandoc-1a166987dfc049d03f034b920e4ae679402aa2f5.tar.gz |
Added rough templates for all writers. These need much fine tuning.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1698 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'templates/texinfo.template')
-rw-r--r-- | templates/texinfo.template | 54 |
1 files changed, 53 insertions, 1 deletions
diff --git a/templates/texinfo.template b/templates/texinfo.template index 1333ed77b..968b43340 100644 --- a/templates/texinfo.template +++ b/templates/texinfo.template @@ -1 +1,53 @@ -TODO +\input texinfo +@documentencoding utf-8 +$header-includes$ + + +@ifnottex +@paragraphindent 0 +@end ifnottex +@titlepage +@title @math{title} +@author $authors$ +$date$ +@end titlepage +@contents +$before$ + +@node Top +@top @math{title} + +@menu +* section oen:: +@end menu + +@node section oen +@chapter section oen +@enumerate +@item +one +@enumerate a +@item +two +@enumerate 3 +@item +three +@end enumerate + +@end enumerate + +@end enumerate + +@verbatim +hi +@end verbatim + +footnote@footnote{with code +@verbatim +code +@end verbatim +} + +$after$ + +@bye |