-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Support LaTeX ? #70
Comments
Rendering LaTeX would be an almost impossible task for any Android library alone. I don't think we will have that kind of ambitious goal anytime soon. If we are talking about a small subset of LaTeX like math equations, that'd be something we can look into. I mean not the parsing of a math syntax but providing necessary builders to write a generic math function.
would render something like |
@halilozercan Yes. I wish |
请问现在支持LaTex了吗 |
I am not sure about quality but here some existing libraries for parsing/rendering LaTeX on android https://github.com/NanoMichael/AndroidLaTeXMath @halilozercan what do you think about some kind of plugins to parse/render embedded things. I think it is better than inventing yet another math markup language. Because it is a pretty common and widely used scenario to embed LaTeX into markdown: f{\left( a \right )} = \frac{1}{2 \pi i} \oint_{\gamma} \frac{f{\left( z \right )}}{z - a} dz |
Hi, Can anyone please update on this? I need Latex support into markdown. |
@sakibanda I spent a night making it possible 😄
You can check my branch and modify it as you want. https://github.com/phucynwa/compose-richtext/tree/support_latex
|
Sorry couldn't reply earlier. Thanks a lot @phucynwa, I appreciate it 👍 I will implement and let you know how it goes. |
When i switch to your branch & try android build without making any changes I get these errors: Unresolved reference: com.halilibo.richtext.ui.RichTextThemeIntegration |
Never mind. followed the documention here : Then, build worked but Latex functions are not rendering, I am trying everything but don't know why its not working, please find below code & screenshot. Here is my code:
Please help. |
Hello, Any update on this? Tried the code from your sample, but still its not rendering LaTex code. Please help. |
I've just found this awesome library. I love your attempt.
I hope that compose-richtext will support LaTeX soon.
The text was updated successfully, but these errors were encountered: