summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-geo/examples/AntarticaII.tex
blob: 081bd415bdd782a31cf0b61f694663ed91e4c928 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\documentclass[12pt,a4paper]{article} % <voss@perce.de>
\usepackage{pst-geo}
\topmargin=-0.5in
\begin{document}
\section*{Antartica}
\begin{verbatim}
\psset{unit=1,path=../data}
\makebox[\textwidth]{%
\begin{pspicture*}(-9,-9.5)(9.5,-3)%
    \WorldMapII[Southamerica,level=50]
\end{pspicture*}
}%
\end{verbatim}

\psset{unit=1,path=../data}
\makebox[\textwidth]{%
\begin{pspicture*}(-9,-9.5)(9.5,-3)%
    \WorldMapII[Southamerica,level=50]
\end{pspicture*}
}%
\end{document}