diff options
author | Fred Drake <fdrake@acm.org> | 2001-10-09 18:01:23 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-10-09 18:01:23 (GMT) |
commit | 92350b3a1f7446e561305bfaa101efeb08286bcc (patch) | |
tree | 604cda32c685f1febd4404739ed8fc85dcae54ab /Doc/tools/sgmlconv | |
parent | 8b78b99647f2bfa7b757f060bdcb2a4e0c6f7105 (diff) | |
download | cpython-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.xml | 6 |
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. |