summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pstricks/pstcol.sty
blob: 29c4affd9f929193a3e157cbf06832171097de97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
%% 
%% pstcol.sty Copyright (C) 1994--1996 1999 David Carlisle
%%                          2004--2007 Herbert Voss <voss@perce.de>
%%                                     Rolf Niepraschk <Rolf.Niepraschk@ptb.de>
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{pstcol}
          [2007/04/11 v1.3 LaTeX wrapper for `PSTricks' (RN,HV)]

\DeclareOption*{\PassOptionsToPackage\CurrentOption{color}}
\ProcessOptions\relax

\PackageWarningNoLine{pstcol}{%
  ************************************ \MessageBreak
   The package `pstcol' is obsolet!    \MessageBreak
   You should use `pstricks' directly: \MessageBreak
   \@spaces\string\usepackage{pstricks}\MessageBreak
  ************************************}

\PassOptionsToPackage{noxcolor}{pstricks}
\RequirePackage{pstricks}

\endinput
%%