I am using latex2html Version 98.1p1 on Solaris 2.5.1 running on sparc.
I created a figure in xfig and saved it as a latex file and once I ran
latex2html translator on it, I see a "1214.4cmrmn" just before every text
object I placed in the figure.
I am guessing that it has something to do with the font selection. Perhaps gs
is not recognizing this font! (GNU Ghostscript 4.03 (1998-5-1))
Is there a way I can avoid this? I am willing to give up on the font
selection and just go with plain text.
Here is the latex file. The code for the picture was created by xfig 3.2.
\documentclass[letterpaper,11pt]{article}
\begin{document}
\begin{center}
\setlength{\unitlength}{3947sp}%
%
\begingroup\makeatletter\ifx\SetFigFont\undefined%
\gdef\SetFigFont#1#2#3#4#5{%
\reset@font\fontsize{#1}{#2pt}%
\fontfamily{#3}\fontseries{#4}\fontshape{#5}%
\selectfont}%
\fi\endgroup%
\begin{picture}(3174,2574)(139,-1948)
\thinlines
\put(151,-1936){\framebox(975,2550){}}
\put(3301, 89){\vector(-1, 0){2100}}
\put(1351,164){\makebox(0,0)[lb]{\smash{\SetFigFont{12}{14.4}{\familydefault}{\mddefault}{\updefault}This
is a test.}}}
\end{picture}
\end{center}
\end{document}
Your help is appreciated,
-ramin