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: Mosè Giordano
Subject: Re: [AUCTeX] pstricks style for 11.89
Date: Mon, 25 Jan 2016 22:57:08 +0100

2016-01-25 22:52 GMT+01:00 Jean-Jacques Rétorré <address@hidden>:
> 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}
>  ------------------------------

The example is fine, thanks, but again I can't reproduce the bug.
None of the other packages loaded affects `TeX-PDF-mode' and they
shouldn't.  Another possibility is that you have something in your
init file changing `TeX-PDF-mode' after visiting the file, like a
hook.

> After M-x TeX-normal-mode, the value of TeX-PDF-mode is t.

A tip: you can run `TeX-normal-mode' also with C-c C-n ;-)

Bye,
Mosè



reply via email to

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