summaryrefslogtreecommitdiff
path: root/macros/luatex/generic/luamplib/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/luatex/generic/luamplib/README
Initial commit
Diffstat (limited to 'macros/luatex/generic/luamplib/README')
-rw-r--r--macros/luatex/generic/luamplib/README62
1 files changed, 62 insertions, 0 deletions
diff --git a/macros/luatex/generic/luamplib/README b/macros/luatex/generic/luamplib/README
new file mode 100644
index 0000000000..9518912982
--- /dev/null
+++ b/macros/luatex/generic/luamplib/README
@@ -0,0 +1,62 @@
+ The luamplib generic package.
+
+
+This package allows typesetting of metapost natively in the TeX documents
+thanks to the LuaTeX mplib library. It works in PDF or DVI mode, but
+DVIPDFMx is the only DVI tool currently supported.
+
+This package is developed on <http://github.com/lualatex/luamplib>.
+
+
+Installation
+------------
+
+Here are the recommended installation methods (preferred first).
+
+1. If you are using TeX Live 2008 or later, use 'tlmgr install luamplib'.
+Alternatively, try your (TeX or Linux) distribution's package management system.
+
+2. a. Grab the sources from CTAN or github.
+ b. Run 'make install TEXMFDIR=/path/to/texmf'.
+ c. You may need to update some filename database after, see your TeX
+distribution's manual for details.
+
+3. Try to figure it out by looking at the Makefile and comments in the sources.
+
+
+Manifest
+--------
+
+Source files:
+ luamplib.dtx single file source & doc
+
+Derived files:
+ luamplib.pdf documentation
+ luamplib.sty package
+ luamplib.lua lua code used by the package
+
+
+License
+-------
+
+The luamplib bundle, as a derived work of ConTeXt, is distributed under the
+GNU GPLv2 license:
+
+ <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
+
+This license requires the license itself to be distributed with the work. For
+its full text see the documentation in luamplib.pdf.
+
+
+ DISCLAIMER
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; version 2.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ See headers of each source file for copyright details.