do_cmd_textasciitilde(): New function.
This commit is contained in:
parent
e57a11441e
commit
c3fd45fe80
|
@ -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]; }
|
||||
|
|
Loading…
Reference in New Issue