diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/einfuehrung2/VerbatimOut.xltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/einfuehrung2/VerbatimOut.xltx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/VerbatimOut.xltx b/Master/texmf-dist/doc/latex/einfuehrung2/VerbatimOut.xltx new file mode 100644 index 00000000000..04609ab8d19 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/VerbatimOut.xltx @@ -0,0 +1,11 @@ +\documentclass{article} +\usepackage{pst-solides3d} +\pagestyle{empty} +\begin{document} +\begin{pspicture}(-3,-3)(3,5) + \psset{viewpoint=60 80 30 rtp2xyz,Decran=60,lightsrc=viewpoint,solidmemory} + \psSolid[object=anneau,h=1.7,R=4.4,r=3.8,name=A1,action=none,hue=0 1](0,0, 0.77) + \psSolid[object=anneau,h=0.6,R=5,r=4.4, name=A2,action=none](0,0,0.46) + \psSolid[object=fusion,base=A1 A2] +\end{pspicture} +\end{document} |