Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
LuaTeX
TeX-based computer typesetting system

LuaTeX is a TeX-based computer typesetting system which started as a version of pdfTeX with a Lua scripting engine embedded. After some experiments it was adopted by the TeX Live distribution as a successor to pdfTeX (itself an extension of ε-TeX, which generates PDFs). Later in the project some functionality of Aleph was included (esp. multi-directional typesetting). The project was originally sponsored by the Oriental TeX project, founded by Idris Samawi Hamid, Hans Hagen, and Taco Hoekwater.

In November 2024, LuaLaTeX was declared the recommended format for LaTeX.

We don't have any images related to LuaTeX yet.
We don't have any YouTube videos related to LuaTeX yet.
We don't have any PDF documents related to LuaTeX yet.
We don't have any Books related to LuaTeX yet.
We don't have any archived web articles related to LuaTeX yet.

Objective of the project

The main objective of the project is to provide a version of TeX where all internals are accessible from Lua. In the process of opening up TeX much of the internal code is rewritten. Instead of hard coding new features in TeX itself, users (or macro package writers) can write their own extensions. LuaTeX offers support for OpenType fonts with external modules. One of them, written in Lua, is provided by the LuaTeX team, but support for complex scripts is limited. Since 2020 LuaTeX includes the HarfBuzz engine for correct rendering of complex scripts using OpenType.5 An alternate approach can be found on GitHub.6

A related project is MPLib (an extended MetaPost library module), which brings a graphics engine into TeX.7

The LuaTeX team consists of Luigi Scarso, Taco Hoekwater, Hartmut Henkel and Hans Hagen.

Versions

The first public beta was launched at TUG 2007 in San Diego. The first formal release was planned for the end of 2009, and the first stable production version was released in 2010. Version 1.00 was released in September 2016 during ConTeXt 2016. Version 1.12 was released for TeXLive 2020.8

As of October 2010, both ConTeXt mark IV and LaTeX with extra packages (e.g. luaotfload, luamplib, luatexbase, luatextra) make use of new LuaTeX features. (When LuaTeX is used with the LaTeX format, it is sometimes called "LuaLaTeX".) Both are supported in TeX Live 2010 with LuaTeX 0.60, and in LyX.9 Special support in plain TeX is still under development.

Further development takes place as LuaMetaTeX in connection with the ConTeXt project.1011

See also

  • Free and open-source software portal

Further reading

References

  1. TeX Frequently Asked Questions Archived 2014-10-27 at the Wayback Machine - What is PDFTeX? http://www.tex.ac.uk/cgi-bin/texfaq2html?label=whatpdftex

  2. TeX Frequently Asked Questions Archived 2014-10-27 at the Wayback Machine - PDFTeX and LuaTeX http://www.tex.ac.uk/cgi-bin/texfaq2html?label=luatex

  3. PDFTeX's NEWS file Archived 2009-07-09 at the Portuguese Web Archive - news for 3.141592-1.40.0 version. https://www.tug.org/applications/pdftex/NEWS

  4. Engine news from the LaTeX Project https://www.texdev.net/2024/11/05/engine-news-from-the-latex-project

  5. Khaled Hosny. "Bringing world scripts to LuaTEX: The HarfBuzz experiment" (PDF). Retrieved 2023-07-14. https://tug.org/TUGboat/tb40-1/tb124hosny-harfbuzz.pdf

  6. tatzetwerk (August 2020). "luatex-harfbuzz". GitHub. Retrieved 16 October 2021. https://github.com/tatzetwerk/luatex-harfbuzz

  7. Hagen, Hans. "The MetaPost library and LuaTEX" (PDF). TUGboat - TUG 2008 Conference Proceedings. 29 (3): 446–453. Retrieved 16 October 2021. https://www.tug.org/TUGboat/tb29-3/tb93hagen-mplib.pdf

  8. "LuaTeX Roadmap". luatex.org. Retrieved 2023-07-14. http://www.luatex.org/roadmap.html

  9. "LyX wiki | LyX / LuaTeX". wiki.lyx.org. Retrieved 2017-08-31. https://wiki.lyx.org/LyX/LuaTeX

  10. "LuaTeX Roadmap". luatex.org. Retrieved 2023-07-14. http://www.luatex.org/roadmap.html

  11. "luametatex". GitHub. Retrieved 2023-07-14. https://github.com/contextgarden/luametatex