diff options
Diffstat (limited to 'Master/texmf-dist/doc/luatex/luamplib/README')
-rw-r--r-- | Master/texmf-dist/doc/luatex/luamplib/README | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/luatex/luamplib/README b/Master/texmf-dist/doc/luatex/luamplib/README new file mode 100644 index 00000000000..2187419aef5 --- /dev/null +++ b/Master/texmf-dist/doc/luatex/luamplib/README @@ -0,0 +1,54 @@ + The luamplib generic package. + + +This package allows typesetting of metapost natively in the TeX documents +thanks to the LuaTeX mplib library. It only works in PDF mode. + +This package is developped on <http://github.com/eroux/lualatex/tree/master>. + + +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 luamplib.tds.zip on the CTAN. + b. Unzip it at the root of one or your TDS trees. + c. You may need to update some filename database after, see your TeX +distribution's manual for details. + +3. a. Grab the sources from CTAN or github. + b. Run 'make install TEXMF=/path/to/texmf'. + c. See 2c. + +4. 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 + luamplib-createmem.lua script used to generated mpost mem file + + +License +------- + +This work and the derived files are under the Creative Commons CC0 license. + +See the full text at + +http://creativecommons.org/publicdomain/zero/1.0/legalcode + +and a FAQ at + +http://wiki.creativecommons.org/CC0 |