Skip to content

Tags: stone-zeng/unicode-math

Tags

v0.8h

Toggle v0.8h's commit message
- 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.8g

Toggle v0.8g's commit message
- 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.
  * (Only relevant for me: I've also disabled the test suite almost entirely to begin a re-write for ‘continuous integration’.)

v0.8e

Toggle v0.8e's commit message
use math font filenames in symbol doc

v0.8d

Toggle v0.8d's commit message
- v0.8d (2017/01/25) * `vargreek-shape=TeX` and `vargreek-shape=unico…

…de` package options dropped; for consistency and compatibility, `\phi` and `\epsilon` should and will now behave the same as in `TeX`. * On that note, when using control sequences such as `\mbfitsansvarphi` (and so on), there were a few faulty definitions. The new behaviour is to consistenyl define the `varphi` and `varepsilon` ones as those with the "curly" designs. * Add `\wideoverbar`, `\widebreve`, `\widecheck`. * Add `\mathsection`, `\mathparagraph`. * Remove `\mupvarbeta`, `upold(Kk)oppa`, `\up(Ss)tigma`, `\up(Kk)oppa`, `\up(Ss)ampi` — none of these are maths symbols. * `!` (`\mathexclam`) changed from `\mathpunct` to `\mathclose` for backwards compatibility with TeX.

v0.8c

Toggle v0.8c's commit message
bump version and readme

v0.8b

Toggle v0.8b's commit message
Ucharcat release

v0.8a

Toggle v0.8a's commit message
- v0.8a (2015/08/06)

  * Fix bug with \vert, \|, \(l/r)vert, etc., displaying with the wrong characters.
  * Improve documentation to properly reflect changes in v0.8 and fix some broken examples.
  * No longer reset catcodes of : and @ during \setmathfont .
  * Fix remapping of alphabets (needed for Minion Math) in cases such as:
      \setmathfont[range=bfit->it]{MinionMath-Bold.otf}

v0.8

Toggle v0.8's commit message
TUG2015 edition

v0.7e

Toggle v0.7e's commit message
bump version and readme

v0.7d

Toggle v0.7d's commit message
missed a couple expl3 changes