[l2h] pstricks

Ross Moore ross@ics.mq.edu.au
Sat, 19 Jan 2002 02:20:55 +1100 (EST)


> Hello
> 
> Is latex2html able to treat files with pstricks commands ?

Yes.
The surrounding {figure} environment should be passed to
LaTeX to render as an image, via the usual sequence:
	latex --> dvips --> ghostscript --> netpbm

So the PStricks commands just come along for the ride.
(Presumably the search paths are correct, so all the
required input files are found.)

If PSTricks commands are used within an environment
that is *not* passed along this route, then you can
force it using \htmlimage. For example:

  \begin{center}
   \htmlimage{<options>}
   ...
   ...
  \end{center}

Consult the LaTeX2HTML manual for the possible <options>.


Hope this helps,

	Ross Moore

> 
> Best regards
> -- 
> ****************************
> Michel Gosse 
> michel.gosse@ac-poitiers.fr
> michel.gosse@freesbee.fr
> ****************************
> _______________________________________________
> latex2html mailing list
> latex2html@tug.org
> http://tug.org/mailman/listinfo/latex2html