I am using MikTex 2.6 and TeXnic Center. I have a pstricks picture in my file, and so I need to compile into dvi or ps format. The file compiles fine in ps with no errors or warnings, but no ps file is created. When I try to compile to dvi, a file is created, but upon opening the file, I get the following message:
"The document cannot be rendered properly because the current render method does not support PostScript specials. Temporarily switch to the Dvips render method?"
If I say yes, then I get a blank dvi file, and if I say no, then I can view the document as a dvi but there is no picture. Any ideas?
MiKTeX and proTeXt ⇒ pstricks problem
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: pstricks problem
You can't compile directly to ps. You first compile to dvi, then launch dvips to obtain a ps file.
B.A.
B.A.
- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
pstricks problem
Hi Giantsteps,
welcome to the board!
Maybe the package pdftricks is useful for you, if you want to compile into pdf format, still being able to use the facilities of pstricks.
Stefan
welcome to the board!
Maybe the package pdftricks is useful for you, if you want to compile into pdf format, still being able to use the facilities of pstricks.
Stefan
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
pstricks problem
You could use the pst-pdf package. A build profile for use with TeXnicCenter is given in another thread [1]. Follow the instructions carefully to get things work.
[1] Forum Topic: Problems with pstricks :S
Best regards
Thorsten¹
[1] Forum Topic: Problems with pstricks :S
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 2
- Joined: Fri Apr 11, 2008 4:12 pm
Re: pstricks problem
Thank you everyone for your help!! Unfortunately, none of this has worked for me. I think my problem may be with the dvips application itself, since I just can't get any .tex file to compile into a PS. (.dvi works, but then it won't convert to a .ps file) My plan is to uninstall MikTex 2.6 and install MikTex 2.7, and hope for the best. Thanks again!