[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Fix inconsistency in load order (f6794dd)

Marcel Fabian Krüger tex at 2krueger.de
Sat May 23 13:21:51 CEST 2020


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/f6794ddd6b0abdfd2b3a3a7dc8020f717b1e8fdd

>---------------------------------------------------------------

commit f6794ddd6b0abdfd2b3a3a7dc8020f717b1e8fdd
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Sat May 23 13:21:25 2020 +0200

    Fix inconsistency in load order


>---------------------------------------------------------------

f6794ddd6b0abdfd2b3a3a7dc8020f717b1e8fdd
 src/luaotfload-init.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/luaotfload-init.lua b/src/luaotfload-init.lua
index e86945b..3d5707e 100644
--- a/src/luaotfload-init.lua
+++ b/src/luaotfload-init.lua
@@ -111,8 +111,8 @@ local context_modules = {
   { ctx,   "font-map"          },
 --  { ltx,   "luatex-fonts-syn"  }, -- ignore??
   { ctx,   "font-vfc"          }, -- NEW UF 19.09.2018
-  { ctx,   "font-oti"          },
   { ctx,   "font-otr"          },
+  { ctx,   "font-oti"          },
   { ctx,   "font-ott"          }, 
   { ctx,   "font-cff"          },
   { ctx,   "font-ttf"          },





More information about the latex3-commits mailing list.