Replies: 2 comments 1 reply
-
|
Hey! For LaTeX equations to render in render-markdown.nvim on Windows, you need the full toolchain: 1) Ensure libtexprintf is in your PATH (restart terminal after install). 2) Install a TeX distribution like TinyTeX or MiKTeX for the actual LaTeX rendering engine. pylatexenc is just a Python helper. 3) Check your nvim config: or similar. After installing a TeX distribution and ensuring libtexprintf is found, restart Neovim. That should do it! |
Beta Was this translation helpful? Give feedback.
-
|
Do you have the latex treesitter installed? The equations don't render without it. (I agree the README should clarify it better)
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for the plugin. I am using it every day for notetaking.
These days I want to render the latex equations i have.
However I am so lost in installing the system dependencies in the readme.
I am using windows 11 powershell.
I executed
python3 -m pip install pylatexencand
npm install -g libtexprintfand opened lazyvim. But equestions don't get converted.
Beta Was this translation helpful? Give feedback.
All reactions