[fptex] pdftricks

Michael Hallgren m.hallgren at free.fr
Wed Jun 11 15:55:54 CEST 2003


Fabrice,

Thanks. Actually, I manage to generate files, etc (w/o batch script). The
problem I see now is that after having latex having generated an expected
DVI file, the output of dvips -E doesn't seem to want to account for more
than the box including text (in for example \psframebox{text}, the output
is not generating the frame; in
\psshadowbox[fillstyle=solid,fillcolor=green]{text},
the output is a green box with text but without shadow..)

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