File: 12-0-8.ltx

package info (click to toggle)
texlive-doc 2007.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 129,872 kB
  • ctags: 3,330
  • sloc: xml: 23,147; perl: 8,370; makefile: 843; sh: 352; lisp: 276; java: 159; python: 97; sed: 4
file content (28 lines) | stat: -rw-r--r-- 692 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\documentclass{ppex}
\nonstopmode
\usepackage {pstall}
\pagestyle{empty}

\begin{document}
\ResetPreambleCommands
\ReadyForTheFray
\usepackage {pstall}
\DeclareFixedFont{\bigsf}{T1}{phv}{b}{n}{1.75cm}
\DeclareFixedFont{\tinyrm}{T1}{ptm}{m}{n}{2mm}
\newcounter{myN}
\setcounter{myN}{300}
\begin{pspicture}(0,0)(13,1.4)
\pscharclip[linecolor=red,fillstyle=solid,
            fillcolor=yellow]
           {\rput[bl](0,0){\bigsf CHOCOLATE}}
\rput[t]{90}(0,0)
  {\vbox
     {\hsize=4cm \offinterlineskip \raggedright\tinyrm\color{black}
      \loop
        \addtocounter{myN}{-1}
        \ifnum\value{myN}>0
          nuts and raisins
      \repeat}}
\endpscharclip
\end{pspicture}
\end{document}