gholman
Joined: 13 Jan 2011 Posts: 1
|
Posted: Thu Jan 13, 2011 3:59 pm Post subject: declaregraphicsrule - command |
|
|
Can Pctex run shell commands?
I am trying to do:
\DeclareGraphicsRule{.bmp}{eps}{*}{'convert #1 eps:-}
and
\includegraphics[width=.80\textwidth]{ch1/table.bmp}
However the convert is not run. What is the syntax for this using pctex on windows platform?
I can convert all to eps via a script before I typeset, however I am trying to accomplish the conversion on the fly if possible.
Thanks |
|