summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/unicode-math/um-code-mathmap.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-02-15 22:23:04 +0000
committerKarl Berry <karl@freefriends.org>2019-02-15 22:23:04 +0000
commitb12bc2332f229d9a6b10ce0e6ae81cd2870d644d (patch)
tree8efe6d848317f5b0b179949e8c8eae42e5b7ec11 /Master/texmf-dist/source/latex/unicode-math/um-code-mathmap.dtx
parentc8f41ea19d9e98226e6da3d4544f848440659030 (diff)
unicode-math (15feb19)
git-svn-id: svn://tug.org/texlive/trunk@50032 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/unicode-math/um-code-mathmap.dtx')
-rw-r--r--Master/texmf-dist/source/latex/unicode-math/um-code-mathmap.dtx18
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/unicode-math/um-code-mathmap.dtx b/Master/texmf-dist/source/latex/unicode-math/um-code-mathmap.dtx
index acd876a40df..e55fe07c2ca 100644
--- a/Master/texmf-dist/source/latex/unicode-math/um-code-mathmap.dtx
+++ b/Master/texmf-dist/source/latex/unicode-math/um-code-mathmap.dtx
@@ -20,9 +20,9 @@
% The INHERIT mode saves less time than I was hoping for but is still beneficial
% in simple cases.
% \begin{macrocode}
-\cs_new:Npn \@@_setup_alphabets:
+\@@_cs_new:Nn \@@_setup_alphabets:
{
- \bool_if:NTF \l_@@_init_bool { \@@_setup_alphabets_implicit: }
+ \bool_if:NTF \g_@@_init_bool { \@@_setup_alphabets_implicit: }
{
\seq_if_empty:NF \g_@@_mathalph_seq { \@@_setup_alphabets_explicit: }
\clist_if_empty:NF \l_@@_mathmap_charints_clist { \@@_setup_alphabets_inherit: }
@@ -33,7 +33,7 @@
%
% \begin{macro}{ \@@_setup_alphabets_implicit:}
% \begin{macrocode}
-\cs_new:Nn \@@_setup_alphabets_implicit:
+\@@_cs_new:Nn \@@_setup_alphabets_implicit:
{
\@@_log:n {setup-implicit}
\seq_gset_eq:NN \g_@@_mathalph_seq \g_@@_default_mathalph_seq
@@ -51,7 +51,7 @@
%
% \begin{macro}{ \@@_setup_alphabets_explicit:}
% \begin{macrocode}
-\cs_new:Nn \@@_setup_alphabets_explicit:
+\@@_cs_new:Nn \@@_setup_alphabets_explicit:
{
\@@_log:n {setup-explicit}
\bool_set_false:N \l_@@_implicit_alph_bool
@@ -65,7 +65,7 @@
%
% \begin{macro}{ \@@_setup_alphabets_inherit:}
% \begin{macrocode}
-\cs_new:Nn \@@_setup_alphabets_inherit:
+\@@_cs_new:Nn \@@_setup_alphabets_inherit:
{
\seq_gclear:N \g_@@_mathalph_seq
\seq_map_inline:Nn \g_@@_default_mathalph_seq
@@ -135,7 +135,7 @@
\tl_set:Nn \l_@@_alphabet_tl {##1}
\@@_if_alphabet_exists:nnTF \l_@@_style_tl \l_@@_alphabet_tl
{
- \str_if_eq_x:nnTF {\l_@@_alphabet_tl} {misc}
+ \str_if_eq:eeTF {\l_@@_alphabet_tl} {misc}
{
\@@_maybe_init_alphabet:n \l_@@_style_tl
\clist_map_break:
@@ -162,13 +162,13 @@
% \dots and then loop through them defining the individual ranges:
% (currently this process is slow)
% \begin{macrocode}
-\cs_new:Nn \@@_setup_math_alphabet:
+\@@_cs_new:Nn \@@_setup_math_alphabet:
{
\clist_map_inline:Nn \l_@@_alphabet_clist
{
\tl_set:Nx \l_@@_alphabet_tl { \tl_trim_spaces:n {##1} }
-%<debug>\typeout{_setup_math_alphabet:~\l_@@_style_tl/\l_@@_alphabet_tl}
+%<debug>\@@_debug:n {_setup_math_alphabet:~\l_@@_style_tl/\l_@@_alphabet_tl}
\@@_if_alphabet_exists:nnT {\l_@@_style_tl} {\l_@@_alphabet_tl}
{
@@ -586,7 +586,7 @@
% the conditions of the LaTeX Project Public License, version 1.3c or higher
% (your choice): <http://www.latex-project.org/lppl/>.
% ------------------------------------------------
-% Copyright 2006-2018 Will Robertson, LPPL "maintainer"
+% Copyright 2006-2019 Will Robertson, LPPL "maintainer"
% Copyright 2010-2017 Philipp Stephani
% Copyright 2011-2017 Joseph Wright
% Copyright 2012-2015 Khaled Hosny