1\input texinfo
2@documentencoding UTF-8
3$for(header-includes)$
4$header-includes$
5$endfor$
6
7$if(strikeout)$
8@macro textstrikeout{text}
9~~\text\~~
10@end macro
11
12$endif$
13@ifnottex
14@paragraphindent 0
15@end ifnottex
16$if(titlepage)$
17@titlepage
18@title $title$
19$for(author)$
20@author $author$
21$endfor$
22$if(date)$
23$date$
24$endif$
25@end titlepage
26
27$endif$
28$for(include-before)$
29$include-before$
30
31$endfor$
32$if(toc)$
33@contents
34
35$endif$
36$body$
37$for(include-after)$
38
39$include-after$
40$endfor$
41
42@bye
43