From f38d069a1415c5d89cccec59a1e48270718dbcf6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 23 Jul 2019 20:58:40 +0000 Subject: unicode-alphabets (23jul19) git-svn-id: svn://tug.org/texlive/trunk@51712 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/unicode-alphabets/unicode-alphabets.sty | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/tex/latex/unicode-alphabets') 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 @@ -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}}% -- cgit v1.2.3