|
Revision 57, 0.9 kB
(checked in by jms, 8 months ago)
|
Réinjection des exemples et des datas dans des répertoires.
|
| Line | |
|---|
| 1 |
\documentclass{article} |
|---|
| 2 |
\usepackage[a4paper]{geometry} |
|---|
| 3 |
\usepackage{pst-map3d} |
|---|
| 4 |
\usepackage{url} |
|---|
| 5 |
\pagestyle{empty} |
|---|
| 6 |
\begin{document} |
|---|
| 7 |
\begin{center} |
|---|
| 8 |
\psset{Radius=5,RotX=0,Decran=100,Dobs=100} |
|---|
| 9 |
\begin{pspicture}(-5,-5)(5,5) |
|---|
| 10 |
\psset{PHI=0,THETA=-100} |
|---|
| 11 |
\WorldMapThreeD[gridmapcolor=yellow,circles=false,ridge=true] |
|---|
| 12 |
\psframe(4,-6.4)(9,-3.6) |
|---|
| 13 |
\uput[r](4,-4){Tectonic plates boundaries} |
|---|
| 14 |
\psline[linecolor=red,linewidth=2pt](4.2,-4.5)(5,-4.5)\uput[r](5,-4.5){\color{red}{Ridge}} |
|---|
| 15 |
\psline[linecolor=darkgreen,linewidth=2pt](4.2,-5.25)(5,-5.25)\uput[r](5,-5.25){\color{darkgreen}{Trench}} |
|---|
| 16 |
\psline[linecolor=orange,linewidth=2pt](4.2,-6)(5,-6)\uput[r](5,-6){\color{orange}{Transform}} |
|---|
| 17 |
\uput[-90](0,-15.5){source : \url{http://www.ig.utexas.edu/research/projects/plates/}} |
|---|
| 18 |
\end{pspicture} |
|---|
| 19 |
\vfill |
|---|
| 20 |
\begin{pspicture}(-5,-5)(5,5) |
|---|
| 21 |
\psset{PHI=0,THETA=100} |
|---|
| 22 |
\WorldMapThreeD[gridmapcolor=yellow,circles=false,ridge=true] |
|---|
| 23 |
\end{pspicture} |
|---|
| 24 |
\end{center} |
|---|
| 25 |
\end{document} |
|---|