Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Large brackets issue with Stix font #1682

Closed
avogab opened this issue Mar 3, 2024 · 4 comments
Closed

Large brackets issue with Stix font #1682

avogab opened this issue Mar 3, 2024 · 4 comments
Assignees
Labels
bug Something isn't working fonts

Comments

@avogab
Copy link

avogab commented Mar 3, 2024

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.

@avogab avogab added the bug Something isn't working label Mar 3, 2024
@da-liii da-liii added this to the v1.2.6 milestone Mar 4, 2024
@da-liii da-liii added the fonts label Mar 13, 2024
@da-liii da-liii removed this from the v1.2.6 milestone Aug 5, 2024
@da-liii
Copy link
Contributor

da-liii commented Oct 6, 2024

Here is the screenshot to reproduce the issue:
image

@da-liii
Copy link
Contributor

da-liii commented Oct 30, 2024

image

should be fixed by #2120

@da-liii da-liii closed this as completed Oct 30, 2024
@da-liii
Copy link
Contributor

da-liii commented Oct 30, 2024

Here is the test doc in TMU:

<TMU|<tuple|1.0.5|1.2.9.5>>

<style|<tuple|generic|british>>

<\body>
  Stix:

  <with|font|Stix Math|<\equation*>
    <around*|(|<frac|1|2+<frac|1|2>>|)>
  </equation*>>

  Roman:

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

<\initial>
  <\collection>
    <associate|page-screen-margin|false>
  </collection>
</initial>

@avogab
Copy link
Author

avogab commented Oct 30, 2024

Great ! Thanks @KeShih and @da-liii

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fonts
Projects
None yet
Development

No branches or pull requests

3 participants