next up previous contents index
Next: Handling ``order-sensitive'' Commands Up: Extending the Translator Previous: Asking the Translator to   Contents   Index


Asking the Translator to Pass Commands to LATEX


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_



Rob MacLeod 2004-10-10