Difference between revisions of "Main Page"

From LuaTeXWiki
(Removed the section on help and added link to the article Documentation and help.)
(Added link to Attributes.)
Line 13: Line 13:
 
* [[Documentation and help]] points to other online resources (manuals, mailing list, etc.) related to LuaTeX.
 
* [[Documentation and help]] points to other online resources (manuals, mailing list, etc.) related to LuaTeX.
 
* [[Writing Lua in TeX]] explains how to write Lua code in a TeX document (and back).
 
* [[Writing Lua in TeX]] explains how to write Lua code in a TeX document (and back).
* [[Callbacks]] introduces callbacks and how to use them.
+
* [[Attributes]] introduces LuaTeX's thrilling new concept.
* [[Show the hyphenation points]] does what it says; it is also an example of use of the <tt>post_linebreak_filter</tt>.
+
* Pages on callbacks:
* 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.
+
** [[Callbacks]] introduces callbacks and how to use them.
* Another callback is [[show error hook|<tt>show_error_hook</tt>]], which lets you enliven your error messages!
+
** [[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.
 +
** Another callback is [[show error hook|<tt>show_error_hook</tt>]], which lets you enliven your error messages!
  
 
== From the old bluwiki.com ==
 
== From the old bluwiki.com ==

Revision as of 17:08, 10 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.

Some articles

  • Documentation and help points to other online resources (manuals, mailing list, etc.) related to LuaTeX.
  • Writing Lua in TeX explains how to write Lua code in a TeX document (and back).
  • Attributes introduces LuaTeX's thrilling new concept.
  • Pages on callbacks:

From the old bluwiki.com

(Mostly by and thanks to Yannis Haralambous)