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

KaTeX \vec command not working #361

Open
kurtbruns opened this issue Nov 20, 2023 · 0 comments
Open

KaTeX \vec command not working #361

kurtbruns opened this issue Nov 20, 2023 · 0 comments

Comments

@kurtbruns
Copy link
Collaborator

kurtbruns commented Nov 20, 2023

Describe the bug

The KaTeX command \vec{v} does not draw an arrow over the variable.

To Reproduce

Try the following in a lesson.mdx file:

$$
\vec{\mathbf{v}}
$$

Notes

I tried to fix this issue by updating the related dependencies and/or doing a fresh install but ran into a rather obtuse error that I couldn't figure out. These are what appear to be the related dependencies:

    "katex": "^0.13.11",
    "rehype-katex": "^5.0.0",
    "rehype-slug": "^4.0.1",
    "remark-13-math": "npm:remark-math@^4.0.0",
    "remark-math": "^3.0.1",

The command \overrightarrow works fine, but doesn't look nearly as good.

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

1 participant