auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] pstricks style for 11.89


From: Jean-Jacques Rétorré
Subject: Re: [AUCTeX] pstricks style for 11.89
Date: Mon, 25 Jan 2016 22:52:14 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

lun. 25 janv. 2016,  Mosè Giordano <address@hidden> nous disait que :

> 2016-01-25 22:27 GMT+01:00 Jean-Jacques Rétorré <address@hidden>:
>> lun. 25 janv. 2016,  Mosè Giordano <address@hidden> nous disait que :
>>
>>> Hi JJ,
>>>
>>> 2016-01-25 12:54 GMT+01:00 Jean-Jacques Rétorré <address@hidden>:
>>>>
>>>> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]