emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 14c7233c9e 1/2: Respect `TeX-output-dir' when ru


From: ELPA Syncer
Subject: [elpa] externals/auctex 14c7233c9e 1/2: Respect `TeX-output-dir' when running LaTeXMk
Date: Thu, 22 Aug 2024 09:57:29 -0400 (EDT)

branch: externals/auctex
commit 14c7233c9ed46896e6523b869daaec3af263a146
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    Respect `TeX-output-dir' when running LaTeXMk
    
    * tex.el (TeX-command-list): Add expander to the entry for LaTeXMk
    in order to respect the value of `TeX-output-dir' when non-nil.
---
 tex.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tex.el b/tex.el
index 93f22520fc..ea688f17ba 100644
--- a/tex.el
+++ b/tex.el
@@ -252,7 +252,7 @@ If nil, none is specified."
     ("Ps2pdf" "ps2pdf %f %(O?pdf)" TeX-run-ps2pdf nil
      (plain-TeX-mode LaTeX-mode docTeX-mode AmSTeX-mode Texinfo-mode)
      :help "Convert PostScript file to PDF")
-    ("LaTeXMk" "latexmk %(latexmk-out) %(file-line-error) \
+    ("LaTeXMk" "latexmk %(latexmk-out) %(file-line-error) %(output-dir) \
 %`%(extraopts) %S%(mode)%' %t"
      TeX-run-format nil (LaTeX-mode docTeX-mode) :help "Run LaTeXMk")
     ("Glossaries" "makeglossaries %(d-dir) %s" TeX-run-command nil
@@ -372,7 +372,8 @@ Any additional elements get just transferred to the 
respective menu entries."
                                      (const :tag "ConTeXt" ConTeXt-mode)
                                      (const :tag "Texinfo" Texinfo-mode)
                                      (const :tag "AmSTeX" AmSTeX-mode)))
-                        (repeat :tag "Menu elements" :inline t sexp))))
+                        (repeat :tag "Menu elements" :inline t sexp)))
+  :package-version '(auctex . "14.0.7"))
 
 (defcustom TeX-command-output-list
   '(



reply via email to

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