ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: alpha release
Date: Thu, 16 Jul 2009 09:28:06 +0200	[thread overview]
Message-ID: <9FA6E9F2-8C4F-4FCF-86FF-1F154FB4C627@gmail.com> (raw)
In-Reply-To: <4A5DE036.5060200@wxs.nl>


Am 15.07.2009 um 15:57 schrieb Hans Hagen:

> Peter Rolf wrote:
>> Hans Hagen schrieb:
>>>
>>> i'll make a new alpha later today
>> i'll take my chance and hijack this thread then...  :)
>> there is a c&p error in lpdf-grp.lua.
>
> since you're looking into lua code ... there is some new playground  
> (unfinished of course) ... (the true arg is just for pretty printing  
> and can be omitted)

Nice feature to shorten code when some data comes from a lua table but  
it did not work
when used in the lua environment, the code for the table appears only  
on the terminal.

\starttext

some text

\startluacode

context.bTABLE(true)
for i=1,10 do
    context.bTR()
    for i=1,10 do
        context.bTD()
        context("%#2i",math.random(99))
        context.eTD()
    end
    context.eTR(true)
end
context.eTABLE(true)

\stopluacode

\stoptext

Wolfgang

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2009-07-16  7:28 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-14 17:39 Hans Hagen
2009-07-15  8:53 ` Thomas A. Schmitz
2009-07-15 12:04   ` Taco Hoekwater
2009-07-15 14:09     ` Thomas A. Schmitz
2009-07-15 13:08   ` Hans Hagen
2009-07-15 13:42     ` Peter Rolf
2009-07-15 13:53       ` Hans Hagen
2009-07-15 14:37         ` Peter Rolf
2009-07-15 13:57       ` Hans Hagen
2009-07-16  7:28         ` Wolfgang Schuster [this message]
2009-07-16 10:14           ` Hans Hagen
2009-07-15  9:06 ` alpha: mkii format problems Peter Rolf
2009-07-15  9:54   ` Hans Hagen
2009-07-15  9:08 ` alpha release Wolfgang Schuster
2009-07-16 22:34 ` Wolfgang Schuster
2009-07-16 22:48   ` Wolfgang Schuster
2009-07-19 18:51 ` Alan BRASLAU
2009-07-19 18:58   ` Aditya Mahajan
2009-07-19 19:15     ` Mojca Miklavec
2009-07-19 19:19     ` Alan BRASLAU
2009-07-19 19:40       ` Mojca Miklavec
  -- strict thread matches above, loose matches on Subject: below --
2005-01-05 18:00 Hans Hagen
2005-01-05 19:33 ` Willi Egger
2005-01-05 20:06   ` Adam Lindsay
2005-01-05 20:17     ` Taco Hoekwater
2005-01-05 20:29       ` Willi Egger
2005-01-06 11:28         ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9FA6E9F2-8C4F-4FCF-86FF-1F154FB4C627@gmail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).