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" outputname="author">
45 <attribute name="name"/>
46 <attribute name="email"/>
49 <attribute name="name"/>
51 <macro name="authoraddress">
54 <macro name="shortversion"/>
55 <!-- These are broken: we need to re-order the optional and required
56 parameters, making the optional parameter the content for the
57 element. latex2esis.py is not powerful enough to handle this.
59 <macro name="versionadded">
60 <attribute name="info" optional="yes"/>
61 <attribute name="version"/>
63 <macro name="versionchanged">
64 <attribute name="info" optional="yes"/>
65 <attribute name="version"/>
68 <!-- Module referencing. -->
69 <macro name="refmodule" outputname="module">
70 <attribute name="" optional="yes"/>
71 <attribute name="link">yes</attribute>
75 <!-- Information units. -->
77 <environment name="cfuncdesc">
78 <attribute name="type"/>
79 <attribute name="name"/>
82 <environment name="ctypedesc">
83 <attribute name="tag" optional="yes"/>
84 <attribute name="name"/>
86 <environment name="cvardesc">
87 <attribute name="type"/>
88 <attribute name="name"/>
91 <!-- Python things. -->
92 <macro name="optional">
95 <macro name="unspecified"/>
96 <macro name="moreargs"/>
97 <environment name="classdesc">
98 <attribute name="name"/>
101 <environment name="classdesc*" outputname="classdesc">
102 <attribute name="name"/>
104 <environment name="datadesc">
105 <attribute name="name"/>
107 <environment name="datadescni" outputname="datadesc">
108 <attribute name="index">no</attribute>
109 <attribute name="name"/>
111 <macro name="dataline">
112 <attribute name="name"/>
114 <environment name="excclassdesc">
115 <attribute name="name"/>
118 <environment name="excdesc">
119 <attribute name="name"/>
122 <environment name="funcdesc">
123 <attribute name="name"/>
126 <macro name="funcline">
127 <attribute name="name"/>
130 <environment name="funcdescni" outputname="funcdesc">
131 <attribute name="index">no</attribute>
132 <attribute name="name"/>
135 <macro name="funclineni" outputname="funcline">
136 <attribute name="index">no</attribute>
137 <attribute name="name"/>
141 <environment name="memberdesc">
142 <attribute name="class" optional="yes"/>
143 <attribute name="name"/>
145 <environment name="memberdescni" outputname="memberdesc">
146 <attribute name="index">no</attribute>
147 <attribute name="class" optional="yes"/>
148 <attribute name="name"/>
150 <macro name="memberline">
151 <attribute name="name"/>
154 <environment name="methoddesc">
155 <attribute name="class" optional="yes"/>
156 <attribute name="name"/>
159 <macro name="methodline">
160 <attribute name="class" optional="yes"/>
161 <attribute name="name"/>
164 <environment name="methoddescni">
165 <attribute name="index">no</attribute>
166 <attribute name="class" optional="yes"/>
167 <attribute name="name"/>
170 <macro name="methodlineni" outputname="methodline">
171 <attribute name="index">no</attribute>
172 <attribute name="class" optional="yes"/>
173 <attribute name="name"/>
177 <environment name="opcodedesc">
178 <attribute name="name"/>
179 <attribute name="var"/>
182 <!-- "See also:" sections. -->
183 <macro name="seemodule">
184 <attribute name="ref" optional="yes"/>
185 <attribute name="name"/>
186 <child name="description"/>
188 <macro name="seepep">
189 <attribute name="number"/>
190 <child name="title"/>
191 <child name="description"/>
193 <macro name="seerfc">
194 <attribute name="number"/>
195 <child name="title"/>
196 <child name="description"/>
198 <macro name="seetext">
199 <child name="description"/>
201 <macro name="seetitle">
202 <attribute name="href" optional="yes"/>
203 <child name="title"/>
204 <child name="description"/>
206 <macro name="seeurl">
207 <attribute name="href"/>
208 <child name="description"/>
211 <!-- Index-generating markup. -->
212 <macro name="index" outputname="indexterm">
213 <attribute name="term1"/>
215 <macro name="indexii" outputname="indexterm">
216 <attribute name="term1"/>
217 <attribute name="term2"/>
219 <macro name="indexiii" outputname="indexterm">
220 <attribute name="term1"/>
221 <attribute name="term2"/>
222 <attribute name="term3"/>
224 <macro name="indexiv" outputname="indexterm">
225 <attribute name="term1"/>
226 <attribute name="term2"/>
227 <attribute name="term3"/>
228 <attribute name="term4"/>
231 <macro name="ttindex" outputname="indexterm">
232 <attribute name="style">tt</attribute>
233 <attribute name="term1"/>
236 <macro name="refmodindex">
237 <attribute name="module"/>
239 <macro name="stmodindex">
240 <attribute name="module"/>
242 <macro name="refbimodindex" outputname="refmodindex">
243 <attribute name="module"/>
245 <macro name="refexmodindex" outputname="refmodindex">
246 <attribute name="module"/>
248 <macro name="refstmodindex" outputname="refmodindex">
249 <attribute name="module"/>
252 <macro name="bifuncindex">
253 <attribute name="name"/>
255 <macro name="exindex">
256 <attribute name="name"/>
258 <macro name="obindex">
259 <attribute name="name"/>
261 <macro name="kwindex">
262 <attribute name="name"/>
264 <macro name="opindex">
265 <attribute name="type"/>
267 <macro name="stindex">
268 <attribute name="type"/>
270 <macro name="withsubitem">
271 <attribute name="text"/>
274 <macro name="setindexsubitem">
275 <attribute name="text"/>
278 <!-- Entity management. -->
279 <macro name="include">
280 <attribute name="source"/>
283 <attribute name="source"/>
286 <!-- Large-scale document structure. -->
287 <macro name="documentclass">
288 <attribute name="classname"/>
291 <macro name="usepackage">
292 <attribute name="options" optional="yes"/>
293 <attribute name="pkg"/>
296 <environment name="document"
297 endcloses="chapter chapter* section section*
298 subsection subsection*
299 subsubsection subsubsection*
300 paragraph paragraph* subparagraph subparagraph*"/>
302 <macro name="chapter"
303 closes="chapter chapter* section section* subsection subsection*
304 subsubsection subsubsection*
305 paragraph paragraph* subparagraph subparagraph*">
308 <child name="title"/>
309 <content implied="yes"/>
311 <macro name="chapter*" outputname="chapter"
312 closes="chapter chapter* section section* subsection subsection*
313 subsubsection subsubsection*
314 paragraph paragraph* subparagraph subparagraph*">
315 <attribute name="numbered">no</attribute>
318 <child name="title"/>
319 <content implied="yes"/>
322 <macro name="section"
323 closes="section section* subsection subsection*
324 subsubsection subsubsection*
325 paragraph paragraph* subparagraph subparagraph*">
328 <child name="title"/>
329 <content implied="yes"/>
331 <macro name="section*" outputname="section"
332 closes="section section* subsection subsection*
333 subsubsection subsubsection*
334 paragraph paragraph* subparagraph subparagraph*">
335 <attribute name="numbered">no</attribute>
338 <child name="title"/>
339 <content implied="yes"/>
342 <macro name="subsection"
343 closes="subsection subsection* subsubsection subsubsection*
344 paragraph paragraph* subparagraph subparagraph*">
347 <child name="title"/>
348 <content implied="yes"/>
350 <macro name="subsection*" outputname="subsection"
351 closes="subsection subsection* subsubsection subsubsection*
352 paragraph paragraph* subparagraph subparagraph*">
353 <attribute name="numbered">no</attribute>
356 <child name="title"/>
357 <content implied="yes"/>
360 <macro name="subsubsection"
361 closes="subsubsection subsubsection*
362 paragraph paragraph* subparagraph subparagraph*">
365 <child name="title"/>
366 <content implied="yes"/>
368 <macro name="subsubsection*" outputname="subsubsection"
369 closes="subsubsection subsubsection*
370 paragraph paragraph* subparagraph subparagraph*">
371 <attribute name="numbered">no</attribute>
374 <child name="title"/>
375 <content implied="yes"/>
378 <macro name="paragraph"
379 closes="paragraph paragraph* subparagraph subparagraph*">
382 <child name="title"/>
383 <content implied="yes"/>
385 <macro name="paragraph*" outputname="paragraph"
386 closes="paragraph paragraph* subparagraph subparagraph*">
387 <attribute name="numbered">no</attribute>
390 <child name="title"/>
391 <content implied="yes"/>
394 <macro name="subparagraph"
395 closes="subparagraph subparagraph*">
398 <child name="title"/>
399 <content implied="yes"/>
401 <macro name="subparagraph*" outputname="subparagraph"
402 closes="subparagraph subparagraph*">
403 <attribute name="numbered">no</attribute>
406 <child name="title"/>
407 <content implied="yes"/>
413 <macro name="appendix" outputname="back-matter"
414 closes="chapter chapter* section subsection subsubsection
415 paragraph subparagraph"/>
417 <environment name="list"
419 <attribute name="bullet"/>
420 <attribute name="init"/>
422 <macro name="item" closes="item">
423 <child name="leader" optional="yes"/>
424 <content implied="yes"/>
428 <attribute name="ref"/>
431 <environment name="description" outputname="descriptionlist"
434 <environment name="enumerate" outputname="enumeration"
437 <environment name="fulllineitems"
440 <environment name="itemize"
443 <environment name="definitions" outputname="definitionlist"
445 <macro name="term" closes="definition">
446 <!-- not really optional, but uses the [] syntax -->
447 <child name="term" optional="yes"/>
448 <child name="definition" implied="yes"/>
451 <environment name="alltt" outputname="verbatim"/>
452 <environment name="comment" verbatim="yes"/>
453 <environment name="verbatim" verbatim="yes"/>
454 <environment name="verbatim*" verbatim="yes">
455 <!-- not used anywhere, but it's a standard LaTeXism -->
456 <attribute name="spaces">visible</attribute>
459 <!-- Table markup. -->
460 <macro name="hline"/>
461 <environment name="tableii" outputname="table">
462 <attribute name="cols">2</attribute>
463 <attribute name="colspec"/>
464 <attribute name="style"/>
465 <child name="entry"/>
468 <child name="entry"/>
470 <environment name="longtableii" outputname="table">
471 <attribute name="cols">2</attribute>
472 <attribute name="colspec"/>
473 <attribute name="style"/>
474 <child name="entry"/>
477 <child name="entry"/>
479 <macro name="lineii" outputname="row">
480 <child name="entry"/>
483 <child name="entry"/>
486 <environment name="tableiii" outputname="table">
487 <attribute name="cols">3</attribute>
488 <attribute name="colspec"/>
489 <attribute name="style"/>
490 <child name="entry"/>
493 <child name="entry"/>
496 <child name="entry"/>
498 <environment name="longtableiii" outputname="table">
499 <attribute name="cols">3</attribute>
500 <attribute name="colspec"/>
501 <attribute name="style"/>
502 <child name="entry"/>
505 <child name="entry"/>
508 <child name="entry"/>
510 <macro name="lineiii" outputname="row">
511 <child name="entry"/>
514 <child name="entry"/>
517 <child name="entry"/>
520 <environment name="tableiv" outputname="table">
521 <attribute name="cols">4</attribute>
522 <attribute name="colspec"/>
523 <attribute name="style"/>
524 <child name="entry"/>
527 <child name="entry"/>
530 <child name="entry"/>
533 <child name="entry"/>
535 <environment name="longtableiv" outputname="table">
536 <attribute name="cols">4</attribute>
537 <attribute name="colspec"/>
538 <attribute name="style"/>
539 <child name="entry"/>
542 <child name="entry"/>
545 <child name="entry"/>
548 <child name="entry"/>
550 <macro name="lineiv" outputname="row">
551 <child name="entry"/>
554 <child name="entry"/>
557 <child name="entry"/>
560 <child name="entry"/>
563 <!-- These are handled at a later translation stage, at least for now. -->
564 <macro name="Cpp" outputname="">
567 <macro name="geq" outputname="">
568 <entityref name="geq"/>
570 <macro name="infinity" outputname="">
571 <entityref name="infin"/>
573 <macro name="LaTeX" outputname="">
576 <macro name="ldots" outputname="">
579 <macro name="leq" outputname="">
580 <entityref name="leq"/>
582 <macro name="plusminus" outputname="">
583 <entityref name="plusmn"/>
585 <macro name="TeX" outputname="">
588 <macro name="version"/>
590 <!-- Distutils things. -->
591 <macro name="command">
594 <macro name="option">
597 <macro name="filevar" outputname="var">
600 <macro name="XXX" outputname="editorial-comment">
604 <!-- Grammar production lists -->
605 <environment name="productionlist">
606 <attribute name="grammar" optional="yes"/>
608 <macro name="production">
609 <attribute name="token"/>
615 <macro name="orgroup">
618 <macro name="oritem"/>
624 <macro name="strong">
627 <macro name="textrm">
630 <macro name="texttt">
636 <macro name="exception">
639 <macro name="keyword">
651 <macro name="cfunction">
657 <macro name="pytype">
660 <macro name="character">
663 <macro name="constant">
666 <macro name="envvar" outputname="envar">
669 <macro name="file" outputname="filename">
672 <macro name="filenq" outputname="filename">
673 <attribute name="quote">no</attribute>
676 <macro name="function">
682 <macro name="makevar">
685 <macro name="method">
688 <macro name="member">
691 <macro name="mimetype">
694 <macro name="newsgroup">
697 <macro name="program" outputname="command">
700 <macro name="programopt" outputname="option">
703 <macro name="longprogramopt" outputname="longoption">
706 <macro name="regexp">
716 <!-- order of the parameters makes this difficult;
717 we'll need to fix it up tp <ulink href="...">...</ulink>
726 <macro name="footnote">
729 <macro name="dfn" outputname="definedterm">
737 <!-- minimal math stuff to get by -->
742 <macro name="frac" outputname="fraction">
743 <child name="numerator"/>
744 <child name="denominator"/>
750 <!-- Conversions to text; perhaps could be different? There's -->
751 <!-- no way for a style sheet to work with these this way. -->
752 <macro name="ABC" outputname="">
755 <macro name="ASCII" outputname="">
758 <macro name="C" outputname="">
761 <macro name="EOF" outputname="">
764 <macro name="e" outputname="">
767 <macro name="NULL" outputname="constant">
770 <macro name="POSIX" outputname="">
773 <macro name="UNIX" outputname="">
776 <macro name="textasciicircum" outputname="">
779 <macro name="textasciitilde" outputname="">
782 <macro name="textbar" outputname="">
786 <!-- These will end up disappearing as well! -->
787 <macro name="catcode" outputname=""/>
788 <macro name="fi" outputname=""/>
789 <macro name="ifhtml" outputname=""/>
790 <macro name="indexname" outputname=""/>
791 <macro name="labelwidth" outputname=""/>
792 <macro name="large" outputname=""/>
793 <macro name="leftmargin" outputname=""/>
794 <macro name="makeindex" outputname=""/>
795 <macro name="makemodindex" outputname=""/>
796 <macro name="maketitle" outputname=""/>
797 <macro name="noindent" outputname=""/>
798 <macro name="protect" outputname=""/>
799 <macro name="renewcommand">
800 <attribute name="macro"/>
801 <attribute name="nargs" optional="yes"/>
804 <macro name="tableofcontents" outputname=""/>
805 <macro name="vspace">
806 <attribute name="size"/>