[OT] Quick ref for Lua ?
Does anybody know or use about pdf/ppt quick reference for Lua as used in LuaTeX ? -- luigi ---------------------------------------------------------------- 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
The Lua users wiki is very helpful but I don't think there is any PDF quick ref (http://lua-users.org/wiki/). And if you mean “Lua, as in Lua used in LuaTeX" (with all the additional libraries, etc.), then no, definitely no. Arthur
On 10/25/07, Arthur Reutenauer
The Lua users wiki is very helpful but I don't think there is any PDF quick ref (http://lua-users.org/wiki/). And if you mean "Lua, as in Lua used in LuaTeX" (with all the additional libraries, etc.), then no, definitely no.
http://luaforge.net/docman/index.php?group_id=80&selected_doc_group_id=95&language_id=1 but is lua 5.0, not lua 5.1 as that one used in luatex -- luigi ---------------------------------------------------------------- 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
http://luaforge.net/docman/index.php?group_id=80&selected_doc_group_id=95&language_id=1
Thanks, I didn't know that. But anyway there's much more to it, since lua as used in LuaTeX has many external libraries embedded (luazip, Lua Parsing Expression Grammars, a library for manipulating Unicode strings etc.); and in addition to that all the special libraries that have been written by Taco and Hans (chapter 4 of the LuaTeX reference manual). So there are actually quite a lot of additional things and I expect the difference between versions 5.0 and 5.1 of the core language and libraries to be rather unimportant (at least in that respect). Arthur P-S for Taco: Am I right in saying that the list of additional libraries is: • The twelve ones documented in luatexref-t.pdf • lfs, luamd5, lpeg, luazip, luazlib and Selene Unicode (as seen in src/libs)? That could be a start to write a complete texlua manual ... (here I'm only interested in the libraries providing new lua functions, obviously).
http://luaforge.net/docman/index.php?group_id=80&selected_doc_group_id=95&language_id=1
Thanks, I didn't know that. But anyway there's much more to it, since lua as used in LuaTeX has many external libraries embedded yes, I know. But i'm searching for a quick ref of Lua, because I manage others
On 10/25/07, Arthur Reutenauer
Arthur Reutenauer wrote:
P-S for Taco: Am I right in saying that the list of additional libraries is: • The twelve ones documented in luatexref-t.pdf • lfs, luamd5, lpeg, luazip, luazlib and Selene Unicode (as seen in src/libs)?
Yes, that's it. Luazlib actually defines things in two separate tables, but that is the only oddity I am aware of. There are a few extensions to the lfs and os tables I wrote, but those are documented in the manual already.
That could be a start to write a complete texlua manual ... (here I'm only interested in the libraries providing new lua functions, obviously).
I plan to incorporate the reference for each of those additional external libraries in the manual, but that is a somewhat timeconsuming task and I never seem to get around to it. Best wishes, Taco
On Oct 25, 2007 3:43 PM, Arthur Reutenauer
The Lua users wiki is very helpful but I don't think there is any PDF quick ref (http://lua-users.org/wiki/). And if you mean "Lua, as in Lua used in LuaTeX" (with all the additional libraries, etc.), then no, definitely no. OK , found it http://lua-users.org/wiki/LuaShortReference
-- luigi http://wiki.contextgarden.net/User:Luigi.scarso/Merry_Christmas_2007 .... it's new . it's powerful . it's luatex . http://www.luatex.org
On Dec 31, 2007 1:04 AM, Arthur Reutenauer
OK , found it http://lua-users.org/wiki/LuaShortReference Also http://pgl.yoyo.org/luai/i/about
-- luigi it's new . it's powerful . it's luatex . http://www.luatex.org
participants (3)
-
Arthur Reutenauer
-
luigi scarso
-
Taco Hoekwater