Graphics, Figures & Tables ⇒ Polygons with PSTricks
-
- Posts: 274
- Joined: Fri Feb 05, 2010 10:15 pm
Polygons with PSTricks
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Polygons with PSTricks
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}
-
- 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
-
- 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
-
- 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