diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-29 22:51:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-29 22:51:18 +0000 |
commit | 9de37ad7dbd5b10933f4fc87f93ddf5a77501004 (patch) | |
tree | c2b1a45d59af06b7de383f5013203568d8d566d2 /Master/texmf-dist/doc/latex/unicode-math | |
parent | 3a0fe3edcaaeeb918cbcbeaf1eee934328a91bb2 (diff) |
unicode-math 0.7 (29may12)
git-svn-id: svn://tug.org/texlive/trunk@26720 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/unicode-math')
-rw-r--r-- | Master/texmf-dist/doc/latex/unicode-math/README | 59 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/unicode-math/unicode-math-testsuite.pdf | bin | 2365307 -> 2280136 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/unicode-math/unicode-math.pdf | bin | 396188 -> 408085 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/unicode-math/unimath-symbols.pdf | bin | 1543548 -> 1821239 bytes |
4 files changed, 41 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/unicode-math/README b/Master/texmf-dist/doc/latex/unicode-math/README index e2083c21d84..b438c21793b 100644 --- a/Master/texmf-dist/doc/latex/unicode-math/README +++ b/Master/texmf-dist/doc/latex/unicode-math/README @@ -18,20 +18,22 @@ Unicode maths is currently supported to one degree or another by the fonts - [Cambria Math][CM] (Microsoft), - [Latin Modern Math][LM] (Bogusław Jackowski, Janusz M. Nowacki) + - [TeX Gyre Pagella Math][PM] (Bogusław Jackowski, Janusz M. Nowacki) - [Asana Math][AM] (Apostolos Syropolous), - [Neo Euler][NE] (Khaled Hosny), - [STIX][SM] (STI Pub), and - [XITS Math][XM] (Khaled Hosny). -With the exception of Cambria Math, which is proprietry, and Latin Modern Math, -which is released under the free [GUST Font License][GFL], the fonts above -are all freely available and released under the [Open Font Licence][OFL]. +With the exception of Cambria Math, which is proprietry, the fonts above +are all freely available and released under open source licences +(the [GUST Font License][GFL] and [Open Font Licence][OFL]). I'm always looking for new fonts to test with, so please let me know of any new releases. [CM]: http://www.ascenderfonts.com/font/cambria-regular.aspx [LM]: http://www.gust.org.pl/projects/e-foundry/lm-math +[PM]: http://www.ctan.org/pkg/tex-gyre-math-pagella [AM]: http://www.ctan.org/tex-archive/fonts/Asana-Math/ [NE]: http://github.com/khaledhosny/euler-otf [SM]: http://www.aip.org/stixfonts/ @@ -55,18 +57,13 @@ Furthermore, it will be in a different font. REQUIREMENTS ------------ -If you're using an up-to-date TeX Live 2011 or MiKTeX 2.9 then there'll be no problems. -Otherwise, read on. +If you're using an up-to-date TeX Live 2011/2012 or MiKTeX 2.9 then there'll +be no problems. Otherwise, read on. As well as running XeTeX or LuaTeX, this package requires recent versions of the `fontspec`, `expl3`, `xpackages`, `catchfile`, `trimspaces`, `filehook`, and `lualatex-math` packages. -For some additional features you need LuaTeX 0.65 or later, which can be -updated using [TLContrib][TLC] if you're still using TeX Live 2010. - -[TLC]: http://tlcontrib.metatex.org) - MAINTENANCE ----------- @@ -85,8 +82,9 @@ Please file bug reports with minimal examples: INSTALLATION ------------ -If you are using TeX Live 2010 or later, you may install the latest release -version of the package with +If you are using the currently supported version of TeX Live (about to be 2012 +at time of writing), you may install the latest release version of the package +with sudo tlmgr update unicode-math @@ -144,16 +142,40 @@ Subsequently, the test suite may be executed with make check -Both of these operations will take quite some time and require ImageMagick's -`convert` tool to be installed. They are only necessary if you wish to make -changes to unicode-math yourself (be sure to initialise the test suite -*before* any changes are made to the package) and you wish to ensure that your -changes have not affected the standard behaviour. +Both of these operations will take quite some time and require ImageMagick's +`convert` tool to be installed. +They are only necessary if you wish to make changes to unicode-math yourself +(be sure to initialise the test suite *before* any changes are made to the +package) and you wish to ensure that your changes have not affected the +standard behaviour. CHANGE HISTORY -------------- +- v0.7 (2012/05/30): The TeX Live 2012 release. + + * Most changes (and all significant ones) in this release thanks to Khaled + Hosny, who is now credited as an author of the package. + * Many improvements for XeTeX support to take advantage of the new engine + (v0.9998) in TL2012. + * As a result, `\resetmathfont` is no longer required. + * Improve `\not` to use pre-combined glyphs where possible. + * LM Math is loaded by default. + * Support bottom accents. + * And add `\wideutilde`. + * The ‘symbols’ document is somewhat better organised and contains + information on whether a symbol is defined in plain TeX or amssymb. + * Various other minor fixes and additions: + * `\underleftrightarrow` added for fonts that support it. + * Don’t overwrite mathtool’s `\overbracket` and `\underbracket`. + * Bug in `[range=...]` parsing fixed. + * Add `\longdivision`. + * Add `\lgroup` and `\rgroup`. + * Fix ‘moustache’ delimiters. + * `\openbox` renamed to `\mathvisiblespace`, since it is already defined + in amsthm as an empty box. + - v0.6a (2011/09/19) * Always a bug that slips through the cracks! Fixes `\left.` and `\right.` @@ -280,5 +302,6 @@ and the test suite for this package - testfiles/*.ltx. ____________________________________ -Copyright 2006-2011 Will Robertson <will.robertson@latex-project.org> +Copyright 2006-2012 Will Robertson <will.robertson@latex-project.org> Copyright 2010-2011 Philipp Stephani <st_philipp@yahoo.de> +Copyright 2012 Khaled Hosny <khaledhosny@eglug.org>
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/unicode-math/unicode-math-testsuite.pdf b/Master/texmf-dist/doc/latex/unicode-math/unicode-math-testsuite.pdf Binary files differindex 392b519c1c7..20cf3d72051 100644 --- a/Master/texmf-dist/doc/latex/unicode-math/unicode-math-testsuite.pdf +++ b/Master/texmf-dist/doc/latex/unicode-math/unicode-math-testsuite.pdf 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 a56d49b31b3..a7ace83a454 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/doc/latex/unicode-math/unimath-symbols.pdf b/Master/texmf-dist/doc/latex/unicode-math/unimath-symbols.pdf Binary files differindex f27de4fe8e9..1133fda8ec4 100644 --- a/Master/texmf-dist/doc/latex/unicode-math/unimath-symbols.pdf +++ b/Master/texmf-dist/doc/latex/unicode-math/unimath-symbols.pdf |