[metapost] [luatex] Using the mplib inside luatex
Taco Hoekwater
taco at elvenkind.com
Mon Jan 5 16:44:09 CET 2009
Elie Roux wrote:
> I have different errors. Here is a zip with the errors I have and my
> mplib.lua. My errors may be more understandable by someone who know
> metapost better than I do...
Your current version:
function metapost.load(name)
local mpx = mplib.new {
ini_version = true,
My original version:
function metapost.load(name)
local mpx = mplib.new {
ini_version = false,
This may not be the only problem, but it certainly is one problem.
Best wishes,
Taco
More information about the metapost
mailing list