[pstricks] New behaviour of ps4pdf and pdflatex after upgrade to texlive-2011

Herbert Voss Herbert.Voss at FU-Berlin.DE
Mon Aug 1 21:33:24 CEST 2011


Am 01.08.2011 21:19, schrieb Juergen Rose:

> Yes I tried this. I test once more:
>
> rose at moose:/home/rose/Txt/projects/Test_Project/Report(190)$ grep
> pst-pdf TeX/main_s.tex
> \usepackage{auto-pst-pdf}           %  needed by texlive-2011
> %\usepackage{pst-pdf}           %  needed by texlive-2011
>
> i.e. auto-pst-pdf is active. I try to work with pdflatex
>
> rose at moose:/home/rose/Txt/projects/Test_Project/Report(191)$ pdflatex
> -shell-escape small_pstricks.article.tex
> ..
> Non-PDF special ignored!
> Non-PDF special
> ignored!{//var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}]
> (./Pictures/archimedean_spiral_par.tex ( FP-MUL ) ( FP-UPN
> FP debug: upn: +++ computing upn-expression "2 3{} / 2{} *"
> FP debug: upn: calculating "2"
> FP debug: upn: result      "2"
> ..
> FP debug: upn: +++ result of upn-expression is "(0.666666666666666666)"
> ) ( FP-ROUND ) ( FP-ROUND )
>
> ! LaTeX Error: Cannot determine size of graphic in
> small_pstricks.article-pics.
> pdf (no BoundingBox).

ok, I see. You have an  \includegraphics. Try the following:

\usepackage{ifpdf}
...
\ifpdf
   \logo{\inlcudegraphics{...}}
\fi

Herbert


More information about the PSTricks mailing list