summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/getmap/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/getmap/README')
-rw-r--r--Master/texmf-dist/doc/latex/getmap/README54
1 files changed, 54 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/getmap/README b/Master/texmf-dist/doc/latex/getmap/README
new file mode 100644
index 00000000000..bd1438fd0b1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/getmap/README
@@ -0,0 +1,54 @@
+The goal of this package is the simplest possible provision of
+OpenStreetMap maps. In the simplest case, the specification of
+the address is sufficient. The package loads the map using the
+\write18 feature, which you must activate to use this package.
+The image will be downloaded by an external Lua script. You can
+use this script, as well as the attached bash script also from
+the command line.
+
+License: LPPL
+
+Changes in v1.1:
+
+- Bugfix: problem in URL with \usepackage[utf8]{inputenc}
+
+ reported by: Ulrike Fischer
+
+- added makefile and install.bat
+ for easy manual installation
+
+ INSTALL
+===========
+
+First of all, install the package with the package manager of
+your TeX distribution, if possible.
+
+Manual installation:
+
+download getmap.dtx, osmimage.png and
+makefile (Linux) or install.bat (Windows)
+
+* Linux
+
+ simply run make to extract the files and to create the
+ documentation. Run sudo make install to copy the files
+ in $TEXMFLOCAL
+
+ Moreover, there are the following usefull make targets:
+
+ uninstall deletes the package in $TEXMFOCAL
+ package only extracts the files
+ clean cleans all aux files
+ cleanall cleans all files except the downloaded files
+ and getmap.pdf
+
+* Windows
+
+ In MiKTeX scripts like osmimage.lua must be registered.
+ This can not be done manually! Please use the package
+ manager to install getmap.
+
+ For TeXLive simply run install.bat! It assumes that you
+ use a standard installation of TeXLive2014. Otherwise you
+ must adjust the variables in the first lines of install.bat!
+