I have a problem, that when I use DVIview I get the correct picture but no result with PDFView. Maybe I don't use a necessary package or the problem in the pdf program in my computer! here is an example
\documentclass{article}
\usepackage{pstricks}
\begin{document}
\scalebox{1} {%
\begin{pspicture}(0,-2.15)(4.94,2.15)
\psline[linewidth=0.04](1.92,1.63)(3.06,0.15)(4.88,1.31)(0.38,-0.73)(0.86,2.01)(4.92,1.33)(4.86,1.33)
\end{pspicture}}
%\end{center}<-- disabled by mozartstrasse!
\end{document}
I'm using (winshell)
I need your help :)
.dviwithlatex, then to postscript (which works), but then when you convert topdfit doesn't work ? – ach Jun 22 '13 at 18:35dvips) then converted to PDF (pdf2ps). Alternatively you can try compiling withxelatex. – marczellm Jun 22 '13 at 19:10latex+dvips+ps2pdforxelatex. It may be a viewer problem. – egreg Jun 22 '13 at 19:45