Re: [l2h] Node names

2010-08-11 Thread Duncan Bayne
> whereas I'd like latex2html to use the section names for the > filenames. > > Is there currently any easy way of doing this with latex2html? Turns out the answer is the '-long_titles' option: http://www.mail-archive.com/latex2html@tug.org/msg02605.html -- { :phone => '(+61) 420 817 082',  :sk

[l2h] Node names

2010-08-10 Thread Duncan Bayne
Hi All, I have a newbie question; I've hunted around on Google for an answer but found none (beyond 'write a script to post-process the output from latex2html). I am writing content for a static website using LyX, exporting a Latex file, then running latex2html over the exported file to produce t

Re: [l2h] node

2006-03-30 Thread Igor Peshansky
On Fri, 31 Mar 2006, Ross Moore wrote: > On 31/03/2006, at 2:16 AM, Igor Peshansky wrote: > > > Umm, "hyperref"? Something like {\hyperref[somelabel]{Special Section}}} > > (instead of your \htmladdnormallink) should work... You'll need to > > \usepackage{hyperref}. > > ... completely ignore thi

Re: [l2h] node

2006-03-30 Thread Ross Moore
Hello Ivan, and Igor, On 31/03/2006, at 2:16 AM, Igor Peshansky wrote: On Wed, 29 Mar 2006, ivan danicic wrote: Hello, I wanted to do this in the tex file: {\htmladdtonavigation{ {\htmladdnormallink{http:something}} {LINK} }} This syntax is quite wrong! It should be: {\htmladdtonavigation

Re: [l2h] node

2006-03-30 Thread Igor Peshansky
On Wed, 29 Mar 2006, ivan danicic wrote: > Hello, I wanted to do this in the tex file: > {\htmladdtonavigation{ > {\htmladdnormallink{http:something}} > {LINK} > }} > The problem was the LINK. This was intended to point to another \section > in the same document. I tried to use the name of the \la

[l2h] node

2006-03-30 Thread ivan danicic
Hello, I wanted to do this in the tex file: {\htmladdtonavigation{ {\htmladdnormallink{http:something}} {LINK} }} The problem was the LINK. This was intended to point to another \section in the same document. I tried to use the name of the \label for that section but this did not work. Eventually