diff options
author | Hans Hagen <pragma@wxs.nl> | 2013-10-07 22:06:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2013-10-07 22:06:00 +0200 |
commit | 1dd041ae12429b1c1e5d22a5df43f8aea72769b4 (patch) | |
tree | 47934df66ebbf9a184077e0c3c12b7035f65cb3b /scripts | |
parent | 8e955531bafec96ee104fa64741522e45c997125 (diff) | |
download | context-1dd041ae12429b1c1e5d22a5df43f8aea72769b4.tar.gz |
beta 2013.10.07 22:06
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtx-fonts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/context/lua/mtx-fonts.lua b/scripts/context/lua/mtx-fonts.lua index 745f7b90a..7d8b5f610 100644 --- a/scripts/context/lua/mtx-fonts.lua +++ b/scripts/context/lua/mtx-fonts.lua @@ -85,8 +85,8 @@ local report = application.report if not fontloader then fontloader = fontforge end dofile(resolvers.findfile("font-otp.lua","tex")) -- we need to unpack the font for analysis -dofile(resolvers.findfile("font-trt.lua","tex")) dofile(resolvers.findfile("font-syn.lua","tex")) +dofile(resolvers.findfile("font-trt.lua","tex")) dofile(resolvers.findfile("font-mis.lua","tex")) scripts = scripts or { } |