do_cmd_textasciitilde(): New function.

This commit is contained in:
Fred Drake 2000-06-15 22:41:48 +00:00
parent e57a11441e
commit c3fd45fe80
1 changed files with 5 additions and 0 deletions

View File

@ -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]; }