| 1 |
\documentclass{article} |
|---|
| 2 |
\usepackage[T1]{fontenc} |
|---|
| 3 |
\usepackage[latin1]{inputenc} |
|---|
| 4 |
\usepackage[a4paper,margin=2cm]{geometry} |
|---|
| 5 |
\usepackage{pst-map3d} |
|---|
| 6 |
\pagestyle{empty} |
|---|
| 7 |
\newpsstyle{night}{fillstyle=solid,linestyle=none} |
|---|
| 8 |
\newpsstyle{Globe}{circles=true,canada=true,mapcolor=gray!20,oceancolor=white} |
|---|
| 9 |
|
|---|
| 10 |
\begin{document} |
|---|
| 11 |
|
|---|
| 12 |
\psset{Radius=5,Decran=100,Dobs=100,unit=0.5} |
|---|
| 13 |
|
|---|
| 14 |
\begin{center} |
|---|
| 15 |
\begin{pspicture}(-8,-8)(8,8) |
|---|
| 16 |
\psframe(-8,-8)(8,8) |
|---|
| 17 |
\psline(-10;48.85)(10;48.85) |
|---|
| 18 |
\rput(-10;48.85){\psline(3,0)\psarc{->}(0,0){2}{0}{48.85}\uput[24.4](2;24.4){48.85}} |
|---|
| 19 |
\psGlobeTellure[hour=15](2.32,48.85000){Paris} |
|---|
| 20 |
\end{pspicture} |
|---|
| 21 |
\hfill |
|---|
| 22 |
\begin{pspicture}(-8,-8)(8,8) |
|---|
| 23 |
\psframe(-8,-8)(8,8) |
|---|
| 24 |
\psline(-10;40.75)(10;40.75) |
|---|
| 25 |
\rput(-10;40.75){\psline(3,0)\psarc{->}(0,0){2}{0}{40.75}\uput[20.37](2;20.37){40.75}} |
|---|
| 26 |
\psGlobeTellure[hour=8](-74.0,40.75){New York} |
|---|
| 27 |
\end{pspicture} |
|---|
| 28 |
\end{center} |
|---|
| 29 |
|
|---|
| 30 |
\begin{center} |
|---|
| 31 |
\begin{pspicture}(-8,-8)(8,8) |
|---|
| 32 |
\psframe(-8,-8)(8,8) |
|---|
| 33 |
\psline(-10;37.78333)(10;37.78333) |
|---|
| 34 |
\rput(-10;37.78333){\psline(3,0)\psarc{->}(0,0){2}{0}{37.7833}\uput[19](2;19){37.78}} |
|---|
| 35 |
\psGlobeTellure[hour=10](-122.416666667,37.7833333333){San Francisco} |
|---|
| 36 |
\end{pspicture} |
|---|
| 37 |
\hfill |
|---|
| 38 |
\begin{pspicture}(-8,-8)(8,8) |
|---|
| 39 |
\psframe(-8,-8)(8,8) |
|---|
| 40 |
\psline(-10;10.63)(10;10.63) |
|---|
| 41 |
\rput(-10;10.63){\psline(3,0)\psarc{->}(0,0){2}{0}{10.63}\uput[5.8](2;10.63){10.63}} |
|---|
| 42 |
\psGlobeTellure[hour=13](-61.5,10.63){Port of Spain} |
|---|
| 43 |
\end{pspicture} |
|---|
| 44 |
\end{center} |
|---|
| 45 |
|
|---|
| 46 |
\end{document} |
|---|