diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2009-04-23 15:22:25 +0200 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2009-04-23 15:22:25 +0200 |
commit | 190afdecb3f4d133e472fd17a140c57100219b7b (patch) | |
tree | c4dce7c6e609147c6709581bf52f6443b10b95ad /otfl-node-inj.lua | |
parent | fed311d67f0258a26530e04c43acf3d0261a25ce (diff) | |
download | luaotfload-190afdecb3f4d133e472fd17a140c57100219b7b.tar.gz |
sync with the latest ConTeXt beta, and using luaotfload in DVI mode too (for dvipdfmx)
Diffstat (limited to 'otfl-node-inj.lua')
-rw-r--r-- | otfl-node-inj.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/otfl-node-inj.lua b/otfl-node-inj.lua index 6fd93fa..6ba21b3 100644 --- a/otfl-node-inj.lua +++ b/otfl-node-inj.lua @@ -166,6 +166,8 @@ function nodes.trace_injection(head) report("end run") end +-- todo: reuse tables (i.e. no collection), but will be extra fields anyway + function nodes.inject_kerns(head,tail,keep) if trace_injections then nodes.trace_injection(head) |