> 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?
Huhh! That's not the way to use \verb .
The correct syntax is \verb+Foo+ or \verb|Foo| or \verb*Foo* or similarly,
and LaTeX2HTML supports this syntax.
The token immediately following the \verb becomes a temporary "escape" token,
which delimits the start and finish of the text to be set verbatim.
If {\verb Foo} actually works, then it is by good luck, not by good management.
Hope this helps,
Ross Moore
> --
>
> _______________________________________________
> FREE Personalized E-mail at Mail.com
> http://www.mail.com/?sr=signup
>
> FREE PC-to-Phone calls with Net2Phone
> http://www.net2phone.com/cgi-bin/link.cgi?121
>
>
>
>
>
> _______________________________________________
> latex2html mailing list
> [EMAIL PROTECTED]
> http://tug.org/mailman/listinfo/latex2html
_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html