So it's obviously an Acrobat XI issue only. You could ask in the Adobe forums. And for commercial products there should be support.
Stefan
Graphics, Figures & Tables ⇒ pstricks graphics won't show
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Re: pstricks graphics won't show
LaTeX.org admin
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 402
- Joined: Fri May 20, 2011 9:41 am
Re: pstricks graphics won't show
I doubt anyone would know about latex
pstricks graphics won't show
This is apparently no LaTeX issue. If the PDF can be read with Acrobat X but not with Acrobat XI then the problem lies in the Acrobat Reader. Your LaTeX code is fine and you cannot do anything LaTeX-wise to get Acrobat XI to read the PDF (at least that's how the situation looks by now).
So the suggestion would be to use the PDF generated by your example as an example file to demonstrate the Acrobat issue in an Acrobat forum.
Regards
So the suggestion would be to use the PDF generated by your example as an example file to demonstrate the Acrobat issue in an Acrobat forum.
Regards
site moderator & package author
-
- Posts: 402
- Joined: Fri May 20, 2011 9:41 am
pstricks graphics won't show
I cannot post in acrobat in adobe forums. I don't know why and I just uninstalled adobe acrobat XI and installed reader XI and it doesn't work anymore.
Code: Select all
\documentclass{article}
\usepackage{pstricks}
\begin{document}
\psline(4,2)(0,1)
\end{document}