>> 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{LaTeX Description}{file:///home/voss/brief.html}

... very very useful (as usual ;-), thanks Herbert!

One more "how-to" question on the same topic: 

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  
        <a href=http://x.y.z>My Link</a>

DVI/PS should give  
        My Link (http://x.y.z)

        (or a similar format)

I'm sure that it can be done (in fact, I was expecting LyX to do that with 
Insert->URL), but how?

Greetings from Switzerland!

-- Joerg



----------------------------------------------------------------
joerg.hau(at)dplanet.ch - Lausanne, Switzerland 
http://www.mysunrise.ch/users/joerg.hau/

Reply via email to