[fptex] pdftricks

Fabrice Popineau Fabrice.Popineau at supelec.fr
Wed Jun 11 15:17:55 CEST 2003


>> 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



More information about the fptex mailing list