summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-geo/Asia3d.tex
blob: 3eae578985082848e737de063a2f54d131d5339f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\documentclass[12pt,a4paper]{article} % <voss _ at _ perce.de>
\usepackage{pst-map3d}
\topmargin=-0.75in
\begin{document}
\section*{Asia}
\begin{verbatim}
\begin{pspicture*}(-7,-6.5)(7,6.5)%
  \psset{path=../data,linewidth=0.1pt}
  \WorldMapThreeD[PHI=40,THETA=100,rivers=false]
\end{pspicture*}
\end{verbatim}

\makebox[\textwidth]{\psframebox{%
\begin{pspicture*}(-7,-6.5)(7,6.5)%
  \psset{path=../data,linewidth=0.1pt}
  \WorldMapThreeD[PHI=40,THETA=100,rivers=false]
\end{pspicture*}}}%
\end{document}