I just installed the pstricks-add package and tried to compile a simple .tex file with \usepackage{pstricks-add} as the last directive in the header.
Code: Select all
\documentclass[10pt]{article}
\usepackage{pstricks,pstricks-add}
\begin{document}
\begin{TeXtoEPS}
\begin{pspicture}(-0.5,-0.5)(1.5,1.5)
\psline(0,0)(1,1)
\end{pspicture}
\end{TeXtoEPS}
\end{document}
! I can't find file `pst-fp.tex'.
This file cannot be found under "C:\Program Files\MiKTeX 2.8" anywhere (package is installed via Admin).
Any help? Thanks!