Hi Herbert, thank you very much!!!! This was the tip I was looking for! Best regards Stephan -- Stephan E. Schlierf M.A. - chief concept & design developer - speed2web GmbH Germany FON: +49 921 99 00 86 12 FAX: +49 921 99 00 86 70 http://www.speed2web.de
Herbert Voss Sent by: voss To: [EMAIL PROTECTED] cc: [EMAIL PROTECTED] Subject: Re: Creating an URL 09/26/01 10:02 PM [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} in plain LaTeX. > Then I tried to export the file by running Export -> HTML. > Both failed that means what I see in the HTML-file is not a link but the > plain text "linkname file.html" > For conversion I use latex2html with the switches "- no_subdir -split 0 > -show_section_numbers" > > 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} Herbert -- http://www.educat.hu-berlin.de/~voss/lyx/