conversion.xml 21.9 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
<?xml version="1.0" encoding="iso-8859-1"?>
<conversion>
  <!-- Miscellaneous. -->
  <macro name="declaremodule">
    <attribute name="id" optional="yes"/>
    <attribute name="type"/>
    <attribute name="name"/>
    </macro>
  <macro name="modulesynopsis">
    <content/>
    </macro>
  <macro name="platform">
    <content/>
    </macro>
  <macro name="deprecated">
    <attribute name="version"/>
    <content/>
    </macro>
  <macro name="label">
    <attribute name="id"/>
    </macro>
  <macro name="nodename" outputname="label">
    <attribute name="id"/>
    </macro>
  <macro name="localmoduletable"/>
  <macro name="manpage">
    <attribute name="name"/>
    <attribute name="section"/>
    </macro>
  <macro name="module">
    <content/>
    </macro>
  <macro name="moduleauthor">
    <attribute name="name"/>
    <attribute name="email"/>
    </macro>
Fred Drake's avatar
Fred Drake committed
37 38 39 40
  <macro name="citetitle">
    <attribute name="href" optional="yes"/>
    <content/>
    </macro>
41 42 43
  <macro name="pep">
    <attribute name="num"/>
    </macro>
44 45 46
  <macro name="rfc">
    <attribute name="num"/>
    </macro>
47
  <macro name="sectionauthor" outputname="author">
48 49 50
    <attribute name="name"/>
    <attribute name="email"/>
    </macro>
51 52 53 54 55 56
  <macro name="author">
    <attribute name="name"/>
    </macro>
  <macro name="authoraddress">
    <content/>
    </macro>
57
  <macro name="shortversion"/>
Fred Drake's avatar
Fred Drake committed
58 59 60 61
  <!-- These are broken:  we need to re-order the optional and required
       parameters, making the optional parameter the content for the
       element.  latex2esis.py is not powerful enough to handle this.
    -->
62
  <macro name="versionadded">
63
    <attribute name="info" optional="yes"/>
64 65 66
    <attribute name="version"/>
    </macro>
  <macro name="versionchanged">
67
    <attribute name="info" optional="yes"/>
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
    <attribute name="version"/>
    </macro>

  <!-- Module referencing. -->
  <macro name="refmodule" outputname="module">
    <attribute name="" optional="yes"/>
    <attribute name="link">yes</attribute>
    <content/>
    </macro>

  <!-- Information units. -->
  <!-- C things. -->
  <environment name="cfuncdesc">
    <attribute name="type"/>
    <attribute name="name"/>
    <child name="args"/>
    </environment>
  <environment name="ctypedesc">
86
    <attribute name="tag" optional="yes"/>
87 88 89 90 91 92 93 94 95 96 97
    <attribute name="name"/>
    </environment>
  <environment name="cvardesc">
    <attribute name="type"/>
    <attribute name="name"/>
    </environment>

  <!-- Python things. -->
  <macro name="optional">
    <content/>
    </macro>
98 99
  <macro name="unspecified"/>
  <macro name="moreargs"/>
100 101 102 103
  <environment name="classdesc">
    <attribute name="name"/>
    <child name="args"/>
    </environment>
104 105 106
  <environment name="classdesc*" outputname="classdesc">
    <attribute name="name"/>
    </environment>
107 108 109
  <environment name="datadesc">
    <attribute name="name"/>
    </environment>
110 111 112 113
  <environment name="datadescni" outputname="datadesc">
    <attribute name="index">no</attribute>
    <attribute name="name"/>
    </environment>
114 115 116
  <macro name="dataline">
    <attribute name="name"/>
    </macro>
117 118 119 120
  <environment name="excclassdesc">
    <attribute name="name"/>
    <child name="args"/>
    </environment>
