lun. 25 janv. 2016,  Mosè Giordano <[email protected]> nous disait que :

> 2016-01-25 22:27 GMT+01:00 Jean-Jacques Rétorré <[email protected]>:
>> lun. 25 janv. 2016,  Mosè Giordano <[email protected]> nous disait que :
>>
>>> Hi JJ,
>>>
>>> 2016-01-25 12:54 GMT+01:00 Jean-Jacques Rétorré <[email protected]>:
>>>>
>>>> From AUCTeX-11-89, TeX-normal-mode on a document including
>>>> \include{patricks} set TeX-PDF-mode to t.
>>>
>>> I can't understand.  If I have a
>>>
>>>     \include{pstricks}
>>>
>>> line in a document `TeX-PDF-mode' is set to nil, not t.  Style file
>>> style/pstricks.el explicitly set it unless "pst-pdf" is loaded or
>>> XeTeX engine is used.
>>
>> It worked that way with AUCTeX-11-87 from the Debian repository, but not
>> with AUCTeX-11-89 from elpa.
>
> The point is that it hadn't been changed, I can't reproduce your
> problem in this file:
>
> \documentclass{article}
> \usepackage{pstricks}
> \begin{document}
> hello, world
> \end{document}
>
> Is it possible you load other packages that affects the value of
> TeX-PDF-mode, as suggested by David?  Please provide a minimal file
> reproducing your problem, in order we can take a look at it.
>

Not a very minimal exemple an issue example


--------------------------------
\documentclass[francais]{article}
 \usepackage[utf8]{inputenc}
 \usepackage [T1]{fontenc}
 \usepackage{textcomp}
 \usepackage{babel}

 \usepackage{pstricks}

 \begin{document}

 \begin{pspicture}(14,0)(16,15)
 \psset{xunit=20,yunit=6}
  \pscurve[linecolor=red,linewidth=1.5pt,showpoints=true]
 (0.7,0.168)(0.72,0.248)(0.74,0.372)(0.76,0.572)(0.78,0.900)(0.80,1.46)
 \end{pspicture}

 \end{document}
 ------------------------------

After M-x TeX-normal-mode, the value of TeX-PDF-mode is t. Why my style
file pstricks.el is inefficient ? 

Cordialement
--
JJR.

_______________________________________________
auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex

Reply via email to