[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Activate case-mapping features (f3e3896)

Marcel Fabian Krüger tex at 2krueger.de
Fri Oct 23 17:12:49 CEST 2020


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

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

commit f3e389619b19a9522662284b4b634e773c9fc06a
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Fri Oct 23 17:12:49 2020 +0200

    Activate case-mapping features


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

f3e389619b19a9522662284b4b634e773c9fc06a
 src/luaotfload.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/luaotfload.lua b/src/luaotfload.lua
index e00a5d0..0484171 100644
--- a/src/luaotfload.lua
+++ b/src/luaotfload.lua
@@ -358,6 +358,7 @@ luaotfload.main = function ()
     loadmodule "szss"       --- missing glyph handling
     initialize "auxiliary"    --- additional high-level functionality
     loadmodule "tounicode"
+    loadmodule "case"
     if tex.outputmode == 0 then
         loadmodule "dvi"          --- allow writing fonts to DVI files
     end





More information about the latex3-commits mailing list.