summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pstricks/latex/pstcol.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/pstricks/latex/pstcol.sty')
-rw-r--r--Master/texmf-dist/tex/generic/pstricks/latex/pstcol.sty24
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/pstricks/latex/pstcol.sty b/Master/texmf-dist/tex/generic/pstricks/latex/pstcol.sty
new file mode 100644
index 00000000000..29c4affd9f9
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/pstricks/latex/pstcol.sty
@@ -0,0 +1,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
+%%