summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pstricks/pstcol.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-09-11 22:19:07 +0000
committerKarl Berry <karl@freefriends.org>2008-09-11 22:19:07 +0000
commitb446a7b6b22e21847e43347c5d6097d651b7a91b (patch)
treecdb0fed64daa268455d232d6f9a043e419a8f59f /Master/texmf-dist/tex/latex/pstricks/pstcol.sty
parent8811eba4520e67dc164e292e16ca603f50d77e97 (diff)
restore pstricks latex files in tex/latex subdir (oberdiek 5 Sep 2008 07:46:37)
git-svn-id: svn://tug.org/texlive/trunk@10565 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pstricks/pstcol.sty')
-rw-r--r--Master/texmf-dist/tex/latex/pstricks/pstcol.sty24
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pstricks/pstcol.sty b/Master/texmf-dist/tex/latex/pstricks/pstcol.sty
new file mode 100644
index 00000000000..29c4affd9f9
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/pstricks/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
+%%