Re: [NTG-context] tab disappears in LUA environment.

2010-04-07 Thread Hans Hagen

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
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] tab disappears in LUA environment.

2010-04-06 Thread Hongwen Qiu
\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
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___