I didn't see this topic covered in the FAQ.  Does latex2html handle
parameters to \def?

For example, supposing we have a file, simple.tex, that contains:

        \def\foo#1{foo#1}
        \documentstyle{article}
        \begin{document}
        \foo{bar}
        \end{document}

What I'm getting as output is:

        foo#1bar

not:

        foobar

as I would have expected.  Our documentation is full of custom-made
macros of this sort.  How do I need to modify these macros to make
them work with latex2html?

Ben.
--
      Ben Armstrong                -.       Medianet Development Group,
      [EMAIL PROTECTED]         `-.    Dymaxion Research Limited
      <URL: http://www.dymaxion.ca/>    `-  Halifax, Nova Scotia, Canada

Reply via email to