summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/mlib-fio.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/mlib-fio.lmt')
-rw-r--r--tex/context/base/mkxl/mlib-fio.lmt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/mlib-fio.lmt b/tex/context/base/mkxl/mlib-fio.lmt
index d0917392a..7bb6c0e9b 100644
--- a/tex/context/base/mkxl/mlib-fio.lmt
+++ b/tex/context/base/mkxl/mlib-fio.lmt
@@ -275,7 +275,8 @@ function mplib.new(specification)
local instance
instance = mplibnew {
-- used
- tolerance = specification.tolerance,
+ bend_tolerance = specification.bendtolerance,
+ move_tolerance = specification.movetolerance,
math_mode = specification.mathmode,
run_script = specification.runscript,
run_internal = specification.runinternal,