[l2h] Sections and labels

mercado python.dev.9 at gmail.com
Thu Feb 12 22:15:21 CET 2009


On Thu, Feb 12, 2009 at 1:21 AM, Ross Moore <ross at ics.mq.edu.au> wrote:

> How would you expect it to be?
>

The problem is that, when generating multipage HTML, the <BR> pushes the
page title down, so pages (sections) with labels are formatted differently
than pages without labels.

For example, if you generate multipage HTML using the sample document below,
you will see that Page A is formatted differently from Page B due to the
fact that Page A has a label.  More specifically, the title (inside the the
<H1> tag) for Page A is pushed down a line compared to Page B.

--------------------------------------------------------------------------------
\usepackage{html}

\begin{document}

\section{Page A}
\label{Page-A}
This is Page A.

\section{Page B}
This is Page B.

Link to \htmlref{Page A}{Page-A}.

\end{document}
--------------------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tug.org/pipermail/latex2html/attachments/20090212/81162546/attachment.html 


More information about the latex2html mailing list