2 if u want to add something to the main info-node menu use NODEnn for any
3 menu definitions, where nnn is a number for ordering the items .. to get them
4 in the right order u need to acknowledge with the other developers, the
5 chapternumber of your part multiplied with 10 plus 5 might be
6 a good choice nnn must be of 3 digits!
8 NODE105 * The Third Chapter:: This blah...
13 same as above but prefixed with APPENDIXNnnn
14 where N is the uppercase appendix character-number
19 adding words to the glossary:
20 GLOSSfoobar @GLOSS{foobar,a common metasyntactic variable}
21 the first sorting 'foobar' must be lowercase
22 the index-letters need to be enabled in /doc/doc.cpp
27 Adding your name on the main book-copyright page
28 if you write some part of the documentation and you are not mentioned in the copyright
29 of the main Book copyright notice then add the following lines to the main part of ur
30 documentation (please don't change the documentation system setup for this)
32 NAME1lastname Firstname Lastname,
33 NAME2lastname Firstname Lastname,
34 NAME3lastname @author firstname Lastname
36 note: 26 and 36 no other numbers! don't forget the commas.
37 the first lowercase 'lastname' is used for sorting the people in alphabetical order
38 take care that u dont do this more than once.
42 When u setup a new chapter in a book, add the following lines to introduce the chapter:
44 CHAPTER @chapter{title}
45 CHAPTERAUTHORS @emph{ This Chapter is written by
48 so later anyone who writes some part of the chapter can add himself with:
50 AUTHORlastname Firstname Lastname
52 to the list of authors. this line is a bit free form, i can add annotations what u have done,
53 commas and 'and' and so on. please check the results if u do something special.
56 //__=CHAPTERAUTHORS=_151=
62 there are some macros to explain some issues
64 @INFO Background information
65 @NOTE surprising feature
75 // preamble \input texinfo
76 // preamble @include version.texi
77 //preamble @settitle Pipapomisc
78 //preamble @c index of macros
79 //preamble @defcodeindex ma
80 // preamble @c index of modules
81 // preamble @defcodeindex mo
83 //preamble @macro NOTE {}
85 //preamble @noindent @strong{Note: }
88 //preamble @macro INFO {}
90 //preamble @noindent @strong{Info: }
93 //preamble @macro IMPO {}
95 //preamble @noindent @strong{Important: }
98 //preamble @macro WARN {}
100 //preamble @noindent @strong{Warning: }
101 //preamble @end macro
103 //preamble @rmacro TAB {what}
104 //preamble @ @ @ @ @ @ @ @ \what\
105 //preamble @end rmacro
107 //preamble @macro GLOSS {word,expl}
109 //preamble @item \word\ @dots{}
110 //preamble @noindent \expl\
112 //preamble @end macro
116 //__20 The MaLa extension language.
117 //__25 Copyright @copyright{} 2005
118 //__27 Pipapo Project.
124 //__=ENDTITLEPAGE=__34=
127 //TITLEPAGE @titlepage
128 //TITLEPAGE @title The Mala extension language
129 //TITLEPAGE @subtitle Pipapo Project
130 //TITLEPAGE @subtitle Edition @value{EDITION}, version @value{VERSION}
131 //TITLEPAGE @subtitle @value{UPDATED}
132 //ENDTITLEPAGE @end titlepage
136 //__=NAMECOLOPHON=__36=
139 //COLOPHON1 @vskip 0pt plus 1filll
140 //COLOPHON1 Copyright @copyright{} 2005
141 //COLOPHON2 Pipapo Project.
142 // COLOPHON2 @end page
149 // MENUBEGIN main node
154 //__48 @shortcontents
161 //__74 @unnumbered Glossary
165 // GLOSS0 @*@GLOSS{0,}
166 // GLOSS1 @*@GLOSS{1,}
167 // GLOSS2 @*@GLOSS{2,}
168 // GLOSS3 @*@GLOSS{3,}
169 // GLOSS4 @*@GLOSS{4,}
170 // GLOSS5 @*@GLOSS{5,}
171 // GLOSS6 @*@GLOSS{6,}
172 // GLOSS7 @*@GLOSS{7,}
173 // GLOSS8 @*@GLOSS{8,}
174 // GLOSS9 @*@GLOSS{9,}
175 // GLOSSa @*@GLOSS{A,}
176 // GLOSSb @*@GLOSS{B,}
177 // GLOSSc @*@GLOSS{C,}
178 // GLOSSd @*@GLOSS{D,}
179 // GLOSSe @*@GLOSS{E,}
180 // GLOSSf @*@GLOSS{F,}
181 // GLOSSg @*@GLOSS{G,}
182 // GLOSSh @*@GLOSS{H,}
183 // GLOSSi @*@GLOSS{I,}
184 // GLOSSi @*@GLOSS{I,}
185 // GLOSSj @*@GLOSS{J,}
186 // GLOSSk @*@GLOSS{K,}
187 // GLOSSl @*@GLOSS{L,}
188 // GLOSSm @*@GLOSS{M,}
189 // GLOSSn @*@GLOSS{N,}
190 // GLOSSo @*@GLOSS{O,}
191 // GLOSSp @*@GLOSS{P,}
192 // GLOSSq @*@GLOSS{Q,}
193 // GLOSSr @*@GLOSS{R,}
194 // GLOSSs @*@GLOSS{S,}
195 // GLOSSt @*@GLOSS{T,}
196 // GLOSSu @*@GLOSS{U,}
197 // GLOSSv @*@GLOSS{V,}
198 // GLOSSw @*@GLOSS{W,}
199 // GLOSSx @*@GLOSS{X,}
200 // GLOSSy @*@GLOSS{Y,}
201 // GLOSSz @*@GLOSS{Z,}
206 // INDEX printindices
207 // INDEX @unnumbered Exception Index
208 // INDEX @printindex ex
210 // INDEX @unnumbered Hierachy Index
211 // INDEX @printindex hi
213 //INDEX @unnumbered Macro Index
214 //INDEX @printindex ma
216 // INDEX @unnumbered Namespace Index
217 // INDEX @printindex na
219 // INDEX @unnumbered Type Index
220 // INDEX @printindex tp
222 //INDEX @unnumbered Concept Index
223 //INDEX @printindex cp
227 // arch-tag: 29b6958e-a4cc-4161-9a63-744b07a47713