summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-geo/examples/AsiaII.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-12-13 22:22:52 +0000
committerKarl Berry <karl@freefriends.org>2016-12-13 22:22:52 +0000
commit756d56684e3b021e5a8aee5791c53ecbaa07705e (patch)
tree4d9c8e648f963155115eacddaa50d64c539efef7 /Master/texmf-dist/doc/generic/pst-geo/examples/AsiaII.tex
parent2e859a485b65e4ae3bc61c2c8e26d5dbe050dbd2 (diff)
pst-geo (13dec16)
git-svn-id: svn://tug.org/texlive/trunk@42696 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-geo/examples/AsiaII.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pst-geo/examples/AsiaII.tex23
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-geo/examples/AsiaII.tex b/Master/texmf-dist/doc/generic/pst-geo/examples/AsiaII.tex
new file mode 100644
index 00000000000..b8602c94a7d
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-geo/examples/AsiaII.tex
@@ -0,0 +1,23 @@
+\documentclass[12pt,a4paper]{article} % <voss@perce.de>
+\usepackage{pst-geo}
+\oddsidemargin=-0.5in
+\parindent=0pt
+\begin{document}
+\section*{Asia}
+\begin{verbatim}
+\psset{path=../data}
+\makebox[\textwidth]{%
+\begin{pspicture*}(-1,-3)(12,8)%
+ \WorldMapII[Asia,borders,level=75]
+\end{pspicture*}
+}%
+\end{verbatim}
+
+\psset{path=../data}
+\psframebox{%
+\begin{pspicture*}(-1,-3)(12,8)%
+ \WorldMapII[Asia,borders,limiteL=240,level=75,SeaFillColor=blue!50]
+\end{pspicture*}
+}%
+\end{document}
+