From: Fred Drake Date: Sat, 21 Apr 2001 05:56:28 +0000 (+0000) Subject: The (fairly recent) \textasciicircum is not supported by LaTeX2HTML; add X-Git-Tag: v2.1.1c1~151 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90a012b3fff849394c28a891a107d894773ae153;p=thirdparty%2FPython%2Fcpython.git The (fairly recent) \textasciicircum is not supported by LaTeX2HTML; add support for it here. --- diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 4674f9026e19..7b58d6a0de1f 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -86,6 +86,7 @@ sub do_cmd_let{ # the older version of LaTeX2HTML we use doesn't support this, but we use it: sub do_cmd_textasciitilde{ '~' . @_[0]; } +sub do_cmd_textasciicircum{ '^' . @_[0]; } # words typeset in a special way (not in HTML though)