summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-geo/China3d.tex
blob: 0dfe70617275397a68473f70fc2b48d2249b06b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
\documentclass[12pt,a4paper]{article} % <voss@perce.de>
\usepackage{pstricks}
\usepackage{pst-map3d}
\topmargin=-0.75in
\pagestyle{empty}
\begin{document}
\section*{China}
\begin{verbatim}
\psset{unit=1,path=../data}
\begin{pspicture*}(-7,-6.5)(7,6.5)%
\psset{unit=2}
    \WorldMapThreeD[PHI=35,THETA=100,rivers=false]
\end{pspicture*}
\end{verbatim}

\begin{center}
\psset{path=../data}
\begin{pspicture*}(-7,-6.5)(7,6.5)%
\psset{unit=2}
    \WorldMapThreeD[PHI=35,THETA=100,rivers=false]
\end{pspicture*}
\end{center}

\end{document}