summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-11-10 21:19:05 +0000
committerKarl Berry <karl@freefriends.org>2021-11-10 21:19:05 +0000
commit5dd4e1f78df7dc76088ca746c7d08c6a6647e177 (patch)
tree6a882f77442761762eefe96f832f9b009064bd74 /Master/texmf-dist/doc/support
parentd4a63dd0c855396785fc90d176b999507e51ce3e (diff)
lua-uca (10nov21)
git-svn-id: svn://tug.org/texlive/trunk@61023 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r--Master/texmf-dist/doc/support/lua-uca/CHANGELOG.md14
-rw-r--r--Master/texmf-dist/doc/support/lua-uca/LICENSE12
-rw-r--r--Master/texmf-dist/doc/support/lua-uca/README.md8
-rw-r--r--Master/texmf-dist/doc/support/lua-uca/lua-uca-doc.pdfbin72038 -> 72205 bytes
-rw-r--r--Master/texmf-dist/doc/support/lua-uca/lua-uca-doc.tex2
5 files changed, 29 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/support/lua-uca/CHANGELOG.md b/Master/texmf-dist/doc/support/lua-uca/CHANGELOG.md
index 2d5816ebfc8..9ba52855a1f 100644
--- a/Master/texmf-dist/doc/support/lua-uca/CHANGELOG.md
+++ b/Master/texmf-dist/doc/support/lua-uca/CHANGELOG.md
@@ -1,7 +1,17 @@
# Changelog
+2021-11-10
+
+ - version `0.1b` released.
+
+2021-11-09
+
+ - cache string to codepoint conversion.
+ - use NFC normalization with LuaTeX.
+
2021-09-16
+ - version `0.1a` released.
- added sorting rules for all languages contained in CLDR collation files.
2020-06-09
@@ -11,5 +21,5 @@
2020-03-24
- - version `0.1` released
- - initial version for CTAN
+ - version `0.1` released.
+ - initial version for CTAN.
diff --git a/Master/texmf-dist/doc/support/lua-uca/LICENSE b/Master/texmf-dist/doc/support/lua-uca/LICENSE
index c085812b5a0..c71dcd0d8cd 100644
--- a/Master/texmf-dist/doc/support/lua-uca/LICENSE
+++ b/Master/texmf-dist/doc/support/lua-uca/LICENSE
@@ -1,8 +1,14 @@
-Copyright 2020 Michal Hoftich
+Copyright 2021 Michal Hoftich
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
diff --git a/Master/texmf-dist/doc/support/lua-uca/README.md b/Master/texmf-dist/doc/support/lua-uca/README.md
index 37343a83afd..6ef94a49950 100644
--- a/Master/texmf-dist/doc/support/lua-uca/README.md
+++ b/Master/texmf-dist/doc/support/lua-uca/README.md
@@ -121,3 +121,11 @@ will be sorted at the very end.
- Algorithm for setting implicit sort weights of characters that are not explicitly listed in DUCET.
- Special handling of CJK scripts.
+
+\iffalse
+# Copyright
+
+Michal Hoftich, 2021. See LICENSE file for more details.
+
+
+\fi
diff --git a/Master/texmf-dist/doc/support/lua-uca/lua-uca-doc.pdf b/Master/texmf-dist/doc/support/lua-uca/lua-uca-doc.pdf
index 049332eda18..4b32fd55d3c 100644
--- a/Master/texmf-dist/doc/support/lua-uca/lua-uca-doc.pdf
+++ b/Master/texmf-dist/doc/support/lua-uca/lua-uca-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/support/lua-uca/lua-uca-doc.tex b/Master/texmf-dist/doc/support/lua-uca/lua-uca-doc.tex
index 2d25f519920..64b34335c22 100644
--- a/Master/texmf-dist/doc/support/lua-uca/lua-uca-doc.tex
+++ b/Master/texmf-dist/doc/support/lua-uca/lua-uca-doc.tex
@@ -31,7 +31,6 @@
\section{Available Languages}
-\begin{raggedright}
The \texttt{lua-uca-languages} library provides the following langauges:
\bgroup\ttfamily
\begin{luacode*}
@@ -46,7 +45,6 @@ table.sort(l)
tex.print(table.concat(l, ", "))
\end{luacode*}
\egroup
-\end{raggedright}
If you want to requrest language not listed in this listing, or if you had
created support code for one, please contact the package author by mail or using