[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Pass LaTeX exporter option prior to \documentclass
From: |
John Hendy |
Subject: |
Re: [O] Pass LaTeX exporter option prior to \documentclass |
Date: |
Thu, 3 Nov 2011 12:48:25 -0500 |
On Wed, Nov 2, 2011 at 5:30 AM, suvayu ali <address@hidden> wrote:
> On Wed, Nov 2, 2011 at 03:43, suvayu ali <address@hidden> 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}
Thanks for the workaround! So, to be clear, I'd type in what you wrote
when I'm prompted for the command to use after =C-c C-e p=?
John
>
> Using tex commands is probably better than shell expansion.
>
> --
> Suvayu
>
> Open source is the future. It sets us free.
>