blob: 391f82d7a30be1993b85e250b12c1b3db46c1592 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
\documentclass{ppex}
\nonstopmode
\usepackage {pstcol}
\pagestyle{empty}
\begin{document}
\ResetPreambleCommands
\ReadyForTheFray
\usepackage {pstcol}
\psframebox{The dragon}
\psframebox{\psframebox[linecolor=green]{ate}
\psframebox[linecolor=blue]
{\psframebox[linecolor=red]{the women} and
\psframebox[linecolor=red]{children}%
}}
\end{document}
|