Difference between revisions of "Main Page"

From LuaTeXWiki
(Corrected link.)
(Added link to process_input_buffer.)
Line 21: Line 21:
 
* [[Callbacks]] introduces callbacks and how to use them.
 
* [[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>.
 
* [[Show the hyphenation points]] does what it says; it is also an example of use of the <tt>post_linebreak_filter</tt>.
 +
* The page on [[process input buffer|the <tt>process_input_buffer</tt> callback]] illustrates how to read documents with non-UTF-8 encoding, and how to write TeX with lightweight markup instead of the usual commands.
  
 
== From the old bluwiki.com ==
 
== From the old bluwiki.com ==

Revision as of 19:33, 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)