emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Pass LaTeX exporter option prior to \documentclass


From: suvayu ali
Subject: Re: [O] Pass LaTeX exporter option prior to \documentclass
Date: Wed, 2 Nov 2011 11:30:38 +0100

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}

Using tex commands is probably better than shell expansion.

-- 
Suvayu

Open source is the future. It sets us free.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]