diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-geo/SouthAmerica3d.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-geo/SouthAmerica3d.tex | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-geo/SouthAmerica3d.tex b/Master/texmf-dist/doc/generic/pst-geo/SouthAmerica3d.tex new file mode 100644 index 00000000000..2b2280cba6e --- /dev/null +++ b/Master/texmf-dist/doc/generic/pst-geo/SouthAmerica3d.tex @@ -0,0 +1,38 @@ +\documentclass[12pt,a4paper]{article} % <voss@perce.de> +\usepackage{pstricks} +\usepackage{pst-map3d} +\topmargin=-0.5in +\begin{document} +\section*{Southamerica} + +\begin{verbatim} +\psset{path=../data} +\psframebox{% +\begin{pspicture*}(-6.5,-6.5)(6.5,6.5) + \WorldMapThreeD[RotZ=-65,RotY=-65] +\end{pspicture*}} + + +\psframebox{% +\begin{pspicture*}(-6.5,-6.5)(6.5,6.5) + \psset{unit=2} + \WorldMapThreeD[RotZ=-65,RotY=-65] +\end{pspicture*}} +\end{verbatim} + +\psset{path=../data} +\psframebox{% +\begin{pspicture*}(-6.5,-6.5)(6.5,6.5) + \WorldMapThreeD[RotZ=-65,RotY=-65] +\end{pspicture*}} + + +\psframebox{% +\begin{pspicture*}(-6.5,-6.5)(6.5,6.5) + \psset{unit=2} + \WorldMapThreeD[RotZ=-65,RotY=-65] +\end{pspicture*}} + + +\end{document} + |