Elektrine lite

← Feed

@soliman@pouet.chapril.org

Post #2256338

2026-03-18 11:32 UTC

@IGVazquez@social.vivaldi.net For the auctex one, I think you can use TeX-output-dir… that's the best I have (my latexmk options are usually simply my global ones, so set in my .latexmkrc)

Replies (1)

  • @soliman@pouet.chapril.org Wonderful thanks! I got it appending to the .Rnw file %%% Local Variables: %%% mode: latex %%% TeX-output-dir: \Sexpr{...} %%% end

    Open ##2256339