Follow-up to RE: [fptex] pdftricks

Michael Hallgren m.hallgren at free.fr
Wed Jun 11 17:23:02 CEST 2003


The following hack (which is mentioned in Graphics Companion) makes
things work (in a quite cumbersome way), example:

\begin{pspicture}(0,0)(10,10)
{\color{white}\setlength{\fboxsep}{0pt}%
\framebox{%

\psshadowbox[fillstyle=solid,fillcolor=green,linecolor=yellow]{\color{red}te
xt}
 }%
}

I am also trying out a new package (thanks Rolf) called ps4pdf.

Cheers,

mh

> -----Original Message-----
> From: fptex-bounces at tug.org [mailto:fptex-bounces at tug.org]On Behalf Of
> Fabrice Popineau
> Sent: Wednesday, June 11, 2003 2:18 PM
> To: Michael Hallgren
> Cc: fptex at tug.org
> Subject: Re: [fptex] pdftricks
>
>
>
> >> Package pdftricks Warning: ******************************************
> >> (pdftricks) Some PDF files of images were not found.  (pdftricks) Run
> >> the script `pst2pdf' before the next (pdftricks) run of pdfLaTeX
> >> (pdftricks) ******************************************.
>
> You need to write a pst2pdf.bat file. If you are using cmd.exe and not
> command.com, you should be able to write something like :
>
> for %f in (*-fig*.tex) do latex %~nf
> for %f in (*-fig*.dvi) do dvips -E -o %~nf.eps
> for %f in (*-fig*.tex) do epstopdf %~nf.eps
> for %f in (*-fig*.tex) do del /f/q %f.eps %f.dvi %f.aux %f.log
>
> (you may need %%f instead of %f if under .bat file)
>
> Fabrice
>
> _______________________________________________
> fptex mailing list
> fptex at tug.org
> http://tug.org/mailman/listinfo/fptex
>



More information about the fptex mailing list