Failure to generate formated Latex
Brought to you by:
starselbrg
Hi
I compiled html2latex which worked fine. I ran html2latex that generated the following output:
\documentclass[10pt]{article}
\usepackage{fullpage, graphicx, url}
\setlength{\parskip}{1ex}
\setlength{\parindent}{0ex}
\title{my page}
\begin{document}
This is a test.
\end{document}
All you get is a skeleton of the latex document. The real code from your latex never gets included.
Any ideas?
Bill Simpson simpsonb@emporia.edu
I neglected to say that I ran html2latex with a simple html document that was known to be correct. Sorry.
Bill Simpson