blob: e6b20d7618d415847baa546e03bbd6e03f70f502 [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 Drake03e88da2001-07-09 15:00:42 +0000604 <!-- Grammar production lists -->
605 <environment name="productionlist">
606 <attribute name="grammar" optional="yes"/>
607 </environment>
608 <macro name="production">
609 <attribute name="token"/>
610 <content/>
611 </macro>
612 <macro name="token">
613 <content/>
614 </macro>
615 <macro name="orgroup">
616 <content/>
617 </macro>
618 <macro name="oritem"/>
619
Fred Drakebc2285e1999-07-29 22:03:11 +0000620 <!-- Misc. -->
621 <macro name="emph">
622 <content/>
623 </macro>
624 <macro name="strong">
625 <content/>
626 </macro>
627 <macro name="textrm">
628 <content/>
629 </macro>
630 <macro name="texttt">
631 <content/>
632 </macro>
633 <macro name="code">
634 <content/>
635 </macro>
636 <macro name="exception">
637 <content/>
638 </macro>
639 <macro name="keyword">
640 <content/>
641 </macro>
642 <macro name="samp">
643 <content/>
644 </macro>
645 <macro name="class">
646 <content/>
647 </macro>
648 <macro name="cdata">
649 <content/>
650 </macro>
651 <macro name="cfunction">
652 <content/>
653 </macro>
654 <macro name="ctype">
655 <content/>
656 </macro>
657 <macro name="pytype">
658 <content/>
659 </macro>
660 <macro name="character">
661 <content/>
662 </macro>
663 <macro name="constant">
664 <content/>
665 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000666 <macro name="envvar" outputname="envar">
Fred Drakebc2285e1999-07-29 22:03:11 +0000667 <content/>
668 </macro>
669 <macro name="file" outputname="filename">
670 <content/>
671 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000672 <macro name="filenq" outputname="filename">
673 <attribute name="quote">no</attribute>
674 <content/>
675 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000676 <macro name="function">
677 <content/>
678 </macro>
Fred Drake44845ba2001-07-14 03:10:20 +0000679 <macro name="kbd" outputname="keysym">
Fred Drakebc2285e1999-07-29 22:03:11 +0000680 <content/>
681 </macro>
682 <macro name="makevar">
683 <content/>
684 </macro>
685 <macro name="method">
686 <content/>
687 </macro>
688 <macro name="member">
689 <content/>
690 </macro>
691 <macro name="mimetype">
692 <content/>
693 </macro>
694 <macro name="newsgroup">
695 <content/>
696 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000697 <macro name="program" outputname="command">
Fred Drakebc2285e1999-07-29 22:03:11 +0000698 <content/>
699 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000700 <macro name="programopt" outputname="option">
Fred Drake91f31ea1999-11-09 19:33:24 +0000701 <content/>
702 </macro>
Fred Drakece194962001-03-23 16:29:06 +0000703 <macro name="longprogramopt" outputname="longoption">
704 <content/>
705 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000706 <macro name="regexp">
707 <content/>
708 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000709 <macro name="var">
Fred Drakebc2285e1999-07-29 22:03:11 +0000710 <content/>
711 </macro>
712 <macro name="email">
713 <content/>
714 </macro>
Fred Drake44835d82001-07-07 06:00:36 +0000715 <macro name="ulink">
716 <!-- order of the parameters makes this difficult;
717 we'll need to fix it up tp <ulink href="...">...</ulink>
718 in docfixer.py.
719 -->
720 <child name="text"/>
721 <child name="href"/>
722 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000723 <macro name="url">
724 <content/>
725 </macro>
726 <macro name="footnote">
727 <content/>
728 </macro>
729 <macro name="dfn" outputname="definedterm">
730 <content/>
731 </macro>
732
733 <macro name="mbox">
734 <content/>
735 </macro>
736
737 <!-- minimal math stuff to get by -->
Fred Drake8a3b4491999-11-23 21:48:41 +0000738 <macro name="pi"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000739 <macro name="sqrt">
740 <content/>
741 </macro>
742 <macro name="frac" outputname="fraction">
743 <child name="numerator"/>
744 <child name="denominator"/>
745 </macro>
746 <macro name="sum">
747 <content/>
748 </macro>
749
750 <!-- Conversions to text; perhaps could be different? There's -->
751 <!-- no way for a style sheet to work with these this way. -->
Fred Draked95f4e12000-07-01 06:26:44 +0000752 <macro name="ABC" outputname="">
Fred Drakebc2285e1999-07-29 22:03:11 +0000753 <text>ABC</text>
754 </macro>
755 <macro name="ASCII" outputname="">
756 <text>ASCII</text>
757 </macro>
758 <macro name="C" outputname="">
759 <text>C</text>
760 </macro>
761 <macro name="EOF" outputname="">
762 <text>EOF</text>
763 </macro>
764 <macro name="e" outputname="">
765 <text>\</text>
766 </macro>
Fred Drake031e2221999-08-02 14:32:11 +0000767 <macro name="NULL" outputname="constant">
Fred Drakebc2285e1999-07-29 22:03:11 +0000768 <text>NULL</text>
769 </macro>
770 <macro name="POSIX" outputname="">
771 <text>POSIX</text>
772 </macro>
773 <macro name="UNIX" outputname="">
774 <text>Unix</text>
775 </macro>
Fred Drake0a650d72001-07-06 21:13:51 +0000776 <macro name="textasciicircum" outputname="">
777 <text>^</text>
778 </macro>
Fred Draked397f232000-11-22 16:45:19 +0000779 <macro name="textasciitilde" outputname="">
780 <text>~</text>
781 </macro>
Fred Drake0a650d72001-07-06 21:13:51 +0000782 <macro name="textbar" outputname="">
783 <text>|</text>
784 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000785
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"/>
802 <content/>
803 </macro>
804 <macro name="tableofcontents" outputname=""/>
805 <macro name="vspace">
806 <attribute name="size"/>
807 </macro>
808</conversion>