diff options
Diffstat (limited to 'Doc/tools/sgmlconv/conversion.xml')
-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. |