qibogang / qibogang.github.io

The gang site :)
https://qibogang.github.io
0 stars 0 forks source link

Rendering of LaTeX in nextjs + react app #14

Closed MatteoRobbiati closed 1 year ago

MatteoRobbiati commented 1 year ago

As the title says.

alecandido commented 1 year ago

Use KaTeX, or some package providing it for you :) (I would have expected mdx renderers to take care of this themselves)

alecandido commented 1 year ago

Btw, it seems that MathJax caugth up with KaTeX performances in v3 (v2 was horribly slow):

https://www.intmath.com/cg5/katex-mathjax-comparison.php

Both works also in SSR.

MatteoRobbiati commented 1 year ago

I think that this can be close after merging #15.

alecandido commented 1 year ago

I think that this can be close after merging #15.

It is possible to link PRs to issues, selecting them in the right column :) image

MatteoRobbiati commented 1 year ago

I think that this can be close after merging #15.

It is possible to link PRs to issues, selecting them in the right column :) image

Oh, nice! Thank you :)