On Thu, Feb 12, 2009 at 1:21 AM, Ross Moore <r...@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}
--------------------------------------------------------------------------------
_______________________________________________
latex2html mailing list
latex2html@tug.org
http://tug.org/mailman/listinfo/latex2html

Reply via email to