1 <?xml version="1.0" encoding="iso-8859-1"?>
3 <!-- Miscellaneous. -->
4 <macro name="declaremodule">
5 <attribute name="id" optional="yes"/>
6 <attribute name="type"/>
7 <attribute name="name"/>
9 <macro name="modulesynopsis">
12 <macro name="platform">
15 <macro name="deprecated">
16 <attribute name="version"/>
20 <attribute name="id"/>
22 <macro name="nodename" outputname="label">
23 <attribute name="id"/>
25 <macro name="localmoduletable"/>
26 <macro name="manpage">
27 <attribute name="name"/>
28 <attribute name="section"/>
33 <macro name="moduleauthor">
34 <attribute name="name"/>
35 <attribute name="email"/>
38 <attribute name="num"/>
40 <macro name="sectionauthor">
41 <attribute name="name"/>
42 <attribute name="email"/>
44 <macro name="versionadded">
45 <attribute name="version"/>
47 <macro name="versionchanged">
48 <attribute name="version"/>
51 <!-- Module referencing. -->
52 <macro name="refmodule" outputname="module">
53 <attribute name="" optional="yes"/>
54 <attribute name="link">yes</attribute>
58 <!-- Information units. -->
60 <environment name="cfuncdesc">
61 <attribute name="type"/>
62 <attribute name="name"/>
65 <environment name="ctypedesc">
66 <attribute name="name"/>
68 <environment name="cvardesc">
69 <attribute name="type"/>
70 <attribute name="name"/>
73 <!-- Python things. -->
74 <macro name="optional">
77 <environment name="classdesc">
78 <attribute name="name"/>
81 <environment name="datadesc">
82 <attribute name="name"/>
84 <environment name="excdesc">
85 <attribute name="name"/>
88 <environment name="funcdesc">
89 <attribute name="name"/>
92 <macro name="funcline">
93 <attribute name="name"/>
96 <environment name="funcdescni" outputname="funcdesc">
97 <attribute name="index">no</attribute>
98 <attribute name="name"/>
101 <macro name="funclineni" outputname="funcline">
102 <attribute name="index">no</attribute>
103 <attribute name="name"/>
107 <environment name="memberdesc">
108 <attribute name="class" optional="yes"/>
109 <attribute name="name"/>
111 <environment name="memberdescni" outputname="memberdesc">
112 <attribute name="index">no</attribute>
113 <attribute name="class" optional="yes"/>
114 <attribute name="name"/>
117 <environment name="methoddesc">
118 <attribute name="class" optional="yes"/>
119 <attribute name="name"/>
122 <macro name="methodline">
123 <attribute name="class" optional="yes"/>
124 <attribute name="name"/>
127 <environment name="methoddescni">
128 <attribute name="index">no</attribute>
129 <attribute name="class" optional="yes"/>
130 <attribute name="name"/>
133 <macro name="methodlineni" outputname="methodline">
134 <attribute name="index">no</attribute>
135 <attribute name="class" optional="yes"/>
136 <attribute name="name"/>
140 <environment name="opcodedesc">
141 <attribute name="name"/>
142 <attribute name="var"/>
145 <!-- "See also:" sections. -->
146 <macro name="seemodule">
147 <attribute name="ref" optional="yes"/>
148 <attribute name="name"/>
151 <macro name="seetext">
155 <!-- Index-generating markup. -->
156 <macro name="index" outputname="indexterm">
157 <attribute name="term1"/>
159 <macro name="indexii" outputname="indexterm">
160 <attribute name="term1"/>
161 <attribute name="term2"/>
163 <macro name="indexiii" outputname="indexterm">
164 <attribute name="term1"/>
165 <attribute name="term2"/>
166 <attribute name="term3"/>
168 <macro name="indexiv" outputname="indexterm">
169 <attribute name="term1"/>
170 <attribute name="term2"/>
171 <attribute name="term3"/>
172 <attribute name="term4"/>
175 <macro name="ttindex" outputname="indexterm">
176 <attribute name="style">tt</attribute>
177 <attribute name="term1"/>
180 <macro name="refmodindex">
181 <attribute name="module"/>
183 <macro name="stmodindex">
184 <attribute name="module"/>
186 <macro name="refbimodindex" outputname="refmodindex">
187 <attribute name="module"/>
189 <macro name="refexmodindex" outputname="refmodindex">
190 <attribute name="module"/>
192 <macro name="refstmodindex" outputname="refmodindex">
193 <attribute name="module"/>
196 <macro name="bifuncindex">
197 <attribute name="name"/>
199 <macro name="exindex">
200 <attribute name="name"/>
202 <macro name="obindex">
203 <attribute name="name"/>
205 <macro name="kwindex">
206 <attribute name="name"/>
208 <macro name="opindex">
209 <attribute name="type"/>
211 <macro name="stindex">
212 <attribute name="type"/>
214 <macro name="withsubitem">
215 <attribute name="text"/>
218 <macro name="setindexsubitem">
219 <attribute name="text"/>
222 <!-- Entity management. -->
223 <macro name="include">
224 <attribute name="source"/>
227 <attribute name="source"/>
230 <!-- Large-scale document structure. -->
231 <macro name="documentclass">
232 <attribute name="classname"/>
235 <environment name="document"
236 endcloses="chapter chapter* section section*
237 subsection subsection*
238 subsubsection subsubsection*
239 paragraph paragraph* subparagraph subparagraph*"/>
241 <macro name="chapter"
242 closes="chapter chapter* section section* subsection subsection*
243 subsubsection subsubsection*
244 paragraph paragraph* subparagraph subparagraph*">
247 <child name="title"/>
248 <content implied="yes"/>
250 <macro name="chapter*" outputname="chapter"
251 closes="chapter chapter* section section* subsection subsection*
252 subsubsection subsubsection*
253 paragraph paragraph* subparagraph subparagraph*">
254 <attribute name="numbered">no</attribute>
257 <child name="title"/>
258 <content implied="yes"/>
261 <macro name="section"
262 closes="section section* subsection subsection*
263 subsubsection subsubsection*
264 paragraph paragraph* subparagraph subparagraph*">
267 <child name="title"/>
268 <content implied="yes"/>
270 <macro name="section*" outputname="section"
271 closes="section section* subsection subsection*
272 subsubsection subsubsection*
273 paragraph paragraph* subparagraph subparagraph*">
274 <attribute name="numbered">no</attribute>
277 <child name="title"/>
278 <content implied="yes"/>
281 <macro name="subsection"
282 closes="subsection subsection* subsubsection subsubsection*
283 paragraph paragraph* subparagraph subparagraph*">
286 <child name="title"/>
287 <content implied="yes"/>
289 <macro name="subsection*" outputname="subsection"
290 closes="subsection subsection* subsubsection subsubsection*
291 paragraph paragraph* subparagraph subparagraph*">
292 <attribute name="numbered">no</attribute>
295 <child name="title"/>
296 <content implied="yes"/>
299 <macro name="subsubsection"
300 closes="subsubsection subsubsection*
301 paragraph paragraph* subparagraph subparagraph*">
304 <child name="title"/>
305 <content implied="yes"/>
307 <macro name="subsubsection*" outputname="subsubsection"
308 closes="subsubsection subsubsection*
309 paragraph paragraph* subparagraph subparagraph*">
310 <attribute name="numbered">no</attribute>
313 <child name="title"/>
314 <content implied="yes"/>
317 <macro name="paragraph"
318 closes="paragraph paragraph* subparagraph subparagraph*">
321 <child name="title"/>
322 <content implied="yes"/>
324 <macro name="paragraph*" outputname="paragraph"
325 closes="paragraph paragraph* subparagraph subparagraph*">
326 <attribute name="numbered">no</attribute>
329 <child name="title"/>
330 <content implied="yes"/>
333 <macro name="subparagraph"
334 closes="subparagraph subparagraph*">
337 <child name="title"/>
338 <content implied="yes"/>
340 <macro name="subparagraph*" outputname="subparagraph"
341 closes="subparagraph subparagraph*">
342 <attribute name="numbered">no</attribute>
345 <child name="title"/>
346 <content implied="yes"/>
352 <macro name="appendix" outputname="back-matter"
353 closes="chapter chapter* section subsection subsubsection
354 paragraph subparagraph"/>
356 <environment name="list"
358 <attribute name="bullet"/>
359 <attribute name="init"/>
361 <macro name="item" closes="item">
362 <child name="leader" optional="yes"/>
363 <content implied="yes"/>
367 <attribute name="ref"/>
370 <environment name="description" outputname="descriptionlist"
373 <environment name="enumerate" outputname="enumeration"
376 <environment name="fulllineitems"
379 <environment name="itemize"
382 <environment name="definitions" outputname="definitionlist"
384 <macro name="term" closes="definition">
385 <!-- not really optional, but uses the [] syntax -->
386 <child name="term" optional="yes"/>
387 <child name="definition" implied="yes"/>
390 <environment name="comment" verbatim="yes"/>
391 <environment name="verbatim" verbatim="yes"/>
392 <environment name="verbatim*" verbatim="yes">
393 <!-- not used anywhere, but it's a standard LaTeXism -->
394 <attribute name="spaces">visible</attribute>
397 <!-- Table markup. -->
398 <macro name="hline"/>
399 <environment name="tableii" outputname="table">
400 <attribute name="cols">2</attribute>
401 <attribute name="colspec"/>
402 <attribute name="style"/>
403 <child name="entry"/>
406 <child name="entry"/>
408 <macro name="lineii" outputname="row">
409 <child name="entry"/>
412 <child name="entry"/>
415 <environment name="tableiii" outputname="table">
416 <attribute name="cols">3</attribute>
417 <attribute name="colspec"/>
418 <attribute name="style"/>
419 <child name="entry"/>
422 <child name="entry"/>
425 <child name="entry"/>
427 <macro name="lineiii" outputname="row">
428 <child name="entry"/>
431 <child name="entry"/>
434 <child name="entry"/>
437 <environment name="tableiv" outputname="table">
438 <attribute name="cols">4</attribute>
439 <attribute name="colspec"/>
440 <attribute name="style"/>
441 <child name="entry"/>
444 <child name="entry"/>
447 <child name="entry"/>
450 <child name="entry"/>
452 <macro name="lineiv" outputname="row">
453 <child name="entry"/>
456 <child name="entry"/>
459 <child name="entry"/>
462 <child name="entry"/>
465 <!-- These are handled at a later translation stage, at least for now. -->
466 <macro name="Cpp" outputname="">
470 <macro name="LaTeX"/>
471 <macro name="ldots" outputname="">
476 <macro name="version"/>
482 <macro name="strong">
485 <macro name="textrm">
488 <macro name="texttt">
494 <macro name="exception">
497 <macro name="keyword">
509 <macro name="cfunction">
515 <macro name="pytype">
518 <macro name="character">
521 <macro name="constant">
524 <macro name="envvar">
527 <macro name="file" outputname="filename">
530 <macro name="function">
536 <macro name="makevar">
539 <macro name="method">
542 <macro name="member">
545 <macro name="mimetype">
548 <macro name="newsgroup">
551 <macro name="program">
554 <macro name="regexp">
566 <macro name="footnote">
569 <macro name="dfn" outputname="definedterm">
577 <!-- minimal math stuff to get by -->
581 <macro name="frac" outputname="fraction">
582 <child name="numerator"/>
583 <child name="denominator"/>
589 <!-- Conversions to text; perhaps could be different? There's -->
590 <!-- no way for a style sheet to work with these this way. -->
591 <macro name="ABC" outputname=""
594 <macro name="ASCII" outputname="">
597 <macro name="C" outputname="">
600 <macro name="EOF" outputname="">
603 <macro name="e" outputname="">
606 <macro name="NULL" outputname="constant">
609 <macro name="POSIX" outputname="">
612 <macro name="UNIX" outputname="">
616 <!-- These will end up disappearing as well! -->
617 <macro name="catcode" outputname=""/>
618 <macro name="fi" outputname=""/>
619 <macro name="ifhtml" outputname=""/>
620 <macro name="indexname" outputname=""/>
621 <macro name="labelwidth" outputname=""/>
622 <macro name="large" outputname=""/>
623 <macro name="leftmargin" outputname=""/>
624 <macro name="makeindex" outputname=""/>
625 <macro name="makemodindex" outputname=""/>
626 <macro name="maketitle" outputname=""/>
627 <macro name="noindent" outputname=""/>
628 <macro name="protect" outputname=""/>
629 <macro name="renewcommand">
630 <attribute name="macro"/>
631 <attribute name="nargs" optional="yes"/>
634 <macro name="tableofcontents" outputname=""/>
635 <macro name="vspace">
636 <attribute name="size"/>