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

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


%% BEGIN denis2.tex
%  PSTricks sample that combines
%   \pscharpath and \psclip.

% Run with Plain TeX.

\hsize 9in
\vsize 6.5in
\special{landscape}  % works with Rokicki's dvips.

\input pstricks
\input charpath

% phvb should be name of Helvetica-Bold tfm or vf file:
\font\bighelv=phvb at 5.5in
\font\smallrm=ptmr at 10pt

\newcount\mycount
\parindent 0pt

\vglue 1in

\pscharclip[linewidth=2pt]{\rput[tl](0,0){\bighelv DG}}
  \rput[t]{45}(0,0){\vbox{%
    \hsize 12in
    \smallrm
    \mycount=1000
    \loop
    \advance\mycount -1
    \ifnum\mycount>0
      Denis Girou
    \repeat}}
\endpscharclip

\bye
%% END denis2.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.