[Fwd: Re: [pstricks] pst-geo Installation]

Herbert Voss Herbert.Voss at alumni.TU-Berlin.DE
Fri Oct 8 13:04:38 CEST 2004


Matthias Steinbrink wrote:
> 
>>
>> With Windows, everything works well with GhostScript gs 7.03 or 6.51,
>> but there are problems with the versions 8.0 and the following ones.
>> I do not know why...
> 
> 
> Ok, knowing that, what would be a good solution? I don't really want to 
> go back to older gs-Versions. Is there a way avoiding this?
> 
> I am really disappointed, since plotting maps is one of the things I 
> still need to do for my thesis. Is there any other program that plots maps?

I tried it on the LapTop of my daughter with TeXniccenter and MiKTeX
installation. I had to install xkeyval with pst-xkey, because I have
all my PSTricks files running with pst-xkey. But this should not
make any difference. However, I have no problems to build the
ps file and view it with gswin32, version 8.14 ...

here is the code I used:


\documentclass[12pt]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{pstricks}
%\usepackage{pst-xkey}%
\usepackage{pst-map2d}

\begin{document}

\psset{path=C:/texmf/tex/latex/pst-geo/data,level=1}
    % this is my absolute path
\begin{pspicture}*(-7.5,-74)(2,-62)
    \psset{unit=30,nodeWidth=0.5mm}
\psset{type=8,latitude0=52.55,longitude0=13.3666666667,mapCountry=Germany}
    \WorldMap[level=4,maillage=true,borders=true,increment=2]
\end{pspicture}

\end{document}


Herbert


-- 
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes




More information about the PSTricks mailing list