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.
* 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.
* 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.
* 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.
# 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`.
- 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`.
- 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.)
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.