This question led to a new package:
shadowtext
I used the following code:
\documentclass{article}
%\usepackage{pst-all}
\usepackage{pstricks}
\usepackage{pst-3d,pst-text}
\usepackage{soul}
\begin{document}
\pscharpath[
shadow=true,
shadowsize=5pt,
shadowangle=-40,
shadowcolor=blue,
fillstyle=solid,
fillcolor=black,
linestyle=none,
linecolor=black,
linewidth=0pt]{\Huge SHADOW TEXT}
\end{document}
Problem is, there doesn't appear any shadow next to the text. Any idea how to setup shadows to a string on a way that really works?
latex+dvips. If you are using TeXShop, add% !TEX TS-program = latexas the first line of your document. ` – Alan Munn Apr 26 '12 at 1:59! Undefined control sequence.errors most of the time. Don't understand why there are two tools to interpret latex. But okay, I'll use TeXShop from now on, because it works. – Marc Apr 26 '12 at 2:37% !TeX program = latex. PSTricks uses Postscript commands that cannot be processed bypdflatexwhich is why you need to uselatexwhen you compile this code. – Alan Munn Apr 26 '12 at 3:37