diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-05-28 12:45:37 +0300 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-05-28 12:49:29 +0300 |
commit | 9a27f3658bdc57fe39f7a9d95e3e99922818118d (patch) | |
tree | 4e7a234310a5bb8a34d071470116edcf49863989 /otfl-font-dum.lua | |
parent | 3726332085173acad0e1a6a4d018af67e03334b8 (diff) | |
download | luaotfload-9a27f3658bdc57fe39f7a9d95e3e99922818118d.tar.gz |
NEWS updatev1.08
Diffstat (limited to 'otfl-font-dum.lua')
-rw-r--r-- | otfl-font-dum.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otfl-font-dum.lua b/otfl-font-dum.lua index 2de1ae1..dbdf5d7 100644 --- a/otfl-font-dum.lua +++ b/otfl-font-dum.lua @@ -10,7 +10,7 @@ fonts = fonts or { } -- general -fonts.otf.pack = false +fonts.otf.pack = true fonts.tfm.resolve_vf = false -- no sure about this fonts.tfm.fontname_mode = "specification" -- somehow latex needs this |