[texhax] dvi vs pdf
Philip Taylor (Webmaster, Ret'd)
P.Taylor at Rhul.Ac.Uk
Thu Dec 2 20:26:38 CET 2010
Jim Diamond wrote:
> Michael,
>
> If you think it is a huge job, I think you are running the wrong OS:
>
> for i in *.pdf
> do
> convert-pdf-to-new-whizzbang-format $i
> done
>
> As the Staples ads say, "That was easy". :-)
Even easier in a sane operating system :
C:\> For %f in (*.pdf) do convert-pdf-to-new-whizzbang-format %f
No need even for a "done" :-)
Philip Taylor
More information about the texhax
mailing list