Marcin Serwin
Marcin Serwin
## 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 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...
**Versions** - mathjax-node-page: 3.2.0 - mathjax-node-svg2png: 2.0.0 - node: 13.6.0 **Reproduction** ```javascript 'use strict'; const MathJax = require("mathjax-node-svg2png") const mjAPI = require("mathjax-node-page"); mjAPI.init(MathJax); mjAPI.addOutput("png", (wrapper, png) => { wrapper.innerHTML =...
Hi, the license file in this repo currently contains GNU GPL 3 which states that: https://github.com/n-apps/ScoreCounter/blob/1412e4d76cb7de76720bfd7240161b8cd1d5f122/LICENSE#L570-L577 which means that the author has the right to restrict whether the published program...
The default polish variant was based off `PN-83/P-55366` that was [recalled in 2014](https://sklep.pkn.pl/pn-p-55366-1983p.html). Per [PWN](https://web.archive.org/web/20121120220728/http://so.pwn.pl/zasady.php?id=629866) the version that is currently preferred is the inner-pointing guillemets, though others are allowed. This...
## MWE ```latex \documentclass{article} \usepackage{fontspec} \begin{document} \fontspec{STIXTwoMath-Regular.otf}[ Renderer=Base, Script=Math, CharacterVariant={3}, ] ∅ % Correct \fontspec{STIXTwoMath-Regular.otf}[ Renderer=Node, Script=Math, Style=MathScript, CharacterVariant={3}, ] ∅ % Correct \fontspec{STIXTwoMath-Regular.otf}[ Renderer=Base, Script=Math, Style=MathScript, CharacterVariant={3}, ] ∅...
## Description The debug text font is less legible when scaled linearly. Before:  Afer: 
## Description When no extra buttons are passed to zenity with `--question --switch` arguments it fails to show anything, however, SDL3 still reports success. To handle this case, we pass...