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

Most accents don't render properly #96

Open
dead-summer opened this issue Jan 4, 2025 · 3 comments
Open

Most accents don't render properly #96

dead-summer opened this issue Jan 4, 2025 · 3 comments

Comments

@dead-summer
Copy link

Accents from typst doc:

$
grave(x), acute(x), hat(x), tilde(x), macron(x),\
dash(x), breve(x), dot(x), dot.double(x), diaer(x)\
dot.triple(x), dot.quad(x), circle(x), acute.double(x), caron(x)\
arrow(x), arrow.l(x), arrow.l.r(x), harpoon(x), harpoon.lt(x)
$

should be rendered as(tinymist):
image
however after shiroa serve and open with Edge browser:
image
we can see that only hat(x) and macron(x) are rendered correctly.

@Myriad-Dreamin
Copy link
Owner

Which version are you using? New version seems to have fixed this issue:

image

@dead-summer
Copy link
Author

shiroa -V prints:

shiroa version 0.2.0
features: embedded_fonts

To prevent web page caching, I added two test codes, and found that it seems to be related to the type of browser used:

  • Edge:
    image
  • Chrome:
    image

@Myriad-Dreamin
Copy link
Owner

We should check it on other browsers.

Additional Info: I'm on Edge Version 131.0.2903.112 (Official build) (64-bit).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants