diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/unicode-math/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/unicode-math/README | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/unicode-math/README b/Master/texmf-dist/doc/latex/unicode-math/README index ca3e1febdc0..5cc36f73500 100644 --- a/Master/texmf-dist/doc/latex/unicode-math/README +++ b/Master/texmf-dist/doc/latex/unicode-math/README @@ -17,9 +17,9 @@ Unicode maths is currently supported to one degree or another by the fonts - [Cambria Math][CM] (Microsoft), - [Asana Math][AM] (Apostolos Syropolous), - - [Neo Euler][NE] (Khalid Hosny), + - [Neo Euler][NE] (Khaled Hosny), - [STIX][SM] (STI Pub), and - - [XITS Math][XM] (Khalid Hosny). + - [XITS Math][XM] (Khaled Hosny). With the exception of Cambria Math, which is proprietry, the fonts above are all freely available and released under the [Open Font Licence][OFL]. @@ -49,7 +49,7 @@ Furthermore, it will be in a different font. REQUIREMENTS ------------ -As well as running XeTeX, of course, this package requires recent versions +As well as running XeTeX or LuaTeX this package requires recent versions of the fontspec, expl3 and xpackages packages. If you're using TeX Live 2010 then there'll be no problems. @@ -135,6 +135,20 @@ changes to unicode-math yourself (be sure to initialise the test suite changes have not affected the standard behaviour. +CHANGE HISTORY +-------------- + +- v0.5a (2010/07/14): TeX Live 2010 release + + * Numerous documentation improvements + * Bug fix against stray catcode changes + * Add `\mathcal` and `\mathbfcal` as distinct from the Script style; these are only supported by the XITS fonts at present + * Small changes to the range of symbols offered (especially note that `\ac` is now `\invlazys` to avoid acronym package clash) + * Superscripts are allowed after primes (as they should be) + * Numerous LuaLaTeX improvements, including roots and over/under braces. + +- v0.5 (2010/06/03): Initial CTAN release + LICENCE ------- |