summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pst-text
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-09-08 16:31:55 +0000
committerKarl Berry <karl@freefriends.org>2008-09-08 16:31:55 +0000
commit89b1ab5c293baa496e7c55410f8244d92ec3b40d (patch)
tree704ecacc7b9534edbe2663ef1224df55fcc461fb /Master/texmf-dist/tex/latex/pst-text
parentb8d994dfcd51e4acca42b2d5ff9d6aa1fb943722 (diff)
pst-text (and pst-char) update (16aug08)
git-svn-id: svn://tug.org/texlive/trunk@10496 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-text')
-rw-r--r--Master/texmf-dist/tex/latex/pst-text/pst-char.sty18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-text/pst-char.sty b/Master/texmf-dist/tex/latex/pst-text/pst-char.sty
new file mode 100644
index 00000000000..01ee5fa215d
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/pst-text/pst-char.sty
@@ -0,0 +1,18 @@
+%%
+%% pst-grad.sty Copyright (C) 2008-- Herbert Voss <voss@pstricks.de>
+%%
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{pst-char}
+ [2008/03/11 v0.01 LaTeX wrapper for `PSTricks' (hv)]
+
+\PackageWarningNoLine{pst-char}{%
+ ************************************ \MessageBreak
+ The package `pst-char' is obsolet! \MessageBreak
+ You should use `pst-text' directly: \MessageBreak
+ \@spaces\string\usepackage{pst-text}\MessageBreak
+ ************************************}
+
+\RequirePackage{pst-text}
+
+\endinput
+%%