-
Notifications
You must be signed in to change notification settings - Fork 89
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
LaTeX math mode support #39
Comments
This is amazing, I would gladly merge it when it's ready! |
Do you think it would work with SVG output as well? |
It's a great point. It will need to be a limitation for the time being. I would suggest supporting this feature for only .png in this pull request rather than making the change too big. |
I have opened a pull request for this feature to have a discussion about its detail. Please have a look at it and leave your thoughts. |
I wonder if it is possible to make this as addon or option? (if not merging directly because of some limitations) |
@paulvi , what do you mean by "option"? My current plan is to make it a feature enabled by the "--latex-math" option otherwise defaulting to original behavior. Making it an addon would be quite a bit challenging, actually. Actually, I came to think that it might be better to go back to original code base and re-work this pull request since unless otherwise it's difficult to review the enhancement. |
OK, so if thi Latext support is optional that is only enabled when "--latex-math" option is passed, than I would like to see it merged as it is. |
Hi, after long period of busy days, I could finally find a time to work on this. |
It will be very useful if we can use LaTeX's math mode inside ditaa's ascii art.
That is, if we have a following ascii art,
I would see it rendered like this.
I have already implemented this feature in my forked repository and am going to open a pull request soon. Please kindly consider merging it when it's opened.
The text was updated successfully, but these errors were encountered: