ArthurSonzogni / Diagon

Interactive ASCII art diagram generators. :star2:
https://arthursonzogni.com/Diagon/
MIT License
1.47k stars 56 forks source link

Can this convert a mathematical equation written in latex to ascii? #44

Closed sujaldev closed 1 year ago

sujaldev commented 1 year ago

Sorry this isn't an issue but since discussions aren't enabled I didn't know where to ask this.

I have equations in latex but I'm not sure how to convert it to the syntax used by Diagon, any suggestions on how to approach this?

ArthurSonzogni commented 1 year ago

Welcome!

Sorry this isn't an issue but since discussions aren't enabled I didn't know where to ask this.

Discussion opened: https://github.com/ArthurSonzogni/Diagon/discussions

I have equations in latex but I'm not sure how to convert it to the syntax used by Diagon, any suggestions on how to approach this?

We support converting diagon syntax toward multiple target:

However, this doesn't work in the other direction. Parsing latex would be too difficult.

sujaldev commented 1 year ago

I think I've found another tool that probably does what I'm trying to achieve, thank you for your response!