Skip to content

minux/luamplib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                         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.

About

generic TeX package - including MetaPost code in LuaTeX documents

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 97.2%
  • Makefile 2.8%