On Wed, Nov 2, 2011 at 03:43, suvayu ali <[email protected]> wrote: > You could try replacing that with the following: > > pdflatex -interaction nonstopmode -output-directory %o > \pdfminorversion=4 $(cat %f)
I did some testing. The following should work.
pdflatex -interaction nonstopmode -output-directory %o
\\pdfminorversion=4 \\input{%f}
Using tex commands is probably better than shell expansion.
--
Suvayu
Open source is the future. It sets us free.
