summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/pst2pdf/test3.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/pst2pdf/test3.tex')
-rw-r--r--Master/texmf-dist/doc/support/pst2pdf/test3.tex27
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/pst2pdf/test3.tex b/Master/texmf-dist/doc/support/pst2pdf/test3.tex
new file mode 100644
index 00000000000..7703cf05364
--- /dev/null
+++ b/Master/texmf-dist/doc/support/pst2pdf/test3.tex
@@ -0,0 +1,27 @@
+\documentclass{article}
+\usepackage{graphicx,pst-3dplot}
+\pagestyle{empty}
+\parindent=0pt
+\begin{document}
+
+foo
+\begin{postscript}
+\psframebox{% begin box
+\pspicture(-3,-2)(3,6.5)
+\pstThreeDCoor[zMax=7]
+\pstIIIDCylinder[RotY=30,fillstyle=solid,fillcolor=red!20,linecolor=black!60](0,0,0){2}{5}
+\pstThreeDLine[linecolor=red]{->}(0,0,5)(0,0,7)
+\pstThreeDLine[linecolor=red]{->}(-1,0,0)(4,0,0)
+\pstThreeDLine[linecolor=red]{->}(0,-1,0)(0,4,0)
+\endpspicture}% end box
+\end{postscript}
+
+bar
+
+\pspicture(3,3)
+\psframe[fillstyle=solid,fillcolor=red!30](3,3)
+\endpspicture
+
+\includegraphics{tux.jpg}
+% Ende
+\end{document}