summaryrefslogtreecommitdiff
path: root/usergrps/uktug/baskervi/6_1/0-6-30.tex
diff options
context:
space:
mode:
Diffstat (limited to 'usergrps/uktug/baskervi/6_1/0-6-30.tex')
-rw-r--r--usergrps/uktug/baskervi/6_1/0-6-30.tex26
1 files changed, 26 insertions, 0 deletions
diff --git a/usergrps/uktug/baskervi/6_1/0-6-30.tex b/usergrps/uktug/baskervi/6_1/0-6-30.tex
new file mode 100644
index 0000000000..5e73c421f6
--- /dev/null
+++ b/usergrps/uktug/baskervi/6_1/0-6-30.tex
@@ -0,0 +1,26 @@
+\documentclass{article}
+\usepackage{spqr,pstcol}
+\pagestyle{empty}
+
+\begin{document}
+\begin{pspicture}(-3,0)(3,5.5)
+\psset{unit=.5cm}
+\font\bigfont=phvb8t at .8cm
+\psset{viewpoint=-1 -1 1.5,normal=0 0 1}
+\rput(0,0){\multido{\n=0+0.07}{12}
+ {\definecolor{AColor}{rgb}{1, \n, \n}
+ \ThreeDput(\n,\n,0){\pscircle[%
+ linestyle=none,fillstyle=solid,
+ fillcolor=AColor](5,5){6}}}}
+\psset{linestyle=none}
+\rput(0,0){\multido{\n=0+0.07}{12}
+ {\definecolor{AColor}{rgb}{1, \n, \n}
+ \ThreeDput(\n,\n,0){\bigfont
+ \pstextpath[c]{%
+ \psarcn(5.5,5.5){4}{180}{0}}{%
+ \color{AColor}Happy Christmas}
+ \pstextpath[c]{%
+ \psarc(5.5,5.5){4}{180}{0}}{%
+ \color{AColor}\TeX\ Lovers}}}}
+\end{pspicture}
+\end{document}