summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-geo/Asia3d.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-geo/Asia3d.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pst-geo/Asia3d.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-geo/Asia3d.tex b/Master/texmf-dist/doc/generic/pst-geo/Asia3d.tex
new file mode 100644
index 00000000000..3eae5789850
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-geo/Asia3d.tex
@@ -0,0 +1,19 @@
+\documentclass[12pt,a4paper]{article} % <voss _ at _ perce.de>
+\usepackage{pst-map3d}
+\topmargin=-0.75in
+\begin{document}
+\section*{Asia}
+\begin{verbatim}
+\begin{pspicture*}(-7,-6.5)(7,6.5)%
+ \psset{path=../data,linewidth=0.1pt}
+ \WorldMapThreeD[PHI=40,THETA=100,rivers=false]
+\end{pspicture*}
+\end{verbatim}
+
+\makebox[\textwidth]{\psframebox{%
+\begin{pspicture*}(-7,-6.5)(7,6.5)%
+ \psset{path=../data,linewidth=0.1pt}
+ \WorldMapThreeD[PHI=40,THETA=100,rivers=false]
+\end{pspicture*}}}%
+\end{document}
+