blob: f0151f43793b26839b8bb51d085b10df3350c1e9 [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 Drake92350b32001-10-09 18:01:23 +000058 <macro name="note">
59 <content/>
60 </macro>
61 <macro name="warning">
62 <content/>
63 </macro>
Fred Drakeb9c0ef52001-12-15 22:24:06 +000064 <environment name="notice">
65 <attribute name="role" optional="yes"/>
66 </environment>
67
68 <macro name="menuselection">
69 <content/>
70 </macro>
71 <macro name="sub"/>
72
Fred Drake44835d82001-07-07 06:00:36 +000073 <!-- These are broken: we need to re-order the optional and required
74 parameters, making the optional parameter the content for the
75 element. latex2esis.py is not powerful enough to handle this.
76 -->
Fred Drakebc2285e1999-07-29 22:03:11 +000077 <macro name="versionadded">
Fred Drakebda05562001-04-21 06:00:51 +000078 <attribute name="info" optional="yes"/>
Fred Drakebc2285e1999-07-29 22:03:11 +000079 <attribute name="version"/>
80 </macro>
81 <macro name="versionchanged">
Fred Drakebda05562001-04-21 06:00:51 +000082 <attribute name="info" optional="yes"/>
Fred Drakebc2285e1999-07-29 22:03:11 +000083 <attribute name="version"/>
84 </macro>
85
86 <!-- Module referencing. -->
87 <macro name="refmodule" outputname="module">
Fred Drake876389e2001-09-27 17:01:59 +000088 <!-- this causes the optional parameter to \refmodule to be
89 discarded -->
Fred Drakebc2285e1999-07-29 22:03:11 +000090 <attribute name="" optional="yes"/>
Fred Drakebc2285e1999-07-29 22:03:11 +000091 <content/>
92 </macro>
93
94 <!-- Information units. -->
95 <!-- C things. -->
96 <environment name="cfuncdesc">
97 <attribute name="type"/>
98 <attribute name="name"/>
99 <child name="args"/>
100 </environment>
Fred Drake0047e162002-04-10 04:19:12 +0000101 <environment name="csimplemacrodesc">
102 <attribute name="name"/>
103 </environment>
Fred Drakebc2285e1999-07-29 22:03:11 +0000104 <environment name="ctypedesc">
Fred Draked397f232000-11-22 16:45:19 +0000105 <attribute name="tag" optional="yes"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000106 <attribute name="name"/>
107 </environment>
108 <environment name="cvardesc">
109 <attribute name="type"/>
110 <attribute name="name"/>
111 </environment>
112
113 <!-- Python things. -->
114 <macro name="optional">
115 <content/>
116 </macro>
Fred Drake2ed27d32000-11-17 19:05:12 +0000117 <macro name="unspecified"/>
118 <macro name="moreargs"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000119 <environment name="classdesc">
120 <attribute name="name"/>
121 <child name="args"/>
122 </environment>
Fred Drake0a650d72001-07-06 21:13:51 +0000123 <environment name="classdesc*" outputname="classdesc">
124 <attribute name="name"/>
125 </environment>
Fred Drakebc2285e1999-07-29 22:03:11 +0000126 <environment name="datadesc">
127 <attribute name="name"/>
128 </environment>
Fred Drake0a650d72001-07-06 21:13:51 +0000129 <environment name="datadescni" outputname="datadesc">
130 <attribute name="index">no</attribute>
131 <attribute name="name"/>
132 </environment>
Fred Drakece194962001-03-23 16:29:06 +0000133 <macro name="dataline">
134 <attribute name="name"/>
135 </macro>
Fred Drake0a650d72001-07-06 21:13:51 +0000136 <environment name="excclassdesc">
137 <attribute name="name"/>
138 <child name="args"/>
139 </environment>
Fred Drakebc2285e1999-07-29 22:03:11 +0000140 <environment name="excdesc">
141 <attribute name="name"/>
142 </environment>
143
144 <environment name="funcdesc">
145 <attribute name="name"/>
146 <child name="args"/>
147 </environment>
148 <macro name="funcline">
149 <attribute name="name"/>
150 <child name="args"/>
151 </macro>
152 <environment name="funcdescni" outputname="funcdesc">
153 <attribute name="index">no</attribute>
154 <attribute name="name"/>
155 <child name="args"/>
156 </environment>
157 <macro name="funclineni" outputname="funcline">
158 <attribute name="index">no</attribute>
159 <attribute name="name"/>
160 <child name="args"/>
161 </macro>
162
163 <environment name="memberdesc">
164 <attribute name="class" optional="yes"/>
165 <attribute name="name"/>
166 </environment>
167 <environment name="memberdescni" outputname="memberdesc">
168 <attribute name="index">no</attribute>
169 <attribute name="class" optional="yes"/>
170 <attribute name="name"/>
171 </environment>
Fred Drakebda05562001-04-21 06:00:51 +0000172 <macro name="memberline">
173 <attribute name="name"/>
174 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000175
176 <environment name="methoddesc">
177 <attribute name="class" optional="yes"/>
178 <attribute name="name"/>
179 <child name="args"/>
180 </environment>
181 <macro name="methodline">
182 <attribute name="class" optional="yes"/>
183 <attribute name="name"/>
184 <child name="args"/>
185 </macro>
186 <environment name="methoddescni">
187 <attribute name="index">no</attribute>
188 <attribute name="class" optional="yes"/>
189 <attribute name="name"/>
190 <child name="args"/>
191 </environment>
192 <macro name="methodlineni" outputname="methodline">
193 <attribute name="index">no</attribute>
194 <attribute name="class" optional="yes"/>
195 <attribute name="name"/>
196 <child name="args"/>
197 </macro>
198
199 <environment name="opcodedesc">
200 <attribute name="name"/>
201 <attribute name="var"/>
202 </environment>
203
204 <!-- "See also:" sections. -->
Fred Drake95e33f02001-11-30 19:06:18 +0000205 <environment name="seealso*" outputname="seealso">
206 <attribute name="sidebar">no</attribute>
207 </environment>
Fred Drakebc2285e1999-07-29 22:03:11 +0000208 <macro name="seemodule">
Fred Drake876389e2001-09-27 17:01:59 +0000209 <!-- this causes the optional parameter to \seemodule to be
210 discarded -->
Fred Drakebaacc082001-09-27 15:49:23 +0000211 <attribute name="" optional="yes"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000212 <attribute name="name"/>
Fred Draked397f232000-11-22 16:45:19 +0000213 <child name="description"/>
214 </macro>
215 <macro name="seepep">
216 <attribute name="number"/>
217 <child name="title"/>
218 <child name="description"/>
219 </macro>
220 <macro name="seerfc">
221 <attribute name="number"/>
222 <child name="title"/>
223 <child name="description"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000224 </macro>
225 <macro name="seetext">
Fred Draked397f232000-11-22 16:45:19 +0000226 <child name="description"/>
227 </macro>
228 <macro name="seetitle">
229 <attribute name="href" optional="yes"/>
230 <child name="title"/>
231 <child name="description"/>
232 </macro>
233 <macro name="seeurl">
234 <attribute name="href"/>
235 <child name="description"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000236 </macro>
237
238 <!-- Index-generating markup. -->
239 <macro name="index" outputname="indexterm">
240 <attribute name="term1"/>
241 </macro>
242 <macro name="indexii" outputname="indexterm">
243 <attribute name="term1"/>
244 <attribute name="term2"/>
245 </macro>
246 <macro name="indexiii" outputname="indexterm">
247 <attribute name="term1"/>
248 <attribute name="term2"/>
249 <attribute name="term3"/>
250 </macro>
251 <macro name="indexiv" outputname="indexterm">
252 <attribute name="term1"/>
253 <attribute name="term2"/>
254 <attribute name="term3"/>
255 <attribute name="term4"/>
256 </macro>
257
258 <macro name="ttindex" outputname="indexterm">
259 <attribute name="style">tt</attribute>
260 <attribute name="term1"/>
261 </macro>
262
263 <macro name="refmodindex">
264 <attribute name="module"/>
265 </macro>
266 <macro name="stmodindex">
267 <attribute name="module"/>
268 </macro>
269 <macro name="refbimodindex" outputname="refmodindex">
270 <attribute name="module"/>
271 </macro>
272 <macro name="refexmodindex" outputname="refmodindex">
273 <attribute name="module"/>
274 </macro>
275 <macro name="refstmodindex" outputname="refmodindex">
276 <attribute name="module"/>
277 </macro>
278
279 <macro name="bifuncindex">
280 <attribute name="name"/>
281 </macro>
282 <macro name="exindex">
283 <attribute name="name"/>
284 </macro>
285 <macro name="obindex">
286 <attribute name="name"/>
287 </macro>
288 <macro name="kwindex">
289 <attribute name="name"/>
290 </macro>
291 <macro name="opindex">
292 <attribute name="type"/>
293 </macro>
294 <macro name="stindex">
295 <attribute name="type"/>
296 </macro>
297 <macro name="withsubitem">
298 <attribute name="text"/>
299 <content/>
300 </macro>
301 <macro name="setindexsubitem">
302 <attribute name="text"/>
303 </macro>
304
305 <!-- Entity management. -->
Fred Drakebaacc082001-09-27 15:49:23 +0000306 <macro name="include" outputname="xi:include">
307 <attribute name="href"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000308 </macro>
Fred Drakebaacc082001-09-27 15:49:23 +0000309 <macro name="input" outputname="xi:include">
310 <attribute name="href"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000311 </macro>
312
313 <!-- Large-scale document structure. -->
314 <macro name="documentclass">
315 <attribute name="classname"/>
316 </macro>
317
Fred Drakece194962001-03-23 16:29:06 +0000318 <macro name="usepackage">
319 <attribute name="options" optional="yes"/>
320 <attribute name="pkg"/>
321 </macro>
322
Fred Drakebc2285e1999-07-29 22:03:11 +0000323 <environment name="document"
324 endcloses="chapter chapter* section section*
325 subsection subsection*
326 subsubsection subsubsection*
Fred Drakebaacc082001-09-27 15:49:23 +0000327 paragraph paragraph* subparagraph
328 subparagraph*">
329 <attribute name="xmlns:xi"
330 >http://www.w3.org/2001/XInclude</attribute>
331 </environment>
Fred Drakebc2285e1999-07-29 22:03:11 +0000332
333 <macro name="chapter"
334 closes="chapter chapter* section section* subsection subsection*
335 subsubsection subsubsection*
336 paragraph paragraph* subparagraph subparagraph*">
337 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000338</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000339 <child name="title"/>
340 <content implied="yes"/>
341 </macro>
342 <macro name="chapter*" outputname="chapter"
343 closes="chapter chapter* section section* subsection subsection*
344 subsubsection subsubsection*
345 paragraph paragraph* subparagraph subparagraph*">
346 <attribute name="numbered">no</attribute>
347 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000348</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000349 <child name="title"/>
350 <content implied="yes"/>
351 </macro>
352
353 <macro name="section"
354 closes="section section* subsection subsection*
355 subsubsection subsubsection*
356 paragraph paragraph* subparagraph subparagraph*">
357 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000358</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000359 <child name="title"/>
360 <content implied="yes"/>
361 </macro>
362 <macro name="section*" outputname="section"
363 closes="section section* subsection subsection*
364 subsubsection subsubsection*
365 paragraph paragraph* subparagraph subparagraph*">
366 <attribute name="numbered">no</attribute>
367 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000368</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000369 <child name="title"/>
370 <content implied="yes"/>
371 </macro>
372
373 <macro name="subsection"
374 closes="subsection subsection* subsubsection subsubsection*
375 paragraph paragraph* subparagraph subparagraph*">
376 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000377</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000378 <child name="title"/>
379 <content implied="yes"/>
380 </macro>
381 <macro name="subsection*" outputname="subsection"
382 closes="subsection subsection* subsubsection subsubsection*
383 paragraph paragraph* subparagraph subparagraph*">
384 <attribute name="numbered">no</attribute>
385 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000386</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000387 <child name="title"/>
388 <content implied="yes"/>
389 </macro>
390
391 <macro name="subsubsection"
392 closes="subsubsection subsubsection*
393 paragraph paragraph* subparagraph subparagraph*">
394 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000395</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000396 <child name="title"/>
397 <content implied="yes"/>
398 </macro>
399 <macro name="subsubsection*" outputname="subsubsection"
400 closes="subsubsection subsubsection*
401 paragraph paragraph* subparagraph subparagraph*">
402 <attribute name="numbered">no</attribute>
403 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000404</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000405 <child name="title"/>
406 <content implied="yes"/>
407 </macro>
408
409 <macro name="paragraph"
410 closes="paragraph paragraph* subparagraph subparagraph*">
411 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000412</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000413 <child name="title"/>
414 <content implied="yes"/>
415 </macro>
416 <macro name="paragraph*" outputname="paragraph"
417 closes="paragraph paragraph* subparagraph subparagraph*">
418 <attribute name="numbered">no</attribute>
419 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000420</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000421 <child name="title"/>
422 <content implied="yes"/>
423 </macro>
424
425 <macro name="subparagraph"
426 closes="subparagraph subparagraph*">
427 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000428</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000429 <child name="title"/>
430 <content implied="yes"/>
431 </macro>
432 <macro name="subparagraph*" outputname="subparagraph"
433 closes="subparagraph subparagraph*">
434 <attribute name="numbered">no</attribute>
435 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000436</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000437 <child name="title"/>
438 <content implied="yes"/>
439 </macro>
440 <macro name="title">
441 <content/>
442 </macro>
443
444 <macro name="appendix" outputname="back-matter"
445 closes="chapter chapter* section subsection subsubsection
446 paragraph subparagraph"/>
447
448 <environment name="list"
449 endcloses="item">
450 <attribute name="bullet"/>
451 <attribute name="init"/>
452 </environment>
453 <macro name="item" closes="item">
454 <child name="leader" optional="yes"/>
455 <content implied="yes"/>
456 </macro>
457
458 <macro name="ref">
459 <attribute name="ref"/>
460 </macro>
461
462 <environment name="description" outputname="descriptionlist"
463 endcloses="item"/>
464
465 <environment name="enumerate" outputname="enumeration"
466 endcloses="item"/>
467
468 <environment name="fulllineitems"
469 endcloses="item"/>
470
471 <environment name="itemize"
472 endcloses="item"/>
473
474 <environment name="definitions" outputname="definitionlist"
475 encloses="term"/>
476 <macro name="term" closes="definition">
477 <!-- not really optional, but uses the [] syntax -->
478 <child name="term" optional="yes"/>
479 <child name="definition" implied="yes"/>
480 </macro>
481
Fred Drake20931fb2001-04-10 19:59:31 +0000482 <environment name="alltt" outputname="verbatim"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000483 <environment name="comment" verbatim="yes"/>
484 <environment name="verbatim" verbatim="yes"/>
485 <environment name="verbatim*" verbatim="yes">
486 <!-- not used anywhere, but it's a standard LaTeXism -->
487 <attribute name="spaces">visible</attribute>
488 </environment>
Fred Drakebaacc082001-09-27 15:49:23 +0000489 <macro name="verbatiminput" ouptutname="xi:include">
490 <attribute name="parse">text</attribute>
491 <attribute name="href"/>
Fred Drakeb6fa7892001-09-27 04:18:39 +0000492 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000493
494 <!-- Table markup. -->
495 <macro name="hline"/>
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000496 <environment name="tableii" outputname="table">
497 <attribute name="cols">2</attribute>
Fred Drakebc2285e1999-07-29 22:03:11 +0000498 <attribute name="colspec"/>
499 <attribute name="style"/>
500 <child name="entry"/>
501 <text>
502 </text>
503 <child name="entry"/>
504 </environment>
Fred Drake2ed27d32000-11-17 19:05:12 +0000505 <environment name="longtableii" outputname="table">
506 <attribute name="cols">2</attribute>
507 <attribute name="colspec"/>
508 <attribute name="style"/>
509 <child name="entry"/>
510 <text>
511 </text>
512 <child name="entry"/>
513 </environment>
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000514 <macro name="lineii" outputname="row">
Fred Drakebc2285e1999-07-29 22:03:11 +0000515 <child name="entry"/>
516 <text>
517 </text>
518 <child name="entry"/>
519 </macro>
520
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000521 <environment name="tableiii" outputname="table">
522 <attribute name="cols">3</attribute>
Fred Drakebc2285e1999-07-29 22:03:11 +0000523 <attribute name="colspec"/>
524 <attribute name="style"/>
525 <child name="entry"/>
526 <text>
527 </text>
528 <child name="entry"/>
529 <text>
530 </text>
531 <child name="entry"/>
532 </environment>
Fred Drake2ed27d32000-11-17 19:05:12 +0000533 <environment name="longtableiii" outputname="table">
534 <attribute name="cols">3</attribute>
535 <attribute name="colspec"/>
536 <attribute name="style"/>
537 <child name="entry"/>
538 <text>
539 </text>
540 <child name="entry"/>
541 <text>
542 </text>
543 <child name="entry"/>
544 </environment>
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000545 <macro name="lineiii" outputname="row">
Fred Drakebc2285e1999-07-29 22:03:11 +0000546 <child name="entry"/>
547 <text>
548 </text>
549 <child name="entry"/>
550 <text>
551 </text>
552 <child name="entry"/>
553 </macro>
554
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000555 <environment name="tableiv" outputname="table">
556 <attribute name="cols">4</attribute>
Fred Drakebc2285e1999-07-29 22:03:11 +0000557 <attribute name="colspec"/>
558 <attribute name="style"/>
559 <child name="entry"/>
560 <text>
561 </text>
562 <child name="entry"/>
563 <text>
564 </text>
565 <child name="entry"/>
566 <text>
567 </text>
568 <child name="entry"/>
569 </environment>
Fred Drake2ed27d32000-11-17 19:05:12 +0000570 <environment name="longtableiv" outputname="table">
571 <attribute name="cols">4</attribute>
572 <attribute name="colspec"/>
573 <attribute name="style"/>
574 <child name="entry"/>
575 <text>
576 </text>
577 <child name="entry"/>
578 <text>
579 </text>
580 <child name="entry"/>
581 <text>
582 </text>
583 <child name="entry"/>
584 </environment>
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000585 <macro name="lineiv" outputname="row">
Fred Drakebc2285e1999-07-29 22:03:11 +0000586 <child name="entry"/>
587 <text>
588 </text>
589 <child name="entry"/>
590 <text>
591 </text>
592 <child name="entry"/>
593 <text>
594 </text>
595 <child name="entry"/>
596 </macro>
597
Fred Drake29a67ce2001-09-25 20:58:13 +0000598 <environment name="tablev" outputname="table">
599 <attribute name="cols">4</attribute>
600 <attribute name="colspec"/>
601 <attribute name="style"/>
602 <child name="entry"/>
603 <text>
604 </text>
605 <child name="entry"/>
606 <text>
607 </text>
608 <child name="entry"/>
609 <text>
610 </text>
611 <child name="entry"/>
612 </environment>
613 <environment name="longtablev" outputname="table">
614 <attribute name="cols">4</attribute>
615 <attribute name="colspec"/>
616 <attribute name="style"/>
617 <child name="entry"/>
618 <text>
619 </text>
620 <child name="entry"/>
621 <text>
622 </text>
623 <child name="entry"/>
624 <text>
625 </text>
626 <child name="entry"/>
627 <text>
628 </text>
629 <child name="entry"/>
630 </environment>
631 <macro name="linev" outputname="row">
632 <child name="entry"/>
633 <text>
634 </text>
635 <child name="entry"/>
636 <text>
637 </text>
638 <child name="entry"/>
639 <text>
640 </text>
641 <child name="entry"/>
642 <text>
643 </text>
644 <child name="entry"/>
645 </macro>
646
Fred Drakebc2285e1999-07-29 22:03:11 +0000647 <!-- These are handled at a later translation stage, at least for now. -->
Fred Drake031e2221999-08-02 14:32:11 +0000648 <macro name="Cpp" outputname="">
649 <text>C++</text>
650 </macro>
Fred Drake3cf4eb41999-08-26 17:56:47 +0000651 <macro name="geq" outputname="">
652 <entityref name="geq"/>
653 </macro>
Fred Drake0a650d72001-07-06 21:13:51 +0000654 <macro name="infinity" outputname="">
655 <entityref name="infin"/>
656 </macro>
Fred Drake3cf4eb41999-08-26 17:56:47 +0000657 <macro name="LaTeX" outputname="">
658 <text>LaTeX</text>
659 </macro>
Fred Drake031e2221999-08-02 14:32:11 +0000660 <macro name="ldots" outputname="">
661 <text>...</text>
662 </macro>
Fred Drake3cf4eb41999-08-26 17:56:47 +0000663 <macro name="leq" outputname="">
664 <entityref name="leq"/>
665 </macro>
Fred Drake0a650d72001-07-06 21:13:51 +0000666 <macro name="plusminus" outputname="">
667 <entityref name="plusmn"/>
668 </macro>
Fred Drake3cf4eb41999-08-26 17:56:47 +0000669 <macro name="TeX" outputname="">
670 <text>TeX</text>
671 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000672 <macro name="version"/>
673
Fred Drakece194962001-03-23 16:29:06 +0000674 <!-- Distutils things. -->
675 <macro name="command">
676 <content/>
677 </macro>
678 <macro name="option">
679 <content/>
680 </macro>
681 <macro name="filevar" outputname="var">
682 <content/>
683 </macro>
684 <macro name="XXX" outputname="editorial-comment">
685 <content/>
686 </macro>
687
Fred Drake03e88da2001-07-09 15:00:42 +0000688 <!-- Grammar production lists -->
689 <environment name="productionlist">
690 <attribute name="grammar" optional="yes"/>
691 </environment>
692 <macro name="production">
693 <attribute name="token"/>
694 <content/>
695 </macro>
Fred Drake9b3e2ca2002-04-04 21:39:42 +0000696 <macro name="productioncont">
697 <content/>
698 </macro>
Fred Drakeb6fa7892001-09-27 04:18:39 +0000699 <macro name="token" outputname="grammartoken">
700 <content/>
701 </macro>
702 <macro name="grammartoken">
Fred Drake03e88da2001-07-09 15:00:42 +0000703 <content/>
704 </macro>
Fred Drake03e88da2001-07-09 15:00:42 +0000705
Fred Drakebc2285e1999-07-29 22:03:11 +0000706 <!-- Misc. -->
707 <macro name="emph">
708 <content/>
709 </macro>
710 <macro name="strong">
711 <content/>
712 </macro>
713 <macro name="textrm">
714 <content/>
715 </macro>
716 <macro name="texttt">
717 <content/>
718 </macro>
719 <macro name="code">
720 <content/>
721 </macro>
722 <macro name="exception">
723 <content/>
724 </macro>
725 <macro name="keyword">
726 <content/>
727 </macro>
728 <macro name="samp">
729 <content/>
730 </macro>
731 <macro name="class">
732 <content/>
733 </macro>
734 <macro name="cdata">
735 <content/>
736 </macro>
737 <macro name="cfunction">
738 <content/>
739 </macro>
Fred Drake0047e162002-04-10 04:19:12 +0000740 <macro name="csimplemacro">
741 <content/>
742 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000743 <macro name="ctype">
744 <content/>
745 </macro>
746 <macro name="pytype">
747 <content/>
748 </macro>
749 <macro name="character">
750 <content/>
751 </macro>
752 <macro name="constant">
753 <content/>
754 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000755 <macro name="envvar" outputname="envar">
Fred Drakebc2285e1999-07-29 22:03:11 +0000756 <content/>
757 </macro>
758 <macro name="file" outputname="filename">
759 <content/>
760 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000761 <macro name="filenq" outputname="filename">
762 <attribute name="quote">no</attribute>
763 <content/>
764 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000765 <macro name="function">
766 <content/>
767 </macro>
Fred Drake44845ba2001-07-14 03:10:20 +0000768 <macro name="kbd" outputname="keysym">
Fred Drakebc2285e1999-07-29 22:03:11 +0000769 <content/>
770 </macro>
Fred Drake29a67ce2001-09-25 20:58:13 +0000771 <macro name="mailheader">
772 <content/>
773 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000774 <macro name="makevar">
775 <content/>
776 </macro>
777 <macro name="method">
778 <content/>
779 </macro>
780 <macro name="member">
781 <content/>
782 </macro>
783 <macro name="mimetype">
784 <content/>
785 </macro>
786 <macro name="newsgroup">
787 <content/>
788 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000789 <macro name="program" outputname="command">
Fred Drakebc2285e1999-07-29 22:03:11 +0000790 <content/>
791 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000792 <macro name="programopt" outputname="option">
Fred Drake91f31ea1999-11-09 19:33:24 +0000793 <content/>
794 </macro>
Fred Drakece194962001-03-23 16:29:06 +0000795 <macro name="longprogramopt" outputname="longoption">
796 <content/>
797 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000798 <macro name="regexp">
799 <content/>
800 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000801 <macro name="var">
Fred Drakebc2285e1999-07-29 22:03:11 +0000802 <content/>
803 </macro>
804 <macro name="email">
805 <content/>
806 </macro>
Fred Drake44835d82001-07-07 06:00:36 +0000807 <macro name="ulink">
808 <!-- order of the parameters makes this difficult;
Fred Drakeb6fa7892001-09-27 04:18:39 +0000809 we'll need to fix it up to <ulink href="...">...</ulink>
Fred Drake44835d82001-07-07 06:00:36 +0000810 in docfixer.py.
811 -->
812 <child name="text"/>
813 <child name="href"/>
814 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000815 <macro name="url">
816 <content/>
817 </macro>
818 <macro name="footnote">
819 <content/>
820 </macro>
821 <macro name="dfn" outputname="definedterm">
822 <content/>
823 </macro>
824
825 <macro name="mbox">
826 <content/>
827 </macro>
828
829 <!-- minimal math stuff to get by -->
Fred Drake8a3b4491999-11-23 21:48:41 +0000830 <macro name="pi"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000831 <macro name="sqrt">
832 <content/>
833 </macro>
834 <macro name="frac" outputname="fraction">
835 <child name="numerator"/>
836 <child name="denominator"/>
837 </macro>
838 <macro name="sum">
839 <content/>
840 </macro>
841
Fred Drake95e33f02001-11-30 19:06:18 +0000842 <macro name="leftline" outputname="">
843 <content/>
844 </macro>
845
Fred Drakebc2285e1999-07-29 22:03:11 +0000846 <!-- Conversions to text; perhaps could be different? There's -->
847 <!-- no way for a style sheet to work with these this way. -->
Fred Draked95f4e12000-07-01 06:26:44 +0000848 <macro name="ABC" outputname="">
Fred Drakebc2285e1999-07-29 22:03:11 +0000849 <text>ABC</text>
850 </macro>
851 <macro name="ASCII" outputname="">
852 <text>ASCII</text>
853 </macro>
854 <macro name="C" outputname="">
855 <text>C</text>
856 </macro>
857 <macro name="EOF" outputname="">
858 <text>EOF</text>
859 </macro>
860 <macro name="e" outputname="">
861 <text>\</text>
862 </macro>
Fred Drake031e2221999-08-02 14:32:11 +0000863 <macro name="NULL" outputname="constant">
Fred Drakebc2285e1999-07-29 22:03:11 +0000864 <text>NULL</text>
865 </macro>
866 <macro name="POSIX" outputname="">
867 <text>POSIX</text>
868 </macro>
869 <macro name="UNIX" outputname="">
870 <text>Unix</text>
871 </macro>
Fred Drake0a650d72001-07-06 21:13:51 +0000872 <macro name="textasciicircum" outputname="">
873 <text>^</text>
874 </macro>
Fred Draked397f232000-11-22 16:45:19 +0000875 <macro name="textasciitilde" outputname="">
876 <text>~</text>
877 </macro>
Fred Drakeb6fa7892001-09-27 04:18:39 +0000878 <macro name="textbackslash" outputname="">
879 <text>\</text>
880 </macro>
Fred Drake0a650d72001-07-06 21:13:51 +0000881 <macro name="textbar" outputname="">
882 <text>|</text>
883 </macro>
Fred Drake9b3e2ca2002-04-04 21:39:42 +0000884 <macro name="textgreater" outputname="">
885 <text>&gt;</text>
886 </macro>
887 <macro name="textless" outputname="">
888 <text>&lt;</text>
889 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000890
891 <!-- These will end up disappearing as well! -->
892 <macro name="catcode" outputname=""/>
893 <macro name="fi" outputname=""/>
894 <macro name="ifhtml" outputname=""/>
895 <macro name="indexname" outputname=""/>
896 <macro name="labelwidth" outputname=""/>
897 <macro name="large" outputname=""/>
898 <macro name="leftmargin" outputname=""/>
899 <macro name="makeindex" outputname=""/>
900 <macro name="makemodindex" outputname=""/>
901 <macro name="maketitle" outputname=""/>
902 <macro name="noindent" outputname=""/>
903 <macro name="protect" outputname=""/>
Fred Drakeaf876d72001-10-25 15:14:57 +0000904 <macro name="textwidth"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000905 <macro name="renewcommand">
906 <attribute name="macro"/>
907 <attribute name="nargs" optional="yes"/>
908 <content/>
909 </macro>
910 <macro name="tableofcontents" outputname=""/>
911 <macro name="vspace">
912 <attribute name="size"/>
913 </macro>
914</conversion>