blob: 6d78dfb7b1e3b5368bcc3c834b7187b79457b284 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# The `inputnormalization` package
Unicode normlization for LuaTeX and XeTeX.
Author: Marcel Krüger
License: LPPL v1.3
Provides a cross engine interface to normalizing input before it's read by TeX. Based on XeTeX's `\XeTeXinputnormalization` primitive and `lua-uni-algos` for LuaTeX.
# Usage
For LaTeX, just load the `inputnormalization` package with
\usepackage{inputnormalization}
For plain TeX, use `\input` instead:
\input inputnormalization
See the manual for more details.
## Support
For bug reports, please open an [issue on GitHub](https://github.com/zauguin/lua-uni-algos/issues).
|