unicode-math icon indicating copy to clipboard operation
unicode-math copied to clipboard

XeLaTeX/LuaLaTeX package for using unicode/OpenType maths fonts

Results 134 unicode-math issues
Sort by recently updated
recently updated
newest added

## Description A sentence or two describing the issue. ## Add info or delete as appropriate: https://tex.stackexchange.com/questions/597185/range-option-not-working-properly-in-setmathfont https://tex.stackexchange.com/questions/348481/when-specifying-a-character-in-unicode-maths-range-option-why-are-alternativ ## Minimal example demonstrating the issue ```tex \documentclass{article} \usepackage{unicode-math} \setmathfont{Latin Modern Math}...

## Description enabling `unicode-math` adds to much space between mathcal symbol and subscript ## info - Relevant for XeTeX - Relevant for LuaTeX - Issue tracker has been searched for...

## Description `unicode-math` breaks the detection of integrals in `amsmath`'s `\dots` command. It now uses `\dotso` instead of `\dotsi` between integrals. In practical terms it means that dots are now...

## Description When `unicode-math` v0.8k is loaded, the spacing of the superscript in the root `\sqrt[n]{x}` changes dramatically when a larger font size is chosen, resulting in very unpleasant output....

## Description 1) Manual of unicode-math 0.8q: 4.4.1 Default ‘text math’ fonts .... With unicode-math loaded, after writing \setsansfont{Helvetica} , \mathsf will now be set in Helvetica. In the example...

## Description I've noticed that `\widebridgeabove` is not really wide since it is defined as `\mathaccent` in the package. https://github.com/wspr/unicode-math/blob/d28e48e46392516bae43bd9cb15660f7037e47ac/unicode-math-table.tex#L164 I've changed it to `\mathaccentwide` and it seemed to work...

## Description The `mathtools` package defines `\coloneq` as `:-`, while the `unicode-math` defines it as `:=`. The same problem also applies to `\Coloneq`. This should be either mentioned in the...

## Status **READY** ## Description The documentation describes `mathcal` and `mathscr` as synonyms, but the `mathscr` correctly maps the lowercase Latin letters, while `mathcal` only handles the uppercase letters. This...

## Description When using LuaTeX, the `CharacterVariant` feature doesn't work for small font sizes such as `\scriptstyle` and `\footnotesize`. This problem doesn't occur with XeTeX. - ✗ Relevant for XeTeX...

## Description for set membership the [Wikipedia page](https://en.wikipedia.org/wiki/Element_(mathematics)#Notation_and_terminology) lists four LaTeX commands: `\in` `\ni` `\notin` `\notni` ; unfortunately unicode-math does not define the latter. ## Minimal example demonstrating the issue...