summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pstricks/examples/denis1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks/examples/denis1.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/examples/denis1.tex41
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/examples/denis1.tex b/Master/texmf-dist/doc/generic/pstricks/examples/denis1.tex
new file mode 100644
index 00000000000..2818fcb74f0
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pstricks/examples/denis1.tex
@@ -0,0 +1,41 @@
+%% BEGIN denis1.tex
+% PSTricks sample that combines
+% \pscharpath, \pstextpath, and gradient fillstyle.
+
+% Run with Plain TeX.
+
+% Takes a long time to print.
+
+\hsize 9in
+\vsize 6.5in
+\special{landscape} % works with Rokicki's dvips.
+
+\input pstricks
+\input pst-text
+\input pst-grad
+
+% phvb should be name of Helvetica-Bold tfm or vf file:
+\font\bighelv=phvb at 5in
+\font\smallhelv=ptmr at 8pt
+
+\newcount\mycount
+\parindent 0pt
+
+\null
+\vfill
+
+\pstextpath(0,-8pt)%
+ {\pscharpath*[linestyle=none,fillstyle=gradient,
+ gradangle=45,gradmidpoint=.5]{\bighelv D G}}%
+ {\smallhelv
+ \mycount=70
+ \loop
+ \advance\mycount -1
+ \ifnum\mycount>0
+ Denis Girou
+ \repeat}
+
+\vfill
+
+\bye
+%% END denis1.tex