Directory macros/luatex/latex/lua-check-hyphen
lua-check-hyphen
Usage
\usepackage{lua-check-hyphen} ... \LuaCheckHyphen{mark,whitelist={filea.txt,fileb.txt}}
What it does
It lists all hyphenated words in the log file as well as in the file with the extension .uhy
How to use
A typical workflow is:
- run final document
- put the correctly hyphenated words into a text file (format: each word separated with space or on a single line, only whitespace matters as a separator)
- add that file to the whitelist (as given above)
- optionally use the option
mark
to make the unknown hyphenated words visible in the PDF file
Copyright 2012–2018 Patrick Gundlach (patrick@gundla.ch) and other contributors (see github)
Package version: 0.7a
Public repository: https://github.com/pgundlach/lua-check-hyphen
Licensed under the MIT license. See the file 'mit-license.txt' for exact terms.
Status: works fine, slightly unmaintained.
Download the contents of this package in one zip archive (122.5k).
lua-check-hyphen – Mark hyphenations in a document, for checking
The package looks at all hyphenation breaks in the document, comparing them against a white-list prepared by the author. If a hyphenation break is found, for which there is no entry in the white-list, the package flags the line where the break starts.
The author may then either add the hyphenation to the white-list, or adjust the document to avoid the break.
Package | lua-check-hyphen |
Bug tracker | https://github.com/pgundlach/lua-check-hyphen/issues |
Repository | https://github.com/pgundlach/lua-check-hyphen |
Version | 0.7a 2018-04-19 |
Licenses | MIT License |
Copyright | 2012–2018 Patrick Gundlach |
Maintainer | Patrick Gundlach |
Contained in | TeX Live as lua-check-hyphen MiKTeX as lua-check-hyphen |
Topics | LuaTeX Hyphenation |