summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pstricks/voss/bsp74.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks/voss/bsp74.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/voss/bsp74.tex42
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/voss/bsp74.tex b/Master/texmf-dist/doc/generic/pstricks/voss/bsp74.tex
new file mode 100644
index 00000000000..6e726d8aadf
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pstricks/voss/bsp74.tex
@@ -0,0 +1,42 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% bsp110.tex ---
+%% Autor : Herbert Voss <voss@perce.de>
+%% Datum : 2004-04-25
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\documentclass[12pt]{article}
+\usepackage{pstricks}
+\usepackage{pst-blur}
+\usepackage{pst-char}
+\usepackage{pst-slpe}
+\usepackage{graphicx}
+
+\parindent=0pt
+\pagestyle{empty}
+
+\begin{document}
+
+\begin{center}
+\DeclareFixedFont{\RM}{T1}{ptm}{b}{n}{3.5cm}
+\DeclareFixedFont{\Rm}{T1}{ptm}{m}{n}{2mm}
+\psset{shadow=true,blur=true,shadowsize=10pt,%
+ blurradius=5pt}
+\begin{pspicture}(\linewidth,3.5cm)
+\psset{fillstyle=ccslopes}
+\resizebox{\linewidth}{!}{\pscharpath{\RM PostScript}}
+\end{pspicture}
+
+\begin{pspicture}(\linewidth,3.5cm)
+\psset{fillstyle=ccslope}
+\rput(0.5\linewidth,1.75cm){\pscharpath{\RM with}}
+\end{pspicture}
+
+\begin{pspicture}(\linewidth,3.5cm)
+\psset{fillstyle=slopes}
+\rput(0.5\linewidth,1.75cm){\pscharpath{\RM PSTricks}}
+\end{pspicture}
+
+\end{center}
+
+%\figcaption{\texttt{bsp74.tex}: :-) \ldots}
+
+\end{document}