summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-geo/Europe3d.tex
blob: 12e3a89b37eb8441bc04a3abfe54c9a30cc8757e (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}
\definecolor{ocean}{rgb}{0.5,0.8,0.8}
\topmargin=-0.75in
\begin{document}
\section*{Europe}
\begin{verbatim}
\psset{unit=2.75,path=../data}
\psframebox{%
\begin{pspicture*}(-1.5,-1.6)(3.25,4)%
    \WorldMapThreeD[rivers=false]
\end{pspicture*}
}
\end{verbatim}

\psset{unit=2.75,path=../data}
\psframebox{%
\begin{pspicture*}(-1.5,-1.6)(3.25,4)%
    \WorldMapThreeD[rivers=false]
\end{pspicture*}
}
%
\end{document}