summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/unicode-math
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-18 22:29:36 +0000
committerKarl Berry <karl@freefriends.org>2011-09-18 22:29:36 +0000
commit793be33975bf8f6986bb6435f2039c7c34ac3c15 (patch)
tree873887f99fef55a52edf3614dd48ec340b1515e6 /Master/texmf-dist/doc/latex/unicode-math
parent4c7c93512d5ad99119fc38035815ba54a17605a5 (diff)
unicode-math 0.6 (18sep11)
git-svn-id: svn://tug.org/texlive/trunk@24003 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/README70
-rw-r--r--Master/texmf-dist/doc/latex/unicode-math/unicode-math-testsuite.pdfbin2441757 -> 2365307 bytes
-rw-r--r--Master/texmf-dist/doc/latex/unicode-math/unicode-math.pdfbin387665 -> 395820 bytes
-rw-r--r--Master/texmf-dist/doc/latex/unicode-math/unimath-symbols.pdfbin295948 -> 1543548 bytes
4 files changed, 51 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/unicode-math/README b/Master/texmf-dist/doc/latex/unicode-math/README
index 01399e0c16c..0e578f4f007 100644
--- a/Master/texmf-dist/doc/latex/unicode-math/README
+++ b/Master/texmf-dist/doc/latex/unicode-math/README
@@ -55,13 +55,15 @@ Furthermore, it will be in a different font.
REQUIREMENTS
------------
-As well as running XeTeX or LuaTeX this package requires recent versions of
+If you're using an up-to-date TeX Live 2011 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. If you're using an up-to-date TeX Live 2011 then there'll
-be no problems.
+`filehook`, and `lualatex-math` packages.
For some additional features you need LuaTeX 0.65 or later, which can be
-updated using [TLContrib][TLC].
+updated using [TLContrib][TLC] if you're still using TeX Live 2010.
[TLC]: http://tlcontrib.metatex.org)
@@ -83,12 +85,14 @@ Please file bug reports with minimal examples:
INSTALLATION
------------
-The steps below assume that you have obtained unicode-math either from CTAN or
-Github and you wish to install the package yourself. If you are using TeX Live
-2010 or later, you may install the latest release version of the package with
+If you are using TeX Live 2010 or later, you may install the latest release
+version of the package with
sudo tlmgr update unicode-math
+The steps below assume that you have obtained unicode-math either from CTAN or
+Github and you wish to install the package yourself.
+
Installation and compilation are automated by the Makefile; see below for the
manual procedure. To re-compile the documentation (requiring XeLaTeX and a
variety of installed fonts):
@@ -108,7 +112,7 @@ See `make help` for further information.
### Manual procedure
-Run TeX on unicode-math.dtx to generate the package file unicode-math.sty:
+Run TeX on unicode-math.dtx to generate the package file `unicode-math.sty`:
tex unicode-math.dtx
@@ -138,7 +142,7 @@ After installation you can initialise the testsuite with
Subsequently, the test suite may be executed with
- make test
+ 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
@@ -150,7 +154,32 @@ changes have not affected the standard behaviour.
CHANGE HISTORY
--------------
-- v0.5e (2011/07/07)
+- v0.6 (2011/09/18)
+
+ * Keep in sync with fontspec internals
+ (sorry for the small delay where things were broken)
+ * Keep in sync with expl3 deprecated functions
+ * Math versions (finally) implemented; can now change maths fonts
+ mid-document without reinitialising everything
+ (thanks to Ulrike Fischer and Ulrik Vieth)
+ * Symbols file `unimath-symbols.pdf` now uses maths versions to compare
+ all of the OpenType maths fonts I currently have access to
+ * Over- and under- braces, brackets, and parentheses now work in XeTeX
+ (thanks to Claudio Beccari)
+ * Many internal changes, including a re-write of the `range` feature;
+ it should now be faster and more robust
+ * Tentative programmer's interface for querying the current math style:
+ `\l_um_mathstyle_tl`.
+ * Remove (outdated) interaction with beamer; you must specify
+ `professionalfonts` manually for now
+ * Quieten the console output when loading maths fonts with incomplete maths
+ style coverage
+ * Synonym added: `\lnot` -> `\neg`
+ * Two added Unicode symbols (names tentative): `\blanksymbol` and `\openbox`
+ (thanks to Apostolos Syropoulos)
+ * Fixed literal sub-/super-script input.
+
+- v0.5e (2011/07/31)
* Fix forward compatibility clash with deprecated expl3 functions (sorry)
* Command names are now `\protected`; this makes them safe to use in moving
@@ -169,7 +198,7 @@ CHANGE HISTORY
* Fix the math class of `\modtwosum`; it is now a large operator
(thanks to Michael Ummels)
* Move several LuaTeX-related patches to the `lualatex-math` package
-
+ * Fixed mathtool's `\cramped` in XeLaTeX usage
- v0.5d (2011/01/30)
@@ -189,7 +218,7 @@ CHANGE HISTORY
- v0.5b (2010/09/19): Tune-up
- * Added missing symbols/synonyms:
+ * Added missing symbols/synonyms:
\diamond \smallint \emptyset \hbar \backepsilon \eth
* \overline works for LuaLaTeX
* Fix \slash; previously, it overwrote the text definition
@@ -199,8 +228,10 @@ CHANGE HISTORY
* 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)
+ * 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.
@@ -221,10 +252,12 @@ This work is author-maintained and consists of the files
- unicode-math.dtx,
- unicode-math-table.tex,
- unimath-example.ltx,
-- unimath-symbols.ltx;
+- unimath-symbols.ltx,
+- unicode-math-testsuite.ltx;
-the derived file
+the derived files
+- unicode-math.lua,
- unicode-math.sty;
the compiled documentation files
@@ -237,9 +270,8 @@ the compiled documentation files
and the test suite for this package
- testfiles/umtest-preamble.tex,
-- testfiles/umtest-suite.tex,
-- testfiles/umtest*.ltx,
-- testfiles/umtest*.safe.png.
+- testfiles/umtest-suite-(F|L|X).tex,
+- testfiles/*.ltx.
____________________________________
Copyright 2006-2011 Will Robertson <will.robertson@latex-project.org>
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
index 03fe07dea18..392b519c1c7 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
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/unicode-math/unicode-math.pdf b/Master/texmf-dist/doc/latex/unicode-math/unicode-math.pdf
index 956adb1db1e..3773e1ab9ca 100644
--- a/Master/texmf-dist/doc/latex/unicode-math/unicode-math.pdf
+++ b/Master/texmf-dist/doc/latex/unicode-math/unicode-math.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/unicode-math/unimath-symbols.pdf b/Master/texmf-dist/doc/latex/unicode-math/unimath-symbols.pdf
index 90219546ff9..f27de4fe8e9 100644
--- a/Master/texmf-dist/doc/latex/unicode-math/unimath-symbols.pdf
+++ b/Master/texmf-dist/doc/latex/unicode-math/unimath-symbols.pdf
Binary files differ