Commit c3fd45fe authored by Fred Drake's avatar Fred Drake

do_cmd_textasciitilde(): New function.

parent e57a1144
......@@ -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]; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment