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

Font issues with MathJax v3 on Safari #2637

Closed
artagnon opened this issue Feb 28, 2021 · 6 comments
Closed

Font issues with MathJax v3 on Safari #2637

artagnon opened this issue Feb 28, 2021 · 6 comments

Comments

@artagnon
Copy link

Testcase: $M_1 \otimes M_2$ in a paragraph renders like this:

Capture d’écran 2021-02-28 à 12 39 49

The MathJaX version is 3 using CHTHML, browser is Safari, and configuration is:

    script defer=true src="//cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js"
    javascript:
      MathJax = {
        loader: {
          load: ['[custom]/xypic.min.js'],
          paths: {custom: '/dist'}
        },
        tex: {
          packages: {'[+]': ['xypic']},
          inlineMath: [['$', '$']]
        }
      };

Live example.

@dpvc
Copy link
Member

dpvc commented Mar 1, 2021

Are you using Safari? There is a bug in Safari that causes this with CommonHTML output. We hope to be able to address it during a major font update during the summer.

@dpvc dpvc added the Duplicate label Mar 1, 2021
@dpvc
Copy link
Member

dpvc commented Mar 1, 2021

Duplicate of #2435.

@artagnon
Copy link
Author

artagnon commented Mar 1, 2021

Yes, Safari, but MathJaX v3. Thanks.

@dpvc
Copy link
Member

dpvc commented Mar 1, 2021

Yes, the Safari bug is exhibited in v3 (not v2).

@artagnon artagnon changed the title \otimes isn't rendered correctly sometimes Font issues with MathJax v3 on Safari Mar 17, 2021
@artagnon
Copy link
Author

Here's an instance of another bug:

$$
  \begin{align}
    L_i \mathscr{F}(X) = H_i \mathscr{F}(P_\bullet) & \tag{left derived functor} \\
    R^i \mathscr{F}(X) = H^i \mathscr{F}(I^\bullet) & \tag{right derived functor}
  \end{align}
$$

mathjax-font-bug

@dpvc
Copy link
Member

dpvc commented Mar 17, 2021

@artagnon, this is the same bug. (#2435)

@dpvc dpvc added this to the 3.2 milestone Jun 16, 2021
@dpvc dpvc closed this as completed Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants