diff options
author | Karl Berry <karl@freefriends.org> | 2013-02-26 00:29:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-02-26 00:29:32 +0000 |
commit | 0a17a835648c35c1544427e3729a351d0de3887a (patch) | |
tree | f6a29c0eb86106c427bcc989f6edf804b88af00d /Master/texmf-dist | |
parent | 824c41895b67301061dae9271c2b0e6b45fc5f77 (diff) |
unicode-math (25feb13)
git-svn-id: svn://tug.org/texlive/trunk@29231 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/unicode-math/README | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/unicode-math/unicode-math.pdf | bin | 406024 -> 406023 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/unicode-math/unicode-math.dtx | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/unicode-math/unicode-math-luatex.sty | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/unicode-math/unicode-math-xetex.sty | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/unicode-math/unicode-math.sty | 2 |
6 files changed, 12 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/unicode-math/README b/Master/texmf-dist/doc/latex/unicode-math/README index 512973e12f2..23983d8e145 100644 --- a/Master/texmf-dist/doc/latex/unicode-math/README +++ b/Master/texmf-dist/doc/latex/unicode-math/README @@ -153,8 +153,14 @@ standard behaviour. CHANGE HISTORY -------------- +- v0.7c (2013/02/25) + + * The Latin Modern math font name changed TWICE. Only caught the first one. + Sorry for any inconvenience caused. + - v0.7b (2013/02/22) + * Keep in sync with Latin Modern Math font name change. * Keep in sync with expl3 changes. - v0.7a (2012/07/28) diff --git a/Master/texmf-dist/doc/latex/unicode-math/unicode-math.pdf b/Master/texmf-dist/doc/latex/unicode-math/unicode-math.pdf Binary files differindex bc4bb310767..9e1a516dba2 100644 --- a/Master/texmf-dist/doc/latex/unicode-math/unicode-math.pdf +++ b/Master/texmf-dist/doc/latex/unicode-math/unicode-math.pdf diff --git a/Master/texmf-dist/source/latex/unicode-math/unicode-math.dtx b/Master/texmf-dist/source/latex/unicode-math/unicode-math.dtx index ecd20cd2d80..941b17e1b75 100644 --- a/Master/texmf-dist/source/latex/unicode-math/unicode-math.dtx +++ b/Master/texmf-dist/source/latex/unicode-math/unicode-math.dtx @@ -60,7 +60,7 @@ This work is "author-maintained" by Will Robertson. %<preamble&XE>\ProvidesPackage{unicode-math-xetex} %<preamble&LU>\ProvidesPackage{unicode-math-luatex} %<*preamble> - [2013/02/22 v0.7b Unicode maths in XeLaTeX and LuaLaTeX] + [2013/02/25 v0.7c Unicode maths in XeLaTeX and LuaLaTeX] %</preamble> %<*internal> \documentclass[a4paper]{ltxdoc} @@ -164,7 +164,7 @@ This work is "author-maintained" by Will Robertson. % with both \XeLaTeX\ and \LuaLaTeX; resp., % \begin{quote} % \begin{verbatim} -% \setmathfont{latinmodernmath-regular.otf} +% \setmathfont{latinmodern-math.otf} % \setmathfont{Asana-Math.otf} % \setmathfont{xits-math.otf} % \end{verbatim} @@ -4723,7 +4723,7 @@ luatexbase.add_to_callback("luaotfload.patch_font", patch_cambria_domh, "cambria \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} } } % \end{macrocode} 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% |