ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* reference manual for cont-en.lua
@ 2008-04-29  6:25 Peter Münster
  2008-04-29  6:58 ` luigi scarso
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Peter Münster @ 2008-04-29  6:25 UTC (permalink / raw)
  To: ConTeXt list

Hello,

Is there a reference manual for the functions in cont-en.lua? Or just a
function index?
There are really a lot of nice functions, for example table.serialize(),
for the every-day usage!

Anyway, even without reference: thanks for these tools!
Cheers, Peter

-- 
http://pmrb.free.fr/contact/

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


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

* Re: reference manual for cont-en.lua
  2008-04-29  6:25 reference manual for cont-en.lua Peter Münster
@ 2008-04-29  6:58 ` luigi scarso
  2008-04-29  7:21 ` luigi scarso
  2008-04-29  7:30 ` Taco Hoekwater
  2 siblings, 0 replies; 8+ messages in thread
From: luigi scarso @ 2008-04-29  6:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Apr 29, 2008 at 8:25 AM, Peter Münster <pmlists@free.fr> wrote:
> Hello,
>
>  Is there a reference manual for the functions in cont-en.lua? Or just a
>  function index?
>  There are really a lot of nice functions, for example table.serialize(),
>  for the every-day usage!
maybe
texmfstart texexec --ctx=x-ldx somefile.lua
can help you ?


-- 
luigi
it's new .
it's powerful .
it's luatex .
http://www.luatex.org
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: reference manual for cont-en.lua
  2008-04-29  6:25 reference manual for cont-en.lua Peter Münster
  2008-04-29  6:58 ` luigi scarso
@ 2008-04-29  7:21 ` luigi scarso
  2008-05-04 15:14   ` Peter Münster
  2008-04-29  7:30 ` Taco Hoekwater
  2 siblings, 1 reply; 8+ messages in thread
From: luigi scarso @ 2008-04-29  7:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Apr 29, 2008 at 8:25 AM, Peter Münster <pmlists@free.fr> wrote:
> Hello,
>
>  Is there a reference manual for the functions in cont-en.lua?
Are you talking about l-table.lua ?

-- 
luigi
it's new .
it's powerful .
it's luatex .
http://www.luatex.org
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: reference manual for cont-en.lua
  2008-04-29  6:25 reference manual for cont-en.lua Peter Münster
  2008-04-29  6:58 ` luigi scarso
  2008-04-29  7:21 ` luigi scarso
@ 2008-04-29  7:30 ` Taco Hoekwater
  2 siblings, 0 replies; 8+ messages in thread
From: Taco Hoekwater @ 2008-04-29  7:30 UTC (permalink / raw)
  To: ConTeXt list



Peter Münster wrote:
> Hello,
> 
> Is there a reference manual for the functions in cont-en.lua? Or just a
> function index?
> There are really a lot of nice functions, for example table.serialize(),
> for the every-day usage!

No reference. It will be easier to read the source of l-XXXX.lua and
luat-XXX.lua in tex/context/base, these are included in cont-en.lua,
luatools.lua, and mtxrun.lua.

The l-XXXX.lua modules are intended to be "pure" lua: you are able
to use these in texlua(c) scripts.  The luat-XXX.lua ones are more
specific to the internals of mkiv (finding files etc.)

Best wishes,
Taco


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


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

* Re: reference manual for cont-en.lua
  2008-04-29  7:21 ` luigi scarso
@ 2008-05-04 15:14   ` Peter Münster
  2008-05-04 17:53     ` luigi scarso
  0 siblings, 1 reply; 8+ messages in thread
From: Peter Münster @ 2008-05-04 15:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Apr 29 2008, luigi scarso wrote:
> On Tue, Apr 29, 2008 at 8:25 AM, Peter Münster <pmlists@free.fr> wrote:
> >
> >  Is there a reference manual for the functions in cont-en.lua?
> Are you talking about l-table.lua ?

No, about cont-en.lua. But l-table.lua is integrated in that file. It's a
merge of several lua-files.

Thanks to you and Taco for your answers!
Cheers, Peter

-- 
http://pmrb.free.fr/contact/

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

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

* Re: reference manual for cont-en.lua
  2008-05-04 15:14   ` Peter Münster
@ 2008-05-04 17:53     ` luigi scarso
  2008-05-04 19:11       ` Peter Münster
  0 siblings, 1 reply; 8+ messages in thread
From: luigi scarso @ 2008-05-04 17:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sun, May 4, 2008 at 5:14 PM, Peter Münster <pmlists@free.fr> wrote:
> On Tue, Apr 29 2008, luigi scarso wrote:
>> On Tue, Apr 29, 2008 at 8:25 AM, Peter Münster <pmlists@free.fr> wrote:
>> >
>> >  Is there a reference manual for the functions in cont-en.lua?
>> Are you talking about l-table.lua ?
>
> No, about cont-en.lua. But l-table.lua is integrated in that file. It's a
> merge of several lua-files.
Search on
http://source.contextgarden.net
for cont-en.lua
gives only

luat-tmp.lua
mtxrun.lua
luatools.lua

Also my last distro 2008-04-18 has not this file.
Maybe a svn trunk ?

-- 
luigi
it's new .
it's powerful .
it's luatex .
http://www.luatex.org
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: reference manual for cont-en.lua
  2008-05-04 17:53     ` luigi scarso
@ 2008-05-04 19:11       ` Peter Münster
  2008-05-04 19:48         ` luigi scarso
  0 siblings, 1 reply; 8+ messages in thread
From: Peter Münster @ 2008-05-04 19:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sun, May 04 2008, luigi scarso wrote:

> Search on
> http://source.contextgarden.net
> for cont-en.lua
> gives only
> 
> luat-tmp.lua
> mtxrun.lua
> luatools.lua
> 
> Also my last distro 2008-04-18 has not this file.
> Maybe a svn trunk ?

No, it's a generated file (merge of several lua-files). It should be on
your hard drive at the same place as the format file cont-en.fmt.
Cheers, Peter

-- 
http://pmrb.free.fr/contact/

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


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

* Re: reference manual for cont-en.lua
  2008-05-04 19:11       ` Peter Münster
@ 2008-05-04 19:48         ` luigi scarso
  0 siblings, 0 replies; 8+ messages in thread
From: luigi scarso @ 2008-05-04 19:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users

> No, it's a generated file (merge of several lua-files). It should be on
> your hard drive at the same place as the format file cont-en.fmt.

Ah yes, now I see it;
it's in the cache dir

-- 
luigi
it's new .
it's powerful .
it's luatex .
http://www.luatex.org
___________________________________________________________________________________
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
___________________________________________________________________________________


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

end of thread, other threads:[~2008-05-04 19:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-29  6:25 reference manual for cont-en.lua Peter Münster
2008-04-29  6:58 ` luigi scarso
2008-04-29  7:21 ` luigi scarso
2008-05-04 15:14   ` Peter Münster
2008-05-04 17:53     ` luigi scarso
2008-05-04 19:11       ` Peter Münster
2008-05-04 19:48         ` luigi scarso
2008-04-29  7:30 ` Taco Hoekwater

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