summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-geo/examples/EuropeII.tex
blob: 9d82b51f48f06f8ef06f18c2399e9e438af1ed61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\documentclass[12pt,a4paper]{article} % <voss _ at _ perce.de>
\usepackage{pst-geo}
\oddsidemargin=-0.5in
\begin{document}
\section*{Europe}
\begin{verbatim}
\psset{unit=4,path=../data}
\psframebox{%
\begin{pspicture*}(-1.75,1.75)(1.75,5.25)%
    \WorldMapII[Europe,increment=5,level=25,borders]
\end{pspicture*}
}%
\end{verbatim}

\psset{unit=4,path=../data}
\psframebox{%
\begin{pspicture*}(-1.75,1.75)(1.75,5.25)%
    \WorldMapII[Europe,increment=5,level=25,borders]
\end{pspicture*}
}
%
\end{document}