121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152
  <environment name="excdesc">
    <attribute name="name"/>
    </environment>

  <environment name="funcdesc">
    <attribute name="name"/>
    <child name="args"/>
    </environment>
  <macro name="funcline">
    <attribute name="name"/>
    <child name="args"/>
    </macro>
  <environment name="funcdescni" outputname="funcdesc">
    <attribute name="index">no</attribute>
    <attribute name="name"/>
    <child name="args"/>
    </environment>
  <macro name="funclineni" outputname="funcline">
    <attribute name="index">no</attribute>
    <attribute name="name"/>
    <child name="args"/>
    </macro>

  <environment name="memberdesc">
    <attribute name="class" optional="yes"/>
    <attribute name="name"/>
    </environment>
  <environment name="memberdescni" outputname="memberdesc">
    <attribute name="index">no</attribute>
    <attribute name="class" optional="yes"/>
    <attribute name="name"/>
    </environment>
153 154 155
  <macro name="memberline">
    <attribute name="name"/>
    </macro>
156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188

  <environment name="methoddesc">
    <attribute name="class" optional="yes"/>
    <attribute name="name"/>
    <child name="args"/>
    </environment>
  <macro name="methodline">
    <attribute name="class" optional="yes"/>
    <attribute name="name"/>
    <child name="args"/>
    </macro>
  <environment name="methoddescni">
    <attribute name="index">no</attribute>
    <attribute name="class" optional="yes"/>
    <attribute name="name"/>
    <child name="args"/>
    </environment>
  <macro name="methodlineni" outputname="methodline">
    <attribute name="index">no</attribute>
    <attribute name="class" optional="yes"/>
    <attribute name="name"/>
    <child name="args"/>
    </macro>

  <environment name="opcodedesc">
    <attribute name="name"/>
    <attribute name="var"/>
    </environment>

  <!-- "See also:" sections. -->
  <macro name="seemodule">
    <attribute name="ref" optional="yes"/>
    <attribute name="name"/>
189 190 191 192 193 194 195 196 197 198 199
    <child name="description"/>
    </macro>
  <macro name="seepep">
    <attribute name="number"/>
    <child name="title"/>
    <child name="description"/>
    </macro>
  <macro name="seerfc">
    <attribute name="number"/>
    <child name="title"/>
    <child name="description"/>
200 201
    </macro>
  <macro name="seetext">
202 203 204 205 206 207 208 209 210 211
    <child name="description"/>
    </macro>
  <macro name="seetitle">
    <attribute name="href" optional="yes"/>
    <child name="title"/>
    <child name="description"/>
    </macro>
  <macro name="seeurl">
    <attribute name="href"/>
    <child name="description"/>
212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293
    </macro>

  <!-- Index-generating markup. -->
  <macro name="index" outputname="indexterm">
    <attribute name="term1"/>
    </macro>
  <macro name="indexii" outputname="indexterm">
    <attribute name="term1"/>
    <attribute name="term2"/>
    </macro>
  <macro name="indexiii" outputname="indexterm">
    <attribute name="term1"/>
    <attribute name="term2"/>
    <attribute name="term3"/>
    </macro>
  <macro name="indexiv" outputname="indexterm">
    <attribute name="term1"/>
    <attribute name="term2"/>
    <attribute name="term3"/>
    <attribute name="term4"/>
    </macro>

  <macro name="ttindex" outputname="indexterm">
    <attribute name="style">tt</attribute>
    <attribute name="term1"/>
    </macro>

  <macro name="refmodindex">
    <attribute name="module"/>
    </macro>
  <macro name="stmodindex">
    <attribute name="module"/>
    </macro>
  <macro name="refbimodindex" outputname="refmodindex">
    <attribute name="module"/>
    </macro>
  <macro name="refexmodindex" outputname="refmodindex">
    <attribute name="module"/>
    </macro>
  <macro name="refstmodindex" outputname="refmodindex">
    <attribute name="module"/>
    </macro>

  <macro name="bifuncindex">
    <attribute name="name"/>
    </macro>
  <macro name="exindex">
    <attribute name="name"/>
    </macro>
  <macro name="obindex">
    <attribute name="name"/>
    </macro>
  <macro name="kwindex">
    <attribute name="name"/>
    </macro>
  <macro name="opindex">
    <attribute name="type"/>
    </macro>
  <macro name="stindex">
    <attribute name="type"/>
    </macro>
  <macro name="withsubitem">
    <attribute name="text"/>
    <content/>
    </macro>
  <macro name="setindexsubitem">
    <attribute name="text"/>
    </macro>

  <!-- Entity management. -->
  <macro name="include">
    <attribute name="source"/>
    </macro>
  <macro name="input">
    <attribute name="source"/>
    </macro>

  <!-- Large-scale document structure. -->
  <macro name="documentclass">
    <attribute name="classname"/>
    </macro>

