emacs-orgmode
[Top][All Lists]
Advanced

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

Using a latex auxdir


From: Rustom Mody
Subject: Using a latex auxdir
Date: Tue, 14 May 2024 08:54:12 +0530


HI folks!

Long time!!

I wanted to keep all my latex generated files inside auxdir.
So I changed org-latex-pdf-process thus:

(setq org-latex-pdf-process
      '("latexmk -f -pdf -%latex -interaction=nonstopmode -auxdir=%oauxdir %f"
"mv %F %oauxdir"  ))

But this confuses org and I dont get C-c C-e l p generating from the old org file.
I thought the mv which moves the generated tex file into the auxdir is confusing org.
But removing it does not help.

Any suggestions?

reply via email to

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