Update for release.
[python/dscho.git] / Doc / tools / sgmlconv / conversion.xml
blobf0151f43793b26839b8bb51d085b10df3350c1e9
1 <?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>
37   <macro name="citetitle">
38     <attribute name="href" optional="yes"/>
39     <content/>
40     </macro>
41   <macro name="pep">
42     <attribute name="num"/>
43     </macro>
44   <macro name="rfc">
45     <attribute name="num"/>
46     </macro>
47   <macro name="sectionauthor" outputname="author">
48     <attribute name="name"/>
49     <attribute name="email"/>
50     </macro>
51   <macro name="author">
52     <attribute name="name"/>
53     </macro>
54   <macro name="authoraddress">
55     <content/>
56     </macro>
57   <macro name="shortversion"/>
58   <macro name="note">
59     <content/>
60     </macro>
61   <macro name="warning">
62     <content/>
63     </macro>
64   <environment name="notice">
65     <attribute name="role" optional="yes"/>
66     </environment>
68   <macro name="menuselection">
69     <content/>
70     </macro>
71   <macro name="sub"/>
73   <!-- 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     -->
77   <macro name="versionadded">
78     <attribute name="info" optional="yes"/>
79     <attribute name="version"/>
80     </macro>
81   <macro name="versionchanged">
82     <attribute name="info" optional="yes"/>
83     <attribute name="version"/>
84     </macro>
86   <!-- Module referencing. -->
87   <macro name="refmodule" outputname="module">
88     <!-- this causes the optional parameter to \refmodule to be
89          discarded -->
90     <attribute name="" optional="yes"/>
91     <content/>
92     </macro>
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="csimplemacrodesc">
102     <attribute name="name"/>
103     </environment>
104   <environment name="ctypedesc">
105     <attribute name="tag" optional="yes"/>
106     <attribute name="name"/>
107     </environment>
108   <environment name="cvardesc">
109     <attribute name="type"/>
110     <attribute name="name"/>
111     </environment>
113   <!-- Python things. -->
114   <macro name="optional">
115     <content/>
116     </macro>
117   <macro name="unspecified"/>
118   <macro name="moreargs"/>
119   <environment name="classdesc">
120     <attribute name="name"/>
121     <child name="args"/>
122     </environment>
123   <environment name="classdesc*" outputname="classdesc">
124     <attribute name="name"/>
125     </environment>
126   <environment name="datadesc">
127     <attribute name="name"/>
128     </environment>
129   <environment name="datadescni" outputname="datadesc">
130     <attribute name="index">no</attribute>
131     <attribute name="name"/>
132     </environment>
133   <macro name="dataline">
134     <attribute name="name"/>
135     </macro>
136   <environment name="excclassdesc">
137     <attribute name="name"/>
138     <child name="args"/>
139     </environment>
140   <environment name="excdesc">
141     <attribute name="name"/>
142     </environment>
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>
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>
172   <macro name="memberline">
173     <attribute name="name"/>
174     </macro>
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>
199   <environment name="opcodedesc">
200     <attribute name="name"/>
201     <attribute name="var"/>
202     </environment>
204   <!-- "See also:" sections. -->
205   <environment name="seealso*" outputname="seealso">
206     <attribute name="sidebar">no</attribute>
207     </environment>
208   <macro name="seemodule">
209     <!-- this causes the optional parameter to \seemodule to be
210          discarded -->
211     <attribute name="" optional="yes"/>
212     <attribute name="name"/>
213     <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"/>
224     </macro>
225   <macro name="seetext">
226     <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"/>
236     </macro>
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>
258   <macro name="ttindex" outputname="indexterm">
259     <attribute name="style">tt</attribute>
260     <attribute name="term1"/>
261     </macro>
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>
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>
305   <!-- Entity management. -->
306   <macro name="include" outputname="xi:include">
307     <attribute name="href"/>
308     </macro>
309   <macro name="input" outputname="xi:include">
310     <attribute name="href"/>
311     </macro>
313   <!-- Large-scale document structure. -->
314   <macro name="documentclass">
315     <attribute name="classname"/>
316     </macro>
318   <macro name="usepackage">
319     <attribute name="options" optional="yes"/>
320     <attribute name="pkg"/>
321     </macro>
323   <environment name="document"
324                endcloses="chapter chapter* section section*
325                           subsection subsection*
326                           subsubsection subsubsection*
327                           paragraph paragraph* subparagraph
328                           subparagraph*">
329     <attribute name="xmlns:xi"
330       >http://www.w3.org/2001/XInclude</attribute>
331     </environment>
333   <macro name="chapter"
334          closes="chapter chapter* section section* subsection subsection*
335                  subsubsection subsubsection*
336                  paragraph paragraph* subparagraph subparagraph*">
337     <text>
338 </text>
339     <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>
348 </text>
349     <child name="title"/>
350     <content implied="yes"/>
351     </macro>
353   <macro name="section"
354          closes="section section* subsection subsection*
355                  subsubsection subsubsection*
356                  paragraph paragraph* subparagraph subparagraph*">
357     <text>
358 </text>
359     <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>
368 </text>
369     <child name="title"/>
370     <content implied="yes"/>
371     </macro>
373   <macro name="subsection"
374          closes="subsection subsection* subsubsection subsubsection*
375                  paragraph paragraph* subparagraph subparagraph*">
376     <text>
377 </text>
378     <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>
386 </text>
387     <child name="title"/>
388     <content implied="yes"/>
389     </macro>
391   <macro name="subsubsection"
392          closes="subsubsection subsubsection*
393                  paragraph paragraph* subparagraph subparagraph*">
394     <text>
395 </text>
396     <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>
404 </text>
405     <child name="title"/>
406     <content implied="yes"/>
407     </macro>
409   <macro name="paragraph"
410          closes="paragraph paragraph* subparagraph subparagraph*">
411     <text>
412 </text>
413     <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>
420 </text>
421     <child name="title"/>
422     <content implied="yes"/>
423     </macro>
425   <macro name="subparagraph"
426          closes="subparagraph subparagraph*">
427     <text>
428 </text>
429     <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>
436 </text>
437     <child name="title"/>
438     <content implied="yes"/>
439     </macro>
440   <macro name="title">
441     <content/>
442     </macro>
444   <macro name="appendix" outputname="back-matter"
445          closes="chapter chapter* section subsection subsubsection
446                  paragraph subparagraph"/>
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>
458   <macro name="ref">
459     <attribute name="ref"/>
460     </macro>
462   <environment name="description" outputname="descriptionlist"
463                endcloses="item"/>
465   <environment name="enumerate" outputname="enumeration"
466                endcloses="item"/>
468   <environment name="fulllineitems"
469                endcloses="item"/>
471   <environment name="itemize"
472                endcloses="item"/>
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>
482   <environment name="alltt" outputname="verbatim"/>
483   <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>
489   <macro name="verbatiminput" ouptutname="xi:include">
490     <attribute name="parse">text</attribute>
491     <attribute name="href"/>
492     </macro>
494   <!-- Table markup. -->
495   <macro name="hline"/>
496   <environment name="tableii" outputname="table">
497     <attribute name="cols">2</attribute>
498     <attribute name="colspec"/>
499     <attribute name="style"/>
500     <child name="entry"/>
501     <text>
502          </text>
503     <child name="entry"/>
504     </environment>
505   <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>
514   <macro name="lineii" outputname="row">
515     <child name="entry"/>
516     <text>
517          </text>
518     <child name="entry"/>
519     </macro>
521   <environment name="tableiii" outputname="table">
522     <attribute name="cols">3</attribute>
523     <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>
533   <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>
545   <macro name="lineiii" outputname="row">
546     <child name="entry"/>
547     <text>
548          </text>
549     <child name="entry"/>
550     <text>
551          </text>
552     <child name="entry"/>
553     </macro>
555   <environment name="tableiv" outputname="table">
556     <attribute name="cols">4</attribute>
557     <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>
570   <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>
585   <macro name="lineiv" outputname="row">
586     <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>
598   <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>
647   <!-- These are handled at a later translation stage, at least for now. -->
648   <macro name="Cpp" outputname="">
649     <text>C++</text>
650     </macro>
651   <macro name="geq" outputname="">
652     <entityref name="geq"/>
653     </macro>
654   <macro name="infinity" outputname="">
655     <entityref name="infin"/>
656     </macro>
657   <macro name="LaTeX" outputname="">
658     <text>LaTeX</text>
659     </macro>
660   <macro name="ldots" outputname="">
661     <text>...</text>
662     </macro>
663   <macro name="leq" outputname="">
664     <entityref name="leq"/>
665     </macro>
666   <macro name="plusminus" outputname="">
667     <entityref name="plusmn"/>
668     </macro>
669   <macro name="TeX" outputname="">
670     <text>TeX</text>
671     </macro>
672   <macro name="version"/>
674   <!-- 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>
688   <!-- 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>
696   <macro name="productioncont">
697     <content/>
698     </macro>
699   <macro name="token" outputname="grammartoken">
700     <content/>
701     </macro>
702   <macro name="grammartoken">
703     <content/>
704     </macro>
706   <!-- 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>
740   <macro name="csimplemacro">
741     <content/>
742     </macro>
743   <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>
755   <macro name="envvar" outputname="envar">
756     <content/>
757     </macro>
758   <macro name="file" outputname="filename">
759     <content/>
760     </macro>
761   <macro name="filenq" outputname="filename">
762     <attribute name="quote">no</attribute>
763     <content/>
764     </macro>
765   <macro name="function">
766     <content/>
767     </macro>
768   <macro name="kbd" outputname="keysym">
769     <content/>
770     </macro>
771   <macro name="mailheader">
772     <content/>
773     </macro>
774   <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>
789   <macro name="program" outputname="command">
790     <content/>
791     </macro>
792   <macro name="programopt" outputname="option">
793     <content/>
794     </macro>
795   <macro name="longprogramopt" outputname="longoption">
796     <content/>
797     </macro>
798   <macro name="regexp">
799     <content/>
800     </macro>
801   <macro name="var">
802     <content/>
803     </macro>
804   <macro name="email">
805     <content/>
806     </macro>
807   <macro name="ulink">
808     <!-- order of the parameters makes this difficult;
809          we'll need to fix it up to <ulink href="...">...</ulink>
810          in docfixer.py.
811       -->
812     <child name="text"/>
813     <child name="href"/>
814     </macro>
815   <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>
825   <macro name="mbox">
826     <content/>
827     </macro>
829   <!-- minimal math stuff to get by -->
830   <macro name="pi"/>
831   <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>
842   <macro name="leftline" outputname="">
843     <content/>
844     </macro>
846   <!-- Conversions to text; perhaps could be different?  There's -->
847   <!-- no way for a style sheet to work with these this way.     -->
848   <macro name="ABC" outputname="">
849     <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>
863   <macro name="NULL" outputname="constant">
864     <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>
872   <macro name="textasciicircum" outputname="">
873     <text>^</text>
874     </macro>
875   <macro name="textasciitilde" outputname="">
876     <text>~</text>
877     </macro>
878   <macro name="textbackslash" outputname="">
879     <text>\</text>
880     </macro>
881   <macro name="textbar" outputname="">
882     <text>|</text>
883     </macro>
884   <macro name="textgreater" outputname="">
885     <text>&gt;</text>
886     </macro>
887   <macro name="textless" outputname="">
888     <text>&lt;</text>
889     </macro>
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=""/>
904   <macro name="textwidth"/>
905   <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>