294 295 296 297 298
  <macro name="usepackage">
    <attribute name="options" optional="yes"/>
    <attribute name="pkg"/>
    </macro>

299 300 301 302 303 304 305 306 307 308 309
  <environment name="document"
               endcloses="chapter chapter* section section*
                          subsection subsection*
                          subsubsection subsubsection*
                          paragraph paragraph* subparagraph subparagraph*"/>

  <macro name="chapter"
         closes="chapter chapter* section section* subsection subsection*
                 subsubsection subsubsection*
                 paragraph paragraph* subparagraph subparagraph*">
    <text>
310
</text>
311 312 313 314 315 316 317 318 319
    <child name="title"/>
    <content implied="yes"/>
    </macro>
  <macro name="chapter*" outputname="chapter"
         closes="chapter chapter* section section* subsection subsection*
                 subsubsection subsubsection*
                 paragraph paragraph* subparagraph subparagraph*">
    <attribute name="numbered">no</attribute>
    <text>
320
</text>
321 322 323 324 325 326 327 328 329
    <child name="title"/>
    <content implied="yes"/>
    </macro>

  <macro name="section"
         closes="section section* subsection subsection*
                 subsubsection subsubsection*
                 paragraph paragraph* subparagraph subparagraph*">
    <text>
330
</text>
331 332 333 334 335 336 337 338 339
    <child name="title"/>
    <content implied="yes"/>
    </macro>
  <macro name="section*" outputname="section"
         closes="section section* subsection subsection*
                 subsubsection subsubsection*
                 paragraph paragraph* subparagraph subparagraph*">
    <attribute name="numbered">no</attribute>
    <text>
340
</text>
341 342 343 344 345 346 347 348
    <child name="title"/>
    <content implied="yes"/>
    </macro>

  <macro name="subsection"
         closes="subsection subsection* subsubsection subsubsection*
                 paragraph paragraph* subparagraph subparagraph*">
    <text>
349
</text>
350 351 352 353 354 355 356 357
    <child name="title"/>
    <content implied="yes"/>
    </macro>
  <macro name="subsection*" outputname="subsection"
         closes="subsection subsection* subsubsection subsubsection*
                 paragraph paragraph* subparagraph subparagraph*">
    <attribute name="numbered">no</attribute>
    <text>
358
</text>
359 360 361 362 363 364 365 366
    <child name="title"/>
    <content implied="yes"/>
    </macro>

  <macro name="subsubsection"
         closes="subsubsection subsubsection*
                 paragraph paragraph* subparagraph subparagraph*">
    <text>
367
</text>
368 369 370 371 372 373 374 375
    <child name="title"/>
    <content implied="yes"/>
    </macro>
  <macro name="subsubsection*" outputname="subsubsection"
         closes="subsubsection subsubsection*
                 paragraph paragraph* subparagraph subparagraph*">
    <attribute name="numbered">no</attribute>
    <text>
376
</text>
377 378 379 380 381 382 383
    <child name="title"/>
    <content implied="yes"/>
    </macro>

  <macro name="paragraph"
         closes="paragraph paragraph* subparagraph subparagraph*">
    <text>
384
</text>
385 386 387 388 389 390 391
    <child name="title"/>
    <content implied="yes"/>
    </macro>
  <macro name="paragraph*" outputname="paragraph"
         closes="paragraph paragraph* subparagraph subparagraph*">
    <attribute name="numbered">no</attribute>
    <text>
