summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pstricks/pstcol.sty
blob: 2ba36d0b042d9b90f5981ff48528a593b8d2d686 (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
25
%% 
%% pstcol.sty Copyright (C) 1994--1996 1999 David Carlisle
%%                          2004--2007 Herbert Voss <voss@perce.de>
%%                                     Rolf Niepraschk <Rolf.Niepraschk@ptb.de>
%%                          2007--     Herbert Voss <hvoss@tug.org>
%%
\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
%%