2011/6/15 Hans Hagen <[email protected]>:
> Hi,
>
> I uploaded a new beta.
>
Hi Hans,
I made a patch for luatex-fonts-enc.lua in this beta, which helps to
generate luatex plain format for CJK fonts processing.
--- luatex-fonts-enc.lua 2011-03-25 16:54:08.000000000 +0800
+++ luatex-fonts-enc-hack.lua 2011-06-15 19:16:59.000000000 +0800
@@ -18,8 +18,8 @@
setmetatable(fonts.encodings.agl, { __index = function(t,k)
if k == "unicodes" then
texio.write(" <loading (extended) adobe glyph list>")
- local unicodes = dofile(resolvers.findfile("font-agl.lua"))
- fonts.encodings.agl = { unicodes = unicodes }
+ dofile(resolvers.findfile("font-agl.lua"))
+ local unicodes = fonts.encodings.agl.unicodes
return unicodes
else
return nil
--
Best regards,
Li Yanrui (李延瑞)
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________