Code: Select all
\listfiles
\documentclass[12pt]{article}
\usepackage{pstricks}
\begin{document}
\psset{unit=1mm}
\pscircle(0,0){10}
\end{document}
Code: Select all
\listfiles
\documentclass[12pt]{article}
\usepackage{pstricks}
\begin{document}
\psset{unit=1mm}
\pscircle(0,0){10}
\end{document}
laurenmalone wrote: For some reason you cannot get PS output when compiling from Latex directly to PDF. I am using PS tricks as well, was using Texnic Center, and had to switch to Winedt to avoid this problem. There you can compile first from DVI to PS, then from PS to PDF. This resolved the problem for me.
*File List*localghost wrote: I can't comprehend your problem. Your code works fine for me. Add a command in the very first line of your code and post the list of used files from the LOG file here.Seems that something is corrupted in your LateX system. Try to reinstall it, but don't forget to choose the option "Tidy up thoroughly" when removing MiKTeX. Use the current Basic MiKTeX Installer or MiKTeX Net Installer (both Version 2.6.2742).Code: Select all
\listfiles \documentclass[12pt]{article} \usepackage{pstricks} \begin{document} \psset{unit=1mm} \pscircle(0,0){10} \end{document}
Code: Select all
This is pdfTeX, Version 3.141592-1.40.4 (MiKTeX 2.6) (preloaded format=pdflatex 2007.7.13) 30 AUG 2007 13:27
Code: Select all
This is pdfTeX, Version 3.141592-1.40.4 (MiKTeX 2.6)
Code: Select all
"C:\Documents and Settings\Compaq_Administrator\My Documents\LaTeX\test.tex"
DING! DING! We have a winner.localghost wrote: "C:\Documents and Settings\Compaq_Administrator\My Documents\LaTeX\test.tex"[/code]
Avoid characters like "_" in your file paths. This is reserved for subscript in math mode. I'm not sure if this will solve your problem.