Hi,
I'm trying to use latex2html on a math article in LaTeX that has
sections (see test case below).  But each section becomes a single png image
with an alt tag containing truncated text of the section.  So there is no way to
have links within each section.

What I am doing (as a test case) is

>latex test.tex
>latex2html test.tex
>cd test
>netscape test.html

whereupon I see the page with sections as single images.
The file test.tex consists of the following:

\documentclass[draft,12pt]{article}
\pagestyle{headings}

\title{Test Title
}
\author{George Leibman}
\date{12 June 2003}

\begin{document}
\maketitle \markboth{Test Title
} {Test Title
}

A few lines to give an abstract of the article...

\begin{section}{Test Section One}
A few lines for test section one...............
\end{section}

\begin{section}{Test Section Two}
A few lines for test section two..............
\end{section}

\end{document}
\endinput


Please help, if you can.  Thanks...

Regards,
 George Leibman
 (914)241-2723
 [EMAIL PROTECTED]

_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html

Reply via email to