> > I would like to have a link as "HTML link" (as above) upon export
> > to HTML, but on the other hand the URL should be _printed_ when
> > the document is converted to DVI/PS/PDF/... In other words:
> >
> > HTML should give
> > http://x.y.z>My Link
> >
> > DVI/PS should give
> > My Link
On Fri, Oct 05, 2001 at 09:25:27AM +0200, [EMAIL PROTECTED] wrote:
> I would like to have a link as "HTML link" (as above) upon export to HTML,
> but on the other hand the URL should be _printed_ when the document is
> converted to DVI/PS/PDF/... In other words:
>
> HTML should give
> h
>> Can anybody tell me what to do to create an URL when using document class
>> book (I really would like to avoid document class LinuxDoc) ?
>
> \usepackage{html}
>
> and in text in tex(red)
>
> \htmladdnormallink{the text for the link}{the url for the link}
>
> for example:
> \htmladdnormallink
To: [EMAIL PROTECTED]
cc: [EMAIL PROTECTED]
Subject: Re: Creating an
[EMAIL PROTECTED] wrote:
> what I want to do is to create a link from one file to another one.
> I use document class book(koma-script) and included package url by putting
> \usepackage{url} into the preamble.
> I already tried the following:
> - Insert -> URL
> - wrote \url[linkname{file.html} i
Subject: Re: Creating an URL
09/26/01 02:14 PM
On Wed, 26 Sep 2001 13:03:38 +0200 wrote [EMAIL PROTECTED]:
> Hi there,
>
> what I want to do is to create a link from one file to another one.
> I use document class book(koma-script) and included package url by putting
> \usepackage{url} into the preamble.
> I already tried the following:
> -
Hi there,
what I want to do is to create a link from one file to another one.
I use document class book(koma-script) and included package url by putting
\usepackage{url} into the preamble.
I already tried the following:
- Insert -> URL
- wrote \url[linkname{file.html} in plain LaTeX.
Then I tried