Plan 9 from Bell Labs’s /usr/web/sources/contrib/steve/root/sys/lib/texmf/doc/generic/pstricks/denis1.tex

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


%% 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 charpath
\input textpath
\input gradient

% 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

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.