]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
The (fairly recent) \textasciicircum is not supported by LaTeX2HTML; add
authorFred Drake <fdrake@acm.org>
Sat, 21 Apr 2001 05:56:28 +0000 (05:56 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 21 Apr 2001 05:56:28 +0000 (05:56 +0000)
support for it here.

Doc/perl/python.perl

index 4674f9026e19a92c4db592c68abbaee8f34c8083..7b58d6a0de1ff5ef9fcb77d1baceb8c84a9430da 100644 (file)
@@ -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)