The project I am working on is, before too long, going to require the addition of a module that will write/output math equations in readable/printable/scaleable format. I've done a little searching and haven't been able to find a package that will do the job for me. There are tools out there that help with writing and outputting math equations. I just looked at jmathedit
which seems to do a good job. Microsoft has had an equation editor for use with MS Word for many years and back in the day when I was still teaching math I used a product that had a built-in equation editor. I think Libre Office also has something similar. However, what I need is something of that kind that has been written in Rust and turned into a crate. The idea is to be able to include and modify it as part of my project. I may have to try to write this myself, but I'm pretty much an amateur when it comes to Rust coding and I strongly doubt I have the skills to tackle this kind of project. So, any thoughts/ideas on this topic?
TeX is probably the most popular choice for typesetting equations / math expressions, and Tectonic is a TeX engine written in Rust.
1 Like
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.