Add conversions for more of the markup -- not all of this was around when

this file was written!
This commit is contained in:
Fred Drake 2001-03-23 16:29:06 +00:00
parent 7621fa9147
commit ce19496ec1

View file

@ -41,10 +41,16 @@
<macro name="rfc"> <macro name="rfc">
<attribute name="num"/> <attribute name="num"/>
</macro> </macro>
<macro name="sectionauthor"> <macro name="sectionauthor" outputname="author">
<attribute name="name"/> <attribute name="name"/>
<attribute name="email"/> <attribute name="email"/>
</macro> </macro>
<macro name="author">
<attribute name="name"/>
</macro>
<macro name="authoraddress">
<content/>
</macro>
<macro name="shortversion"/> <macro name="shortversion"/>
<macro name="versionadded"> <macro name="versionadded">
<attribute name="version"/> <attribute name="version"/>
@ -93,6 +99,9 @@
<environment name="datadesc"> <environment name="datadesc">
<attribute name="name"/> <attribute name="name"/>
</environment> </environment>
<macro name="dataline">
<attribute name="name"/>
</macro>
<environment name="excdesc"> <environment name="excdesc">
<attribute name="name"/> <attribute name="name"/>
</environment> </environment>
@ -263,6 +272,11 @@
<attribute name="classname"/> <attribute name="classname"/>
</macro> </macro>
<macro name="usepackage">
<attribute name="options" optional="yes"/>
<attribute name="pkg"/>
</macro>
<environment name="document" <environment name="document"
endcloses="chapter chapter* section section* endcloses="chapter chapter* section section*
subsection subsection* subsection subsection*
@ -550,6 +564,20 @@
</macro> </macro>
<macro name="version"/> <macro name="version"/>
<!-- 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>
<!-- Misc. --> <!-- Misc. -->
<macro name="emph"> <macro name="emph">
<content/> <content/>
@ -633,6 +661,9 @@
<macro name="programopt" outputname="option"> <macro name="programopt" outputname="option">
<content/> <content/>
</macro> </macro>
<macro name="longprogramopt" outputname="longoption">
<content/>
</macro>
<macro name="regexp"> <macro name="regexp">
<content/> <content/>
</macro> </macro>