Graphics, Figures & Tables ⇒ Polygons with PSTricks
-
- Posts: 274
- Joined: Fri Feb 05, 2010 10:15 pm
Polygons with PSTricks
I am having difficulty plotting and isoc. triangle in PSTricks. I have found pst-poly, but when I try to graph \PstTriangle I keep getting errors.
Argument of \special@length has an extra }.
<inserted text>
\par
\end{pspicture}
is their an easy way to correct this? I need to draw an equilateral Triangle and some other quads (rhombus, etc).
As always, any input in most appreciated.
nick
Argument of \special@length has an extra }.
<inserted text>
\par
\end{pspicture}
is their an easy way to correct this? I need to draw an equilateral Triangle and some other quads (rhombus, etc).
As always, any input in most appreciated.
nick
NEW: TikZ book now 40% off at Amazon.com for a short time.

Polygons with PSTricks
Hi,
apparently you are enclosing \PstTriangle inside a pspicture environment. If that's the case, then don't use the pspicture environment. Try something like this:
apparently you are enclosing \PstTriangle inside a pspicture environment. If that's the case, then don't use the pspicture environment. Try something like this:
Code: Select all
\documentclass{article}
\usepackage{pst-poly}
\begin{document}
\PstTriangle
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
-
- Posts: 351
- Joined: Sat Aug 02, 2008 8:47 am
Polygons with PSTricks
you have an too old pstricks version. Update itcoachbennett1981 wrote:I am having difficulty plotting and isoc. triangle in PSTricks. I have found pst-poly, but when I try to graph \PstTriangle I keep getting errors.
Argument of \special@length has an extra }.
<inserted text>
\par
\end{pspicture}
is their an easy way to correct this? I need to draw an equilateral Triangle and some other quads (rhombus, etc).
Herbert
-
- Posts: 274
- Joined: Fri Feb 05, 2010 10:15 pm
Re: Polygons with PSTricks
Where can I update PStricks? I have gone to the website, but I am unable to figure it out..
-
- Posts: 351
- Joined: Sat Aug 02, 2008 8:47 am
Polygons with PSTricks
which TeX distribution do you have?coachbennett1981 wrote:Where can I update PStricks? I have gone to the website, but I am unable to figure it out..
Herbert
-
- Posts: 274
- Joined: Fri Feb 05, 2010 10:15 pm
Re: Polygons with PSTricks
I use TeXShop version 2.33 for my Mac and I am currently updated with the software.
-
- Posts: 351
- Joined: Sat Aug 02, 2008 8:47 am
Polygons with PSTricks
put \listfiles into the above test document and send the filecoachbennett1981 wrote:I use TeXShop version 2.33 for my Mac and I am currently updated with the software.
list. However, you can get the latest files from
http://archiv.dante.de/~herbert/PSTricks-TDS (for broasing)
http://archiv.dante.de/~herbert/PSTricks-TDS.tgz
Herbert