diff options
Diffstat (limited to 'Master/texmf-dist/doc/luatex/lua-uni-algos/README.md')
-rw-r--r-- | Master/texmf-dist/doc/luatex/lua-uni-algos/README.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/luatex/lua-uni-algos/README.md b/Master/texmf-dist/doc/luatex/lua-uni-algos/README.md new file mode 100644 index 00000000000..c964c8e8836 --- /dev/null +++ b/Master/texmf-dist/doc/luatex/lua-uni-algos/README.md @@ -0,0 +1,30 @@ +# The lua-uni-algos Package + +Version: v0.1 + +Date: 2020-05-14 + +Author: Marcel Krüger + +License: LPPL v1.3c + +A collection of small Lua modules implementing some if the most generic Unicode algorithms for use with LuaTeX. +This package tries to reduce duplicated work by collecting a set of small utilities which can be used be useful for many LuaTeX packages dealing with Unicode strings. +There is no user-level functionality provided. + +Additional Unicode algorithms will be added in the future, if you need a specific algorithm feel free to open an issue on GitHub or send me an e-mail. + + +## Requirements + +Given that this package provides Lua modules, it is only useful in Lua(HB)TeX. +Additionally, it expects an up-to-date version of the `unicode-data` package to be present. + + +## Support +If you found a bug, please open an [issue on GitHub](https://github.com/zauguin/lua-uni-algos/issues) or contact me by mail at <tex@2krueger.de>. + +## Installation + +In most cases it is best to use an official release provided by your TeX distribution. +If you want to install an experimental build directly from the repository, use `l3build install`. |