ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* How to call a ctx command with parameters from Lua
@ 2010-10-14 15:31 Procházka Lukáš Ing. - Pontex s. r. o.
  2010-10-14 20:43 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2010-10-14 15:31 UTC (permalink / raw)
  To: ConTeXt

Hello,

this thing was probably shown during last Ctx meeting, but I can't remember the answer.

Let's ave the Ctx code:

\typefile[default]{Myfile.txt}

and I'd need to call this command by Lua, like:

\startluacode
   context.typefile("MyFile.txt")
\stoluacode

But how to pass the "[default]" option?

I remember that key-value pairs are passed by tables (context.cmd{key="val"}), but how in this case?

Lukas


-- 
Ing. Lukáš Procházka [mailto:LPr@pontex.cz]
Pontex s. r. o.      [mailto:pontex@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 244 062 238
Fax: +420 244 461 038

___________________________________________________________________________________
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: How to call a ctx command with parameters from Lua
  2010-10-14 15:31 How to call a ctx command with parameters from Lua Procházka Lukáš Ing. - Pontex s. r. o.
@ 2010-10-14 20:43 ` Wolfgang Schuster
  2010-10-15  6:24   ` Procházka Lukáš Ing. - Pontex s. r. o.
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2010-10-14 20:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 14.10.2010 um 17:31 schrieb Procházka Lukáš Ing. - Pontex s. r. o.:

> Hello,
> 
> this thing was probably shown during last Ctx meeting, but I can't remember the answer.
> 
> Let's ave the Ctx code:
> 
> \typefile[default]{Myfile.txt}
> 
> and I'd need to call this command by Lua, like:
> 
> \startluacode
>  context.typefile("MyFile.txt")
> \stoluacode
> 
> But how to pass the "[default]" option?

context.typefile( { "default" }, "MyFile.txt" )

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


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

* Re: How to call a ctx command with parameters from Lua
  2010-10-14 20:43 ` Wolfgang Schuster
@ 2010-10-15  6:24   ` Procházka Lukáš Ing. - Pontex s. r. o.
  0 siblings, 0 replies; 3+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2010-10-15  6:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

... Thanks, Wolfgang. Lukas

On Thu, 14 Oct 2010 22:43:44 +0200, Wolfgang Schuster <schuster.wolfgang@googlemail.com> wrote:

>
> context.typefile( { "default" }, "MyFile.txt" )
>
> 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  : 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-15  6:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-14 15:31 How to call a ctx command with parameters from Lua Procházka Lukáš Ing. - Pontex s. r. o.
2010-10-14 20:43 ` Wolfgang Schuster
2010-10-15  6:24   ` Procházka Lukáš Ing. - Pontex s. r. o.

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