NSoiffer / MathCAT

MathCAT: Math Capable Assistive Technology for generating speech, braille, and navigation.
MIT License
54 stars 33 forks source link

Support copying plain text and TX code for Math #202

Open bhavyashah opened 10 months ago

bhavyashah commented 10 months ago

Wherever MathCAT supports copying (currently only when in navigation), it should offer the following copy modes:

NSoiffer commented 10 months ago

For the TeX code, I need to write a chunk of code that probably is 1-2 week's work. I think supporting ASCIIMath also makes sense. That too is a similar amount of work. So altogether, this looks to be a significant project, so it won't happen soon. Unfortunately all the rust packages seem to be LaTeX->MathML, not the other way around.

I may get the plain text done first (separately).