summaryrefslogtreecommitdiff
path: root/math/tex-unicode-math-doc
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26math: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07math: Remove SHA1 hashes for distfilesnia1-2/+1
2020-04-27tex-unicode-math{,-doc}: update to 0.8q texlive 2020 versionmarkd2-9/+8
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2019-12-06tex-*: add TEXLIVE_UNVERSIONED=yesmarkd1-1/+2
2019-05-11tex-unicode-math{,-doc}: update to 0.8omarkd2-8/+8
* Avoid `'Dimension too large' error` for some (unpredictable) combinations of font choice and the `Scale` option. Problems are still known to occur for very large or very small values of `Scale`. * Documentation is now run through ‘continuous integration’ (viz, *Travis* for the time being) as well as the test suite.
2019-05-07tex-unicode-math{,-doc}: update to 0.8nmarkd2-8/+8
* Add note to readme that the `lm-math` package is required for minimal functionality. * Spacing fixed for maths fonts loaded with the `Scale` fontspec feature * Commands like `\crampedtextstyle` now longer lead to an infinite loop under XeTeX. * Improvements to the functionality of the test suite. (Although more tests would be nice.) * Test suite is now (successfully) run with `expl3` debug mode enabled.
2019-01-25tex-unicode-math{,-doc}: update to 0.8mmarkd2-8/+8
* Restore behaviour of legacy syntax `x_\mathrm{x}` (i.e., with no braces). While strictly ‘incorrect’, this usage is widely used. N.B. this syntax is not supported for the `\symXX` commands. * Add `\cuberoot` and `\fourthroot` as proper radicals. * Some additional input subscripts/superscripts. * Some documentation additions (thanks for the contributions). * Deprecation warning: the *internal* `\__um_switchto_XX:` commands will be dropped in a future release in favour of `\__um_switch_to:n {XX}` (or similar). These are internal commands and shouldn't be used by third-parties; please write if you have a use case.
2018-05-12tex-unicode-math{,-doc}: update to 0.8lmarkd3-11/+22
# v0.8l (2018/02/02) * Issue an error message if `\setmathfont{...}[range=...]` is used first; a `range` declaration inherently implies a subset, so a main math font needs to be set up first. * Fix issue when nesting `\mathXX` and `\symZZ` commands. * Fix another issue when using `mathXX` or `\symXX` inside `\DeclareMathOperator`. * Document incompatibility with the `mathspec` package. * Fix bugs for using `range=\partial` and `range=\nabla`. ## v0.8k (2018/01/13) * Eliminate warnings `Variant form 'NV' invalid for base form`... * Fix issue when loading the `cal` range * Fix issue with `\sqrt[n]{x}` with `amsmath` * Error when loading on (really) old versions of XeTeX/LuaTeX removed. * More UM fonts listed in the README - v0.8j (2018/01/07) * NEW * Numbers and latin letters in the fullwidth Unicode range are now supported as aliases to their ASCII counterparts. * New commands `\(New|Renew)NegationCommand \foo` for defining custom negations accessed via `\not\foo`.
2017-10-23tex-unicode-math{,-doc}: update to 0.8hmarkd3-9/+11
- v0.8g (2017/10/02) * Better use of scriptstyle sizes in LuaTeX (I think a regression). * Fix regression (`\mathbf` etc. not being set automatically) caused by the renaming of a `fontspec` internal command. * Minor documentation improvements. - v0.8h (2017/10/09) * Some bugs crept in in the last update due to some code rearrangement: * package version wasn't set; * some code was being executed at the wrong time; * `\sqrt[]{}` in LuaLaTeX gave incorrect output. * The layout of the code is now structured far more sensibly. * Remove (long deprecated) `\resetmathfont`; for years it has been a synonym for `\setmathfont`.
2017-08-23Update tex-unicode-math{,-doc} to 0.8fmarkd2-8/+8
- v0.8f (2017/08/02) * Emergency fix (thanks Bruno) for another bug revealed by `expl3` update. - v0.8e (2017/07/30) * Add `\surd` to access the sqrt symbol. * Fix bug exposed by expl3 update to booleans. * Add Deja Vu Math TeX Gyre in list of symbols. * Add `\sime` alias for `\simeq` and `\nsimeq` for `\nsime`. (For negations it's helpful when they have consistent naming.)
2017-06-23Add tex-unicode-math{,-doc} 0.8dmarkd4-0/+27
This package will provide a complete implementation of unicode maths for XeLaTeX and LuaLaTeX. Unicode maths is currently supported by the following fonts: Cambria Math (Microsoft), Minion Math (Johannes Kuster, typoma GmbH) Latin Modern Math (Boguslaw Jackowski, Janusz M. Nowacki) TeX Gyre Pagella Math (Boguslaw Jackowski, Janusz M. Nowacki) Asana-Math fonts (Apostolos Syropolous), Neo Euler (Khaled Hosny), STIX (STI Pub), and XITS Math (Khaled Hosny). As well as running XeTeX or LuaTeX, this package requires recent versions of the fontspec, expl3, xpackages, filehook, ucharcat and lualatex-math packages.