summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-04-21 05:48:07 (GMT)
committerFred Drake <fdrake@acm.org>2001-04-21 05:48:07 (GMT)
commit056a71da76d3ad90109ef2ca7a37fd4f3ea01603 (patch)
tree1725a5a94513563d27179b28c97a9a18d31d9dfb
parent7f00deb032eae76dfd5dcfbd1105cd223baa8848 (diff)
downloadcpython-056a71da76d3ad90109ef2ca7a37fd4f3ea01603.zip
cpython-056a71da76d3ad90109ef2ca7a37fd4f3ea01603.tar.gz
cpython-056a71da76d3ad90109ef2ca7a37fd4f3ea01603.tar.bz2
The (fairly recent) \textasciicircum is not supported by LaTeX2HTML; add
support for it here.
-rw-r--r--Doc/perl/python.perl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl
index 4674f90..7b58d6a 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)