diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
3 files changed, 3 insertions, 3 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 9d1bd8f178f..0f1db67886f 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 @@ -1833,7 +1833,7 @@ \cs_if_exist:NF \l_um_fontname_tl { % XXX: update this when lmmath-bold.otf is released - \setmathfont[BoldFont={latinmodernmath-regular.otf}]{latinmodernmath-regular.otf} + \setmathfont[BoldFont={latinmodern-math.otf}]{latinmodern-math.otf} } } \cs_new:Nn \um_arg_i_before_egroup:n {#1\egroup} 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 3818e576d28..d65c087ab09 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 @@ -1861,7 +1861,7 @@ \cs_if_exist:NF \l_um_fontname_tl { % XXX: update this when lmmath-bold.otf is released - \setmathfont[BoldFont={latinmodernmath-regular.otf}]{latinmodernmath-regular.otf} + \setmathfont[BoldFont={latinmodern-math.otf}]{latinmodern-math.otf} } } \cs_new:Nn \um_arg_i_before_egroup:n {#1\egroup} 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 e0e271c8e78..aab809bf288 100644 --- a/Master/texmf-dist/tex/latex/unicode-math/unicode-math.sty +++ b/Master/texmf-dist/tex/latex/unicode-math/unicode-math.sty @@ -17,7 +17,7 @@ %% %% This work is "author-maintained" by Will Robertson. \ProvidesPackage{unicode-math} - [2013/02/22 v0.7b Unicode maths in XeLaTeX and LuaLaTeX] + [2013/02/25 v0.7c Unicode maths in XeLaTeX and LuaLaTeX] \usepackage{ifxetex,ifluatex} \ifxetex \ifdim\number\XeTeXversion\XeTeXrevision in<0.9998in% |