From c3fd45fe8057ae16b07f83c63757ba625718a4ac Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 15 Jun 2000 22:41:48 +0000 Subject: do_cmd_textasciitilde(): New function. --- Doc/perl/python.perl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 6dfa018..8606ece 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]; } -- cgit v0.12