summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib/pst-mirror/doc/createEPS/test.tex
blob: 516a56c5b898dc018f78a3fb702dcc594eafd0e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
\documentclass{standalone}
\usepackage[T1]{fontenc}
\usepackage{mathptmx}
\usepackage{pst-mirror}
\begin{document}
\begin{pspicture}(-5,-5)(5,5)
\pscircle[linecolor=blue!50]{!5 2 sqrt div}
\psset{Rayon=5}
\pstSphereImage[normale=0 0,scale=3](30,0,0){xc.eps}
\end{pspicture}
\end{document}