Graphics, Figures & Tablespstricks graphics won't show

Information and discussion about graphics, figures & tables in LaTeX documents.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: pstricks graphics won't show

Post by Stefan Kottwitz »

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
LaTeX.org admin

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

ghostanime2001
Posts: 402
Joined: Fri May 20, 2011 9:41 am

Re: pstricks graphics won't show

Post by ghostanime2001 »

I doubt anyone would know about latex
User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

pstricks graphics won't show

Post by cgnieder »

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
site moderator & package author
ghostanime2001
Posts: 402
Joined: Fri May 20, 2011 9:41 am

pstricks graphics won't show

Post by ghostanime2001 »

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}
Post Reply