Difference between revisions of "Main Page"

From LuaTeXWiki
(Changed a sentence.)
(Mentionned \functionref; also introduces the articles written especially for this wiki.)
Line 14: Line 14:
 
* There is also [http://www.tug.org/mailman/listinfo/lualatex-dev a LuaLaTeX (LaTeX with LuaTeX) mailing list].
 
* There is also [http://www.tug.org/mailman/listinfo/lualatex-dev a LuaLaTeX (LaTeX with LuaTeX) mailing list].
 
* [http://tex.stackexchange.com/ tex.stackexchange.com] is a q&a site for questions related to TeX, and you can ask (and answer) LuaTeX related questions there.
 
* [http://tex.stackexchange.com/ tex.stackexchange.com] is a q&a site for questions related to TeX, and you can ask (and answer) LuaTeX related questions there.
* The [http://www.luatex.org/svn/trunk/manual/luatexref-t.pdf online reference manual (pdf)] describes every aspect of LuaTeX, but is rather technical and concise.
+
* The [http://www.luatex.org/svn/trunk/manual/luatexref-t.pdf online reference manual (pdf)] describes every aspect of LuaTeX, but is rather technical and concise. There also exists [[http://www.luatex.org/svn/trunk/manual/functionref.pdf|a short reference]].
  
 
== Some articles ==
 
== Some articles ==
  
(Mostly from the old wiki at bluwiki.com -- thanks to [http://omega.enstb.org/yannis/ Yannis Haralambous])
+
* [[Writing Lua in TeX]] explains how to write Lua code in a TeX document (and back).
 +
* [[Callbacks]] introduces callbacks and how to use them.
 +
* [[Show the hyphenation points]] does what it says; it is also an example of use of the <tt>post_linebreak_filter</tt>.
 +
 
 +
== From the old bluwiki.com ==
 +
 
 +
(Mostly by and thanks to [http://omega.enstb.org/yannis/ Yannis Haralambous])
  
 
* An example of code [[traversing TeX nodes]] before an horizontal list goes through the line breaking engine;
 
* An example of code [[traversing TeX nodes]] before an horizontal list goes through the line breaking engine;
Line 33: Line 39:
 
* example code to [[mirror characters with Bidi_Mirrored property]];
 
* example code to [[mirror characters with Bidi_Mirrored property]];
 
* using mplib to write [[metapost with LuaTeX]]
 
* using mplib to write [[metapost with LuaTeX]]
* [[show the hyphenation points]]
 

Revision as of 16:19, 7 May 2011

Welcome to the LuaTeX wiki

This is a wiki for LuaTeX, a typesetting engine derived from TeX that includes Lua as an embedded scripting language.

See all the articles or the recent changes.

Getting help

Some articles

From the old bluwiki.com

(Mostly by and thanks to Yannis Haralambous)