392
</text>
393 394 395 396 397 398 399
    <child name="title"/>
    <content implied="yes"/>
    </macro>

  <macro name="subparagraph"
         closes="subparagraph subparagraph*">
    <text>
400
</text>
401 402 403 404 405 406 407
    <child name="title"/>
    <content implied="yes"/>
    </macro>
  <macro name="subparagraph*" outputname="subparagraph"
         closes="subparagraph subparagraph*">
    <attribute name="numbered">no</attribute>
    <text>
408
</text>
409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453
    <child name="title"/>
    <content implied="yes"/>
    </macro>
  <macro name="title">
    <content/>
    </macro>

  <macro name="appendix" outputname="back-matter"
         closes="chapter chapter* section subsection subsubsection
                 paragraph subparagraph"/>

  <environment name="list"
               endcloses="item">
    <attribute name="bullet"/>
    <attribute name="init"/>
    </environment>
  <macro name="item" closes="item">
    <child name="leader" optional="yes"/>
    <content implied="yes"/>
    </macro>

  <macro name="ref">
    <attribute name="ref"/>
    </macro>

  <environment name="description" outputname="descriptionlist"
               endcloses="item"/>

  <environment name="enumerate" outputname="enumeration"
               endcloses="item"/>

  <environment name="fulllineitems"
               endcloses="item"/>

  <environment name="itemize"
               endcloses="item"/>

  <environment name="definitions" outputname="definitionlist"
               encloses="term"/>
  <macro name="term" closes="definition">
    <!-- not really optional, but uses the [] syntax -->
    <child name="term" optional="yes"/>
    <child name="definition" implied="yes"/>
    </macro>

454
  <environment name="alltt" outputname="verbatim"/>
455 456 457 458 459 460
  <environment name="comment" verbatim="yes"/>
  <environment name="verbatim" verbatim="yes"/>
  <environment name="verbatim*" verbatim="yes">
    <!-- not used anywhere, but it's a standard LaTeXism -->
    <attribute name="spaces">visible</attribute>
    </environment>
461 462 463 464
  <macro name="verbatiminput" ouptutname="input">
    <attribute name="verbatim">yes</attribute>
    <attribute name="source"/>
    </macro>
465 466 467

  <!-- Table markup. -->
  <macro name="hline"/>
468 469
  <environment name="tableii" outputname="table">
    <attribute name="cols">2</attribute>
470 471 472 473 474 475 476
    <attribute name="colspec"/>
    <attribute name="style"/>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    </environment>
477 478 479 480 481 482 483 484 485
  <environment name="longtableii" outputname="table">
    <attribute name="cols">2</attribute>
    <attribute name="colspec"/>
    <attribute name="style"/>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    </environment>
486
  <macro name="lineii" outputname="row">
487 488 489 490 491 492
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    </macro>

493 494
  <environment name="tableiii" outputname="table">
    <attribute name="cols">3</attribute>
495 496 497 498 499 500 501 502 503 504
    <attribute name="colspec"/>
    <attribute name="style"/>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    </environment>
505 506 507 508 509 510 511 512 513 514 515 516
  <environment name="longtableiii" outputname="table">
    <attribute name="cols">3</attribute>
    <attribute name="colspec"/>
    <attribute name="style"/>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    </environment>
517
  <macro name="lineiii" outputname="row">
518 519 520 521 522 523 524 525 526
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    </macro>

527 528
  <environment name="tableiv" outputname="table">
    <attribute name="cols">4</attribute>
529 530 531 532 533 534 535 536 537 538 539 540 541
    <attribute name="colspec"/>
    <attribute name="style"/>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    </environment>
542 543 544 545 546 547 548 549 550 551 552 553 554 555 556
  <environment name="longtableiv" outputname="table">
    <attribute name="cols">4</attribute>
    <attribute name="colspec"/>
    <attribute name="style"/>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    </environment>
557
  <macro name="lineiv" outputname="row">
558 559 560 561 562 563 564 565 566 567 568 569
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    </macro>

