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"/>
37 <macro name="citetitle">
38 <attribute name="href" optional="yes"/>
42 <attribute name="num"/>
44 <macro name="sectionauthor">
45 <attribute name="name"/>
46 <attribute name="email"/>
48 <macro name="versionadded">
49 <attribute name="version"/>
51 <macro name="versionchanged">
52 <attribute name="version"/>
55 <!-- Module referencing. -->
56 <macro name="refmodule" outputname="module">
57 <attribute name="" optional="yes"/>
58 <attribute name="link">yes</attribute>
62 <!-- Information units. -->
64 <environment name="cfuncdesc">
65 <attribute name="type"/>
66 <attribute name="name"/>
69 <environment name="ctypedesc">
70 <attribute name="name"/>
72 <environment name="cvardesc">
73 <attribute name="type"/>
74 <attribute name="name"/>
77 <!-- Python things. -->
78 <macro name="optional">
81 <environment name="classdesc">
82 <attribute name="name"/>
85 <environment name="datadesc">
86 <attribute name="name"/>
88 <environment name="excdesc">
89 <attribute name="name"/>
92 <environment name="funcdesc">
93 <attribute name="name"/>
96 <macro name="funcline">
97 <attribute name="name"/>
100 <environment name="funcdescni" outputname="funcdesc">
101 <attribute name="index">no</attribute>
102 <attribute name="name"/>
105 <macro name="funclineni" outputname="funcline">
106 <attribute name="index">no</attribute>
107 <attribute name="name"/>
111 <environment name="memberdesc">
112 <attribute name="class" optional="yes"/>
113 <attribute name="name"/>
115 <environment name="memberdescni" outputname="memberdesc">
116 <attribute name="index">no</attribute>
117 <attribute name="class" optional="yes"/>
118 <attribute name="name"/>
121 <environment name="methoddesc">
122 <attribute name="class" optional="yes"/>
123 <attribute name="name"/>
126 <macro name="methodline">
127 <attribute name="class" optional="yes"/>
128 <attribute name="name"/>
131 <environment name="methoddescni">
132 <attribute name="index">no</attribute>
133 <attribute name="class" optional="yes"/>
134 <attribute name="name"/>
137 <macro name="methodlineni" outputname="methodline">
138 <attribute name="index">no</attribute>
139 <attribute name="class" optional="yes"/>
140 <attribute name="name"/>
144 <environment name="opcodedesc">
145 <attribute name="name"/>
146 <attribute name="var"/>
149 <!-- "See also:" sections. -->
150 <macro name="seemodule">
151 <attribute name="ref" optional="yes"/>
152 <attribute name="name"/>
155 <macro name="seetext">
159 <!-- Index-generating markup. -->
160 <macro name="index" outputname="indexterm">
161 <attribute name="term1"/>
163 <macro name="indexii" outputname="indexterm">
164 <attribute name="term1"/>
165 <attribute name="term2"/>
167 <macro name="indexiii" outputname="indexterm">
168 <attribute name="term1"/>
169 <attribute name="term2"/>
170 <attribute name="term3"/>
172 <macro name="indexiv" outputname="indexterm">
173 <attribute name="term1"/>
174 <attribute name="term2"/>
175 <attribute name="term3"/>
176 <attribute name="term4"/>
179 <macro name="ttindex" outputname="indexterm">
180 <attribute name="style">tt</attribute>
181 <attribute name="term1"/>
184 <macro name="refmodindex">
185 <attribute name="module"/>
187 <macro name="stmodindex">
188 <attribute name="module"/>
190 <macro name="refbimodindex" outputname="refmodindex">
191 <attribute name="module"/>
193 <macro name="refexmodindex" outputname="refmodindex">
194 <attribute name="module"/>
196 <macro name="refstmodindex" outputname="refmodindex">
197 <attribute name="module"/>
200 <macro name="bifuncindex">
201 <attribute name="name"/>
203 <macro name="exindex">
204 <attribute name="name"/>
206 <macro name="obindex">
207 <attribute name="name"/>
209 <macro name="kwindex">
210 <attribute name="name"/>
212 <macro name="opindex">
213 <attribute name="type"/>
215 <macro name="stindex">
216 <attribute name="type"/>
218 <macro name="withsubitem">
219 <attribute name="text"/>
222 <macro name="setindexsubitem">
223 <attribute name="text"/>
226 <!-- Entity management. -->
227 <macro name="include">
228 <attribute name="source"/>
231 <attribute name="source"/>
234 <!-- Large-scale document structure. -->
235 <macro name="documentclass">
236 <attribute name="classname"/>
239 <environment name="document"
240 endcloses="chapter chapter* section section*
241 subsection subsection*
242 subsubsection subsubsection*
243 paragraph paragraph* subparagraph subparagraph*"/>
245 <macro name="chapter"
246 closes="chapter chapter* section section* subsection subsection*
247 subsubsection subsubsection*
248 paragraph paragraph* subparagraph subparagraph*">
251 <child name="title"/>
252 <content implied="yes"/>
254 <macro name="chapter*" outputname="chapter"
255 closes="chapter chapter* section section* subsection subsection*
256 subsubsection subsubsection*
257 paragraph paragraph* subparagraph subparagraph*">
258 <attribute name="numbered">no</attribute>
261 <child name="title"/>
262 <content implied="yes"/>
265 <macro name="section"
266 closes="section section* subsection subsection*
267 subsubsection subsubsection*
268 paragraph paragraph* subparagraph subparagraph*">
271 <child name="title"/>
272 <content implied="yes"/>
274 <macro name="section*" outputname="section"
275 closes="section section* subsection subsection*
276 subsubsection subsubsection*
277 paragraph paragraph* subparagraph subparagraph*">
278 <attribute name="numbered">no</attribute>
281 <child name="title"/>
282 <content implied="yes"/>
285 <macro name="subsection"
286 closes="subsection subsection* subsubsection subsubsection*
287 paragraph paragraph* subparagraph subparagraph*">
290 <child name="title"/>
291 <content implied="yes"/>
293 <macro name="subsection*" outputname="subsection"
294 closes="subsection subsection* subsubsection subsubsection*
295 paragraph paragraph* subparagraph subparagraph*">
296 <attribute name="numbered">no</attribute>
299 <child name="title"/>
300 <content implied="yes"/>
303 <macro name="subsubsection"
304 closes="subsubsection subsubsection*
305 paragraph paragraph* subparagraph subparagraph*">
308 <child name="title"/>
309 <content implied="yes"/>
311 <macro name="subsubsection*" outputname="subsubsection"
312 closes="subsubsection subsubsection*
313 paragraph paragraph* subparagraph subparagraph*">
314 <attribute name="numbered">no</attribute>
317 <child name="title"/>
318 <content implied="yes"/>
321 <macro name="paragraph"
322 closes="paragraph paragraph* subparagraph subparagraph*">
325 <child name="title"/>
326 <content implied="yes"/>
328 <macro name="paragraph*" outputname="paragraph"
329 closes="paragraph paragraph* subparagraph subparagraph*">
330 <attribute name="numbered">no</attribute>
333 <child name="title"/>
334 <content implied="yes"/>
337 <macro name="subparagraph"
338 closes="subparagraph subparagraph*">
341 <child name="title"/>
342 <content implied="yes"/>
344 <macro name="subparagraph*" outputname="subparagraph"
345 closes="subparagraph subparagraph*">
346 <attribute name="numbered">no</attribute>
349 <child name="title"/>
350 <content implied="yes"/>
356 <macro name="appendix" outputname="back-matter"
357 closes="chapter chapter* section subsection subsubsection
358 paragraph subparagraph"/>
360 <environment name="list"
362 <attribute name="bullet"/>
363 <attribute name="init"/>
365 <macro name="item" closes="item">
366 <child name="leader" optional="yes"/>
367 <content implied="yes"/>
371 <attribute name="ref"/>
374 <environment name="description" outputname="descriptionlist"
377 <environment name="enumerate" outputname="enumeration"
380 <environment name="fulllineitems"
383 <environment name="itemize"
386 <environment name="definitions" outputname="definitionlist"
388 <macro name="term" closes="definition">
389 <!-- not really optional, but uses the [] syntax -->
390 <child name="term" optional="yes"/>
391 <child name="definition" implied="yes"/>
394 <environment name="comment" verbatim="yes"/>
395 <environment name="verbatim" verbatim="yes"/>
396 <environment name="verbatim*" verbatim="yes">
397 <!-- not used anywhere, but it's a standard LaTeXism -->
398 <attribute name="spaces">visible</attribute>
401 <!-- Table markup. -->
402 <macro name="hline"/>
403 <environment name="tableii" outputname="table">
404 <attribute name="cols">2</attribute>
405 <attribute name="colspec"/>
406 <attribute name="style"/>
407 <child name="entry"/>
410 <child name="entry"/>
412 <macro name="lineii" outputname="row">
413 <child name="entry"/>
416 <child name="entry"/>
419 <environment name="tableiii" outputname="table">
420 <attribute name="cols">3</attribute>
421 <attribute name="colspec"/>
422 <attribute name="style"/>
423 <child name="entry"/>
426 <child name="entry"/>
429 <child name="entry"/>
431 <macro name="lineiii" outputname="row">
432 <child name="entry"/>
435 <child name="entry"/>
438 <child name="entry"/>
441 <environment name="tableiv" outputname="table">
442 <attribute name="cols">4</attribute>
443 <attribute name="colspec"/>
444 <attribute name="style"/>
445 <child name="entry"/>
448 <child name="entry"/>
451 <child name="entry"/>
454 <child name="entry"/>
456 <macro name="lineiv" outputname="row">
457 <child name="entry"/>
460 <child name="entry"/>
463 <child name="entry"/>
466 <child name="entry"/>
469 <!-- These are handled at a later translation stage, at least for now. -->
470 <macro name="Cpp" outputname="">
473 <macro name="geq" outputname="">
474 <entityref name="geq"/>
476 <macro name="LaTeX" outputname="">
479 <macro name="ldots" outputname="">
482 <macro name="leq" outputname="">
483 <entityref name="leq"/>
485 <macro name="TeX" outputname="">
488 <macro name="version"/>
494 <macro name="strong">
497 <macro name="textrm">
500 <macro name="texttt">
506 <macro name="exception">
509 <macro name="keyword">
521 <macro name="cfunction">
527 <macro name="pytype">
530 <macro name="character">
533 <macro name="constant">
536 <macro name="envvar" outputname="envar">
539 <macro name="file" outputname="filename">
542 <macro name="filenq" outputname="filename">
543 <attribute name="quote">no</attribute>
546 <macro name="function">
552 <macro name="makevar">
555 <macro name="method">
558 <macro name="member">
561 <macro name="mimetype">
564 <macro name="newsgroup">
567 <macro name="program" outputname="command">
570 <macro name="programopt" outputname="option">
573 <macro name="regexp">
585 <macro name="footnote">
588 <macro name="dfn" outputname="definedterm">
596 <!-- minimal math stuff to get by -->
601 <macro name="frac" outputname="fraction">
602 <child name="numerator"/>
603 <child name="denominator"/>
609 <!-- Conversions to text; perhaps could be different? There's -->
610 <!-- no way for a style sheet to work with these this way. -->
611 <macro name="ABC" outputname=""
614 <macro name="ASCII" outputname="">
617 <macro name="C" outputname="">
620 <macro name="EOF" outputname="">
623 <macro name="e" outputname="">
626 <macro name="NULL" outputname="constant">
629 <macro name="POSIX" outputname="">
632 <macro name="UNIX" outputname="">
636 <!-- These will end up disappearing as well! -->
637 <macro name="catcode" outputname=""/>
638 <macro name="fi" outputname=""/>
639 <macro name="ifhtml" outputname=""/>
640 <macro name="indexname" outputname=""/>
641 <macro name="labelwidth" outputname=""/>
642 <macro name="large" outputname=""/>
643 <macro name="leftmargin" outputname=""/>
644 <macro name="makeindex" outputname=""/>
645 <macro name="makemodindex" outputname=""/>
646 <macro name="maketitle" outputname=""/>
647 <macro name="noindent" outputname=""/>
648 <macro name="protect" outputname=""/>
649 <macro name="renewcommand">
650 <attribute name="macro"/>
651 <attribute name="nargs" optional="yes"/>
654 <macro name="tableofcontents" outputname=""/>
655 <macro name="vspace">
656 <attribute name="size"/>