[pstricks] "liftpen" in pscustom
Christoph Bersch
usenet at bersch.net
Thu Sep 18 16:12:20 CEST 2008
Zbigniew Nitecki schrieb:
> I am trying to craw (in 3D) an annulus colored in. Here is my code:
[code]
> My problem is the line joining the inner and outer circles, which I
> don't want. I am confused about (1) which value for liftpen would
> accomplish this and (2) whether it should go inside the
> two parametricplot commands or in the outer pscustom command (in the
> example above, it is inside the parametricplots, but putting it in the
> settings for pscustom or even all three places seems to have no effect)
> (I've also tried liftpen=2 in these places, without luck).
For me liftpen=2 does work as expected in the following example:
\listfiles
\documentclass{article}
\usepackage{pst-3dplot}
\begin{document}
\begin{pspicture}(-2,-2)(2,2.5)
\pscustom[fillstyle=solid, fillcolor=lightgray]{
\parametricplotThreeD(0,360){%
t sin 2.24 mul t cos 2.24 mul 0%
}
\parametricplotThreeD[linecolor=gray,liftpen=2](360,0){%
t sin t cos 0%
}
}
\end{pspicture}
\end{document}
*File List*
test04.tex
article.cls 2005/09/16 v1.4f Standard LaTeX document class
size10.clo 2005/09/16 v1.4f Standard LaTeX file (size option)
pst-3dplot.sty 2006/02/07 package wrapper for pst-3dplot.tex (hv)
pstricks.sty 2006/08/10 v0.32 LaTeX wrapper for `PSTricks' (RN,HV)
pstricks.tex 2008/07/31 v1.26 `PSTricks' (tvz)
xcolor.sty 2005/12/21 v2.09 LaTeX color extensions (UK)
color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
pst-3dplot.tex 2008/02/08 v1.80 `PST-3dplot' (hv)
pst-xkey.tex 2005/11/25 v1.6 PSTricks specialization of xkeyval (HA)
xkeyval.sty 2006/11/18 v2.5f package option processing (HA)
xkeyval.tex 2006/11/18 v2.5f key=value parser (HA)
***********
HTH,
Christoph
More information about the PSTricks
mailing list