-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add support to AsciiMath, LaTeX #58
Comments
Looks interesting, though I don't understand in detail how it should be used:
Adding a full blown library to vym would make it harder to build and maintain, I am not convinced I would like to do that ;-) Workaround idea: Use vym and external scripts to achieve similar results? |
I just saw Freeplane having LaTeX scripts. If you use VSCodium or VS Code, there is an extension “Markmap”, which implemented KaTeX. You can try it out: https://markmap.js.org/repl
There are some Python scripts for doing the conversion, for example https://pypi.org/project/latex-image-generator/ |
Thanks for all the pointers :-) On my part I probably won't have the time to implement that in foreseeable future :-( But maybe someone else would like to jump on this, I'll happily support, if possible |
It doesn't look complicated in its “Build demo” section: run those commands and it will build. It seems that it requires one more dependency: the compiler. By the way. I saw a “/tex” folder in there. Hadn't you hear about LaTeX before? |
The vym manual itself is created with LaTeX ;-) While MicroTex is supposed to work with Qt, I have some trouble building it as it (wrongly) assumes a GTK environment in KDE plasma :-P Seems the authors mixed up Qt and Unix as operating systems in their CMakeLists.txt :-( Also development seems to be quite dead for 2 years there. Missing packages to compile it are (at least) tiny-xml2-devel, fontconfig-devel, probably more. I try to have another look once I find more time (currently busy with completely rewriting vyms rendering and adding darkmode) |
It doesn't support formula for now.
There is https://github.com/NanoMichael/MicroTeX for LaTeX.
The text was updated successfully, but these errors were encountered: