summaryrefslogtreecommitdiff
path: root/info/examples/lgc/4-8-3.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'info/examples/lgc/4-8-3.ltx')
-rw-r--r--info/examples/lgc/4-8-3.ltx17
1 files changed, 17 insertions, 0 deletions
diff --git a/info/examples/lgc/4-8-3.ltx b/info/examples/lgc/4-8-3.ltx
new file mode 100644
index 0000000000..9c75de23ad
--- /dev/null
+++ b/info/examples/lgc/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}