ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Lua & MP
@ 2010-09-30  6:19 Procházka Lukáš Ing. - Pontex s. r. o.
  2010-09-30  7:48 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2010-09-30  6:19 UTC (permalink / raw)
  To: ConTeXt

Hello,

is it possible that Lua gets value of a MetaPost variable?

Let's have MetaPost code:

z11=(0,0)
z12=(1,1)
z21=(0,1)
z22=(1,0)

aa[z11,z12]=bb[21,z22]

So now aa = bb = 0.5.

And I'd need to access MetaPost values 'aa' and 'bb' from Lua (e.g. in Lua: "local a = mpost.aa, b = mpost.bb").

Is it possible somehow?

Regards,

Lukas

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Lua & MP
  2010-09-30  6:19 Lua & MP Procházka Lukáš Ing. - Pontex s. r. o.
@ 2010-09-30  7:48 ` Hans Hagen
  2010-10-01  3:02   ` Aditya Mahajan
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2010-09-30  7:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 30-9-2010 8:19, Procházka Lukáš Ing. - Pontex s. r. o. wrote:
> Hello,
>
> is it possible that Lua gets value of a MetaPost variable?
>
> Let's have MetaPost code:
>
> z11=(0,0)
> z12=(1,1)
> z21=(0,1)
> z22=(1,0)
>
> aa[z11,z12]=bb[21,z22]
>
> So now aa = bb = 0.5.
>
> And I'd need to access MetaPost values 'aa' and 'bb' from Lua (e.g. in
> Lua: "local a = mpost.aa, b = mpost.bb").
>
> Is it possible somehow?

no

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Lua & MP
  2010-09-30  7:48 ` Hans Hagen
@ 2010-10-01  3:02   ` Aditya Mahajan
  0 siblings, 0 replies; 3+ messages in thread
From: Aditya Mahajan @ 2010-10-01  3:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: TEXT/PLAIN, Size: 719 bytes --]

On Thu, 30 Sep 2010, Hans Hagen wrote:

> On 30-9-2010 8:19, Procházka Lukáš Ing. - Pontex s. r. o. wrote:
>>  Hello,
>>
>>  is it possible that Lua gets value of a MetaPost variable?
>>
>>  Let's have MetaPost code:
>>
>>  z11=(0,0)
>>  z12=(1,1)
>>  z21=(0,1)
>>  z22=(1,0)
>>
>>  aa[z11,z12]=bb[21,z22]
>>
>>  So now aa = bb = 0.5.
>>
>>  And I'd need to access MetaPost values 'aa' and 'bb' from Lua (e.g. in
>>  Lua: "local a = mpost.aa, b = mpost.bb").
>>
>>  Is it possible somehow?
>
> no

I don't know how MPlib handles metapost terminal output, but if you can 
capture the terminal output in lua, then you can use

show aa, bb;

in metapost and parse the output in lua.

Aditya

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-01  3:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-30  6:19 Lua & MP Procházka Lukáš Ing. - Pontex s. r. o.
2010-09-30  7:48 ` Hans Hagen
2010-10-01  3:02   ` Aditya Mahajan

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).