25 Oct
2011
25 Oct
'11
12:09 p.m.
Hi all, some months ago I printed the name of the current font with following code: \starttext The current font is: \ctxlua{tex.print(font.getfont(font.current()).fullname)}. \stoptext Now I get an error message: ! LuaTeX error <main ctx instance>:1: no string to print stack traceback: [C]: in function 'print' <main ctx instance>:1: in main chunk. l.2 ...int(font.getfont(font.current()).fullname)} . ? What is the right way now? (didn't find any news in functionref.pdf or luatexref-t.pdf) Greetings Lutz