[l2h] Picture environment???

craig smith scraigsmith at gmail.com
Wed Mar 2 02:51:26 CET 2005


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}



More information about the latex2html mailing list