Difference between revisions of "Main Page"

From LuaTeXWiki
(Useful modules: add nodetree package)
(Added a link to TeX_without_TeX_revised_and_expanded)
Line 21: Line 21:
 
** You can fake XeTeX's interchar tokens with the [[token filter|<tt>token_filter</tt>]].
 
** You can fake XeTeX's interchar tokens with the [[token filter|<tt>token_filter</tt>]].
 
* [[TeX without TeX]] is about using TeX's functionality (typesetting, pdf writing) only using Lua code (no <tt>\TeX</tt> macros).
 
* [[TeX without TeX]] is about using TeX's functionality (typesetting, pdf writing) only using Lua code (no <tt>\TeX</tt> macros).
 +
* [[TeX_without_TeX_revised_and_expanded]] is a revision and expansion of the above.
 
* [[fontsampler|Create a fontsampler]] using plain LuaTeX and <tt>luaotfload</tt>.
 
* [[fontsampler|Create a fontsampler]] using plain LuaTeX and <tt>luaotfload</tt>.
 
* [[Annotate math expressions]] in PDF with a bounding box using LuaLaTeX.
 
* [[Annotate math expressions]] in PDF with a bounding box using LuaLaTeX.

Revision as of 01:46, 23 February 2021

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

Packages on LuaTeX

  • lua-visual-debug Visual debugging with LuaLaTeX.
  • luabibentry Repeat BibTeX entries in a LuaLaTeX document body.
  • luacode Helper for executing lua code from within TeX.
  • LuaTeX-ja LuaTeX-ja is a macro package to typeset Japanese(also Chinese) texts using Lua(La)TeX.
  • luaindex Create index using lualatex.
  • luainputenc Replacing inputenc for use in LuaTeX.
  • lualatex-math Fixes for mathematics-related LuaLaTeX issues.
  • lualibs Additional Lua functions for LuaTeX macro programmers.
  • luamplib Use LuaTeX's built-in MetaPost interpreter.
  • luaotfload OpenType layout system for Plain TeX and LaTeX.
  • luasseq Drawing spectral sequences in LuaLaTeX.
  • luatexbase Basic resource management for LuaTeX code.

Useful modules

  • nodetree visualize node lists in a tree view

From the old bluwiki.com

(Mostly by and thanks to Yannis Haralambous)