diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 01:00:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 01:00:45 +0000 |
commit | 524dc4b7a5d60a1c703450ac6fd3749ffe81afa3 (patch) | |
tree | d2c179ce4fb28bc7cf883d77402e908512107896 /Master/texmf-dist/doc/generic/pstricks/voss/bsp74.tex | |
parent | d4f912523bae12ffe3cd9cf564cfc7a29567ef4c (diff) |
doc 8
git-svn-id: svn://tug.org/texlive/trunk@87 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks/voss/bsp74.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/voss/bsp74.tex | 42 |
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} |