GeneralHow to setup output profiles for ps2eps.pl and epstopdf.exe?

General information and discussion about TeXnicCenter
Post Reply
fractal.generator
Posts: 66
Joined: Tue Oct 07, 2008 9:39 am

How to setup output profiles for ps2eps.pl and epstopdf.exe?

Post by fractal.generator »

dear all,

I can use ps2eps.exe and esptopdf from dos prompt.

I tried to setup the output profiles of TexnicCenter to do batch processing for ps2eps.exe followed by epstopdf.

I used

Code: Select all

-f "%bm.ps"
for ps2eps.exe


and

Code: Select all

"%bm.eps"
for epstopdf.exe

But it did not work.

Please let me know the correct parameter.

Thank you in advance.


regards,

Hayashi

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Ludotex
Posts: 2
Joined: Wed Nov 05, 2008 9:12 pm

How to setup output profiles for ps2eps.pl and epstopdf.exe?

Post by Ludotex »

Dear Hayashi,
For epstopdf, I added "-enable-write18" in output profile in the command line of pdftex and it work.
the full line is now:
-interaction=nonstopmode "%pm" -enable-write18
regards,
Ludovic
Post Reply