[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pstricks style
From: |
Ikumi Keita |
Subject: |
Re: pstricks style |
Date: |
Sun, 02 Aug 2020 20:16:44 +0900 |
Hi Mandar,
>>>>> Mandar Mitra <mandar.mitra@gmail.com> writes:
>> Since I didn't hear any other particular opinion, I installed the change
>> according to the aggressive approach (2). Now support for PSTricks is
>> PDF-oriented and generates pdf output via dvips+ps2pdf by default,
>> unless TeX-PDF-mode is disabled explicitly by the user.
> Sorry for a late response. I use xelatex, so am able to use pstricks,
> includegraphics with ps images, etc. without any worries. Is anything
> likely to change for me?
Sorry, my words were a bit too brief. I think you won't be affected. The
relevant codes are
(unless (or (member "pst-pdf" TeX-active-styles)
(eq TeX-engine 'xetex))
...)
, so xelatex is not involved in the commits I installed.
Regards,
Ikumi Keita