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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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 460 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 462 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