From: Fred Drake Date: Thu, 15 Jun 2000 22:41:48 +0000 (+0000) Subject: do_cmd_textasciitilde(): New function. X-Git-Tag: v2.0b1~1503 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3fd45fe8057ae16b07f83c63757ba625718a4ac;p=thirdparty%2FPython%2Fcpython.git do_cmd_textasciitilde(): New function. --- diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 6dfa018896ee..8606ece970c9 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -52,6 +52,11 @@ sub do_cmd_let{ } +# the older version of LaTeX2HTML we use doesn't support this, but we use it: + +sub do_cmd_textasciitilde{ '~' . @_[0]; } + + # words typeset in a special way (not in HTML though) sub do_cmd_ABC{ 'ABC' . @_[0]; }