Welcome to the PSTricks web site pst-3d |
||||||||||||||||||||||||||
|
Circles |
Lines and squares |
pstilt |
Lines and squares LaTeX source Download the LaTeX Source for more information. pstiltTo get a frame and one manipulated withpstilt on the same baseline
use the \rput macro to put it at the right place:
\documentclass[a4paper,12pt]{article} \usepackage{pstricks} \usepackage{pst-3d} \begin{document} \begin{pspicture}(0,0)(6,7.5) \psframe[linestyle=none,% fillstyle=solid,fillcolor=cyan](4,3.5)(6,7.5) \rput[lb](4,3.5){\pstilt{45}{\psframe[linestyle=dashed,% fillstyle=solid,fillcolor=red](0,0)(2,4)}} \psframe[linestyle=dashed](4,3.5)(6,7.5) \end{pspicture} \end{document} |