% \iffalse meta-comment
%
% Copyright 1993 1994 1995 The LaTeX3 Project and any individual
% authors listed elsewhere in this file. 
% 
% For further copyright information, and conditions for modification
% and distribution, see the file legal.txt, and any other copyright
% notices in this file.
% 
% This file is part of the LaTeX2e system.
% ----------------------------------------
%   This system is distributed in the hope that it will be useful,
%   but WITHOUT ANY WARRANTY; without even the implied warranty of
%   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
% 
%   For error reports concerning UNCHANGED versions of this file no
%   more than one year old, see bugs.txt.
% 
%   Please do not request updates from us directly.  Primary
%   distribution is through the CTAN archives.
% 
% 
% IMPORTANT COPYRIGHT NOTICE:
% 
% You are NOT ALLOWED to distribute this file alone.
% 
% You are allowed to distribute this file under the condition that it
% is distributed together with all the files listed in manifest.txt.
% 
% If you receive only some of these files from someone, complain!
% 
% 
% Permission is granted to copy this file to another file with a
% clearly different name and to customize the declarations in that
% copy to serve the needs of your installation, provided that you
% comply with the conditions in the file legal.txt.
% 
% However, NO PERMISSION is granted to produce or to distribute a
% modified version of this file under its original name.
%  
% You are NOT ALLOWED to change this file.
% 
% 
% 
% \fi
%<*driver>
\documentclass{ltxdoc}

\begin{document}

The package \textsf{pict2e} that is mentioned in the 2nd edition of
``\LaTeX: A Document Preparation System'' has not yet been produced.

Most of the basic functionality of the proposed package---implementing
picture mode commands using driver specific |\special|'s (eg
PostScript code) is available in the old \LaTeX2.09 packages:
\begin{itemize}
\item \textsf{pspicture} (By David Carlisle).
\item \textsf{pspic} (By Kresten Krab Thorup).
\end{itemize}
However there are some syntatic differences between these styles, and
the proposed \textsf{pict2e}. Both these packages are available
from ctan:\\
|ctan:macros/latex209/contrib/misc/pspicture.sty|\\
|ctan:macros/latex209/contrib/misc/pspic.sty|

Another alternative  would be to use the very powerful
\textsf{pstricks} package written by Timothy Van Zandt. 
Ctan archives have \textsf{pstricks} in the directory:\\
|ctan:graphics/pstricks|
\end{document}
%</driver>
%<*package>
\PackageError{pict2e}
 {The package pict2e.sty has not yet been written}\@ehc
%</package>
