I have one problem using pstricks. I use Miktex 2.9 in Windows Vista. My editor is Texniccenter. And when compiling this code
Code: Select all
\documentclass{book}
\usepackage[spanish]{babel}
\usepackage[latin1]{inputenc}
[color=#FF0000]\usepackage{pst-tree,pst-node}[/color]
\title{Hello, World}
\begin{document}
\maketitle
\end{document}
I checked with the miktex manager that the pstriks package (with pst-tree and pst-node) are actually installed. So, I don't understand what happens.
PS: I have installed pst2pdf too.
Please, can anyone help me?