> dear latex2html users,
> I have a small problem with pstoimg : I need to align some text within my eps files, 
>so I use fixed size font (Times-Roman). However when I transform the eps file to png, 
>the text is not aligned
> anymore. What could I do to keep the text aligned ?

Please show an example, and provide the LaTeX source.

I'd guess that you are having a horizontal/vertical mode
mis-match. This can usually be fixed by wrapping your source
inside an extra box or two; e.g.

  \hbox{\vbox{..... ... }}
or
  \vbox{\hbox{..... ... }}

Alternatively, use a {tabular} environment.

> Thank you very much.


Hope this helps,

        Ross Moore


> Olivier.
> _______________________________________________
> latex2html mailing list
> [EMAIL PROTECTED]
> http://tug.org/mailman/listinfo/latex2html

_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html

Reply via email to