Difference between revisions of "Documentation and help"

From LuaTeXWiki
(Corrected link.)
(Help: typo)
Line 15: Line 15:
 
* The [http://tug.org/mailman/listinfo/luatex LuaTeX mailing list] is frequented by knowledgeable people and questions rarely remain unanswered.
 
* The [http://tug.org/mailman/listinfo/luatex LuaTeX mailing list] is frequented by knowledgeable people and questions rarely remain unanswered.
  
* 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 developers] 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 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].

Revision as of 14:09, 23 July 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.