diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/4-8-3.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/4-8-3.ltx | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/4-8-3.ltx b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-8-3.ltx new file mode 100644 index 00000000000..9c75de23ad3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-8-3.ltx @@ -0,0 +1,17 @@ +\documentclass{ppex} +\nonstopmode +\usepackage {pstcol,pst-3d} +\pagestyle{empty} +\setlength\textwidth{183.0pt} +\begin{document} +\ResetPreambleCommands +\ReadyForTheFray +\usepackage {pstcol,pst-3d} +\begin{pspicture}(-5,-3)(4,3) + \psset{unit=.3cm} + \psset{viewpoint=-1 -1 1} + \ThreeDput[normal=0 0 1]{\psgrid(-3,-3)(6,6)} + \ThreeDput[normal=-1 0 0](0,4,0){ + \psframe*[linecolor=yellow](4,4)} +\end{pspicture} +\end{document} |