![](https://secure.gravatar.com/avatar/201d5dc0ba4ed385f41b84a17acf1b9c.jpg?s=120&d=mm&r=g)
20 Jul
2009
20 Jul
'09
12:49 a.m.
Hello, in the current beta the usage of the Keyword argument in the \setupinteraction command causes lua to fail in line 136 of lpdf-mis.lua: <code snippet> local keywords = specification.keywords or "" if keywords ~= "" then keywords = string.gsub("[%s,]+", " ") lpdf.addtoinfo("Keywords",pdfunicode(keywords)) end <error> ! LuaTeX error ...text/tex/texmf-context/tex/context/base/lpdf-mis.lua:136: bad argument #3 to 'gsub' (string/function/table expected) </error> I don't know what is expected there since I don't know the PDF specs, but I guess it's easily fixable ;-) Best Regards, Andreas.