aboutsummaryrefslogtreecommitdiff
path: root/templates/texinfo.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/texinfo.template')
-rw-r--r--templates/texinfo.template54
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