Difference between revisions of "Documentation and help"

From LuaTeXWiki
(Links to documentation and help.)
 
(Corrected link.)
Line 17: Line 17:
 
* There is also a [http://www.ntg.nl/mailman/listinfo/dev-luatex list for developpers] for very technical things.
 
* There is also a [http://www.ntg.nl/mailman/listinfo/dev-luatex list for developpers] for very technical things.
  
* Questions about LuaTeX can also be asked in other TeX-related lists or sites: [http://tug.org/mailman/listinfo/texhax texhax], [http://groups.google.com/group/comp.text.tex/topics comp.text.tex] (and similar groups for different languages), or [http://tex.stackexchange.com/ TeX StackExchange].
+
* Questions about LuaTeX can also be asked in other TeX-related lists or sites: [http://tug.org/mailman/listinfo/texhax texhax], [http://groups.google.com/group/comp.text.tex comp.text.tex] (and similar groups for different languages), or [http://tex.stackexchange.com/ TeX StackExchange].
  
 
=On Lua=
 
=On Lua=

Revision as of 13:21, 8 May 2011

Documentation

  • The definitive source of information on LuaTeX is the LuaTeX Reference; the link points to the latest version, documenting latest builds, but can be used for older versions too.
  • The previous document reduced to a cheatsheet is also available with the Short Reference.
  • TUGboat (communications of the TeX User Group) has featured regular articles on LuaTeX for some years now.
  • More can be found in publications by local user groups and conferences.

Help

  • The LuaTeX mailing list is frequented by knowledgeable people and questions rarely remain unanswered.

On Lua

  • Programming in Lua, by Lua's chief architect Roberto Ierusalimschy, is available online for version 5.0, quite usable for later versions.