diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-05-28 23:23:49 +0300 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-05-28 23:26:29 +0300 |
commit | 4d999a951727dd5d14d1752bd86cacb604c487aa (patch) | |
tree | 4a979aec65c4fd452bfbe3396997aaabc3f8cb7f /otfl-font-dum.lua | |
parent | 9a27f3658bdc57fe39f7a9d95e3e99922818118d (diff) | |
download | luaotfload-4d999a951727dd5d14d1752bd86cacb604c487aa.tar.gz |
Revert "NEWS update"
This reverts commit 9a27f3658bdc57fe39f7a9d95e3e99922818118d.
Oops! otfl-font-otp.lua was committed by mistake, it doesn't work
properly right now.
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 dbdf5d7..2de1ae1 100644 --- a/otfl-font-dum.lua +++ b/otfl-font-dum.lua @@ -10,7 +10,7 @@ fonts = fonts or { } -- general -fonts.otf.pack = true +fonts.otf.pack = false fonts.tfm.resolve_vf = false -- no sure about this fonts.tfm.fontname_mode = "specification" -- somehow latex needs this |