570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618
  <environment name="tablev" outputname="table">
    <attribute name="cols">4</attribute>
    <attribute name="colspec"/>
    <attribute name="style"/>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    </environment>
  <environment name="longtablev" outputname="table">
    <attribute name="cols">4</attribute>
    <attribute name="colspec"/>
    <attribute name="style"/>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    </environment>
  <macro name="linev" outputname="row">
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    <text>
         </text>
    <child name="entry"/>
    </macro>

619
  <!-- These are handled at a later translation stage, at least for now. -->
620 621 622
  <macro name="Cpp" outputname="">
    <text>C++</text>
    </macro>
Fred Drake's avatar
Fred Drake committed
623 624 625
  <macro name="geq" outputname="">
    <entityref name="geq"/>
    </macro>
626 627 628
  <macro name="infinity" outputname="">
    <entityref name="infin"/>
    </macro>
Fred Drake's avatar
Fred Drake committed
629 630 631
  <macro name="LaTeX" outputname="">
    <text>LaTeX</text>
    </macro>
632 633 634
  <macro name="ldots" outputname="">
    <text>...</text>
    </macro>
Fred Drake's avatar
Fred Drake committed
635 636 637
  <macro name="leq" outputname="">
    <entityref name="leq"/>
    </macro>
638 639 640
  <macro name="plusminus" outputname="">
    <entityref name="plusmn"/>
    </macro>
Fred Drake's avatar
Fred Drake committed
641 642 643
  <macro name="TeX" outputname="">
    <text>TeX</text>
    </macro>
644 645
  <macro name="version"/>

646 647 648 649 650 651 652 653 654 655 656 657 658 659
  <!-- Distutils things. -->
  <macro name="command">
    <content/>
    </macro>
  <macro name="option">
    <content/>
    </macro>
  <macro name="filevar" outputname="var">
    <content/>
    </macro>
  <macro name="XXX" outputname="editorial-comment">
    <content/>
    </macro>

660 661 662 663 664 665 666 667
  <!-- Grammar production lists -->
  <environment name="productionlist">
    <attribute name="grammar" optional="yes"/>
    </environment>
  <macro name="production">
    <attribute name="token"/>
    <content/>
    </macro>
668 669 670 671
  <macro name="token" outputname="grammartoken">
    <content/>
    </macro>
  <macro name="grammartoken">
672 673 674 675 676 677 678
    <content/>
    </macro>
  <macro name="orgroup">
    <content/>
    </macro>
  <macro name="oritem"/>

679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724
  <!-- Misc. -->
  <macro name="emph">
    <content/>
    </macro>
  <macro name="strong">
    <content/>
    </macro>
  <macro name="textrm">
    <content/>
    </macro>
  <macro name="texttt">
    <content/>
    </macro>
  <macro name="code">
    <content/>
    </macro>
  <macro name="exception">
    <content/>
    </macro>
  <macro name="keyword">
    <content/>
    </macro>
  <macro name="samp">
    <content/>
    </macro>
  <macro name="class">
    <content/>
    </macro>
  <macro name="cdata">
    <content/>
    </macro>
  <macro name="cfunction">
    <content/>
    </macro>
  <macro name="ctype">
    <content/>
    </macro>
  <macro name="pytype">
    <content/>
    </macro>
  <macro name="character">
    <content/>
    </macro>
  <macro name="constant">
    <content/>
    </macro>
725
  <macro name="envvar" outputname="envar">
726 727 728 729 730
    <content/>
    </macro>
  <macro name="file" outputname="filename">
    <content/>
    </macro>
731 732 733 734
  <macro name="filenq" outputname="filename">
    <attribute name="quote">no</attribute>
    <content/>
    </macro>
735 736 737
  <macro name="function">
    <content/>
    </macro>
738
  <macro name="kbd" outputname="keysym">
739 740
    <content/>
    </macro>
741 742 743
  <macro name="mailheader">
    <content/>
    </macro>
