Commit graph

12 commits

Author SHA1 Message Date
nia
3c576fbd23 math: Remove SHA1 hashes for distfiles 2021-10-07 14:27:43 +00:00
markd
5bbeeaccd6 tex-unicode-math{,-doc}: update to 0.8q texlive 2020 version 2020-04-27 02:20:52 +00:00
rillig
b686dd9180 all: migrate several HOMEPAGEs to https
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.
2020-01-18 23:30:43 +00:00
markd
8533543d24 tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:00:17 +00:00
markd
9edcb1dca9 tex-unicode-math{,-doc}: update to 0.8o
* 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-11 22:39:41 +00:00
markd
d3d4f58862 tex-unicode-math: add dependency on tex-lm-math 2019-05-07 11:52:38 +00:00
markd
370b462738 tex-unicode-math{,-doc}: update to 0.8n
* 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-05-07 11:17:19 +00:00
markd
74fd55d9f0 tex-unicode-math{,-doc}: update to 0.8m
* 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.
2019-01-25 18:32:05 +00:00
markd
f109899c57 tex-unicode-math{,-doc}: update to 0.8l
# 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`.
2018-05-12 02:01:39 +00:00
markd
34eadf720d tex-unicode-math{,-doc}: update to 0.8h
- 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-10-23 09:23:44 +00:00
markd
82dca7cebe Update tex-unicode-math{,-doc} to 0.8f
- 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-08-23 23:25:22 +00:00
markd
ea36795a9f Add tex-unicode-math{,-doc} 0.8d
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.
2017-06-23 23:32:12 +00:00