24 Dec
2011
24 Dec
'11
11:10 a.m.
Hi, there are still questions how to use the context.setupheadertexts. - why is on even pages the header not set when using the example below? - how to make odd and even pages carrying a different header text? \setuplabeltext[en][A=Happy New Year] \startluacode function myheadertext(s) context.setupheadertexts{ function() context.labeltext(s) context(": ") end} end \stopluacode \starttext \ctxlua{myheadertext("A")} \input knuth \page \input ward \stoptext Thanks for enlighten me! Willi