-
Notifications
You must be signed in to change notification settings - Fork 105
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 editing? #105
Comments
Well, I think that eventually we could do it, but that will be a huge feature. For now, I have no plans for implementing such a feature, because we have our hands busy with other major issues (alternate renderers, blurry text in WPF, fonts, adding new LaTeX features etc.) You've made a nice initial task decomposition. Each of your points is itself a whole area of research. I'm not sure if we actually want to include the formula editing stuff in the core WPF-Math package, but it definitely could be packed into a separate control library, although it'll be much easier to develop it in the main repository. If anyone wants to invest their free time to make this happen, please make yourself familiar with the main code parts and then we're open for discussion. |
I'd like to work this when I have time and when I can use the project in the app I'm developing (probably requiring skiasharp). |
@charlesroddie Are you having in mind something like the formula control in Microsoft mathematics? |
Yes something like that. The surrounding UI (buttons for functions etc.) would not be part of the project. This is something that is currently planned for CSharpMath by @Happypig375 as a port of MathEditor for iOS. Once we have a good sense of the structure over there we can update you here in wpf-math. In the very long term it could turn into something LyX-like (including text with math editing boxes inside). |
have you got any news ? |
About the feasibility of supporting editing LaTeX, as you can do in MathQuill using javascript. Is this infeasibly large or potentially doable in future?
My initial thinking is that the main requirements would be, perhaps in order of difficulty:
The text was updated successfully, but these errors were encountered: