XmacsLabs / mogan

Mogan STEM Suite (based on GNU TeXmacs): Enjoy exploring science and technology!
https://mogan.app
GNU General Public License v3.0
383 stars 31 forks source link

Large brackets issue with Stix font #1682

Open avogab opened 7 months ago

avogab commented 7 months ago

Mogan Version

1.2.5-rc2

Operating System Version and Architecture

Kubuntu 22.04

Describe Bug

Large brackets are not displayed correctly with Stix font. Log:

TeXmacs] warning, no bitmap available for <#239E> TeXmacs] in font unicode:STIXSizeOneSym-Regular10@600 TeXmacs] warning, no bitmap available for <#23A0> TeXmacs] in font unicode:STIXSizeOneSym-Regular10@600 TeXmacs] warning, no bitmap available for <#239F> TeXmacs] in font unicode:STIXSizeOneSym-Regular10@600

A minimal file content to reproduce the issue:

<style|<tuple|generic|no-page-numbers|british>>

<\body> <\equation> <around|(|<frac||>|)> </equation*>

\;

<\initial> <\collection> <associate|font|stix> <associate|font-family|rm> <associate|math-font|math-stix> <associate|page-medium|paper> <associate|page-screen-margin|false>

Expected Behavior

The brackets should adapt to content that has more rows.

da-liii commented 2 weeks ago

Here is the screenshot to reproduce the issue: image