-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Equation not rendering properly. In case of long equations. How to move equation to the next line if i don't want to use horizontal scrolling. Also latex syntax => /cancel not working #30
Comments
Hello, when placing such request, you need to learn some things first.
Otherwise, it may happen that such requests are ignored. We are not some robots waiting for anyone to help them solve their problems. |
See my Comment I hope now that's enough for you 👍 :) |
About the auto line break, there is some discussion you can read, basically it does support auto break line, when enclosed in
The problem with the rendering is that it contains
Sorry I was so strict above, but it is really annoying to try to guess the meanings in such questions. PS: I wrote this because you might wait for the developer's response weeks. But I am unable to do much, only offer my experience with this lib. I coped with same problems, and solved them as written above. There are other libs as well, but at time this was the best regardless the issues mentioned above. |
@Aiosa: Could you please provide complete |
Hello, I am not exactly sure what you want from me. I didn't do anything with custom HTML or CSS here, I only modified a bit MathView.java and for some symbols that weren't supported I've used HTML eqivalent tags or codes. I didn't try to add any katex libraries. I just shared my experience with this library and how I coped with the issues mentioned by @iamAliRaza |
Hello Aiosa, I am going to use this library in my code. Could you please help me by telling which symbols are not supported so that i can handle it on prior. Thanks. |
Hmm that will need some investigation as it was some years ago and meanwhile, OS was reinstalled, server shut down (for the app -I closed the development due to lack of the time)... So far I¨ve tried backups on drives and FB messenger files and found nothing... will look a bit more EDIT: omg I found it! I didn't think i would actually find it but...you're lucky .) It is not exactly a list of symbols that do not work - it is rather a list of symbols that do work. I dont remember, whether it includes all symbols that work or just symbols that I would find useful (and work). At least, you can check only the missing symbols (against https://katex.org/docs/supported.html) and see whether they work, or treat all of the missing ones as if they don't). Looking on the images I probably did it in some paint program - printscreen and deleted all the not-working ones so probably it really includes all working symbols. Also, remember this is 2 or 3 years old list and some things may have changed. Cheers. |
Thanks a lot for your quick response. Thanks again. |
long equation like => f(x)=\frac d{dx}{(100+4x)}^{\textstyle\frac12}=\frac12{(100+4x)}^{\textstyle\frac12-1}\;\cdot\frac d{dx}(100+4x)
My Mathview width is "match_parent" and on smaller screens its starting horizontal scrolling
but i want remaining part of this equation in new line instead of horizontal scrolling.
Also
equation : \angle12;=;\mathrm\pi23;=;12;+;\cancel{34}
This equation is working fine online but not working with this lib MathView
The text was updated successfully, but these errors were encountered: