Re: Using a latex auxdir

2024-05-18 Thread Ihor Radchenko
Rustom Mody writes: > But I'd still like to ask: What is the correct way of having *even the tex > file* in the auxdir? Well. `org-latex-pdf-process' should be the right place to poke around. Org mode only cares about the produced file to be in the expected place and nothing more. -- Ihor

Re: Using a latex auxdir

2024-05-17 Thread Rustom Mody
> What do you see in *Org PDF LaTeX Output* buffer? > > After changing some latex settings this has gone, I am not sure how Anyhow tnx Ihor! But I'd still like to ask: What is the correct way of having *even the tex file* in the auxdir?

Re: Using a latex auxdir

2024-05-17 Thread Ihor Radchenko
Rustom Mody writes: > 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

Re: Using a latex auxdir

2024-05-13 Thread Rustom Mody
On Tue, May 14, 2024 at 8:54 AM Rustom Mody wrote: > 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. > > Sorry I mistyped. I meant But

Using a latex auxdir

2024-05-13 Thread Rustom Mody
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