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, 0 insertions, 38 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-geo/SouthAmerica3d.tex b/Master/texmf-dist/doc/generic/pst-geo/SouthAmerica3d.tex deleted file mode 100644 index 2b2280cba6e..00000000000 --- a/Master/texmf-dist/doc/generic/pst-geo/SouthAmerica3d.tex +++ /dev/null @@ -1,38 +0,0 @@ -\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} - |