MiKTeX and proTeXtMiktex pstricks-add package not working

Information and discussion about MikTeX distribution for Windows and the related proTeXt: Installing, updating, configuring
Post Reply
dennis.walter
Posts: 4
Joined: Tue Jun 29, 2010 12:32 pm

Miktex pstricks-add package not working

Post by dennis.walter »

Hi,

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}
When I run "latex thefile.tex", I get an error:

! 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!
Last edited by dennis.walter on Wed Jun 30, 2010 10:42 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Miktex pstricks-add package not working

Post by Stefan Kottwitz »

Hi,

pst-fp.tex belongs to pstricks-add. At the moment I'm using TeX Live 2009 on Windows and

Code: Select all

kpsewhich pst-fp.tex
shows the location:

Code: Select all

c:/texlive/2009/texmf-dist/tex/generic/pstricks-add/pst-fp.tex
Sp, perhaps check the installation of pstricks-add or install it manually from CTAN.

Stefan
LaTeX.org admin
dennis.walter
Posts: 4
Joined: Tue Jun 29, 2010 12:32 pm

Miktex pstricks-add package not working

Post by dennis.walter »

Thanks for your reply. I found out what the problem was:

My version of the pstricks package was from late 2009. After that, pst-fp.tex seems to have been moved from package pstricks-add (which still mentions it as a contribution in its own README file) to package pstricks. An update of the latter package resolved my problem.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Re: Miktex pstricks-add package not working

Post by Stefan Kottwitz »

Great! :)
Just a remark: generally if a problem is solved, please mark the topic as "solved" by editing the first post and choosing the checkmark as post icon.

Best regards,

Stefan
LaTeX.org admin
Post Reply