Document Classes ⇒ TeXnicCenter using PSTricks package
-
- Posts: 7
- Joined: Sun Jan 28, 2007 1:18 pm
TeXnicCenter using PSTricks package
Please direct me to an appropriate place to look.
Thanks
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
TeXnicCenter using PSTricks package
GeorgeLeCompte wrote: I can get output from PSTricks package using Output Profile LaTeX=>PDF but when I try to use the Output Profile LaTeX->DVI I get about a dozen errors and no graphics in th output.
I do not use TeXnicCenter, but I would expect exactly the opposite result since pstricks uses commands that are not supported by pdflatex. You can consult the documentation for pstricks here.
-
- Posts: 9
- Joined: Mon Jul 09, 2007 1:46 pm
Re: TeXnicCenter using PSTricks package
%%%%%%%%%%%
\documentclass[12pt]{article}
\usepackage{pstricks}
\begin{document}
\psset{unit=1mm}
\pscircle(0,0){10}
\end{document}
%%%%%%%%%%%
compiled and viewed correctly using LaTeX=>PS but not LaTeX=>PDF. Using LaTeX=>DVI the file compiled correctly but the viewer (dviout) failed to open the dvi file, which does exist! This appears to be a problem with dviout (which I never use).
The safe route with pstricks is definitely DVI=>PS and then use ghostView's ability to convert to PDF.
Try checking your file by doing compile and view separately, and not using compile+view (Ctrl-F5). If LaTeX reports no errors (as with my test) then it is a viewer problem, not a dvi problem.
- Bama Gambler
- Posts: 13
- Joined: Wed Aug 29, 2007 10:58 pm
Re: TeXnicCenter using PSTricks package
- Attachments
-
- pstricks.log
- (3.13 KiB) Downloaded 443 times
TeXnicCenter using PSTricks package
Code: Select all
l.1 \documentclass[12pt]{article}The document may only declare one class.
Code: Select all
\documentclass[12pt]{ article}
- Bama Gambler
- Posts: 13
- Joined: Wed Aug 29, 2007 10:58 pm
Re: TeXnicCenter using PSTricks package
- Attachments
-
- pstricks.tex
- (119 Bytes) Downloaded 443 times
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: TeXnicCenter using PSTricks package
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- Bama Gambler
- Posts: 13
- Joined: Wed Aug 29, 2007 10:58 pm
Re: TeXnicCenter using PSTricks package

- Bama Gambler
- Posts: 13
- Joined: Wed Aug 29, 2007 10:58 pm
TeXnicCenter using PSTricks package
- Bama Gambler
- Posts: 13
- Joined: Wed Aug 29, 2007 10:58 pm