Kyong Hun Lee - 2004-05-03

Hi.
Firstly, I really appreciate you for html2latex.
I installed latest html2latex in my linux box, after installing all
prerequisite packages. I tried it to some web sites, but it generates
exactly same errors in different places. For example,

! LaTeX Error: There's no line here to end.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
...
                                                 
l.27 \begin
           {center}

and where that happens in the tex file is,

\end{center}
\begin{center}
English |  Japanese
\end{center}
\\
\begin{center}  <=== here!

Someone told me the reason is that there is no character before \newline(\\).
He recommened me that instead of using \newline, to use \bigskip or \medskip
if you want to put some spaces.

I'm not sure this is a bug or not, but it'd good to be considered to make
html2latex more stable.
Thanks.