branch: main
commit 650d0f32976a8a0ac4a22026b8c32dfa4db64309
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
* tex.el (TeX-command-list): Use `TeX-run-TeX' for LaTeXMk.
---
tex.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tex.el b/tex.el
index 59a33142..fae64656 100644
--- a/tex.el
+++ b/tex.el
@@ -1,6 +1,6 @@
;;; tex.el --- Support for TeX documents. -*- lexical-binding: t; -*-
-;; Copyright (C) 1985-2024 Free Software Foundation, Inc.
+;; Copyright (C) 1985-2025 Free Software Foundation, Inc.
;; Maintainer: [email protected]
;; Keywords: tex
@@ -252,7 +252,7 @@ If nil, none is specified."
:help "Convert PostScript file to PDF")
("LaTeXMk" "latexmk %(latexmk-out) %(file-line-error) %(output-dir) \
%`%(extraopts) %S%(mode)%' %t"
- TeX-run-format nil (LaTeX-mode docTeX-mode) :help "Run LaTeXMk")
+ TeX-run-TeX nil (LaTeX-mode docTeX-mode) :help "Run LaTeXMk")
("Glossaries" "makeglossaries %(d-dir) %s" TeX-run-command nil
(plain-TeX-mode LaTeX-mode docTeX-mode AmSTeX-mode Texinfo-mode)
:help "Run makeglossaries to create glossary file")