summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/latex-graphics-companion/4-5-16.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/english/latex-graphics-companion/4-5-16.ltx')
-rw-r--r--Master/texmf-doc/doc/english/latex-graphics-companion/4-5-16.ltx30
1 files changed, 0 insertions, 30 deletions
diff --git a/Master/texmf-doc/doc/english/latex-graphics-companion/4-5-16.ltx b/Master/texmf-doc/doc/english/latex-graphics-companion/4-5-16.ltx
deleted file mode 100644
index 89874c185bb..00000000000
--- a/Master/texmf-doc/doc/english/latex-graphics-companion/4-5-16.ltx
+++ /dev/null
@@ -1,30 +0,0 @@
-\documentclass{ppex}
-\nonstopmode
-\usepackage {pstcol,pst-char,ifthen}
-\pagestyle{empty}
-
-\begin{document}
-\ResetPreambleCommands
-\ReadyForTheFray
-\usepackage {pstcol,pst-char,ifthen}
-\DeclareFixedFont{\bigsf}{T1}{phv}{b}{n}{1.75cm}
-\DeclareFixedFont{\tinyrm}{T1}{ptm}{m}{n}{2mm}
-\newcounter{myN}
-\setcounter{myN}{300}
-\begin{pspicture}(0,0)(11,1.4)
-\pscharclip[linecolor=red,fillstyle=solid,
- fillcolor=yellow]
- {\rput[bl](0,0){\bigsf CHOCOLATE}}
-\rput[t]{90}(0,0)
- {\begin{minipage}{4cm}
- \offinterlineskip
- \raggedright\tinyrm\color{black}%
- \whiledo{\value{myN}>0}%
- {%
- \addtocounter{myN}{-1}
- nuts and raisins
- }%
- \end{minipage}}%
-\endpscharclip
-\end{pspicture}
-\end{document}