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

latex duplication #111

Open
AstolfoOnTheMoon opened this issue Jan 17, 2024 · 1 comment
Open

latex duplication #111

AstolfoOnTheMoon opened this issue Jan 17, 2024 · 1 comment

Comments

@AstolfoOnTheMoon
Copy link

Left is what I wrote
Right is what appear in the map
How can I fix this duplication?
a

@itsonlyjames
Copy link

I've also been experiencing the same issue, upon investigation it seems that katex is being rendered twice, one as katex-mathml and the other as katex-html, from my observations katex-mathml is the correctly rendered one and I assume the one to keep.

image

Adding .katex-html { display: none; } does fix the issue, but some rendering issues still exist.. (does katex have mhchem? In my case \ce is not rendering correctly)

I'm fairly new to Katex and LaTeX so not sure on the best course of action

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