diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-10 00:11:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-10 00:11:22 +0000 |
commit | d7178ae49c9c7094fbb9da53e66ca459560b95d9 (patch) | |
tree | be462011833ef62d626de78463565d8a1b2ea26a /Master/texmf-dist/source/luatex | |
parent | 35a1c193aa5111c69bd19b4edf032c7a696bb45c (diff) |
luatextra update (30jun10)
git-svn-id: svn://tug.org/texlive/trunk@19323 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/luatex')
-rw-r--r-- | Master/texmf-dist/source/luatex/luatextra/luatextra.dtx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/luatex/luatextra/luatextra.dtx b/Master/texmf-dist/source/luatex/luatextra/luatextra.dtx index 47ea3950b71..51aba955401 100644 --- a/Master/texmf-dist/source/luatex/luatextra/luatextra.dtx +++ b/Master/texmf-dist/source/luatex/luatextra/luatextra.dtx @@ -349,9 +349,9 @@ function luatextra.define_font(name, size) return luatextra.load_default_font(size) end if not fontinfos.filename then - fontinfos.filename = fpath.basename(path) + fontinfos.filename = file.basename(path) end - local ext = fpath.suffix(path) + local ext = file.suffix(path) local f if ext == 'tfm' or ext == 'ofm' then f = font.read_tfm(name, size) |