GNU bug report logs - #76631
TeX-output-extension is not set to "pdf" when using LaTeXMk+xelatex+TeX-PDF-mode

Previous Next

Package: auctex;

Reported by: Tianshu Wang <wang <at> tianshu.me>

Date: Fri, 28 Feb 2025 04:42:02 UTC

Severity: normal

Tags: fixed

Merged with 76612

Found in version 14.0.8

Fixed in version 14.1.0

Done: Arash Esbati <arash <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #12 received at control <at> debbugs.gnu.org (full text, mbox):

From: Arash Esbati <arash <at> gnu.org>
To: Zhuohua Li <lizhuohua1994 <at> gmail.com>
Cc: 76612 <at> debbugs.gnu.org
Subject: Re: bug#76612: 14.0.8; TeX-engine=xetex causes "No matching viewer
 found" with TeX-command-run-all
Date: Wed, 05 Mar 2025 07:25:10 +0100
tags 76612 fixed
close 76612 14.1.0
thanks

Arash Esbati <arash <at> gnu.org> writes:

> I would install the following change:
>
> diff --git a/tex.el b/tex.el
> index 590f938a..622e980a 100644
> --- a/tex.el
> +++ b/tex.el
> @@ -681,7 +681,7 @@ string."
>      ("%(latexmk-out)"
>       (lambda ()
>         (cond ((eq TeX-engine 'xetex)
> -              " -pdfxe")
> +              " -pdf -pdflatex=xelatex")
>               ((eq TeX-engine 'luatex)
>                (cond ((and TeX-PDF-mode
>                            (TeX-PDF-from-DVI))

I installed this change with commit 059ba17a, and therefore closing this
issue.  Thanks for the report.

Best, Arash




This bug report was last modified 77 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.