744 745 746 747 748 749 750 751 752 753 754 755 756 757 758
  <macro name="makevar">
    <content/>
    </macro>
  <macro name="method">
    <content/>
    </macro>
  <macro name="member">
    <content/>
    </macro>
  <macro name="mimetype">
    <content/>
    </macro>
  <macro name="newsgroup">
    <content/>
    </macro>
759
  <macro name="program" outputname="command">
760 761
    <content/>
    </macro>
762
  <macro name="programopt" outputname="option">
Fred Drake's avatar
Fred Drake committed
763 764
    <content/>
    </macro>
765 766 767
  <macro name="longprogramopt" outputname="longoption">
    <content/>
    </macro>
768 769 770
  <macro name="regexp">
    <content/>
    </macro>
771
  <macro name="var">
772 773 774 775 776
    <content/>
    </macro>
  <macro name="email">
    <content/>
    </macro>
Fred Drake's avatar
Fred Drake committed
777 778
  <macro name="ulink">
    <!-- order of the parameters makes this difficult;
779
         we'll need to fix it up to <ulink href="...">...</ulink>
Fred Drake's avatar
Fred Drake committed
780 781 782 783 784
         in docfixer.py.
      -->
    <child name="text"/>
    <child name="href"/>
    </macro>
785 786 787 788 789 790 791 792 793 794 795 796 797 798 799
  <macro name="url">
    <content/>
    </macro>
  <macro name="footnote">
    <content/>
    </macro>
  <macro name="dfn" outputname="definedterm">
    <content/>
    </macro>

  <macro name="mbox">
    <content/>
    </macro>

  <!-- minimal math stuff to get by -->
800
  <macro name="pi"/>
801 802 803 804 805 806 807 808 809 810 811 812 813
  <macro name="sqrt">
    <content/>
    </macro>
  <macro name="frac" outputname="fraction">
    <child name="numerator"/>
    <child name="denominator"/>
    </macro>
  <macro name="sum">
    <content/>
    </macro>

  <!-- Conversions to text; perhaps could be different?  There's -->
  <!-- no way for a style sheet to work with these this way.	 -->
814
  <macro name="ABC" outputname="">
815 816 817 818 819 820 821 822 823 824 825 826 827 828
    <text>ABC</text>
    </macro>
  <macro name="ASCII" outputname="">
    <text>ASCII</text>
    </macro>
  <macro name="C" outputname="">
    <text>C</text>
    </macro>
  <macro name="EOF" outputname="">
    <text>EOF</text>
    </macro>
  <macro name="e" outputname="">
    <text>\</text>
    </macro>
829
  <macro name="NULL" outputname="constant">
830 831 832 833 834 835 836 837
    <text>NULL</text>
    </macro>
  <macro name="POSIX" outputname="">
    <text>POSIX</text>
    </macro>
  <macro name="UNIX" outputname="">
    <text>Unix</text>
    </macro>
838 839 840
  <macro name="textasciicircum" outputname="">
    <text>^</text>
    </macro>
841 842 843
  <macro name="textasciitilde" outputname="">
    <text>~</text>
    </macro>
844 845 846
  <macro name="textbackslash" outputname="">
    <text>\</text>
    </macro>
847 848 849
  <macro name="textbar" outputname="">
    <text>|</text>
    </macro>
850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873

  <!-- These will end up disappearing as well! -->
  <macro name="catcode" outputname=""/>
  <macro name="fi" outputname=""/>
  <macro name="ifhtml" outputname=""/>
  <macro name="indexname" outputname=""/>
  <macro name="labelwidth" outputname=""/>
  <macro name="large" outputname=""/>
  <macro name="leftmargin" outputname=""/>
  <macro name="makeindex" outputname=""/>
  <macro name="makemodindex" outputname=""/>
  <macro name="maketitle" outputname=""/>
  <macro name="noindent" outputname=""/>
  <macro name="protect" outputname=""/>
  <macro name="renewcommand">
    <attribute name="macro"/>
    <attribute name="nargs" optional="yes"/>
    <content/>
    </macro>
  <macro name="tableofcontents" outputname=""/>
  <macro name="vspace">
    <attribute name="size"/>
    </macro>
</conversion>