[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] Changes to auctex/tex.el,v
From: |
Ralf Angeli |
Subject: |
[AUCTeX-diffs] Changes to auctex/tex.el,v |
Date: |
Sun, 19 Jun 2011 19:35:31 +0000 |
CVSROOT: /cvsroot/auctex
Module name: auctex
Changes by: Ralf Angeli <angeli> 11/06/19 19:35:30
Index: tex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/tex.el,v
retrieving revision 5.683
retrieving revision 5.684
diff -u -b -r5.683 -r5.684
--- tex.el 19 Jun 2011 19:13:31 -0000 5.683
+++ tex.el 19 Jun 2011 19:35:30 -0000 5.684
@@ -1225,9 +1225,9 @@
(defvar TeX-engine-alist-builtin
'((default "Default" TeX-command LaTeX-command ConTeXt-engine)
(xetex "XeTeX" "xetex" "xelatex" "xetex")
- ;; Some luatex versions before 0.71 would use "texput" as file
+ ;; Some lualatex versions before 0.71 would use "texput" as file
;; name if --jobname were not supplied
- (luatex "LuaTeX" "luatex --jobname=%s" "lualatex --jobname=%s" "luatex")
+ (luatex "LuaTeX" "luatex" "lualatex --jobname=%s" "luatex")
(omega "Omega" TeX-Omega-command LaTeX-Omega-command ConTeXt-Omega-engine))
"Alist of built-in TeX engines and associated commands.
For a description of the format see `TeX-engine-alist'.")