From: Fred Drake Date: Sat, 21 Apr 2001 05:48:07 +0000 (+0000) Subject: The (fairly recent) \textasciicircum is not supported by LaTeX2HTML; add X-Git-Tag: v2.2a3~1980 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=056a71da76d3ad90109ef2ca7a37fd4f3ea01603;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)