From 2f3268bacfd74738c63390f4b9e3f2266ef29694 Mon Sep 17 00:00:00 2001 From: Marius Date: Mon, 12 Nov 2012 18:20:22 +0200 Subject: beta 2012.11.12 17:10 --- tex/context/base/mlib-run.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tex/context/base/mlib-run.lua') diff --git a/tex/context/base/mlib-run.lua b/tex/context/base/mlib-run.lua index 08ed22e47..cdd6c3bd5 100644 --- a/tex/context/base/mlib-run.lua +++ b/tex/context/base/mlib-run.lua @@ -52,7 +52,8 @@ metapost.lastlog = "" metapost.texerrors = false metapost.exectime = metapost.exectime or { } -- hack -directives.register("mplib.texerrors", function(v) metapost.texerrors = v end) +directives.register("mplib.texerrors", function(v) metapost.texerrors = v end) +trackers.register ("metapost.showlog", function(v) metapost.showlog = v end) function metapost.resetlastlog() metapost.lastlog = "" -- cgit v1.2.3