Re: Embedding a URL in a document

2001-07-06 Thread Stephen Carville
On Fri, 6 Jul 2001, Dekel Tsur wrote: - On Fri, Jul 06, 2001 at 01:24:59PM -0700, Stephen Carville wrote: - > - \htmladdnormallink{Name}{http://www.url.com} - > - In the DVI, only Name will appear. - > - Another option is to use \htmladdnormallink{Name}{http://www.url.com} - > - The difference is

Re: Embedding a URL in a document

2001-07-06 Thread Dekel Tsur
On Fri, Jul 06, 2001 at 01:24:59PM -0700, Stephen Carville wrote: > - \htmladdnormallink{Name}{http://www.url.com} > - In the DVI, only Name will appear. > - Another option is to use \htmladdnormallink{Name}{http://www.url.com} > - The difference is that with the latter, the DVI will contain Name,

Re: Embedding a URL in a document

2001-07-06 Thread Stephen Carville
On Fri, 6 Jul 2001, Dekel Tsur wrote: - On Thu, Jul 05, 2001 at 11:27:22PM -0700, Stephen Carville wrote: - > I am writing some essays that will end up on a website and I would - > like to embed some links. Right nowe I am doing it with - > \usepackage{html} and typing any paragraph that has a l

Re: Embedding a URL in a document

2001-07-06 Thread Dekel Tsur
On Thu, Jul 05, 2001 at 11:27:22PM -0700, Stephen Carville wrote: > I am writing some essays that will end up on a website and I would > like to embed some links. Right nowe I am doing it with > \usepackage{html} and typing any paragraph that has a link in it as > raw html: > > \begin{rawhtml} >

Re: Embedding a URL in a document

2001-07-06 Thread Stephen Carville
On Fri, 6 Jul 2001, Yann MORERE wrote: - Ce Thu, 5 Jul 2001 23:27:22 -0700 (PDT) - Stephen Carville <[EMAIL PROTECTED]> a ecrit dans le mail - traitant de "Embedding a URL in a document" : - SC> This works but I am hoping there is a better way. I tried - SC> Insert->URL

Re: Embedding a URL in a document

2001-07-05 Thread Yann MORERE
Ce Thu, 5 Jul 2001 23:27:22 -0700 (PDT) Stephen Carville <[EMAIL PROTECTED]> a ecrit dans le mail traitant de "Embedding a URL in a document" : SC> This works but I am hoping there is a better way. I tried SC> Insert->URL... but that doesn't work (or I am doin

Embedding a URL in a document

2001-07-05 Thread Stephen Carville
I am writing some essays that will end up on a website and I would like to embed some links. Right nowe I am doing it with \usepackage{html} and typing any paragraph that has a link in it as raw html: \begin{rawhtml} Paragraph stuff http://www.url.com> URL More paragraph. \end{rawhtml} This wo