1999-07-29 19:03:11 -03:00
|
|
|
<?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>
|
1999-11-09 15:33:24 -04:00
|
|
|
<macro name="citetitle">
|
|
|
|
<attribute name="href" optional="yes"/>
|
|
|
|
<content/>
|
|
|
|
</macro>
|
1999-07-29 19:03:11 -03:00
|
|
|
<macro name="rfc">
|
|
|
|
<attribute name="num"/>
|
|
|
|
</macro>
|
|
|
|
<macro name="sectionauthor">
|
|
|
|
<attribute name="name"/>
|
|
|
|
<attribute name="email"/>
|
|
|
|
</macro>
|
2000-11-22 12:45:19 -04:00
|
|
|
<macro name="shortversion"/>
|
1999-07-29 19:03:11 -03:00
|
|
|
<macro name="versionadded">
|
|
|
|
<attribute name="version"/>
|
|
|
|
</macro>
|
2000-11-22 12:45:19 -04:00
|
|
|
<!-- This is broken: we need to re-order the optional and required
|
|
|
|
parameters, making the optional parameter the content for the
|
|
|
|
element. The processor is not powerful enough to handle this.
|
|
|
|
-->
|
1999-07-29 19:03:11 -03:00
|
|
|
<macro name="versionchanged">
|
|
|
|
<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">
|
2000-11-22 12:45:19 -04:00
|
|
|
<attribute name="tag" optional="yes"/>
|
1999-07-29 19:03:11 -03:00
|
|
|
<attribute name="name"/>
|
|
|
|
</environment>
|
|
|
|
<environment name="cvardesc">
|
|
|
|
<attribute name="type"/>
|
|
|
|
<attribute name="name"/>
|
|
|
|
</environment>
|
|
|
|
|
|
|
|
<!-- Python things. -->
|
|
|
|
<macro name="optional">
|
|
|
|
<content/>
|
|
|
|
</macro>
|
2000-11-17 15:05:12 -04:00
|
|
|
<macro name="unspecified"/>
|
|
|
|
<macro name="moreargs"/>
|
1999-07-29 19:03:11 -03:00
|
|
|
<environment name="classdesc">
|
|
|
|
<attribute name="name"/>
|
|
|
|
<child name="args"/>
|
|
|
|
</environment>
|
|
|
|
<environment name="datadesc">
|
|
|
|
<attribute name="name"/>
|
|
|
|
</environment>
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<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"/>
|
2000-11-22 12:45:19 -04:00
|
|
|
<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"/>
|
1999-07-29 19:03:11 -03:00
|
|
|
</macro>
|
|
|
|
<macro name="seetext">
|
2000-11-22 12:45:19 -04:00
|
|
|
<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"/>
|
1999-07-29 19:03:11 -03:00
|
|
|
</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>
|
|
|
|
|
|
|
|
<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>
|
2000-01-20 18:51:14 -04:00
|
|
|
</text>
|
1999-07-29 19:03:11 -03:00
|
|
|
<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>
|
2000-01-20 18:51:14 -04:00
|
|
|
</text>
|
1999-07-29 19:03:11 -03:00
|
|
|
<child name="title"/>
|
|
|
|
<content implied="yes"/>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="section"
|
|
|
|
closes="section section* subsection subsection*
|
|
|
|
subsubsection subsubsection*
|
|
|
|
paragraph paragraph* subparagraph subparagraph*">
|
|
|
|
<text>
|
2000-01-20 18:51:14 -04:00
|
|
|
</text>
|
1999-07-29 19:03:11 -03:00
|
|
|
<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>
|
2000-01-20 18:51:14 -04:00
|
|
|
</text>
|
1999-07-29 19:03:11 -03:00
|
|
|
<child name="title"/>
|
|
|
|
<content implied="yes"/>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="subsection"
|
|
|
|
closes="subsection subsection* subsubsection subsubsection*
|
|
|
|
paragraph paragraph* subparagraph subparagraph*">
|
|
|
|
<text>
|
2000-01-20 18:51:14 -04:00
|
|
|
</text>
|
1999-07-29 19:03:11 -03:00
|
|
|
<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>
|
2000-01-20 18:51:14 -04:00
|
|
|
</text>
|
1999-07-29 19:03:11 -03:00
|
|
|
<child name="title"/>
|
|
|
|
<content implied="yes"/>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="subsubsection"
|
|
|
|
closes="subsubsection subsubsection*
|
|
|
|
paragraph paragraph* subparagraph subparagraph*">
|
|
|
|
<text>
|
2000-01-20 18:51:14 -04:00
|
|
|
</text>
|
1999-07-29 19:03:11 -03:00
|
|
|
<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>
|
2000-01-20 18:51:14 -04:00
|
|
|
</text>
|
1999-07-29 19:03:11 -03:00
|
|
|
<child name="title"/>
|
|
|
|
<content implied="yes"/>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="paragraph"
|
|
|
|
closes="paragraph paragraph* subparagraph subparagraph*">
|
|
|
|
<text>
|
2000-01-20 18:51:14 -04:00
|
|
|
</text>
|
1999-07-29 19:03:11 -03:00
|
|
|
<child name="title"/>
|
|
|
|
<content implied="yes"/>
|
|
|
|
</macro>
|
|
|
|
<macro name="paragraph*" outputname="paragraph"
|
|
|
|
closes="paragraph paragraph* subparagraph subparagraph*">
|
|
|
|
<attribute name="numbered">no</attribute>
|
|
|
|
<text>
|
2000-01-20 18:51:14 -04:00
|
|
|
</text>
|
1999-07-29 19:03:11 -03:00
|
|
|
<child name="title"/>
|
|
|
|
<content implied="yes"/>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="subparagraph"
|
|
|
|
closes="subparagraph subparagraph*">
|
|
|
|
<text>
|
2000-01-20 18:51:14 -04:00
|
|
|
</text>
|
1999-07-29 19:03:11 -03:00
|
|
|
<child name="title"/>
|
|
|
|
<content implied="yes"/>
|
|
|
|
</macro>
|
|
|
|
<macro name="subparagraph*" outputname="subparagraph"
|
|
|
|
closes="subparagraph subparagraph*">
|
|
|
|
<attribute name="numbered">no</attribute>
|
|
|
|
<text>
|
2000-01-20 18:51:14 -04:00
|
|
|
</text>
|
1999-07-29 19:03:11 -03:00
|
|
|
<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>
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<!-- Table markup. -->
|
|
|
|
<macro name="hline"/>
|
1999-08-03 12:27:37 -03:00
|
|
|
<environment name="tableii" outputname="table">
|
|
|
|
<attribute name="cols">2</attribute>
|
1999-07-29 19:03:11 -03:00
|
|
|
<attribute name="colspec"/>
|
|
|
|
<attribute name="style"/>
|
|
|
|
<child name="entry"/>
|
|
|
|
<text>
|
|
|
|
</text>
|
|
|
|
<child name="entry"/>
|
|
|
|
</environment>
|
2000-11-17 15:05:12 -04:00
|
|
|
<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>
|
1999-08-03 12:27:37 -03:00
|
|
|
<macro name="lineii" outputname="row">
|
1999-07-29 19:03:11 -03:00
|
|
|
<child name="entry"/>
|
|
|
|
<text>
|
|
|
|
</text>
|
|
|
|
<child name="entry"/>
|
|
|
|
</macro>
|
|
|
|
|
1999-08-03 12:27:37 -03:00
|
|
|
<environment name="tableiii" outputname="table">
|
|
|
|
<attribute name="cols">3</attribute>
|
1999-07-29 19:03:11 -03:00
|
|
|
<attribute name="colspec"/>
|
|
|
|
<attribute name="style"/>
|
|
|
|
<child name="entry"/>
|
|
|
|
<text>
|
|
|
|
</text>
|
|
|
|
<child name="entry"/>
|
|
|
|
<text>
|
|
|
|
</text>
|
|
|
|
<child name="entry"/>
|
|
|
|
</environment>
|
2000-11-17 15:05:12 -04:00
|
|
|
<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>
|
1999-08-03 12:27:37 -03:00
|
|
|
<macro name="lineiii" outputname="row">
|
1999-07-29 19:03:11 -03:00
|
|
|
<child name="entry"/>
|
|
|
|
<text>
|
|
|
|
</text>
|
|
|
|
<child name="entry"/>
|
|
|
|
<text>
|
|
|
|
</text>
|
|
|
|
<child name="entry"/>
|
|
|
|
</macro>
|
|
|
|
|
1999-08-03 12:27:37 -03:00
|
|
|
<environment name="tableiv" outputname="table">
|
|
|
|
<attribute name="cols">4</attribute>
|
1999-07-29 19:03:11 -03:00
|
|
|
<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>
|
2000-11-17 15:05:12 -04:00
|
|
|
<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>
|
1999-08-03 12:27:37 -03:00
|
|
|
<macro name="lineiv" outputname="row">
|
1999-07-29 19:03:11 -03:00
|
|
|
<child name="entry"/>
|
|
|
|
<text>
|
|
|
|
</text>
|
|
|
|
<child name="entry"/>
|
|
|
|
<text>
|
|
|
|
</text>
|
|
|
|
<child name="entry"/>
|
|
|
|
<text>
|
|
|
|
</text>
|
|
|
|
<child name="entry"/>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<!-- These are handled at a later translation stage, at least for now. -->
|
1999-08-02 11:32:11 -03:00
|
|
|
<macro name="Cpp" outputname="">
|
|
|
|
<text>C++</text>
|
|
|
|
</macro>
|
1999-08-26 14:56:47 -03:00
|
|
|
<macro name="geq" outputname="">
|
|
|
|
<entityref name="geq"/>
|
|
|
|
</macro>
|
|
|
|
<macro name="LaTeX" outputname="">
|
|
|
|
<text>LaTeX</text>
|
|
|
|
</macro>
|
1999-08-02 11:32:11 -03:00
|
|
|
<macro name="ldots" outputname="">
|
|
|
|
<text>...</text>
|
|
|
|
</macro>
|
1999-08-26 14:56:47 -03:00
|
|
|
<macro name="leq" outputname="">
|
|
|
|
<entityref name="leq"/>
|
|
|
|
</macro>
|
|
|
|
<macro name="TeX" outputname="">
|
|
|
|
<text>TeX</text>
|
|
|
|
</macro>
|
1999-07-29 19:03:11 -03:00
|
|
|
<macro name="version"/>
|
|
|
|
|
|
|
|
<!-- 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>
|
1999-11-23 17:48:41 -04:00
|
|
|
<macro name="envvar" outputname="envar">
|
1999-07-29 19:03:11 -03:00
|
|
|
<content/>
|
|
|
|
</macro>
|
|
|
|
<macro name="file" outputname="filename">
|
|
|
|
<content/>
|
|
|
|
</macro>
|
1999-11-23 17:48:41 -04:00
|
|
|
<macro name="filenq" outputname="filename">
|
|
|
|
<attribute name="quote">no</attribute>
|
|
|
|
<content/>
|
|
|
|
</macro>
|
1999-07-29 19:03:11 -03:00
|
|
|
<macro name="function">
|
|
|
|
<content/>
|
|
|
|
</macro>
|
|
|
|
<macro name="kbd">
|
|
|
|
<content/>
|
|
|
|
</macro>
|
|
|
|
<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>
|
1999-11-23 17:48:41 -04:00
|
|
|
<macro name="program" outputname="command">
|
1999-07-29 19:03:11 -03:00
|
|
|
<content/>
|
|
|
|
</macro>
|
1999-11-23 17:48:41 -04:00
|
|
|
<macro name="programopt" outputname="option">
|
1999-11-09 15:33:24 -04:00
|
|
|
<content/>
|
|
|
|
</macro>
|
1999-07-29 19:03:11 -03:00
|
|
|
<macro name="regexp">
|
|
|
|
<content/>
|
|
|
|
</macro>
|
1999-11-23 17:48:41 -04:00
|
|
|
<macro name="var">
|
1999-07-29 19:03:11 -03:00
|
|
|
<content/>
|
|
|
|
</macro>
|
|
|
|
<macro name="email">
|
|
|
|
<content/>
|
|
|
|
</macro>
|
|
|
|
<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 -->
|
1999-11-23 17:48:41 -04:00
|
|
|
<macro name="pi"/>
|
1999-07-29 19:03:11 -03:00
|
|
|
<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. -->
|
2000-07-01 03:26:44 -03:00
|
|
|
<macro name="ABC" outputname="">
|
1999-07-29 19:03:11 -03:00
|
|
|
<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>
|
1999-08-02 11:32:11 -03:00
|
|
|
<macro name="NULL" outputname="constant">
|
1999-07-29 19:03:11 -03:00
|
|
|
<text>NULL</text>
|
|
|
|
</macro>
|
|
|
|
<macro name="POSIX" outputname="">
|
|
|
|
<text>POSIX</text>
|
|
|
|
</macro>
|
|
|
|
<macro name="UNIX" outputname="">
|
|
|
|
<text>Unix</text>
|
|
|
|
</macro>
|
2000-11-22 12:45:19 -04:00
|
|
|
<macro name="textasciitilde" outputname="">
|
|
|
|
<text>~</text>
|
|
|
|
</macro>
|
1999-07-29 19:03:11 -03:00
|
|
|
|
|
|
|
<!-- 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>
|