Commands that should be passed on to LaTeX for processing because
there is no direct translation to HTML may be specified in the
.latex2html-init
file as input to the process_commands_in_tex
subroutine.
The format is the same as that for specifying commands to be ignored.
Here is an example:
&process_commands_in_tex (<<_RAW_ARG_CMDS_);
fbox # {}
framebox # [] # [] # {}
<add your commands here>
_RAW_ARG_CMDS_