summaryrefslogtreecommitdiffstats
path: root/Doc/tools/sgmlconv
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-10-09 18:01:23 (GMT)
committerFred Drake <fdrake@acm.org>2001-10-09 18:01:23 (GMT)
commit92350b3a1f7446e561305bfaa101efeb08286bcc (patch)
tree604cda32c685f1febd4404739ed8fc85dcae54ab /Doc/tools/sgmlconv
parent8b78b99647f2bfa7b757f060bdcb2a4e0c6f7105 (diff)
downloadcpython-92350b3a1f7446e561305bfaa101efeb08286bcc.zip
cpython-92350b3a1f7446e561305bfaa101efeb08286bcc.tar.gz
cpython-92350b3a1f7446e561305bfaa101efeb08286bcc.tar.bz2
New markup: \note{...} and \warning{...}
Diffstat (limited to 'Doc/tools/sgmlconv')
-rw-r--r--Doc/tools/sgmlconv/conversion.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/tools/sgmlconv/conversion.xml b/Doc/tools/sgmlconv/conversion.xml
index 1944b1f..248c9c1 100644
--- a/Doc/tools/sgmlconv/conversion.xml
+++ b/Doc/tools/sgmlconv/conversion.xml
@@ -55,6 +55,12 @@
<content/>
</macro>
<macro name="shortversion"/>
+ <macro name="note">
+ <content/>
+ </macro>
+ <macro name="warning">
+ <content/>
+ </macro>
<!-- 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.