Hi. I am using the url package and have some lines like:

        \path{~/foo}

Without looking at the source for url I am assuming that \path is a special form of verbatim ... whatever, this works fine for latex.

But, when I use latex2html the ~ disappears. In the manual for latex2html it does state that you need to use ~{}, but that inserts a visable {} in the latex output; and in latex2html both the ~ and the {} disappear.

Hmm, looking further I see that I already changed the def of \path for latex2html to:

        \newcommand{\path}[1]{\texttt{#1}}

So, that is wrong ... I'm lost just now. Suggestions?

Oh, minor bug ... if one tries to make the html docs for latex2html the makefile will NOT create the needed 'manual' directory. Creating it by hand before invoking "make html" solves the problem.

--
Bob van der Poel ** Wynndel, British Columbia, CANADA **
EMAIL: [EMAIL PROTECTED]
WWW:   http://mypage.uniserve.com/~bvdp


_______________________________________________
latex2html mailing list
latex2html@tug.org
http://tug.org/mailman/listinfo/latex2html

Reply via email to