From 423febe11aeeb079c8edfde2ea6e66c71709fc2f Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Sat, 12 Sep 2009 14:44:00 +0200 Subject: beta 2009.09.12 14:44 --- scripts/context/ruby/base/tex.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts') diff --git a/scripts/context/ruby/base/tex.rb b/scripts/context/ruby/base/tex.rb index 23db7f1e8..15d69e306 100644 --- a/scripts/context/ruby/base/tex.rb +++ b/scripts/context/ruby/base/tex.rb @@ -680,6 +680,11 @@ class TEX texformatpath = '' setvariable('error','no permissions to write') end + if not mpsformats then + # we want metafun to be in sync + setvariable('mpsformats',defaultmpsformats) + mpsformats = validmpsformat(getarrayvariable('mpsformats')) + end else texformatpath = '' end -- cgit v1.2.3