On Tue, May 28, 2013 at 8:53 AM, Sensei <[email protected]> wrote:

> This is how I am dumping the strings:
>
>      \directlua{
>         local f = io.open("hash.txt", "w")
>         for name in pairs(tex.hashtokens()) do
>             f:write(name .. "\string\n")
>         end
>         f:close()}
>
> For luatex you can see
http://www.luatex.org/documentation.html



-- 
luigi

Reply via email to