When I try to compile this simple document.
Code: Select all
\documentclass{article}
\usepackage{pstricks}
\begin{document}
\psdots(1,1)
\end{document}
Code: Select all
! Undefined control sequence.
l.5 \psdots
(1,1)
Code: Select all
\documentclass{article}
\usepackage{pstricks}
\begin{document}
\psdots(1,1)
\end{document}
Code: Select all
! Undefined control sequence.
l.5 \psdots
(1,1)
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
\listfiles
to your preamble, and post the .log file here, as attachment to a post. Perhaps we can see the cause in that file.Code: Select all
*File List*
article.cls 2007/10/19 v1.4h Standard LaTeX document class
size10.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
pstricks.sty 2008/11/26 v0.40 LaTeX wrapper for `PSTricks' (RN,HV)
pstricks.tex 2009/05/19 v1.29 `PSTricks' (tvz,hv)
color.sty 2005/11/14 v1.0j Standard LaTeX Color (DPC)
color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
pdftex.def 2009/08/25 v0.04m Graphics/color for pdfTeX
supp-pdf.mkii
***********
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