[pstricks] problem with *.pdf

Rémi Lambert R.Lambert at student.ulg.ac.be
Tue Sep 3 10:49:24 CEST 2002


Hello !

I tried what Herbert Voss wrote in his last mail, but I get an error message :

! Undefined control sequence
     \psset
             {linewidth=0.8pt}

What's the matter ? How can I correct it ?

Thank you very much in advance,

Rémi LAMBERT

> Esteban Sáez wrote:
> > Hello, I' have problems with convert  pstricks images from LaTex *.tex,
> > *.dvi or *.ps files to *.pdf . I use Winedt 5, MikTex 2.2 in Windows
>
> use package pdftricks.sty and write in the preamble:
>
> \usepackage{ifpdf}
> \ifpdf
>    \usepackage[shell]{pdftricks}
>    \begin{psinputs}
>      \usepackage{pstricks}
>    \end{psinputs}
> \else
>    \usepackage{pstricks}
>    \newenvironment{pdfpic}{}{}
> \fi
>
> now put every pstricks environment into
>
> \begin{pdfpic}
>  ...
> \end{pdfpic}
>
> and run
>
> pdflatex -shell-escape file.tex
>
> pdftricks creates mini texfiles, which includes only the
> pstricks images.



More information about the PSTricks mailing list