[l2h] problem with pstoimg

Ross Moore ross@ics.mq.edu.au
Mon, 10 Dec 2001 08:29:10 +1100 (EST)


> 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
> latex2html@tug.org
> http://tug.org/mailman/listinfo/latex2html