<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Myriad Pro">David,<br>
<br>
as the warning tells: _pstcol is obsolete_.<br>
<br>
Try this instead<br>
<br>
\documentclass{article}<br>
\usepackage[dvipsnames]{pstricks}<br>
%\usepackage[usenames]{pstcol}<br>
\begin{document}<br>
\begin{pspicture}(0,0)(3,3)<br>
\psframe[linestyle=none, fillstyle=solid,fillcolor=Apricot](0,0)(2,2)<br>
\pspolygon[linestyle=none,fillstyle=solid,fillcolor=Tan](0,2)(2,2)<br>
(3,3)(1,3)<br>
\pspolygon[linestyle=none,fillstyle=solid,fillcolor=Mahogany]<br>
(2,0)(3,1)(3,3)(2,2)<br>
\end{pspicture}<br>
\end{document} <br>
<br>
Regards,<br>
<br>
Juergen<br>
</font><br>
David Arnold wrote:
<blockquote
 cite="mid:A5DD68C0-768B-48AA-A9E6-9F5D2C7FF6C6@suddenlink.net"
 type="cite">
  <pre wrap="">All,

Looking at:  <a class="moz-txt-link-freetext" href="http://sarovar.org/download.php/69/chap2.pdf">http://sarovar.org/download.php/69/chap2.pdf</a>

Section 2.2 has this example:

\usepackage[usenames]{pstcol}

\begin{pspicture}(0,0)(3,3)
\psframe[linestyle=none, fillstyle=solid,fillcolor=Apricot](0,0)(2,2)
\pspolygon[linestyle=none,fillstyle=solid,fillcolor=Tan](0,2)(2,2) 
(3,3)(1,3)
\pspolygon[linestyle=none,fillstyle=solid,fillcolor=Mahogany]
(2,0)(3,1)(3,3)(2,2)
\end{pspicture}

But it doesn't seem to work.

Package pstcol Warning: ************************************
(pstcol)                The package `pstcol' is obsolet!
(pstcol)                You should use `pstricks' directly:
(pstcol)                    \usepackage{pstricks}
(pstcol)                ************************************.

) (./one.aux)

! Package xcolor Error: Undefined color `Apricot'.

How do I make this example work so I have those dvips color names? Of  
course, I can \definecolor the names I need, but is there a way to  
get all 64 colors with a single stroke?

D.
_______________________________________________
PSTricks mailing list
<a class="moz-txt-link-abbreviated" href="mailto:PSTricks@tug.org">PSTricks@tug.org</a>
<a class="moz-txt-link-freetext" href="http://tug.org/mailman/listinfo/pstricks">http://tug.org/mailman/listinfo/pstricks</a>


  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="65">-- 
 J&uuml;rgen Gilg
 Austr. 59
 70376 Stuttgart
-------------------------------------
 Tel       0711.59 27 88
 e-Mail    <a class="moz-txt-link-abbreviated" href="mailto:gilg@acrotex.net">gilg@acrotex.net</a>
 Websites  <a class="moz-txt-link-abbreviated" href="http://www.acrotex.net">www.acrotex.net</a>
           <a class="moz-txt-link-abbreviated" href="http://www.brueckenkurs-physik.de">www.brueckenkurs-physik.de</a>
           <a class="moz-txt-link-abbreviated" href="http://www.gilligan-online.de">www.gilligan-online.de</a>
</pre>
</body>
</html>