aboutsummaryrefslogtreecommitdiff
path: root/templates/texinfo.template
blob: 553395a3bf7a2ab87407607597adc814dec316db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
\input texinfo
@documentencoding utf-8
$header-includes$


@ifnottex
@paragraphindent 0
@end ifnottex
@titlepage
@title @math{title}
@author $authors$
$date$
@end titlepage
@contents

@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
}


@bye