auctex-devel
[Top][All Lists]
Advanced

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

Re: TeX-master and TeX-output-master


From: Al Haji-Ali
Subject: Re: TeX-master and TeX-output-master
Date: Fri, 04 Sep 2020 17:48:43 +0100
User-agent: mu4e 1.5.5; emacs 28.0.50

Hello,

Attached is a patch to AUCTeX that implements the output-directory option 
`TeX-output-dir` (defaults to nil) based on the discussion in this thread.

Setting it using something like `(setq TeX-output-dir "auto/build")` should 
output all temporary and output files to a sub-directory `auto/build` next to 
the master file.

I implemented this using a new expansion string `%(output-dir)`, which means 
that any user-defined
commands must explicitly pass this option in the compilation command for this 
functionality to work.

Any comments or feedback is most welcome.

Best regards,
-- Al

Attachment: auctex-output-dir.patch
Description: Text Data


reply via email to

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