Latex runs cleanly,
l2html gives a syntax error for the \framebox command (perhaps because
the syntax for framebox is different inside a picture environment).
My ridiculously simple LaTeX input which cleanly generates dvi, but
complains about missing braces for the \framebox command in l2html
Thanks to the folks that cleared up my previous question.
Craig
********************************************
\documentclass{article}
\usepackage{html}
\begin{document}
\begin{makeimage}
\begin{picture}(400,300)(0,0)
\put(40,250){\framebox(20,20){$k_1$}}
\end{picture}
\end{makeimage}
\end{document}
_______________________________________________
latex2html mailing list
[email protected]
http://tug.org/mailman/listinfo/latex2html