[pstricks] PSTricks Digest, Vol 98, Issue 19

grivet grivet at cnrs-orleans.fr
Fri Mar 25 11:04:11 CET 2011


Help!

A week ago, I ran the program shown below, which worked perfectly. A few 
days ago (22-03) I did an update of
pstricks  and related packages. Today, rput writes all strings on top of 
each other, at location (0,0).
The problem disappears if I remove pst-plot from the preamble, but, of 
course, I get neither the axes nor the curves.
I removed and reinstalled pstricks, pstricks-add and pstplot, to no avail.

What's wrong?
Thank you for any help
JP Grivet

\documentclass[A4,12pt]{article}

\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage[french]{babel}
\usepackage{pstricks,pst-plot}
\setlength{\oddsidemargin}{-5.4mm}
\setlength{\textwidth}{15cm}
\setlength{\topmargin}{4.6mm}
\setlength{\textheight}{22cm}
\pagestyle{empty}

\begin {document}
\begin{pspicture}(12,8)
   \psset{algebraic=true}
%  \psaxes[yAxis=false,Dx=-1,ticks=x,labels=x]{<-}(11,1)(0,0)(12,6)
%  \psplot[linecolor=red,plotpoints=200]{3}{9}{5/(1+20*(x-6)^2)+1}
   \psline[linestyle=dashed](6,3)(6,8)
%  \psplot[linecolor=blue,plotpoints=200]{8}{12}{2/(1+50*(x-11)^2)+1}
   \rput(11,3.5){\blue TMS}
   \psline[linestyle=dashed]{->}(6,7.5)(8,7.5)
   \rput[lb](8,7.5){constante d'écran ($\sigma$) et blindage croissants}
   \rput[lB](8,7){haut champ, basse fréquence}
   \psline[linestyle=dashed]{->}(6,7.5)(4,7.5)
   \rput[rb](4,7.5){constante d'écran ($\sigma$) décroissante}
   \rput[rb](4,7){blindage décroissant}
   \rput[rb](4,6.5){bas champ, haute fréquence}
   \rput(0,0.6){$\delta$, ppm}
\end{pspicture}

\end{document}



More information about the PSTricks mailing list