Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3fd45f

Browse files
committed
do_cmd_textasciitilde(): New function.
1 parent e57a114 commit c3fd45f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/perl/python.perl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ sub do_cmd_let{
5252
}
5353

5454

55+
# the older version of LaTeX2HTML we use doesn't support this, but we use it:
56+
57+
sub do_cmd_textasciitilde{ '~' . @_[0]; }
58+
59+
5560
# words typeset in a special way (not in HTML though)
5661

5762
sub do_cmd_ABC{ 'ABC' . @_[0]; }

0 commit comments

Comments
 (0)