summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/lua-uni-algos/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-05-15 21:13:44 +0000
committerKarl Berry <karl@freefriends.org>2020-05-15 21:13:44 +0000
commit7021ce5ece9fcd0588db66fb571ab00463a4c45f (patch)
tree24bcecd902c8f67a326e820f7ddd0ae52756dbf6 /Master/texmf-dist/doc/luatex/lua-uni-algos/README.md
parentbc9cb4d0156c5487ffef5f527a581425e1afaeac (diff)
lua-uni-algos (15may20)
git-svn-id: svn://tug.org/texlive/trunk@55158 c570f23f-e606-0410-a88d-b1316a301751
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.md30
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`.