jeu. 30 juil. 2020,  Ikumi Keita <ik...@ikumi.que.jp> disait :

> Hi Jean,
>
>>>>>> jj.reto...@gmail.com (Jean-Jacques Rétorré) writes:
>> I find there is a contradiction in the pstricks.el style file. To
>> compile a document that uses pstricks, you can assign the value "Dvips"
>> to TeX-PDF-from-DVI and activate TeX-PDF-mode.  But pstricks.el set
>> (TeX-PDF-mode-off) ...
>
> Thanks for reporting this issue. Do you think it's reasonable to replace
> that (TeX-PDF-mode-off) in pstrickes.el with just (setq TeX-PDF-from-DVI
> "Dvips") and let the user to determine the value of TeX-PDF-mode? (I
> don't have experience with PSTricks, so I'd like to ask someone with
> suitable knowledge about this.)
>
> Regards,
> Ikumi Keita

I just replaced
(TeX-PDF-mode-off)
with


(setq TeX-PDF-de-DVI "Dvips"
      TeX-PDF-mode 1)
(message "TeX-PDF-mode on, TeX-PDF-from-DVI: Dvips")

Looks good, but it will be overwritten by an AUCTeX update

Regards

--
JJR.





Reply via email to