tab disappears in LUA environment.
\startLUA string.format("%s %d", person, total) \stopLUA produces the result as following: string.format("%s%d", person, total) while the following code has no such problem: \starttyping string.format("%s %d", person, total) \stoptyping $ context --version MTXrun | current version: 2010.03.30 18:56 $ luatex --version This is LuaTeX, Version beta-0.60.0-2010040422
On 7-4-2010 5:13, Hongwen Qiu wrote:
\startLUA string.format("%s %d", person, total) \stopLUA
space handling fixed in next beta ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Hongwen Qiu