diff options
author | Karl Berry <karl@freefriends.org> | 2019-07-23 20:58:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-07-23 20:58:40 +0000 |
commit | f38d069a1415c5d89cccec59a1e48270718dbcf6 (patch) | |
tree | 67fda707e3e51dd62aaeea638ba6b6c1a7c0bbfd /Master/texmf-dist/tex | |
parent | 1e117ae6b120f68ddf2359444b8a322ae1a9f724 (diff) |
unicode-alphabets (23jul19)
git-svn-id: svn://tug.org/texlive/trunk@51712 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/unicode-alphabets/unicode-alphabets.sty | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/unicode-alphabets/unicode-alphabets.sty b/Master/texmf-dist/tex/latex/unicode-alphabets/unicode-alphabets.sty index c6551761a30..9195bab402b 100644 --- a/Master/texmf-dist/tex/latex/unicode-alphabets/unicode-alphabets.sty +++ b/Master/texmf-dist/tex/latex/unicode-alphabets/unicode-alphabets.sty @@ -1,4 +1,4 @@ -\ProvidesPackage{unicode-alphabets}[2019/07/22 Unicode alphabets in the Private Use Area] +\ProvidesPackage{unicode-alphabets}[2019/07/23 Unicode alphabets in the Private Use Area] % License: CC-BY-SA 4.0 % Author: Mikkel Eide Eriksen <mikkel.eriksen@gmail.com> @@ -54,6 +54,7 @@ \newcommand\alph@make@set[2]{% % #1 = character set % #2 = macro name + \newbool{alph@#1@has@entities}% \alph@make@main{#1}{#2}% \csvloop{ file={unicode-alphabets.#1.csv}, @@ -67,6 +68,7 @@ }{}% \ifcsdef{alph@entity}{% \ifcsempty{alph@entity}{}{% + \booltrue{alph@#1@has@entities}% \csxdef{alph@#1@\alph@entity}{\alph@codepoint}% \ifalph@noentitymacros\relax\else% \expanded{\unexpanded{\alph@make@character}{#1}{#2}{\alph@entity}{\alph@codepoint}}% |