blob: 9a747e816c4d4d95018fbff5c997106e0aeab2d8 [file] [log] [blame]
Fred Drakebc2285e1999-07-29 22:03:11 +00001<?xml version="1.0" encoding="iso-8859-1"?>
2<conversion>
3 <!-- Miscellaneous. -->
4 <macro name="declaremodule">
5 <attribute name="id" optional="yes"/>
6 <attribute name="type"/>
7 <attribute name="name"/>
8 </macro>
9 <macro name="modulesynopsis">
10 <content/>
11 </macro>
12 <macro name="platform">
13 <content/>
14 </macro>
15 <macro name="deprecated">
16 <attribute name="version"/>
17 <content/>
18 </macro>
19 <macro name="label">
20 <attribute name="id"/>
21 </macro>
22 <macro name="nodename" outputname="label">
23 <attribute name="id"/>
24 </macro>
25 <macro name="localmoduletable"/>
26 <macro name="manpage">
27 <attribute name="name"/>
28 <attribute name="section"/>
29 </macro>
30 <macro name="module">
31 <content/>
32 </macro>
33 <macro name="moduleauthor">
34 <attribute name="name"/>
35 <attribute name="email"/>
36 </macro>
Fred Drake91f31ea1999-11-09 19:33:24 +000037 <macro name="citetitle">
38 <attribute name="href" optional="yes"/>
39 <content/>
40 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +000041 <macro name="rfc">
42 <attribute name="num"/>
43 </macro>
Fred Drakece194962001-03-23 16:29:06 +000044 <macro name="sectionauthor" outputname="author">
Fred Drakebc2285e1999-07-29 22:03:11 +000045 <attribute name="name"/>
46 <attribute name="email"/>
47 </macro>
Fred Drakece194962001-03-23 16:29:06 +000048 <macro name="author">
49 <attribute name="name"/>
50 </macro>
51 <macro name="authoraddress">
52 <content/>
53 </macro>
Fred Draked397f232000-11-22 16:45:19 +000054 <macro name="shortversion"/>
Fred Drake44835d82001-07-07 06:00:36 +000055 <!-- 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.
58 -->
Fred Drakebc2285e1999-07-29 22:03:11 +000059 <macro name="versionadded">
Fred Drakebda05562001-04-21 06:00:51 +000060 <attribute name="info" optional="yes"/>
Fred Drakebc2285e1999-07-29 22:03:11 +000061 <attribute name="version"/>
62 </macro>
63 <macro name="versionchanged">
Fred Drakebda05562001-04-21 06:00:51 +000064 <attribute name="info" optional="yes"/>
Fred Drakebc2285e1999-07-29 22:03:11 +000065 <attribute name="version"/>
66 </macro>
67
68 <!-- Module referencing. -->
69 <macro name="refmodule" outputname="module">
70 <attribute name="" optional="yes"/>
71 <attribute name="link">yes</attribute>
72 <content/>
73 </macro>
74
75 <!-- Information units. -->
76 <!-- C things. -->
77 <environment name="cfuncdesc">
78 <attribute name="type"/>
79 <attribute name="name"/>
80 <child name="args"/>
81 </environment>
82 <environment name="ctypedesc">
Fred Draked397f232000-11-22 16:45:19 +000083 <attribute name="tag" optional="yes"/>
Fred Drakebc2285e1999-07-29 22:03:11 +000084 <attribute name="name"/>
85 </environment>
86 <environment name="cvardesc">
87 <attribute name="type"/>
88 <attribute name="name"/>
89 </environment>
90
91 <!-- Python things. -->
92 <macro name="optional">
93 <content/>
94 </macro>
Fred Drake2ed27d32000-11-17 19:05:12 +000095 <macro name="unspecified"/>
96 <macro name="moreargs"/>
Fred Drakebc2285e1999-07-29 22:03:11 +000097 <environment name="classdesc">
98 <attribute name="name"/>
99 <child name="args"/>
100 </environment>
Fred Drake0a650d72001-07-06 21:13:51 +0000101 <environment name="classdesc*" outputname="classdesc">
102 <attribute name="name"/>
103 </environment>
Fred Drakebc2285e1999-07-29 22:03:11 +0000104 <environment name="datadesc">
105 <attribute name="name"/>
106 </environment>
Fred Drake0a650d72001-07-06 21:13:51 +0000107 <environment name="datadescni" outputname="datadesc">
108 <attribute name="index">no</attribute>
109 <attribute name="name"/>
110 </environment>
Fred Drakece194962001-03-23 16:29:06 +0000111 <macro name="dataline">
112 <attribute name="name"/>
113 </macro>
Fred Drake0a650d72001-07-06 21:13:51 +0000114 <environment name="excclassdesc">
115 <attribute name="name"/>
116 <child name="args"/>
117 </environment>
Fred Drakebc2285e1999-07-29 22:03:11 +0000118 <environment name="excdesc">
119 <attribute name="name"/>
120 </environment>
121
122 <environment name="funcdesc">
123 <attribute name="name"/>
124 <child name="args"/>
125 </environment>
126 <macro name="funcline">
127 <attribute name="name"/>
128 <child name="args"/>
129 </macro>
130 <environment name="funcdescni" outputname="funcdesc">
131 <attribute name="index">no</attribute>
132 <attribute name="name"/>
133 <child name="args"/>
134 </environment>
135 <macro name="funclineni" outputname="funcline">
136 <attribute name="index">no</attribute>
137 <attribute name="name"/>
138 <child name="args"/>
139 </macro>
140
141 <environment name="memberdesc">
142 <attribute name="class" optional="yes"/>
143 <attribute name="name"/>
144 </environment>
145 <environment name="memberdescni" outputname="memberdesc">
146 <attribute name="index">no</attribute>
147 <attribute name="class" optional="yes"/>
148 <attribute name="name"/>
149 </environment>
Fred Drakebda05562001-04-21 06:00:51 +0000150 <macro name="memberline">
151 <attribute name="name"/>
152 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000153
154 <environment name="methoddesc">
155 <attribute name="class" optional="yes"/>
156 <attribute name="name"/>
157 <child name="args"/>
158 </environment>
159 <macro name="methodline">
160 <attribute name="class" optional="yes"/>
161 <attribute name="name"/>
162 <child name="args"/>
163 </macro>
164 <environment name="methoddescni">
165 <attribute name="index">no</attribute>
166 <attribute name="class" optional="yes"/>
167 <attribute name="name"/>
168 <child name="args"/>
169 </environment>
170 <macro name="methodlineni" outputname="methodline">
171 <attribute name="index">no</attribute>
172 <attribute name="class" optional="yes"/>
173 <attribute name="name"/>
174 <child name="args"/>
175 </macro>
176
177 <environment name="opcodedesc">
178 <attribute name="name"/>
179 <attribute name="var"/>
180 </environment>
181
182 <!-- "See also:" sections. -->
183 <macro name="seemodule">
184 <attribute name="ref" optional="yes"/>
185 <attribute name="name"/>
Fred Draked397f232000-11-22 16:45:19 +0000186 <child name="description"/>
187 </macro>
188 <macro name="seepep">
189 <attribute name="number"/>
190 <child name="title"/>
191 <child name="description"/>
192 </macro>
193 <macro name="seerfc">
194 <attribute name="number"/>
195 <child name="title"/>
196 <child name="description"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000197 </macro>
198 <macro name="seetext">
Fred Draked397f232000-11-22 16:45:19 +0000199 <child name="description"/>
200 </macro>
201 <macro name="seetitle">
202 <attribute name="href" optional="yes"/>
203 <child name="title"/>
204 <child name="description"/>
205 </macro>
206 <macro name="seeurl">
207 <attribute name="href"/>
208 <child name="description"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000209 </macro>
210
211 <!-- Index-generating markup. -->
212 <macro name="index" outputname="indexterm">
213 <attribute name="term1"/>
214 </macro>
215 <macro name="indexii" outputname="indexterm">
216 <attribute name="term1"/>
217 <attribute name="term2"/>
218 </macro>
219 <macro name="indexiii" outputname="indexterm">
220 <attribute name="term1"/>
221 <attribute name="term2"/>
222 <attribute name="term3"/>
223 </macro>
224 <macro name="indexiv" outputname="indexterm">
225 <attribute name="term1"/>
226 <attribute name="term2"/>
227 <attribute name="term3"/>
228 <attribute name="term4"/>
229 </macro>
230
231 <macro name="ttindex" outputname="indexterm">
232 <attribute name="style">tt</attribute>
233 <attribute name="term1"/>
234 </macro>
235
236 <macro name="refmodindex">
237 <attribute name="module"/>
238 </macro>
239 <macro name="stmodindex">
240 <attribute name="module"/>
241 </macro>
242 <macro name="refbimodindex" outputname="refmodindex">
243 <attribute name="module"/>
244 </macro>
245 <macro name="refexmodindex" outputname="refmodindex">
246 <attribute name="module"/>
247 </macro>
248 <macro name="refstmodindex" outputname="refmodindex">
249 <attribute name="module"/>
250 </macro>
251
252 <macro name="bifuncindex">
253 <attribute name="name"/>
254 </macro>
255 <macro name="exindex">
256 <attribute name="name"/>
257 </macro>
258 <macro name="obindex">
259 <attribute name="name"/>
260 </macro>
261 <macro name="kwindex">
262 <attribute name="name"/>
263 </macro>
264 <macro name="opindex">
265 <attribute name="type"/>
266 </macro>
267 <macro name="stindex">
268 <attribute name="type"/>
269 </macro>
270 <macro name="withsubitem">
271 <attribute name="text"/>
272 <content/>
273 </macro>
274 <macro name="setindexsubitem">
275 <attribute name="text"/>
276 </macro>
277
278 <!-- Entity management. -->
279 <macro name="include">
280 <attribute name="source"/>
281 </macro>
282 <macro name="input">
283 <attribute name="source"/>
284 </macro>
285
286 <!-- Large-scale document structure. -->
287 <macro name="documentclass">
288 <attribute name="classname"/>
289 </macro>
290
Fred Drakece194962001-03-23 16:29:06 +0000291 <macro name="usepackage">
292 <attribute name="options" optional="yes"/>
293 <attribute name="pkg"/>
294 </macro>
295
Fred Drakebc2285e1999-07-29 22:03:11 +0000296 <environment name="document"
297 endcloses="chapter chapter* section section*
298 subsection subsection*
299 subsubsection subsubsection*
300 paragraph paragraph* subparagraph subparagraph*"/>
301
302 <macro name="chapter"
303 closes="chapter chapter* section section* subsection subsection*
304 subsubsection subsubsection*
305 paragraph paragraph* subparagraph subparagraph*">
306 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000307</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000308 <child name="title"/>
309 <content implied="yes"/>
310 </macro>
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>
316 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000317</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000318 <child name="title"/>
319 <content implied="yes"/>
320 </macro>
321
322 <macro name="section"
323 closes="section section* subsection subsection*
324 subsubsection subsubsection*
325 paragraph paragraph* subparagraph subparagraph*">
326 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000327</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000328 <child name="title"/>
329 <content implied="yes"/>
330 </macro>
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>
336 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000337</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000338 <child name="title"/>
339 <content implied="yes"/>
340 </macro>
341
342 <macro name="subsection"
343 closes="subsection subsection* subsubsection subsubsection*
344 paragraph paragraph* subparagraph subparagraph*">
345 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000346</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000347 <child name="title"/>
348 <content implied="yes"/>
349 </macro>
350 <macro name="subsection*" outputname="subsection"
351 closes="subsection subsection* subsubsection subsubsection*
352 paragraph paragraph* subparagraph subparagraph*">
353 <attribute name="numbered">no</attribute>
354 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000355</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000356 <child name="title"/>
357 <content implied="yes"/>
358 </macro>
359
360 <macro name="subsubsection"
361 closes="subsubsection subsubsection*
362 paragraph paragraph* subparagraph subparagraph*">
363 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000364</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000365 <child name="title"/>
366 <content implied="yes"/>
367 </macro>
368 <macro name="subsubsection*" outputname="subsubsection"
369 closes="subsubsection subsubsection*
370 paragraph paragraph* subparagraph subparagraph*">
371 <attribute name="numbered">no</attribute>
372 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000373</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000374 <child name="title"/>
375 <content implied="yes"/>
376 </macro>
377
378 <macro name="paragraph"
379 closes="paragraph paragraph* subparagraph subparagraph*">
380 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000381</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000382 <child name="title"/>
383 <content implied="yes"/>
384 </macro>
385 <macro name="paragraph*" outputname="paragraph"
386 closes="paragraph paragraph* subparagraph subparagraph*">
387 <attribute name="numbered">no</attribute>
388 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000389</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000390 <child name="title"/>
391 <content implied="yes"/>
392 </macro>
393
394 <macro name="subparagraph"
395 closes="subparagraph subparagraph*">
396 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000397</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000398 <child name="title"/>
399 <content implied="yes"/>
400 </macro>
401 <macro name="subparagraph*" outputname="subparagraph"
402 closes="subparagraph subparagraph*">
403 <attribute name="numbered">no</attribute>
404 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000405</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000406 <child name="title"/>
407 <content implied="yes"/>
408 </macro>
409 <macro name="title">
410 <content/>
411 </macro>
412
413 <macro name="appendix" outputname="back-matter"
414 closes="chapter chapter* section subsection subsubsection
415 paragraph subparagraph"/>
416
417 <environment name="list"
418 endcloses="item">
419 <attribute name="bullet"/>
420 <attribute name="init"/>
421 </environment>
422 <macro name="item" closes="item">
423 <child name="leader" optional="yes"/>
424 <content implied="yes"/>
425 </macro>
426
427 <macro name="ref">
428 <attribute name="ref"/>
429 </macro>
430
431 <environment name="description" outputname="descriptionlist"
432 endcloses="item"/>
433
434 <environment name="enumerate" outputname="enumeration"
435 endcloses="item"/>
436
437 <environment name="fulllineitems"
438 endcloses="item"/>
439
440 <environment name="itemize"
441 endcloses="item"/>
442
443 <environment name="definitions" outputname="definitionlist"
444 encloses="term"/>
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"/>
449 </macro>
450
Fred Drake20931fb2001-04-10 19:59:31 +0000451 <environment name="alltt" outputname="verbatim"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000452 <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>
457 </environment>
458
459 <!-- Table markup. -->
460 <macro name="hline"/>
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000461 <environment name="tableii" outputname="table">
462 <attribute name="cols">2</attribute>
Fred Drakebc2285e1999-07-29 22:03:11 +0000463 <attribute name="colspec"/>
464 <attribute name="style"/>
465 <child name="entry"/>
466 <text>
467 </text>
468 <child name="entry"/>
469 </environment>
Fred Drake2ed27d32000-11-17 19:05:12 +0000470 <environment name="longtableii" outputname="table">
471 <attribute name="cols">2</attribute>
472 <attribute name="colspec"/>
473 <attribute name="style"/>
474 <child name="entry"/>
475 <text>
476 </text>
477 <child name="entry"/>
478 </environment>
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000479 <macro name="lineii" outputname="row">
Fred Drakebc2285e1999-07-29 22:03:11 +0000480 <child name="entry"/>
481 <text>
482 </text>
483 <child name="entry"/>
484 </macro>
485
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000486 <environment name="tableiii" outputname="table">
487 <attribute name="cols">3</attribute>
Fred Drakebc2285e1999-07-29 22:03:11 +0000488 <attribute name="colspec"/>
489 <attribute name="style"/>
490 <child name="entry"/>
491 <text>
492 </text>
493 <child name="entry"/>
494 <text>
495 </text>
496 <child name="entry"/>
497 </environment>
Fred Drake2ed27d32000-11-17 19:05:12 +0000498 <environment name="longtableiii" outputname="table">
499 <attribute name="cols">3</attribute>
500 <attribute name="colspec"/>
501 <attribute name="style"/>
502 <child name="entry"/>
503 <text>
504 </text>
505 <child name="entry"/>
506 <text>
507 </text>
508 <child name="entry"/>
509 </environment>
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000510 <macro name="lineiii" outputname="row">
Fred Drakebc2285e1999-07-29 22:03:11 +0000511 <child name="entry"/>
512 <text>
513 </text>
514 <child name="entry"/>
515 <text>
516 </text>
517 <child name="entry"/>
518 </macro>
519
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000520 <environment name="tableiv" outputname="table">
521 <attribute name="cols">4</attribute>
Fred Drakebc2285e1999-07-29 22:03:11 +0000522 <attribute name="colspec"/>
523 <attribute name="style"/>
524 <child name="entry"/>
525 <text>
526 </text>
527 <child name="entry"/>
528 <text>
529 </text>
530 <child name="entry"/>
531 <text>
532 </text>
533 <child name="entry"/>
534 </environment>
Fred Drake2ed27d32000-11-17 19:05:12 +0000535 <environment name="longtableiv" outputname="table">
536 <attribute name="cols">4</attribute>
537 <attribute name="colspec"/>
538 <attribute name="style"/>
539 <child name="entry"/>
540 <text>
541 </text>
542 <child name="entry"/>
543 <text>
544 </text>
545 <child name="entry"/>
546 <text>
547 </text>
548 <child name="entry"/>
549 </environment>
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000550 <macro name="lineiv" outputname="row">
Fred Drakebc2285e1999-07-29 22:03:11 +0000551 <child name="entry"/>
552 <text>
553 </text>
554 <child name="entry"/>
555 <text>
556 </text>
557 <child name="entry"/>
558 <text>
559 </text>
560 <child name="entry"/>
561 </macro>
562
563 <!-- These are handled at a later translation stage, at least for now. -->
Fred Drake031e2221999-08-02 14:32:11 +0000564 <macro name="Cpp" outputname="">
565 <text>C++</text>
566 </macro>
Fred Drake3cf4eb41999-08-26 17:56:47 +0000567 <macro name="geq" outputname="">
568 <entityref name="geq"/>
569 </macro>
Fred Drake0a650d72001-07-06 21:13:51 +0000570 <macro name="infinity" outputname="">
571 <entityref name="infin"/>
572 </macro>
Fred Drake3cf4eb41999-08-26 17:56:47 +0000573 <macro name="LaTeX" outputname="">
574 <text>LaTeX</text>
575 </macro>
Fred Drake031e2221999-08-02 14:32:11 +0000576 <macro name="ldots" outputname="">
577 <text>...</text>
578 </macro>
Fred Drake3cf4eb41999-08-26 17:56:47 +0000579 <macro name="leq" outputname="">
580 <entityref name="leq"/>
581 </macro>
Fred Drake0a650d72001-07-06 21:13:51 +0000582 <macro name="plusminus" outputname="">
583 <entityref name="plusmn"/>
584 </macro>
Fred Drake3cf4eb41999-08-26 17:56:47 +0000585 <macro name="TeX" outputname="">
586 <text>TeX</text>
587 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000588 <macro name="version"/>
589
Fred Drakece194962001-03-23 16:29:06 +0000590 <!-- Distutils things. -->
591 <macro name="command">
592 <content/>
593 </macro>
594 <macro name="option">
595 <content/>
596 </macro>
597 <macro name="filevar" outputname="var">
598 <content/>
599 </macro>
600 <macro name="XXX" outputname="editorial-comment">
601 <content/>
602 </macro>
603
Fred Drakebc2285e1999-07-29 22:03:11 +0000604 <!-- Misc. -->
605 <macro name="emph">
606 <content/>
607 </macro>
608 <macro name="strong">
609 <content/>
610 </macro>
611 <macro name="textrm">
612 <content/>
613 </macro>
614 <macro name="texttt">
615 <content/>
616 </macro>
617 <macro name="code">
618 <content/>
619 </macro>
620 <macro name="exception">
621 <content/>
622 </macro>
623 <macro name="keyword">
624 <content/>
625 </macro>
626 <macro name="samp">
627 <content/>
628 </macro>
629 <macro name="class">
630 <content/>
631 </macro>
632 <macro name="cdata">
633 <content/>
634 </macro>
635 <macro name="cfunction">
636 <content/>
637 </macro>
638 <macro name="ctype">
639 <content/>
640 </macro>
641 <macro name="pytype">
642 <content/>
643 </macro>
644 <macro name="character">
645 <content/>
646 </macro>
647 <macro name="constant">
648 <content/>
649 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000650 <macro name="envvar" outputname="envar">
Fred Drakebc2285e1999-07-29 22:03:11 +0000651 <content/>
652 </macro>
653 <macro name="file" outputname="filename">
654 <content/>
655 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000656 <macro name="filenq" outputname="filename">
657 <attribute name="quote">no</attribute>
658 <content/>
659 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000660 <macro name="function">
661 <content/>
662 </macro>
663 <macro name="kbd">
664 <content/>
665 </macro>
666 <macro name="makevar">
667 <content/>
668 </macro>
669 <macro name="method">
670 <content/>
671 </macro>
672 <macro name="member">
673 <content/>
674 </macro>
675 <macro name="mimetype">
676 <content/>
677 </macro>
678 <macro name="newsgroup">
679 <content/>
680 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000681 <macro name="program" outputname="command">
Fred Drakebc2285e1999-07-29 22:03:11 +0000682 <content/>
683 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000684 <macro name="programopt" outputname="option">
Fred Drake91f31ea1999-11-09 19:33:24 +0000685 <content/>
686 </macro>
Fred Drakece194962001-03-23 16:29:06 +0000687 <macro name="longprogramopt" outputname="longoption">
688 <content/>
689 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000690 <macro name="regexp">
691 <content/>
692 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000693 <macro name="var">
Fred Drakebc2285e1999-07-29 22:03:11 +0000694 <content/>
695 </macro>
696 <macro name="email">
697 <content/>
698 </macro>
Fred Drake44835d82001-07-07 06:00:36 +0000699 <macro name="ulink">
700 <!-- order of the parameters makes this difficult;
701 we'll need to fix it up tp <ulink href="...">...</ulink>
702 in docfixer.py.
703 -->
704 <child name="text"/>
705 <child name="href"/>
706 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000707 <macro name="url">
708 <content/>
709 </macro>
710 <macro name="footnote">
711 <content/>
712 </macro>
713 <macro name="dfn" outputname="definedterm">
714 <content/>
715 </macro>
716
717 <macro name="mbox">
718 <content/>
719 </macro>
720
721 <!-- minimal math stuff to get by -->
Fred Drake8a3b4491999-11-23 21:48:41 +0000722 <macro name="pi"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000723 <macro name="sqrt">
724 <content/>
725 </macro>
726 <macro name="frac" outputname="fraction">
727 <child name="numerator"/>
728 <child name="denominator"/>
729 </macro>
730 <macro name="sum">
731 <content/>
732 </macro>
733
734 <!-- Conversions to text; perhaps could be different? There's -->
735 <!-- no way for a style sheet to work with these this way. -->
Fred Draked95f4e12000-07-01 06:26:44 +0000736 <macro name="ABC" outputname="">
Fred Drakebc2285e1999-07-29 22:03:11 +0000737 <text>ABC</text>
738 </macro>
739 <macro name="ASCII" outputname="">
740 <text>ASCII</text>
741 </macro>
742 <macro name="C" outputname="">
743 <text>C</text>
744 </macro>
745 <macro name="EOF" outputname="">
746 <text>EOF</text>
747 </macro>
748 <macro name="e" outputname="">
749 <text>\</text>
750 </macro>
Fred Drake031e2221999-08-02 14:32:11 +0000751 <macro name="NULL" outputname="constant">
Fred Drakebc2285e1999-07-29 22:03:11 +0000752 <text>NULL</text>
753 </macro>
754 <macro name="POSIX" outputname="">
755 <text>POSIX</text>
756 </macro>
757 <macro name="UNIX" outputname="">
758 <text>Unix</text>
759 </macro>
Fred Drake0a650d72001-07-06 21:13:51 +0000760 <macro name="textasciicircum" outputname="">
761 <text>^</text>
762 </macro>
Fred Draked397f232000-11-22 16:45:19 +0000763 <macro name="textasciitilde" outputname="">
764 <text>~</text>
765 </macro>
Fred Drake0a650d72001-07-06 21:13:51 +0000766 <macro name="textbar" outputname="">
767 <text>|</text>
768 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000769
770 <!-- These will end up disappearing as well! -->
771 <macro name="catcode" outputname=""/>
772 <macro name="fi" outputname=""/>
773 <macro name="ifhtml" outputname=""/>
774 <macro name="indexname" outputname=""/>
775 <macro name="labelwidth" outputname=""/>
776 <macro name="large" outputname=""/>
777 <macro name="leftmargin" outputname=""/>
778 <macro name="makeindex" outputname=""/>
779 <macro name="makemodindex" outputname=""/>
780 <macro name="maketitle" outputname=""/>
781 <macro name="noindent" outputname=""/>
782 <macro name="protect" outputname=""/>
783 <macro name="renewcommand">
784 <attribute name="macro"/>
785 <attribute name="nargs" optional="yes"/>
786 <content/>
787 </macro>
788 <macro name="tableofcontents" outputname=""/>
789 <macro name="vspace">
790 <attribute name="size"/>
791 </macro>
792</conversion>