Tagged Questions
0
votes
1answer
363 views
Prerendering PostScript commands in EPS with GhostScript makes transparent objects opaque
Background
If the following PSTricks diagram
% Circle.tex
\documentclass{article}
\usepackage{pstricks}
\pagestyle{empty}
\begin{document}
\pspicture(-1,-1)(1,1)
\rput(0,0){$E\not=mc^2$}
...