Re: [l2h] Tilde problem

2006-01-02 Thread Igor Peshansky
Top-post reformatted... On Mon, 2 Jan 2006, Bob van der Poel wrote: > Les Richardson wrote: > > > > 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 ..

Re: [l2h] Tilde problem

2006-01-02 Thread Robin Fairbairns
> > Thanks for the pointer, Les. After smacking the side of head a few times > the light is slowly coming on :) > > Yes, a tilde is a non-breaking space. So, with > > \newcommand{\path}[1]{\texttt{#1}} > > I can do something like \path{\~{}/foo} and it works just fine. But, if > I use the \pa

Re: [l2h] Tilde problem

2006-01-02 Thread Bob van der Poel
Thanks for the pointer, Les. After smacking the side of head a few times the light is slowly coming on :) Yes, a tilde is a non-breaking space. So, with \newcommand{\path}[1]{\texttt{#1}} I can do something like \path{\~{}/foo} and it works just fine. But, if I use the \path{} from the url.

Re: [l2h] Tilde problem

2006-01-02 Thread Les Richardson
Hi, The tilde is a non-breaking space in TeX... can't one just escape it (\~) and have it function normally? Les Richardson Open Admin for Schools > > 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 \pat

[l2h] Tilde problem

2006-01-02 Thread Bob van der Poel
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 do