diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/unicode-alphabets/unicode-alphabets.sty')
-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}}% |