blob: 1944b1f784918d53b5958174ea1021fc5d0390d8 [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 Drakeb6fa7892001-09-27 04:18:39 +000041 <macro name="pep">
42 <attribute name="num"/>
43 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +000044 <macro name="rfc">
45 <attribute name="num"/>
46 </macro>
Fred Drakece194962001-03-23 16:29:06 +000047 <macro name="sectionauthor" outputname="author">
Fred Drakebc2285e1999-07-29 22:03:11 +000048 <attribute name="name"/>
49 <attribute name="email"/>
50 </macro>
Fred Drakece194962001-03-23 16:29:06 +000051 <macro name="author">
52 <attribute name="name"/>
53 </macro>
54 <macro name="authoraddress">
55 <content/>
56 </macro>
Fred Draked397f232000-11-22 16:45:19 +000057 <macro name="shortversion"/>
Fred Drake44835d82001-07-07 06:00:36 +000058 <!-- These are broken: we need to re-order the optional and required
59 parameters, making the optional parameter the content for the
60 element. latex2esis.py is not powerful enough to handle this.
61 -->
Fred Drakebc2285e1999-07-29 22:03:11 +000062 <macro name="versionadded">
Fred Drakebda05562001-04-21 06:00:51 +000063 <attribute name="info" optional="yes"/>
Fred Drakebc2285e1999-07-29 22:03:11 +000064 <attribute name="version"/>
65 </macro>
66 <macro name="versionchanged">
Fred Drakebda05562001-04-21 06:00:51 +000067 <attribute name="info" optional="yes"/>
Fred Drakebc2285e1999-07-29 22:03:11 +000068 <attribute name="version"/>
69 </macro>
70
71 <!-- Module referencing. -->
72 <macro name="refmodule" outputname="module">
Fred Drake876389e2001-09-27 17:01:59 +000073 <!-- this causes the optional parameter to \refmodule to be
74 discarded -->
Fred Drakebc2285e1999-07-29 22:03:11 +000075 <attribute name="" optional="yes"/>
Fred Drakebc2285e1999-07-29 22:03:11 +000076 <content/>
77 </macro>
78
79 <!-- Information units. -->
80 <!-- C things. -->
81 <environment name="cfuncdesc">
82 <attribute name="type"/>
83 <attribute name="name"/>
84 <child name="args"/>
85 </environment>
86 <environment name="ctypedesc">
Fred Draked397f232000-11-22 16:45:19 +000087 <attribute name="tag" optional="yes"/>
Fred Drakebc2285e1999-07-29 22:03:11 +000088 <attribute name="name"/>
89 </environment>
90 <environment name="cvardesc">
91 <attribute name="type"/>
92 <attribute name="name"/>
93 </environment>
94
95 <!-- Python things. -->
96 <macro name="optional">
97 <content/>
98 </macro>
Fred Drake2ed27d32000-11-17 19:05:12 +000099 <macro name="unspecified"/>
100 <macro name="moreargs"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000101 <environment name="classdesc">
102 <attribute name="name"/>
103 <child name="args"/>
104 </environment>
Fred Drake0a650d72001-07-06 21:13:51 +0000105 <environment name="classdesc*" outputname="classdesc">
106 <attribute name="name"/>
107 </environment>
Fred Drakebc2285e1999-07-29 22:03:11 +0000108 <environment name="datadesc">
109 <attribute name="name"/>
110 </environment>
Fred Drake0a650d72001-07-06 21:13:51 +0000111 <environment name="datadescni" outputname="datadesc">
112 <attribute name="index">no</attribute>
113 <attribute name="name"/>
114 </environment>
Fred Drakece194962001-03-23 16:29:06 +0000115 <macro name="dataline">
116 <attribute name="name"/>
117 </macro>
Fred Drake0a650d72001-07-06 21:13:51 +0000118 <environment name="excclassdesc">
119 <attribute name="name"/>
120 <child name="args"/>
121 </environment>
Fred Drakebc2285e1999-07-29 22:03:11 +0000122 <environment name="excdesc">
123 <attribute name="name"/>
124 </environment>
125
126 <environment name="funcdesc">
127 <attribute name="name"/>
128 <child name="args"/>
129 </environment>
130 <macro name="funcline">
131 <attribute name="name"/>
132 <child name="args"/>
133 </macro>
134 <environment name="funcdescni" outputname="funcdesc">
135 <attribute name="index">no</attribute>
136 <attribute name="name"/>
137 <child name="args"/>
138 </environment>
139 <macro name="funclineni" outputname="funcline">
140 <attribute name="index">no</attribute>
141 <attribute name="name"/>
142 <child name="args"/>
143 </macro>
144
145 <environment name="memberdesc">
146 <attribute name="class" optional="yes"/>
147 <attribute name="name"/>
148 </environment>
149 <environment name="memberdescni" outputname="memberdesc">
150 <attribute name="index">no</attribute>
151 <attribute name="class" optional="yes"/>
152 <attribute name="name"/>
153 </environment>
Fred Drakebda05562001-04-21 06:00:51 +0000154 <macro name="memberline">
155 <attribute name="name"/>
156 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000157
158 <environment name="methoddesc">
159 <attribute name="class" optional="yes"/>
160 <attribute name="name"/>
161 <child name="args"/>
162 </environment>
163 <macro name="methodline">
164 <attribute name="class" optional="yes"/>
165 <attribute name="name"/>
166 <child name="args"/>
167 </macro>
168 <environment name="methoddescni">
169 <attribute name="index">no</attribute>
170 <attribute name="class" optional="yes"/>
171 <attribute name="name"/>
172 <child name="args"/>
173 </environment>
174 <macro name="methodlineni" outputname="methodline">
175 <attribute name="index">no</attribute>
176 <attribute name="class" optional="yes"/>
177 <attribute name="name"/>
178 <child name="args"/>
179 </macro>
180
181 <environment name="opcodedesc">
182 <attribute name="name"/>
183 <attribute name="var"/>
184 </environment>
185
186 <!-- "See also:" sections. -->
187 <macro name="seemodule">
Fred Drake876389e2001-09-27 17:01:59 +0000188 <!-- this causes the optional parameter to \seemodule to be
189 discarded -->
Fred Drakebaacc082001-09-27 15:49:23 +0000190 <attribute name="" optional="yes"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000191 <attribute name="name"/>
Fred Draked397f232000-11-22 16:45:19 +0000192 <child name="description"/>
193 </macro>
194 <macro name="seepep">
195 <attribute name="number"/>
196 <child name="title"/>
197 <child name="description"/>
198 </macro>
199 <macro name="seerfc">
200 <attribute name="number"/>
201 <child name="title"/>
202 <child name="description"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000203 </macro>
204 <macro name="seetext">
Fred Draked397f232000-11-22 16:45:19 +0000205 <child name="description"/>
206 </macro>
207 <macro name="seetitle">
208 <attribute name="href" optional="yes"/>
209 <child name="title"/>
210 <child name="description"/>
211 </macro>
212 <macro name="seeurl">
213 <attribute name="href"/>
214 <child name="description"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000215 </macro>
216
217 <!-- Index-generating markup. -->
218 <macro name="index" outputname="indexterm">
219 <attribute name="term1"/>
220 </macro>
221 <macro name="indexii" outputname="indexterm">
222 <attribute name="term1"/>
223 <attribute name="term2"/>
224 </macro>
225 <macro name="indexiii" outputname="indexterm">
226 <attribute name="term1"/>
227 <attribute name="term2"/>
228 <attribute name="term3"/>
229 </macro>
230 <macro name="indexiv" outputname="indexterm">
231 <attribute name="term1"/>
232 <attribute name="term2"/>
233 <attribute name="term3"/>
234 <attribute name="term4"/>
235 </macro>
236
237 <macro name="ttindex" outputname="indexterm">
238 <attribute name="style">tt</attribute>
239 <attribute name="term1"/>
240 </macro>
241
242 <macro name="refmodindex">
243 <attribute name="module"/>
244 </macro>
245 <macro name="stmodindex">
246 <attribute name="module"/>
247 </macro>
248 <macro name="refbimodindex" outputname="refmodindex">
249 <attribute name="module"/>
250 </macro>
251 <macro name="refexmodindex" outputname="refmodindex">
252 <attribute name="module"/>
253 </macro>
254 <macro name="refstmodindex" outputname="refmodindex">
255 <attribute name="module"/>
256 </macro>
257
258 <macro name="bifuncindex">
259 <attribute name="name"/>
260 </macro>
261 <macro name="exindex">
262 <attribute name="name"/>
263 </macro>
264 <macro name="obindex">
265 <attribute name="name"/>
266 </macro>
267 <macro name="kwindex">
268 <attribute name="name"/>
269 </macro>
270 <macro name="opindex">
271 <attribute name="type"/>
272 </macro>
273 <macro name="stindex">
274 <attribute name="type"/>
275 </macro>
276 <macro name="withsubitem">
277 <attribute name="text"/>
278 <content/>
279 </macro>
280 <macro name="setindexsubitem">
281 <attribute name="text"/>
282 </macro>
283
284 <!-- Entity management. -->
Fred Drakebaacc082001-09-27 15:49:23 +0000285 <macro name="include" outputname="xi:include">
286 <attribute name="href"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000287 </macro>
Fred Drakebaacc082001-09-27 15:49:23 +0000288 <macro name="input" outputname="xi:include">
289 <attribute name="href"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000290 </macro>
291
292 <!-- Large-scale document structure. -->
293 <macro name="documentclass">
294 <attribute name="classname"/>
295 </macro>
296
Fred Drakece194962001-03-23 16:29:06 +0000297 <macro name="usepackage">
298 <attribute name="options" optional="yes"/>
299 <attribute name="pkg"/>
300 </macro>
301
Fred Drakebc2285e1999-07-29 22:03:11 +0000302 <environment name="document"
303 endcloses="chapter chapter* section section*
304 subsection subsection*
305 subsubsection subsubsection*
Fred Drakebaacc082001-09-27 15:49:23 +0000306 paragraph paragraph* subparagraph
307 subparagraph*">
308 <attribute name="xmlns:xi"
309 >http://www.w3.org/2001/XInclude</attribute>
310 </environment>
Fred Drakebc2285e1999-07-29 22:03:11 +0000311
312 <macro name="chapter"
313 closes="chapter chapter* section section* subsection subsection*
314 subsubsection subsubsection*
315 paragraph paragraph* subparagraph subparagraph*">
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 <macro name="chapter*" outputname="chapter"
322 closes="chapter chapter* section section* subsection subsection*
323 subsubsection subsubsection*
324 paragraph paragraph* subparagraph subparagraph*">
325 <attribute name="numbered">no</attribute>
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
332 <macro name="section"
333 closes="section section* subsection subsection*
334 subsubsection subsubsection*
335 paragraph paragraph* subparagraph subparagraph*">
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 <macro name="section*" outputname="section"
342 closes="section section* subsection subsection*
343 subsubsection subsubsection*
344 paragraph paragraph* subparagraph subparagraph*">
345 <attribute name="numbered">no</attribute>
346 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000347</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000348 <child name="title"/>
349 <content implied="yes"/>
350 </macro>
351
352 <macro name="subsection"
353 closes="subsection subsection* subsubsection subsubsection*
354 paragraph paragraph* subparagraph subparagraph*">
355 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000356</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000357 <child name="title"/>
358 <content implied="yes"/>
359 </macro>
360 <macro name="subsection*" outputname="subsection"
361 closes="subsection subsection* subsubsection subsubsection*
362 paragraph paragraph* subparagraph subparagraph*">
363 <attribute name="numbered">no</attribute>
364 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000365</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000366 <child name="title"/>
367 <content implied="yes"/>
368 </macro>
369
370 <macro name="subsubsection"
371 closes="subsubsection subsubsection*
372 paragraph paragraph* subparagraph subparagraph*">
373 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000374</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000375 <child name="title"/>
376 <content implied="yes"/>
377 </macro>
378 <macro name="subsubsection*" outputname="subsubsection"
379 closes="subsubsection subsubsection*
380 paragraph paragraph* subparagraph subparagraph*">
381 <attribute name="numbered">no</attribute>
382 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000383</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000384 <child name="title"/>
385 <content implied="yes"/>
386 </macro>
387
388 <macro name="paragraph"
389 closes="paragraph paragraph* subparagraph subparagraph*">
390 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000391</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000392 <child name="title"/>
393 <content implied="yes"/>
394 </macro>
395 <macro name="paragraph*" outputname="paragraph"
396 closes="paragraph paragraph* subparagraph subparagraph*">
397 <attribute name="numbered">no</attribute>
398 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000399</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000400 <child name="title"/>
401 <content implied="yes"/>
402 </macro>
403
404 <macro name="subparagraph"
405 closes="subparagraph subparagraph*">
406 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000407</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000408 <child name="title"/>
409 <content implied="yes"/>
410 </macro>
411 <macro name="subparagraph*" outputname="subparagraph"
412 closes="subparagraph subparagraph*">
413 <attribute name="numbered">no</attribute>
414 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000415</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000416 <child name="title"/>
417 <content implied="yes"/>
418 </macro>
419 <macro name="title">
420 <content/>
421 </macro>
422
423 <macro name="appendix" outputname="back-matter"
424 closes="chapter chapter* section subsection subsubsection
425 paragraph subparagraph"/>
426
427 <environment name="list"
428 endcloses="item">
429 <attribute name="bullet"/>
430 <attribute name="init"/>
431 </environment>
432 <macro name="item" closes="item">
433 <child name="leader" optional="yes"/>
434 <content implied="yes"/>
435 </macro>
436
437 <macro name="ref">
438 <attribute name="ref"/>
439 </macro>
440
441 <environment name="description" outputname="descriptionlist"
442 endcloses="item"/>
443
444 <environment name="enumerate" outputname="enumeration"
445 endcloses="item"/>
446
447 <environment name="fulllineitems"
448 endcloses="item"/>
449
450 <environment name="itemize"
451 endcloses="item"/>
452
453 <environment name="definitions" outputname="definitionlist"
454 encloses="term"/>
455 <macro name="term" closes="definition">
456 <!-- not really optional, but uses the [] syntax -->
457 <child name="term" optional="yes"/>
458 <child name="definition" implied="yes"/>
459 </macro>
460
Fred Drake20931fb2001-04-10 19:59:31 +0000461 <environment name="alltt" outputname="verbatim"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000462 <environment name="comment" verbatim="yes"/>
463 <environment name="verbatim" verbatim="yes"/>
464 <environment name="verbatim*" verbatim="yes">
465 <!-- not used anywhere, but it's a standard LaTeXism -->
466 <attribute name="spaces">visible</attribute>
467 </environment>
Fred Drakebaacc082001-09-27 15:49:23 +0000468 <macro name="verbatiminput" ouptutname="xi:include">
469 <attribute name="parse">text</attribute>
470 <attribute name="href"/>
Fred Drakeb6fa7892001-09-27 04:18:39 +0000471 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000472
473 <!-- Table markup. -->
474 <macro name="hline"/>
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000475 <environment name="tableii" outputname="table">
476 <attribute name="cols">2</attribute>
Fred Drakebc2285e1999-07-29 22:03:11 +0000477 <attribute name="colspec"/>
478 <attribute name="style"/>
479 <child name="entry"/>
480 <text>
481 </text>
482 <child name="entry"/>
483 </environment>
Fred Drake2ed27d32000-11-17 19:05:12 +0000484 <environment name="longtableii" outputname="table">
485 <attribute name="cols">2</attribute>
486 <attribute name="colspec"/>
487 <attribute name="style"/>
488 <child name="entry"/>
489 <text>
490 </text>
491 <child name="entry"/>
492 </environment>
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000493 <macro name="lineii" outputname="row">
Fred Drakebc2285e1999-07-29 22:03:11 +0000494 <child name="entry"/>
495 <text>
496 </text>
497 <child name="entry"/>
498 </macro>
499
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000500 <environment name="tableiii" outputname="table">
501 <attribute name="cols">3</attribute>
Fred Drakebc2285e1999-07-29 22:03:11 +0000502 <attribute name="colspec"/>
503 <attribute name="style"/>
504 <child name="entry"/>
505 <text>
506 </text>
507 <child name="entry"/>
508 <text>
509 </text>
510 <child name="entry"/>
511 </environment>
Fred Drake2ed27d32000-11-17 19:05:12 +0000512 <environment name="longtableiii" outputname="table">
513 <attribute name="cols">3</attribute>
514 <attribute name="colspec"/>
515 <attribute name="style"/>
516 <child name="entry"/>
517 <text>
518 </text>
519 <child name="entry"/>
520 <text>
521 </text>
522 <child name="entry"/>
523 </environment>
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000524 <macro name="lineiii" outputname="row">
Fred Drakebc2285e1999-07-29 22:03:11 +0000525 <child name="entry"/>
526 <text>
527 </text>
528 <child name="entry"/>
529 <text>
530 </text>
531 <child name="entry"/>
532 </macro>
533
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000534 <environment name="tableiv" outputname="table">
535 <attribute name="cols">4</attribute>
Fred Drakebc2285e1999-07-29 22:03:11 +0000536 <attribute name="colspec"/>
537 <attribute name="style"/>
538 <child name="entry"/>
539 <text>
540 </text>
541 <child name="entry"/>
542 <text>
543 </text>
544 <child name="entry"/>
545 <text>
546 </text>
547 <child name="entry"/>
548 </environment>
Fred Drake2ed27d32000-11-17 19:05:12 +0000549 <environment name="longtableiv" outputname="table">
550 <attribute name="cols">4</attribute>
551 <attribute name="colspec"/>
552 <attribute name="style"/>
553 <child name="entry"/>
554 <text>
555 </text>
556 <child name="entry"/>
557 <text>
558 </text>
559 <child name="entry"/>
560 <text>
561 </text>
562 <child name="entry"/>
563 </environment>
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000564 <macro name="lineiv" outputname="row">
Fred Drakebc2285e1999-07-29 22:03:11 +0000565 <child name="entry"/>
566 <text>
567 </text>
568 <child name="entry"/>
569 <text>
570 </text>
571 <child name="entry"/>
572 <text>
573 </text>
574 <child name="entry"/>
575 </macro>
576
Fred Drake29a67ce2001-09-25 20:58:13 +0000577 <environment name="tablev" outputname="table">
578 <attribute name="cols">4</attribute>
579 <attribute name="colspec"/>
580 <attribute name="style"/>
581 <child name="entry"/>
582 <text>
583 </text>
584 <child name="entry"/>
585 <text>
586 </text>
587 <child name="entry"/>
588 <text>
589 </text>
590 <child name="entry"/>
591 </environment>
592 <environment name="longtablev" outputname="table">
593 <attribute name="cols">4</attribute>
594 <attribute name="colspec"/>
595 <attribute name="style"/>
596 <child name="entry"/>
597 <text>
598 </text>
599 <child name="entry"/>
600 <text>
601 </text>
602 <child name="entry"/>
603 <text>
604 </text>
605 <child name="entry"/>
606 <text>
607 </text>
608 <child name="entry"/>
609 </environment>
610 <macro name="linev" outputname="row">
611 <child name="entry"/>
612 <text>
613 </text>
614 <child name="entry"/>
615 <text>
616 </text>
617 <child name="entry"/>
618 <text>
619 </text>
620 <child name="entry"/>
621 <text>
622 </text>
623 <child name="entry"/>
624 </macro>
625
Fred Drakebc2285e1999-07-29 22:03:11 +0000626 <!-- These are handled at a later translation stage, at least for now. -->
Fred Drake031e2221999-08-02 14:32:11 +0000627 <macro name="Cpp" outputname="">
628 <text>C++</text>
629 </macro>
Fred Drake3cf4eb41999-08-26 17:56:47 +0000630 <macro name="geq" outputname="">
631 <entityref name="geq"/>
632 </macro>
Fred Drake0a650d72001-07-06 21:13:51 +0000633 <macro name="infinity" outputname="">
634 <entityref name="infin"/>
635 </macro>
Fred Drake3cf4eb41999-08-26 17:56:47 +0000636 <macro name="LaTeX" outputname="">
637 <text>LaTeX</text>
638 </macro>
Fred Drake031e2221999-08-02 14:32:11 +0000639 <macro name="ldots" outputname="">
640 <text>...</text>
641 </macro>
Fred Drake3cf4eb41999-08-26 17:56:47 +0000642 <macro name="leq" outputname="">
643 <entityref name="leq"/>
644 </macro>
Fred Drake0a650d72001-07-06 21:13:51 +0000645 <macro name="plusminus" outputname="">
646 <entityref name="plusmn"/>
647 </macro>
Fred Drake3cf4eb41999-08-26 17:56:47 +0000648 <macro name="TeX" outputname="">
649 <text>TeX</text>
650 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000651 <macro name="version"/>
652
Fred Drakece194962001-03-23 16:29:06 +0000653 <!-- Distutils things. -->
654 <macro name="command">
655 <content/>
656 </macro>
657 <macro name="option">
658 <content/>
659 </macro>
660 <macro name="filevar" outputname="var">
661 <content/>
662 </macro>
663 <macro name="XXX" outputname="editorial-comment">
664 <content/>
665 </macro>
666
Fred Drake03e88da2001-07-09 15:00:42 +0000667 <!-- Grammar production lists -->
668 <environment name="productionlist">
669 <attribute name="grammar" optional="yes"/>
670 </environment>
671 <macro name="production">
672 <attribute name="token"/>
673 <content/>
674 </macro>
Fred Drakeb6fa7892001-09-27 04:18:39 +0000675 <macro name="token" outputname="grammartoken">
676 <content/>
677 </macro>
678 <macro name="grammartoken">
Fred Drake03e88da2001-07-09 15:00:42 +0000679 <content/>
680 </macro>
681 <macro name="orgroup">
682 <content/>
683 </macro>
684 <macro name="oritem"/>
685
Fred Drakebc2285e1999-07-29 22:03:11 +0000686 <!-- Misc. -->
687 <macro name="emph">
688 <content/>
689 </macro>
690 <macro name="strong">
691 <content/>
692 </macro>
693 <macro name="textrm">
694 <content/>
695 </macro>
696 <macro name="texttt">
697 <content/>
698 </macro>
699 <macro name="code">
700 <content/>
701 </macro>
702 <macro name="exception">
703 <content/>
704 </macro>
705 <macro name="keyword">
706 <content/>
707 </macro>
708 <macro name="samp">
709 <content/>
710 </macro>
711 <macro name="class">
712 <content/>
713 </macro>
714 <macro name="cdata">
715 <content/>
716 </macro>
717 <macro name="cfunction">
718 <content/>
719 </macro>
720 <macro name="ctype">
721 <content/>
722 </macro>
723 <macro name="pytype">
724 <content/>
725 </macro>
726 <macro name="character">
727 <content/>
728 </macro>
729 <macro name="constant">
730 <content/>
731 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000732 <macro name="envvar" outputname="envar">
Fred Drakebc2285e1999-07-29 22:03:11 +0000733 <content/>
734 </macro>
735 <macro name="file" outputname="filename">
736 <content/>
737 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000738 <macro name="filenq" outputname="filename">
739 <attribute name="quote">no</attribute>
740 <content/>
741 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000742 <macro name="function">
743 <content/>
744 </macro>
Fred Drake44845ba2001-07-14 03:10:20 +0000745 <macro name="kbd" outputname="keysym">
Fred Drakebc2285e1999-07-29 22:03:11 +0000746 <content/>
747 </macro>
Fred Drake29a67ce2001-09-25 20:58:13 +0000748 <macro name="mailheader">
749 <content/>
750 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000751 <macro name="makevar">
752 <content/>
753 </macro>
754 <macro name="method">
755 <content/>
756 </macro>
757 <macro name="member">
758 <content/>
759 </macro>
760 <macro name="mimetype">
761 <content/>
762 </macro>
763 <macro name="newsgroup">
764 <content/>
765 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000766 <macro name="program" outputname="command">
Fred Drakebc2285e1999-07-29 22:03:11 +0000767 <content/>
768 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000769 <macro name="programopt" outputname="option">
Fred Drake91f31ea1999-11-09 19:33:24 +0000770 <content/>
771 </macro>
Fred Drakece194962001-03-23 16:29:06 +0000772 <macro name="longprogramopt" outputname="longoption">
773 <content/>
774 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000775 <macro name="regexp">
776 <content/>
777 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000778 <macro name="var">
Fred Drakebc2285e1999-07-29 22:03:11 +0000779 <content/>
780 </macro>
781 <macro name="email">
782 <content/>
783 </macro>
Fred Drake44835d82001-07-07 06:00:36 +0000784 <macro name="ulink">
785 <!-- order of the parameters makes this difficult;
Fred Drakeb6fa7892001-09-27 04:18:39 +0000786 we'll need to fix it up to <ulink href="...">...</ulink>
Fred Drake44835d82001-07-07 06:00:36 +0000787 in docfixer.py.
788 -->
789 <child name="text"/>
790 <child name="href"/>
791 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000792 <macro name="url">
793 <content/>
794 </macro>
795 <macro name="footnote">
796 <content/>
797 </macro>
798 <macro name="dfn" outputname="definedterm">
799 <content/>
800 </macro>
801
802 <macro name="mbox">
803 <content/>
804 </macro>
805
806 <!-- minimal math stuff to get by -->
Fred Drake8a3b4491999-11-23 21:48:41 +0000807 <macro name="pi"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000808 <macro name="sqrt">
809 <content/>
810 </macro>
811 <macro name="frac" outputname="fraction">
812 <child name="numerator"/>
813 <child name="denominator"/>
814 </macro>
815 <macro name="sum">
816 <content/>
817 </macro>
818
819 <!-- Conversions to text; perhaps could be different? There's -->
820 <!-- no way for a style sheet to work with these this way. -->
Fred Draked95f4e12000-07-01 06:26:44 +0000821 <macro name="ABC" outputname="">
Fred Drakebc2285e1999-07-29 22:03:11 +0000822 <text>ABC</text>
823 </macro>
824 <macro name="ASCII" outputname="">
825 <text>ASCII</text>
826 </macro>
827 <macro name="C" outputname="">
828 <text>C</text>
829 </macro>
830 <macro name="EOF" outputname="">
831 <text>EOF</text>
832 </macro>
833 <macro name="e" outputname="">
834 <text>\</text>
835 </macro>
Fred Drake031e2221999-08-02 14:32:11 +0000836 <macro name="NULL" outputname="constant">
Fred Drakebc2285e1999-07-29 22:03:11 +0000837 <text>NULL</text>
838 </macro>
839 <macro name="POSIX" outputname="">
840 <text>POSIX</text>
841 </macro>
842 <macro name="UNIX" outputname="">
843 <text>Unix</text>
844 </macro>
Fred Drake0a650d72001-07-06 21:13:51 +0000845 <macro name="textasciicircum" outputname="">
846 <text>^</text>
847 </macro>
Fred Draked397f232000-11-22 16:45:19 +0000848 <macro name="textasciitilde" outputname="">
849 <text>~</text>
850 </macro>
Fred Drakeb6fa7892001-09-27 04:18:39 +0000851 <macro name="textbackslash" outputname="">
852 <text>\</text>
853 </macro>
Fred Drake0a650d72001-07-06 21:13:51 +0000854 <macro name="textbar" outputname="">
855 <text>|</text>
856 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000857
858 <!-- These will end up disappearing as well! -->
859 <macro name="catcode" outputname=""/>
860 <macro name="fi" outputname=""/>
861 <macro name="ifhtml" outputname=""/>
862 <macro name="indexname" outputname=""/>
863 <macro name="labelwidth" outputname=""/>
864 <macro name="large" outputname=""/>
865 <macro name="leftmargin" outputname=""/>
866 <macro name="makeindex" outputname=""/>
867 <macro name="makemodindex" outputname=""/>
868 <macro name="maketitle" outputname=""/>
869 <macro name="noindent" outputname=""/>
870 <macro name="protect" outputname=""/>
871 <macro name="renewcommand">
872 <attribute name="macro"/>
873 <attribute name="nargs" optional="yes"/>
874 <content/>
875 </macro>
876 <macro name="tableofcontents" outputname=""/>
877 <macro name="vspace">
878 <attribute name="size"/>
879 </macro>
880</conversion>