summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pstricks-examples-en/25-07-1.ltx
blob: a4286d74a719f99aa6c32add73d0be8670c3911f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
%% 
%%  A DANTE-Edition example
%% 
%%  Example 25-07-1 on page 492.
%% 
%%  Copyright (C) 2011 Herbert Voss
%% 
%%  It may be distributed and/or modified under the conditions
%%  of the LaTeX Project Public License, either version 1.3
%%  of this license or (at your option) any later version.
%% 
%%  See http://www.latex-project.org/lppl.txt for details.
%% 
%% 
%% ==== 
% Show page(s) 1
%% 
\documentclass[]{article}
\pagestyle{empty}
\setlength\textwidth{375.57637pt}
\setlength\parindent{0pt}

\usepackage{pst-map2dII,graphicx}

\begin{document}
\resizebox{0.8\linewidth}{!}{%
\begin{pspicture*}(-10,-138.5)(11,-117.5) % xentre set to Rome
  \psset{path=pst-geo/dataII,level=2,unit=40,
      type=8,latitude0=41.923611,longitude0=12.454167}
  \WorldMapII[maillage=true,linewidth=0.75\pslinewidth,limiteL=190,borders=true,increment=2]
  \pnodeMap(10,38){MerMed}
  \rput{0}(MerMed){\shortstack{\Large\it MAR\\\Large\it MEDITERRANEO}}
  \pnodeMap(15,43){MerAdriatique}
  \rput{-35}(MerAdriatique){\Large\textit{MAR ADRIATICO}}
  \pnodeMap(12,40){MerTyrr}
  \rput{0}(MerTyrr){{\itshape\Large\shortstack{MAR\\TIRRENO}}}
  \pnodeMap(18,39){MerIonienne}
  \rput{0}(MerIonienne){{\itshape\shortstack{MAR\\JONIO}}}
  \pnodeMap(17.25,40){GolfeTarente}
  \rput{7}(GolfeTarente){\footnotesize\itshape\shortstack{Golfo di\\Taranto}}
  \pnodeMap(14,40){Longitude40}
  \rput{5}(Longitude40){\psframebox[fillstyle=solid,linestyle=none]{%
    \large 40$^{\rm o}$N}}
  \mapput[90](15.25,38.80){Stromboli}\psdot[linecolor=red,dotstyle=triangle](Stromboli)
  \mapput[90](15,37.85){Etna}        \psdot[linecolor=red,dotstyle=triangle](Etna)
  \mapput[90](14.97,38.433){Vulcano} \psdot[linecolor=red,dotstyle=triangle](Vulcano)
  \pnodeMap(18.5,40.117){Otranto} \pnodeMap(19.328,40.313){Albania}
  \pnodeMap(12.45,37.8){Marsala}  \pnodeMap(11.03,37.0167){Bon}
  \pcline{<->}(Otranto)(Albania)  \lput*{:U}{70\,km}
  \pcline{<->}(Bon)(Marsala)      \lput*{:U}{140\,km}
  \rput(! 9 40 div -137.5 40 div){%
    \psframebox[fillstyle=solid]{\textsf{\textit{pst-map2dII(2004-05-09)}}}}
  \psset{mapCountry=Italy,nodeWidth=0.5mm} \def\psNodeLabelStyle{\small}
  \input{cities.tex}
\end{pspicture*}}
\end{document}