We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Building paragraphs with the help of Lua

Formale Metadaten

Titel
Building paragraphs with the help of Lua
Serientitel
Teil
09
Anzahl der Teile
35
Autor
Lizenz
CC-Namensnennung - keine Bearbeitung 2.0 UK: England & Wales:
Sie dürfen das Werk in unveränderter Form zu jedem legalen Zweck nutzen, vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
ProduktionsortSan Francisco, California, USA

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
In the Oriental TeX project we use a combined approach to get nicely typeset paragraphs. We use a font with so many features that it drives font programs crazy but it works out well. We combine that with a special paragraph optimizer that improves the quality using different feature sets. This is a typical example of a local optimization that only kicks in on demand. In this talk I will show how input is converted into nice looking output and how the already acceptable output can be further improved. I will also show how we visualize the process. A byproduct of this effort is the TeX pararagraph builder rewritten in Lua. I will discuss a few issues that showed up when converting the original code into Lua and some of the outcomes that will be fed back into the LuaTeX code base.