Hate replying to my own mail ... but I've sort of figured it out.

With the following document:

documentclass{book}
\usepackage{html}
\begin{document}
\label{dog}
The quick brown dog is referenced
\hyperref[page]{here}{on page~}{}{dog}.
\end{document}

the commands:

   latex test;dvips test

works just fine. BUT, using

  texi2pdf test

shows the "~". I had the texi2pdf in my make files. Sort of like using
texi2pdf since it takes care of label regeneration, but I'll change
back to latex as the command. Unless someone else has a suggestion?



On Sat, Nov 28, 2009 at 10:08 AM, Bob van der Poel <[email protected]> wrote:
> Again, this is only problem since my recent upgrade. I'm assuming it's
> a latex2html issue.
>
> In my preamble I load {html} with I _assume_ is also loading the hyperref 
> stuff.
>
> With commands like:
>
>  \hyperref[page]{here}{page~}{}{autosolotracks}
>
> the ~ tilde appears in my pdf output instead of a space. Of course, in
> the html it's fine since "here" is printed as a link.
>
> Ideas?
>
>
> --
> **** Listen to my CD at http://www.mellowood.ca/music/cedars ****
> Bob van der Poel ** Wynndel, British Columbia, CANADA **
> EMAIL: [email protected]
> WWW:   http://www.mellowood.ca
>



-- 
**** Listen to my CD at http://www.mellowood.ca/music/cedars ****
Bob van der Poel ** Wynndel, British Columbia, CANADA **
EMAIL: [email protected]
WWW:   http://www.mellowood.ca
_______________________________________________
latex2html mailing list
[email protected]
http://tug.org/mailman/listinfo/latex2html

Reply via email to