Search found 2 matches

by prp
2011-07-26T02:26:54-07:00
Forum: Users
Topic: Unknown device: pngalpha
Replies: 2
Views: 6090

Unknown device: pngalpha

I try to convert postscript document to png image.

Post script file was created using miktex 2.8 system by executing following commands:

latex from.tex
dvips -o from.ps from

from.tex has content:


\documentclass{article}
\pagestyle{empty}
\begin{document}
$$a_2$$
\end{document}


When I am ...