[l2h] problem with section-markers

Ross Moore ross@ics.mq.edu.au
Mon, 8 Oct 2001 07:32:52 +1000 (EST)


> Hello Ross, hello all out there,
> I have  a little problem with the automatically generated vs. the
> user-defined markers for chapters, sections, subsections etc.
> 
> I did this like in:
> 
> \chapter{The accurate location of an aircraft}
> \label{sec:nonl:intro}

No.
Do it like this:

 \chapter{The accurate location of an aircraft\label{sec:nonl:intro}}


Cheers,

	Ross

 
> The problem is, that this is converted to the following html:
> 
> <H1><A NAME="SECTION00210000000000000000">
> <SPAN CLASS="arabic">1</SPAN>.<SPAN CLASS="arabic">1</SPAN> Introduction</A>
> </H1>
> <P>
> <A NAME="sec:nonl:intro"></A>
> <P>
> 
> This means that any reference to this section is pointing to a marker, which
> is 2 lines below the chapter/section heading in the html.
> So this chapter/section-heading is not visible (you have to scroll up, to
> see it).
> This is really unpleaseant.
> Is there any possibility to avoid this behaviour? Or even a workaround?
> 
> Any hints are highly appreciated!
> 
> Ralf Scholl
> SkillsOnline
> 
> _______________________________________________
> latex2html mailing list
> latex2html@tug.org
> http://tug.org/mailman/listinfo/latex2html