diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/4-5-3.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/4-5-3.ltx | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/4-5-3.ltx b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-5-3.ltx new file mode 100644 index 00000000000..391f82d7a30 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-5-3.ltx @@ -0,0 +1,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} |