blob: cf4a4c57819bee30ef25a6aafb2dc5a6bd06cd23 [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>
101 <environment name="ctypedesc">
Fred Draked397f232000-11-22 16:45:19 +0000102 <attribute name="tag" optional="yes"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000103 <attribute name="name"/>
104 </environment>
105 <environment name="cvardesc">
106 <attribute name="type"/>
107 <attribute name="name"/>
108 </environment>
109
110 <!-- Python things. -->
111 <macro name="optional">
112 <content/>
113 </macro>
Fred Drake2ed27d32000-11-17 19:05:12 +0000114 <macro name="unspecified"/>
115 <macro name="moreargs"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000116 <environment name="classdesc">
117 <attribute name="name"/>
118 <child name="args"/>
119 </environment>
Fred Drake0a650d72001-07-06 21:13:51 +0000120 <environment name="classdesc*" outputname="classdesc">
121 <attribute name="name"/>
122 </environment>
Fred Drakebc2285e1999-07-29 22:03:11 +0000123 <environment name="datadesc">
124 <attribute name="name"/>
125 </environment>
Fred Drake0a650d72001-07-06 21:13:51 +0000126 <environment name="datadescni" outputname="datadesc">
127 <attribute name="index">no</attribute>
128 <attribute name="name"/>
129 </environment>
Fred Drakece194962001-03-23 16:29:06 +0000130 <macro name="dataline">
131 <attribute name="name"/>
132 </macro>
Fred Drake0a650d72001-07-06 21:13:51 +0000133 <environment name="excclassdesc">
134 <attribute name="name"/>
135 <child name="args"/>
136 </environment>
Fred Drakebc2285e1999-07-29 22:03:11 +0000137 <environment name="excdesc">
138 <attribute name="name"/>
139 </environment>
140
141 <environment name="funcdesc">
142 <attribute name="name"/>
143 <child name="args"/>
144 </environment>
145 <macro name="funcline">
146 <attribute name="name"/>
147 <child name="args"/>
148 </macro>
149 <environment name="funcdescni" outputname="funcdesc">
150 <attribute name="index">no</attribute>
151 <attribute name="name"/>
152 <child name="args"/>
153 </environment>
154 <macro name="funclineni" outputname="funcline">
155 <attribute name="index">no</attribute>
156 <attribute name="name"/>
157 <child name="args"/>
158 </macro>
159
160 <environment name="memberdesc">
161 <attribute name="class" optional="yes"/>
162 <attribute name="name"/>
163 </environment>
164 <environment name="memberdescni" outputname="memberdesc">
165 <attribute name="index">no</attribute>
166 <attribute name="class" optional="yes"/>
167 <attribute name="name"/>
168 </environment>
Fred Drakebda05562001-04-21 06:00:51 +0000169 <macro name="memberline">
170 <attribute name="name"/>
171 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000172
173 <environment name="methoddesc">
174 <attribute name="class" optional="yes"/>
175 <attribute name="name"/>
176 <child name="args"/>
177 </environment>
178 <macro name="methodline">
179 <attribute name="class" optional="yes"/>
180 <attribute name="name"/>
181 <child name="args"/>
182 </macro>
183 <environment name="methoddescni">
184 <attribute name="index">no</attribute>
185 <attribute name="class" optional="yes"/>
186 <attribute name="name"/>
187 <child name="args"/>
188 </environment>
189 <macro name="methodlineni" outputname="methodline">
190 <attribute name="index">no</attribute>
191 <attribute name="class" optional="yes"/>
192 <attribute name="name"/>
193 <child name="args"/>
194 </macro>
195
196 <environment name="opcodedesc">
197 <attribute name="name"/>
198 <attribute name="var"/>
199 </environment>
200
201 <!-- "See also:" sections. -->
Fred Drake95e33f02001-11-30 19:06:18 +0000202 <environment name="seealso*" outputname="seealso">
203 <attribute name="sidebar">no</attribute>
204 </environment>
Fred Drakebc2285e1999-07-29 22:03:11 +0000205 <macro name="seemodule">
Fred Drake876389e2001-09-27 17:01:59 +0000206 <!-- this causes the optional parameter to \seemodule to be
207 discarded -->
Fred Drakebaacc082001-09-27 15:49:23 +0000208 <attribute name="" optional="yes"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000209 <attribute name="name"/>
Fred Draked397f232000-11-22 16:45:19 +0000210 <child name="description"/>
211 </macro>
212 <macro name="seepep">
213 <attribute name="number"/>
214 <child name="title"/>
215 <child name="description"/>
216 </macro>
217 <macro name="seerfc">
218 <attribute name="number"/>
219 <child name="title"/>
220 <child name="description"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000221 </macro>
222 <macro name="seetext">
Fred Draked397f232000-11-22 16:45:19 +0000223 <child name="description"/>
224 </macro>
225 <macro name="seetitle">
226 <attribute name="href" optional="yes"/>
227 <child name="title"/>
228 <child name="description"/>
229 </macro>
230 <macro name="seeurl">
231 <attribute name="href"/>
232 <child name="description"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000233 </macro>
234
235 <!-- Index-generating markup. -->
236 <macro name="index" outputname="indexterm">
237 <attribute name="term1"/>
238 </macro>
239 <macro name="indexii" outputname="indexterm">
240 <attribute name="term1"/>
241 <attribute name="term2"/>
242 </macro>
243 <macro name="indexiii" outputname="indexterm">
244 <attribute name="term1"/>
245 <attribute name="term2"/>
246 <attribute name="term3"/>
247 </macro>
248 <macro name="indexiv" outputname="indexterm">
249 <attribute name="term1"/>
250 <attribute name="term2"/>
251 <attribute name="term3"/>
252 <attribute name="term4"/>
253 </macro>
254
255 <macro name="ttindex" outputname="indexterm">
256 <attribute name="style">tt</attribute>
257 <attribute name="term1"/>
258 </macro>
259
260 <macro name="refmodindex">
261 <attribute name="module"/>
262 </macro>
263 <macro name="stmodindex">
264 <attribute name="module"/>
265 </macro>
266 <macro name="refbimodindex" outputname="refmodindex">
267 <attribute name="module"/>
268 </macro>
269 <macro name="refexmodindex" outputname="refmodindex">
270 <attribute name="module"/>
271 </macro>
272 <macro name="refstmodindex" outputname="refmodindex">
273 <attribute name="module"/>
274 </macro>
275
276 <macro name="bifuncindex">
277 <attribute name="name"/>
278 </macro>
279 <macro name="exindex">
280 <attribute name="name"/>
281 </macro>
282 <macro name="obindex">
283 <attribute name="name"/>
284 </macro>
285 <macro name="kwindex">
286 <attribute name="name"/>
287 </macro>
288 <macro name="opindex">
289 <attribute name="type"/>
290 </macro>
291 <macro name="stindex">
292 <attribute name="type"/>
293 </macro>
294 <macro name="withsubitem">
295 <attribute name="text"/>
296 <content/>
297 </macro>
298 <macro name="setindexsubitem">
299 <attribute name="text"/>
300 </macro>
301
302 <!-- Entity management. -->
Fred Drakebaacc082001-09-27 15:49:23 +0000303 <macro name="include" outputname="xi:include">
304 <attribute name="href"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000305 </macro>
Fred Drakebaacc082001-09-27 15:49:23 +0000306 <macro name="input" outputname="xi:include">
307 <attribute name="href"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000308 </macro>
309
310 <!-- Large-scale document structure. -->
311 <macro name="documentclass">
312 <attribute name="classname"/>
313 </macro>
314
Fred Drakece194962001-03-23 16:29:06 +0000315 <macro name="usepackage">
316 <attribute name="options" optional="yes"/>
317 <attribute name="pkg"/>
318 </macro>
319
Fred Drakebc2285e1999-07-29 22:03:11 +0000320 <environment name="document"
321 endcloses="chapter chapter* section section*
322 subsection subsection*
323 subsubsection subsubsection*
Fred Drakebaacc082001-09-27 15:49:23 +0000324 paragraph paragraph* subparagraph
325 subparagraph*">
326 <attribute name="xmlns:xi"
327 >http://www.w3.org/2001/XInclude</attribute>
328 </environment>
Fred Drakebc2285e1999-07-29 22:03:11 +0000329
330 <macro name="chapter"
331 closes="chapter chapter* section section* subsection subsection*
332 subsubsection subsubsection*
333 paragraph paragraph* subparagraph subparagraph*">
334 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000335</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000336 <child name="title"/>
337 <content implied="yes"/>
338 </macro>
339 <macro name="chapter*" outputname="chapter"
340 closes="chapter chapter* section section* subsection subsection*
341 subsubsection subsubsection*
342 paragraph paragraph* subparagraph subparagraph*">
343 <attribute name="numbered">no</attribute>
344 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000345</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000346 <child name="title"/>
347 <content implied="yes"/>
348 </macro>
349
350 <macro name="section"
351 closes="section section* subsection subsection*
352 subsubsection subsubsection*
353 paragraph paragraph* subparagraph subparagraph*">
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 <macro name="section*" outputname="section"
360 closes="section section* subsection subsection*
361 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="subsection"
371 closes="subsection subsection* 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="subsection*" outputname="subsection"
379 closes="subsection subsection* 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="subsubsection"
389 closes="subsubsection subsubsection*
390 paragraph paragraph* subparagraph subparagraph*">
391 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000392</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000393 <child name="title"/>
394 <content implied="yes"/>
395 </macro>
396 <macro name="subsubsection*" outputname="subsubsection"
397 closes="subsubsection subsubsection*
398 paragraph paragraph* subparagraph subparagraph*">
399 <attribute name="numbered">no</attribute>
400 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000401</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000402 <child name="title"/>
403 <content implied="yes"/>
404 </macro>
405
406 <macro name="paragraph"
407 closes="paragraph paragraph* subparagraph subparagraph*">
408 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000409</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000410 <child name="title"/>
411 <content implied="yes"/>
412 </macro>
413 <macro name="paragraph*" outputname="paragraph"
414 closes="paragraph paragraph* subparagraph subparagraph*">
415 <attribute name="numbered">no</attribute>
416 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000417</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000418 <child name="title"/>
419 <content implied="yes"/>
420 </macro>
421
422 <macro name="subparagraph"
423 closes="subparagraph subparagraph*">
424 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000425</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000426 <child name="title"/>
427 <content implied="yes"/>
428 </macro>
429 <macro name="subparagraph*" outputname="subparagraph"
430 closes="subparagraph subparagraph*">
431 <attribute name="numbered">no</attribute>
432 <text>
Fred Drakeecb84f82000-01-20 22:51:14 +0000433</text>
Fred Drakebc2285e1999-07-29 22:03:11 +0000434 <child name="title"/>
435 <content implied="yes"/>
436 </macro>
437 <macro name="title">
438 <content/>
439 </macro>
440
441 <macro name="appendix" outputname="back-matter"
442 closes="chapter chapter* section subsection subsubsection
443 paragraph subparagraph"/>
444
445 <environment name="list"
446 endcloses="item">
447 <attribute name="bullet"/>
448 <attribute name="init"/>
449 </environment>
450 <macro name="item" closes="item">
451 <child name="leader" optional="yes"/>
452 <content implied="yes"/>
453 </macro>
454
455 <macro name="ref">
456 <attribute name="ref"/>
457 </macro>
458
459 <environment name="description" outputname="descriptionlist"
460 endcloses="item"/>
461
462 <environment name="enumerate" outputname="enumeration"
463 endcloses="item"/>
464
465 <environment name="fulllineitems"
466 endcloses="item"/>
467
468 <environment name="itemize"
469 endcloses="item"/>
470
471 <environment name="definitions" outputname="definitionlist"
472 encloses="term"/>
473 <macro name="term" closes="definition">
474 <!-- not really optional, but uses the [] syntax -->
475 <child name="term" optional="yes"/>
476 <child name="definition" implied="yes"/>
477 </macro>
478
Fred Drake20931fb2001-04-10 19:59:31 +0000479 <environment name="alltt" outputname="verbatim"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000480 <environment name="comment" verbatim="yes"/>
481 <environment name="verbatim" verbatim="yes"/>
482 <environment name="verbatim*" verbatim="yes">
483 <!-- not used anywhere, but it's a standard LaTeXism -->
484 <attribute name="spaces">visible</attribute>
485 </environment>
Fred Drakebaacc082001-09-27 15:49:23 +0000486 <macro name="verbatiminput" ouptutname="xi:include">
487 <attribute name="parse">text</attribute>
488 <attribute name="href"/>
Fred Drakeb6fa7892001-09-27 04:18:39 +0000489 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000490
491 <!-- Table markup. -->
492 <macro name="hline"/>
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000493 <environment name="tableii" outputname="table">
494 <attribute name="cols">2</attribute>
Fred Drakebc2285e1999-07-29 22:03:11 +0000495 <attribute name="colspec"/>
496 <attribute name="style"/>
497 <child name="entry"/>
498 <text>
499 </text>
500 <child name="entry"/>
501 </environment>
Fred Drake2ed27d32000-11-17 19:05:12 +0000502 <environment name="longtableii" outputname="table">
503 <attribute name="cols">2</attribute>
504 <attribute name="colspec"/>
505 <attribute name="style"/>
506 <child name="entry"/>
507 <text>
508 </text>
509 <child name="entry"/>
510 </environment>
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000511 <macro name="lineii" outputname="row">
Fred Drakebc2285e1999-07-29 22:03:11 +0000512 <child name="entry"/>
513 <text>
514 </text>
515 <child name="entry"/>
516 </macro>
517
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000518 <environment name="tableiii" outputname="table">
519 <attribute name="cols">3</attribute>
Fred Drakebc2285e1999-07-29 22:03:11 +0000520 <attribute name="colspec"/>
521 <attribute name="style"/>
522 <child name="entry"/>
523 <text>
524 </text>
525 <child name="entry"/>
526 <text>
527 </text>
528 <child name="entry"/>
529 </environment>
Fred Drake2ed27d32000-11-17 19:05:12 +0000530 <environment name="longtableiii" outputname="table">
531 <attribute name="cols">3</attribute>
532 <attribute name="colspec"/>
533 <attribute name="style"/>
534 <child name="entry"/>
535 <text>
536 </text>
537 <child name="entry"/>
538 <text>
539 </text>
540 <child name="entry"/>
541 </environment>
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000542 <macro name="lineiii" outputname="row">
Fred Drakebc2285e1999-07-29 22:03:11 +0000543 <child name="entry"/>
544 <text>
545 </text>
546 <child name="entry"/>
547 <text>
548 </text>
549 <child name="entry"/>
550 </macro>
551
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000552 <environment name="tableiv" outputname="table">
553 <attribute name="cols">4</attribute>
Fred Drakebc2285e1999-07-29 22:03:11 +0000554 <attribute name="colspec"/>
555 <attribute name="style"/>
556 <child name="entry"/>
557 <text>
558 </text>
559 <child name="entry"/>
560 <text>
561 </text>
562 <child name="entry"/>
563 <text>
564 </text>
565 <child name="entry"/>
566 </environment>
Fred Drake2ed27d32000-11-17 19:05:12 +0000567 <environment name="longtableiv" outputname="table">
568 <attribute name="cols">4</attribute>
569 <attribute name="colspec"/>
570 <attribute name="style"/>
571 <child name="entry"/>
572 <text>
573 </text>
574 <child name="entry"/>
575 <text>
576 </text>
577 <child name="entry"/>
578 <text>
579 </text>
580 <child name="entry"/>
581 </environment>
Fred Drake2f6ec9c1999-08-03 15:27:37 +0000582 <macro name="lineiv" outputname="row">
Fred Drakebc2285e1999-07-29 22:03:11 +0000583 <child name="entry"/>
584 <text>
585 </text>
586 <child name="entry"/>
587 <text>
588 </text>
589 <child name="entry"/>
590 <text>
591 </text>
592 <child name="entry"/>
593 </macro>
594
Fred Drake29a67ce2001-09-25 20:58:13 +0000595 <environment name="tablev" outputname="table">
596 <attribute name="cols">4</attribute>
597 <attribute name="colspec"/>
598 <attribute name="style"/>
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 <environment name="longtablev" outputname="table">
611 <attribute name="cols">4</attribute>
612 <attribute name="colspec"/>
613 <attribute name="style"/>
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 <text>
625 </text>
626 <child name="entry"/>
627 </environment>
628 <macro name="linev" outputname="row">
629 <child name="entry"/>
630 <text>
631 </text>
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 </macro>
643
Fred Drakebc2285e1999-07-29 22:03:11 +0000644 <!-- These are handled at a later translation stage, at least for now. -->
Fred Drake031e2221999-08-02 14:32:11 +0000645 <macro name="Cpp" outputname="">
646 <text>C++</text>
647 </macro>
Fred Drake3cf4eb41999-08-26 17:56:47 +0000648 <macro name="geq" outputname="">
649 <entityref name="geq"/>
650 </macro>
Fred Drake0a650d72001-07-06 21:13:51 +0000651 <macro name="infinity" outputname="">
652 <entityref name="infin"/>
653 </macro>
Fred Drake3cf4eb41999-08-26 17:56:47 +0000654 <macro name="LaTeX" outputname="">
655 <text>LaTeX</text>
656 </macro>
Fred Drake031e2221999-08-02 14:32:11 +0000657 <macro name="ldots" outputname="">
658 <text>...</text>
659 </macro>
Fred Drake3cf4eb41999-08-26 17:56:47 +0000660 <macro name="leq" outputname="">
661 <entityref name="leq"/>
662 </macro>
Fred Drake0a650d72001-07-06 21:13:51 +0000663 <macro name="plusminus" outputname="">
664 <entityref name="plusmn"/>
665 </macro>
Fred Drake3cf4eb41999-08-26 17:56:47 +0000666 <macro name="TeX" outputname="">
667 <text>TeX</text>
668 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000669 <macro name="version"/>
670
Fred Drakece194962001-03-23 16:29:06 +0000671 <!-- Distutils things. -->
672 <macro name="command">
673 <content/>
674 </macro>
675 <macro name="option">
676 <content/>
677 </macro>
678 <macro name="filevar" outputname="var">
679 <content/>
680 </macro>
681 <macro name="XXX" outputname="editorial-comment">
682 <content/>
683 </macro>
684
Fred Drake03e88da2001-07-09 15:00:42 +0000685 <!-- Grammar production lists -->
686 <environment name="productionlist">
687 <attribute name="grammar" optional="yes"/>
688 </environment>
689 <macro name="production">
690 <attribute name="token"/>
691 <content/>
692 </macro>
Fred Drakeb6fa7892001-09-27 04:18:39 +0000693 <macro name="token" outputname="grammartoken">
694 <content/>
695 </macro>
696 <macro name="grammartoken">
Fred Drake03e88da2001-07-09 15:00:42 +0000697 <content/>
698 </macro>
699 <macro name="orgroup">
700 <content/>
701 </macro>
702 <macro name="oritem"/>
703
Fred Drakebc2285e1999-07-29 22:03:11 +0000704 <!-- Misc. -->
705 <macro name="emph">
706 <content/>
707 </macro>
708 <macro name="strong">
709 <content/>
710 </macro>
711 <macro name="textrm">
712 <content/>
713 </macro>
714 <macro name="texttt">
715 <content/>
716 </macro>
717 <macro name="code">
718 <content/>
719 </macro>
720 <macro name="exception">
721 <content/>
722 </macro>
723 <macro name="keyword">
724 <content/>
725 </macro>
726 <macro name="samp">
727 <content/>
728 </macro>
729 <macro name="class">
730 <content/>
731 </macro>
732 <macro name="cdata">
733 <content/>
734 </macro>
735 <macro name="cfunction">
736 <content/>
737 </macro>
738 <macro name="ctype">
739 <content/>
740 </macro>
741 <macro name="pytype">
742 <content/>
743 </macro>
744 <macro name="character">
745 <content/>
746 </macro>
747 <macro name="constant">
748 <content/>
749 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000750 <macro name="envvar" outputname="envar">
Fred Drakebc2285e1999-07-29 22:03:11 +0000751 <content/>
752 </macro>
753 <macro name="file" outputname="filename">
754 <content/>
755 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000756 <macro name="filenq" outputname="filename">
757 <attribute name="quote">no</attribute>
758 <content/>
759 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000760 <macro name="function">
761 <content/>
762 </macro>
Fred Drake44845ba2001-07-14 03:10:20 +0000763 <macro name="kbd" outputname="keysym">
Fred Drakebc2285e1999-07-29 22:03:11 +0000764 <content/>
765 </macro>
Fred Drake29a67ce2001-09-25 20:58:13 +0000766 <macro name="mailheader">
767 <content/>
768 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000769 <macro name="makevar">
770 <content/>
771 </macro>
772 <macro name="method">
773 <content/>
774 </macro>
775 <macro name="member">
776 <content/>
777 </macro>
778 <macro name="mimetype">
779 <content/>
780 </macro>
781 <macro name="newsgroup">
782 <content/>
783 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000784 <macro name="program" outputname="command">
Fred Drakebc2285e1999-07-29 22:03:11 +0000785 <content/>
786 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000787 <macro name="programopt" outputname="option">
Fred Drake91f31ea1999-11-09 19:33:24 +0000788 <content/>
789 </macro>
Fred Drakece194962001-03-23 16:29:06 +0000790 <macro name="longprogramopt" outputname="longoption">
791 <content/>
792 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000793 <macro name="regexp">
794 <content/>
795 </macro>
Fred Drake8a3b4491999-11-23 21:48:41 +0000796 <macro name="var">
Fred Drakebc2285e1999-07-29 22:03:11 +0000797 <content/>
798 </macro>
799 <macro name="email">
800 <content/>
801 </macro>
Fred Drake44835d82001-07-07 06:00:36 +0000802 <macro name="ulink">
803 <!-- order of the parameters makes this difficult;
Fred Drakeb6fa7892001-09-27 04:18:39 +0000804 we'll need to fix it up to <ulink href="...">...</ulink>
Fred Drake44835d82001-07-07 06:00:36 +0000805 in docfixer.py.
806 -->
807 <child name="text"/>
808 <child name="href"/>
809 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000810 <macro name="url">
811 <content/>
812 </macro>
813 <macro name="footnote">
814 <content/>
815 </macro>
816 <macro name="dfn" outputname="definedterm">
817 <content/>
818 </macro>
819
820 <macro name="mbox">
821 <content/>
822 </macro>
823
824 <!-- minimal math stuff to get by -->
Fred Drake8a3b4491999-11-23 21:48:41 +0000825 <macro name="pi"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000826 <macro name="sqrt">
827 <content/>
828 </macro>
829 <macro name="frac" outputname="fraction">
830 <child name="numerator"/>
831 <child name="denominator"/>
832 </macro>
833 <macro name="sum">
834 <content/>
835 </macro>
836
Fred Drake95e33f02001-11-30 19:06:18 +0000837 <macro name="leftline" outputname="">
838 <content/>
839 </macro>
840
Fred Drakebc2285e1999-07-29 22:03:11 +0000841 <!-- Conversions to text; perhaps could be different? There's -->
842 <!-- no way for a style sheet to work with these this way. -->
Fred Draked95f4e12000-07-01 06:26:44 +0000843 <macro name="ABC" outputname="">
Fred Drakebc2285e1999-07-29 22:03:11 +0000844 <text>ABC</text>
845 </macro>
846 <macro name="ASCII" outputname="">
847 <text>ASCII</text>
848 </macro>
849 <macro name="C" outputname="">
850 <text>C</text>
851 </macro>
852 <macro name="EOF" outputname="">
853 <text>EOF</text>
854 </macro>
855 <macro name="e" outputname="">
856 <text>\</text>
857 </macro>
Fred Drake031e2221999-08-02 14:32:11 +0000858 <macro name="NULL" outputname="constant">
Fred Drakebc2285e1999-07-29 22:03:11 +0000859 <text>NULL</text>
860 </macro>
861 <macro name="POSIX" outputname="">
862 <text>POSIX</text>
863 </macro>
864 <macro name="UNIX" outputname="">
865 <text>Unix</text>
866 </macro>
Fred Drake0a650d72001-07-06 21:13:51 +0000867 <macro name="textasciicircum" outputname="">
868 <text>^</text>
869 </macro>
Fred Draked397f232000-11-22 16:45:19 +0000870 <macro name="textasciitilde" outputname="">
871 <text>~</text>
872 </macro>
Fred Drakeb6fa7892001-09-27 04:18:39 +0000873 <macro name="textbackslash" outputname="">
874 <text>\</text>
875 </macro>
Fred Drake0a650d72001-07-06 21:13:51 +0000876 <macro name="textbar" outputname="">
877 <text>|</text>
878 </macro>
Fred Drakebc2285e1999-07-29 22:03:11 +0000879
880 <!-- These will end up disappearing as well! -->
881 <macro name="catcode" outputname=""/>
882 <macro name="fi" outputname=""/>
883 <macro name="ifhtml" outputname=""/>
884 <macro name="indexname" outputname=""/>
885 <macro name="labelwidth" outputname=""/>
886 <macro name="large" outputname=""/>
887 <macro name="leftmargin" outputname=""/>
888 <macro name="makeindex" outputname=""/>
889 <macro name="makemodindex" outputname=""/>
890 <macro name="maketitle" outputname=""/>
891 <macro name="noindent" outputname=""/>
892 <macro name="protect" outputname=""/>
Fred Drakeaf876d72001-10-25 15:14:57 +0000893 <macro name="textwidth"/>
Fred Drakebc2285e1999-07-29 22:03:11 +0000894 <macro name="renewcommand">
895 <attribute name="macro"/>
896 <attribute name="nargs" optional="yes"/>
897 <content/>
898 </macro>
899 <macro name="tableofcontents" outputname=""/>
900 <macro name="vspace">
901 <attribute name="size"/>
902 </macro>
903</conversion>