[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Supporting LatexMK in AUCTeX OOTB
From: |
Ikumi Keita |
Subject: |
Re: Supporting LatexMK in AUCTeX OOTB |
Date: |
Sun, 14 Apr 2024 17:40:02 +0900 |
Hi Arash,
>>>>> Arash Esbati <arash@gnu.org> writes:
> So lets call it a preliminary solution ;-) I plan to install this
> change as a starter:
[...]
> + ;; This is essentially (eq TeX-engine 'default) since we
> + ;; ignore 'omega completely:
This isn't quite correct because this clause covers cases for Japanese
LaTeX engines (`TeX-engine' being ptex or uptex※) as well.
※ `jtex' engine became obsolete and isn't maintained anymore as far as
I know.
> + (t
> + (cond ((and TeX-PDF-mode
> + (not (TeX-PDF-from-DVI)))
> + " -pdf")
> + ((and TeX-PDF-mode
> + (TeX-PDF-from-DVI))
> + " -pdfdvi")
> + ;; FIXME: Which LaTeXMK options cover this:
> + ;; ((and TeX-PDF-mode
> + ;; (string= (TeX-PDF-from-DVI) "Dvipdfmx"))
> + ;; " ???")
> + ((and TeX-PDF-mode
> + (string= (TeX-PDF-from-DVI) "Dvips"))
> + " -pdfps")
This clause is always ignored because of the above
> + ((and TeX-PDF-mode
> + (TeX-PDF-from-DVI))
conditional, isn't it?
Regards,
Ikumi Keita
#StandWithUkraine #StopWarInUkraine
#Gaza #StopMassiveKilling #CeasefireNOW
- Re: Supporting LatexMK in AUCTeX OOTB, Colin Baxter, 2024/04/01
- Re: Supporting LatexMK in AUCTeX OOTB, Ikumi Keita, 2024/04/02
- Re: Supporting LatexMK in AUCTeX OOTB, Arash Esbati, 2024/04/02
- Re: Supporting LatexMK in AUCTeX OOTB, Ikumi Keita, 2024/04/03
- Re: Supporting LatexMK in AUCTeX OOTB, Arash Esbati, 2024/04/04
- Re: Supporting LatexMK in AUCTeX OOTB, Ikumi Keita, 2024/04/10
- Re: Supporting LatexMK in AUCTeX OOTB, Arash Esbati, 2024/04/10
- Re: Supporting LatexMK in AUCTeX OOTB,
Ikumi Keita <=
- Re: Supporting LatexMK in AUCTeX OOTB, Arash Esbati, 2024/04/15
- Re: Supporting LatexMK in AUCTeX OOTB, Ikumi Keita, 2024/04/15
- Re: Supporting LatexMK in AUCTeX OOTB, Arash Esbati, 2024/04/16
- Re: Supporting LatexMK in AUCTeX OOTB, Ikumi Keita, 2024/04/18
- Re: Supporting LatexMK in AUCTeX OOTB, Arash Esbati, 2024/04/18
- Re: Supporting LatexMK in AUCTeX OOTB, Basil L. Contovounesios, 2024/04/19