Hello,

I'd like to be able to include my own macro packages when using
LaTeX2HTML. For example, my current sty file, mathpages.sty contains:

  \ProvidesPackage{mathpages}
  \NeedsTeXFormat{LaTeX2e}

  \newcommand{\eg}{for example}
  \newcommand{\ie}{that is}

and inside my source code, I invoke the commands like this:

  (\eg, we never see things...

In the dvi output, \eg and \ie are replaced with "for example" and
"that is" respectively and latex returns no errors. But LaTeX2HTML
says that \ie and \eg are undefined and the cooresponding html output
looks like:

  (, we never see things...

How do get LaTeX2HTML to recognize my sty file?

Thanks in advance,
Matt

_______________________________________________
latex2html mailing list
[email protected]
http://tug.org/mailman/listinfo/latex2html

Reply via email to