Stephen Patterson writes:
> I quite often use {\verb Foo} to include verbatim text inline with
> the current text, but the \verb command isn't recognised by
> latex2html and the content of the command doesn't show in the html
> file. How can I get it to work?
What we did for the Python documentation was to explicitly disallow
\verb for a couple of reasons. One was simply that latex2html doesn't
grok it. The other was that we could always "do better" when it came
to logically marking the document -- we're trying to mark everything
with semantic labels instead of formatting. Your situation &
requirements may differ.
-Fred
--
Fred L. Drake, Jr. <fdrake at acm.org>
PythonLabs at Digital Creations
_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html