Is there a package that can be used to make political maps in LaTeX? Like a world map or a map of Europe?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
The
|
|||
|
|
The author of this code is Paul Gaborit (fctt)
|
|||||||||||||
|
|
Inkscape can convert a svg file (such a map, possibly modified) to LaTeX, by saving it with one particular option. (easy to find by scrolling the "save as" menu list) This approach uses postscript and requires pstricks to compile the file generated, preferably with the command line option: pdflatex -shell-escape. There is also a python script svg2tikz, reportedly converting the svg file into TikZ code, but it appears to require more skills to use it. See also: http://mirrors.linsrv.net/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf |
|||
|
|



\includegraphicsmight be the appropriate thing to research – Seamus Mar 11 '11 at 11:57