Difference between revisions of "Main Page"

From LuaTeXWiki
(Added link to the article on post_linebreak_filter.)
(Added link to token_filter.)
Line 19: Line 19:
 
** 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.
 
** 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.
 
** Another callback is [[show error hook|<tt>show_error_hook</tt>]], which lets you enliven your error messages!
 
** Another callback is [[show error hook|<tt>show_error_hook</tt>]], which lets you enliven your error messages!
 +
** You can fake XeTeX's interchar tokens with the [[token filter|<tt>token_filter</tt>]].
  
 
== From the old bluwiki.com ==
 
== From the old bluwiki.com ==

Revision as of 07:05, 1 July 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.

Some articles

From the old bluwiki.com

(Mostly by and thanks to Yannis Haralambous)