texlive-lua-typo 2025.2
Highlighting typographical flaws with LuaLaTeX
This package tracks common typographic flaws in LuaLaTeX documents, especially widows, orphans, hyphenated words split over two pages, consecutive lines ending with hyphens, paragraphs ending on too short lines, etc. Customisable colours are used to highlight these flaws, and the list of pages on which typographical flaws were found is printed.
- Outputs:
doc,out - Website: https://ctan.org/pkg/lua-typo
- Licenses: LPPL 1.3c
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-lua-typo 2025.2 as follows:
guix install texlive-lua-typo@2025.2
Or install the latest version:
guix install texlive-lua-typo
The texlive-lua-typo package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:
guix install texlive-lua-typo:doc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.