On Tue, Jun 26, 2001 at 08:11:31AM +1000, Kathryn Andersen wrote:
> On Mon, Jun 25, 2001 at 08:47:24AM -0700, Michelle Dukich wrote:
> > I am trying to add a hyperlink into my text to allow
> > users viewing the document online to click and be
> > linked to a webpage. The INSERT->URL option is not
> > exactly what I need. This only puts something in the
> > format of a webpage addy but does not make a clickable
> > link.
>
> Two questions:
> - are you using the hyperref package? (Because you should be)
> - What is the final format you are trying to "click" from? I know
> the URL stuff works from a PDF file produced by pdflatex, but I can't
> remember if it always works with a PDF file produced via
> dvi -> ps -> PDF
Hyperref can be used with either pdflatex or with latex+dvips+ps2pdf.
For the former, put \usepackage[pdftex]{hyperref} in the preamble,
and for the later, put \usepackage[ps2pdf]{hyperref}.