CTAN update: lua-widow-control
- Add new TUGboat and Zpravodaj articles. - Add and document the public Lua interfaces. - Change \parfillskip settings for lengthened paragraphs to more strongly prevent short last lines. **May affect page breaks.** - Add the ability to configure the horizontal offset for the paragraph costs printed in draft mode. - Add support for LuaMetaLaTeX and LuaMetaPlain. All features should work identically to the LuaTeX-based version, although there are a few minor bugs. (#40) - Fully support inserts/footnotes in LuaMetaTeX (#38). - Add support for presets in ConTeXt. - Add support for node colouring in ConTeXt and OpTeX (#39).
The package’s Catalogue entry can be viewed at https://ctan.org/pkg/lua-widow-control The package’s files themselves can be inspected at https://mirrors.ctan.org/macros/luatex/generic/lua-widow-control/
Thanks for the upload. For the CTAN Team Petra Rübe-Pugliese
CTAN is run entirely by volunteers and supported by TeX user groups. Please join a user group or donate to one, see https://ctan.org/lugs
lua-widow-control – Automatically remove widows and orphans from any document
Unmodified TeX has very few ways of preventing widows and orphans.
In documents with figures, section headings, and equations, TeX can
stretch the vertical glue between items in order to prevent widows
and orphans, but many documents have no figures or headings.
TeX can also shorten the page by 1 line, but this will give each
page a different length which can make a document look uneven.
The typical solution is to strategically insert \looseness=1
,
but this requires manual editing every time that the document is edited.
Lua-widow-control is essentially an automation of the
\looseness
method: it uses Lua callbacks to find
“stretchy” paragraphs, then it lengthens them to remove widows and orphans.
Lua-widow-control is compatible with all LuaTeX and LuaMetaTeX-based formats. All that is required is to load the package at the start of your document. To load:
- Plain LuaTeX:
\input lua-widow-control
- LuaLaTeX:
\usepackage{lua-widow-control}
- ConTeXt:
\usemodule[lua-widow-control]
- OpTeX:
\load[lua-widow-control]
Package | lua-widow-control |
Version | 3.0.1 2024-03-11 |
Copyright | 2021–2022 gucci-on-fleek |
Maintainer | Max Chernoff |
Announcements
- 2024-03-12 CTAN update: lua-widow-control
- 2022-05-28 CTAN update: lua-widow-control
- 2022-05-21 CTAN update: lua-widow-control
- 2022-05-15 CTAN update: lua-widow-control
- 2022-03-30 CTAN update: lua-widow-control
- 2022-03-22 CTAN update: lua-widow-control
- 2022-03-20 CTAN update: lua-widow-control
- 2022-03-09 CTAN update: lua-widow-control