diff options
author | Karl Berry <karl@freefriends.org> | 2013-03-17 21:52:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-03-17 21:52:47 +0000 |
commit | 3da5811e6beb04ab59350fd3fae46caf71b48f0d (patch) | |
tree | 26532e0b54e29cd124b200337d41bac4d60220e8 /Master/texmf-dist/tex/latex/unicode-math | |
parent | 80090176bd324ec248211fca691b6133abc263d2 (diff) |
unicode-math
git-svn-id: svn://tug.org/texlive/trunk@29413 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/unicode-math')
4 files changed, 10 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/unicode-math/unicode-math-luatex.sty b/Master/texmf-dist/tex/latex/unicode-math/unicode-math-luatex.sty index 0f1db67886f..1cdc3c23ce1 100644 --- a/Master/texmf-dist/tex/latex/unicode-math/unicode-math-luatex.sty +++ b/Master/texmf-dist/tex/latex/unicode-math/unicode-math-luatex.sty @@ -13,7 +13,7 @@ %% the conditions of the LaTeX Project Public License, version 1.3c or higher %% (your choice): <http://www.latex-project.org/lppl/>. %% -%% This work is "author-maintained" by Will Robertson. +%% This work is "maintained" by Will Robertson. \ExplSyntaxOn \ifnum\luatexversion<75% \cs_new:Nn \um_cs_compat:n @@ -2462,7 +2462,7 @@ \cs_new:Npn \not_newnot:N #1 { \tl_set:Nx \l_not_token_name_tl { \token_to_str:N #1 } - \tl_if_empty:xF { \tl_tail:V \l_not_token_name_tl } { + \exp_args:Nx \tl_if_empty:nF { \tl_tail:V \l_not_token_name_tl } { \tl_set:Nx \l_not_token_name_tl { \tl_tail:V \l_not_token_name_tl } } \cs_if_exist:cTF { n \l_not_token_name_tl } { diff --git a/Master/texmf-dist/tex/latex/unicode-math/unicode-math-xetex.sty b/Master/texmf-dist/tex/latex/unicode-math/unicode-math-xetex.sty index d65c087ab09..1885f4cc6b9 100644 --- a/Master/texmf-dist/tex/latex/unicode-math/unicode-math-xetex.sty +++ b/Master/texmf-dist/tex/latex/unicode-math/unicode-math-xetex.sty @@ -13,7 +13,7 @@ %% the conditions of the LaTeX Project Public License, version 1.3c or higher %% (your choice): <http://www.latex-project.org/lppl/>. %% -%% This work is "author-maintained" by Will Robertson. +%% This work is "maintained" by Will Robertson. \ExplSyntaxOn \ifdim\number\XeTeXversion\XeTeXrevision in<0.9999in \cs_new:Nn \um_cs_compat:n @@ -2571,7 +2571,7 @@ \cs_new:Npn \not_newnot:N #1 { \tl_set:Nx \l_not_token_name_tl { \token_to_str:N #1 } - \tl_if_empty:xF { \tl_tail:V \l_not_token_name_tl } { + \exp_args:Nx \tl_if_empty:nF { \tl_tail:V \l_not_token_name_tl } { \tl_set:Nx \l_not_token_name_tl { \tl_tail:V \l_not_token_name_tl } } \cs_if_exist:cTF { n \l_not_token_name_tl } { @@ -2601,7 +2601,6 @@ \cs_gset:Npn \nforksnot { \forks } } \AtEndOfPackageFile * { mathtools } { - \chk_if_free_cs:N \g_um_empty_fam \newfam \g_um_empty_fam \um_check_and_fix:NNnnn \MT_cramped_internal:Nn \cs_set_nopar:Npn { #1 #2 } diff --git a/Master/texmf-dist/tex/latex/unicode-math/unicode-math.lua b/Master/texmf-dist/tex/latex/unicode-math/unicode-math.lua index 98e3dea75aa..c92a9f8dad3 100644 --- a/Master/texmf-dist/tex/latex/unicode-math/unicode-math.lua +++ b/Master/texmf-dist/tex/latex/unicode-math/unicode-math.lua @@ -5,15 +5,15 @@ -- The original source files were: -- -- unicode-math.dtx (with options: `lua') --- Copyright 2006-2011 Will Robertson <will.robertson@latex-project.org> --- Copyright 2010-2011 Philipp Stephani <st_philipp@yahoo.de> --- Copyright 2012 Khaled Hosny <khaledhosny@eglug.org> +-- Copyright 2006-2013 Will Robertson <will.robertson@latex-project.org> +-- Copyright 2010-2013 Philipp Stephani <st_philipp@yahoo.de> +-- Copyright 2012-2013 Khaled Hosny <khaledhosny@eglug.org> -- -- This package is free software and may be redistributed and/or modified under -- the conditions of the LaTeX Project Public License, version 1.3c or higher -- (your choice): <http://www.latex-project.org/lppl/>. -- --- This work is "author-maintained" by Will Robertson. +-- This work is "maintained" by Will Robertson. local err, warn, info, log = luatexbase.provides_module({ name = "unicode-math", date = "2012/04/23", diff --git a/Master/texmf-dist/tex/latex/unicode-math/unicode-math.sty b/Master/texmf-dist/tex/latex/unicode-math/unicode-math.sty index aab809bf288..31d8fb15087 100644 --- a/Master/texmf-dist/tex/latex/unicode-math/unicode-math.sty +++ b/Master/texmf-dist/tex/latex/unicode-math/unicode-math.sty @@ -15,9 +15,9 @@ %% the conditions of the LaTeX Project Public License, version 1.3c or higher %% (your choice): <http://www.latex-project.org/lppl/>. %% -%% This work is "author-maintained" by Will Robertson. +%% This work is "maintained" by Will Robertson. \ProvidesPackage{unicode-math} - [2013/02/25 v0.7c Unicode maths in XeLaTeX and LuaLaTeX] + [2013/03/16 v0.7d Unicode maths in XeLaTeX and LuaLaTeX] \usepackage{ifxetex,ifluatex} \ifxetex \ifdim\number\XeTeXversion\XeTeXrevision in<0.9998in% |