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.tex37
1 files changed, 0 insertions, 37 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/voss/bsp74.tex b/Master/texmf-dist/doc/generic/pstricks/voss/bsp74.tex
deleted file mode 100644
index 45322f89368..00000000000
--- a/Master/texmf-dist/doc/generic/pstricks/voss/bsp74.tex
+++ /dev/null
@@ -1,37 +0,0 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% bsp74.tex ---
-%% Autor : Herbert Voss <voss@perce.de>
-%% Datum : 2005-12-18
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\documentclass[12pt]{article}
-\usepackage{pstricks}
-\usepackage{pst-blur}
-\usepackage{pst-char}
-\usepackage{pst-slpe}
-\usepackage{graphicx}
-
-\parindent=0pt
-\pagestyle{empty}
-
-\begin{document}
-
-\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{document}