22 Aug
2011
22 Aug
'11
9:15 a.m.
Hi Consider the following example: \startluacode print("lualetterbackslash:", [=[\\include]=]) \stopluacode \def\lualetterbackslash{\letterbackslash} \startluacode print("letterbackslash:", [=[\\include]=]) \stopluacode \bye gives lualetterbackslash: \\include letterbackslash: \include I find the second alternative better. Why is \lualetterbackslash defined differently from \letterbackslash? Aditya