25 Oct
2011
25 Oct
'11
12:15 p.m.
On Tue, Oct 25, 2011 at 2:09 PM, Lutz Haseloff
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) Not the answer, but in the suite there is a pdf with a list : status-lua.pdf
-- luigi