Very ad-hoc initial version
[texinfo-docstrings.git] / template.texinfo
blob0db9542036f2e67606afdecbfe9394365d0bdf60
1 \input texinfo   @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename %%MANUAL-FILENAME%%.info
4 @settitle %%MANUAL-TITLE%%
6 @c @exampleindent 2
7 @c @documentencoding utf-8
9 @c %**end of header
11 @c for install-info
12 @c @dircategory %%INFO-CATEGORY%%
13 @c @direntry
14 @c * %%MANUAL-FILENAME%%:           %%PROJECT-DESCRIPTION%%
15 @c @end direntry
17 @c Show types, functions, and concepts in the same index.
18 @syncodeindex tp cp
19 @syncodeindex fn cp
21 @copying
22 @c Copyright @copyright{} 2084 John Doe <john@doe.com>
24 @include license.texinfo
25 @end copying
27 @titlepage
28 @title %%MANUAL-TITLE%%
29 @subtitle %%MANUAL-SUBTITLE%%
30 @c @author John Doe
31 @page
32 @vskip 0pt plus 1filll
33 @insertcopying
34 @end titlepage
36 @contents
38 @ifnottex
39 @node Top
40 @top %%MANUAL-FILENAME%%
41 @insertcopying
42 @end ifnottex
44 @c Top Menu
45 @menu
46 * Comprehensive Index::         
47 @end menu
50 @c @node First Chapter
51 @c @chapter First Chapter
53 @c @include include/fun-somepackage-somefunction.texinfo
54 @c @include include/macro-somepackage-somemacro.texinfo
56 @c @node First Section
57 @c @section First Section
59 @c @include include/fun-somepackage-somefunction.texinfo
60 @c @include include/fun-somepackage-somefunction.texinfo
64 @c We call this node ``Comprehensive Index'' so that texinfo's HTML
65 @c output doesn't generate an index.html that'd overwrite the manual's
66 @c initial page.
67 @node Comprehensive Index
68 @unnumbered Index
69 @printindex cp
71 @bye