[l2h] centerline problems

William Ian Gasarch gasarch@cs.umd.edu
Thu, 4 Apr 2002 11:59:35 -0500 (EST)


Below I have a latex2e file that I ran latex2html on.
The file has 

\centerline{APPLICATIONS OF RAMSEY THEORY TO COMPUTER SCIENCE}

in it, but this line never appeared in my final html.
When viewed that line is simply not there.

Below that I have the result (the .html file).

I have seen far more complicated bug-reports having
to do with combining centerline with other stuff, but not
this rather simple bug.

If I use \begin{center}  \end{center}
I get the text, but not centered.

SO, 
a) HOW CAN I GET TEXT CENTERED?

b) AM I DOING SOMETHING WRONG?

				bill gasarch

--------------

RAN latex2html on this:

\documentclass[11pt]{article}
\usepackage{fullpage}
\usepackage{html}
%\pagestyle{headings}

\begin{document}

This is a test

\centerline{APPLICATIONS OF RAMSEY THEORY TO COMPUTER SCIENCE}

This is a test

\end{document}

---------------

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN">
<!--Converted with LaTeX2HTML 96.1 (Feb 5, 1996) by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds -->
<HTML>
<HEAD>
<TITLE>No Title</TITLE>
<META NAME="description" CONTENT="No Title">
<META NAME="keywords" CONTENT="ccc">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<LINK REL=STYLESHEET HREF="ccc.css">
</HEAD>
<BODY LANG="EN">
 <A NAME="tex2html1" HREF="node1.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="/icons/next_motif.gif"></A> <IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="/icons/up_motif_gr.gif"> <IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="/icons/previous_motif_gr.gif">   <BR>
<B> Next:</B> <A NAME="tex2html2" HREF="node1.html">  About this document </A>
<BR> <P>
This is a test
<P>
<P CENTER>
<P>
This is a test
<P>
</P><BR> <HR>
<UL> 
<LI> <A NAME="tex2html3" HREF="node1.html#SECTION00010000000000000000">  About this document ... </A>
</UL>
<BR> <HR>
<P><ADDRESS>
<I>William Ian Gasarch <BR>
Thu Apr  4 11:51:43 EST 2002</I>
</ADDRESS>
</BODY>
</HTML>