[pstricks] PSTricks Digest, Vol 98, Issue 19
Hubert Lam
hubert at hubertlam.info
Sun Mar 27 12:19:23 CEST 2011
Do you use MiKTeX? If so change the Display options in View | Options | Display from "Pk" to "Dvips" in the "Default render method".
Hubert
-----Original Message-----
From: pstricks-bounces at tug.org [mailto:pstricks-bounces at tug.org] On Behalf Of grivet
Sent: Friday, March 25, 2011 9:04 PM
To: pstricks at tug.org
Subject: Re: [pstricks] PSTricks Digest, Vol 98, Issue 19
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}
_______________________________________________
PSTricks mailing list
PSTricks at tug.org
http://tug.org/mailman/listinfo/pstricks
archive: http://www.tug.org/pipermail/pstricks/
More information about the PSTricks
mailing list