-
-
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
Katex fails to parse table commands #39
Comments
@lingarajsankaravelu I have the same issue |
@ratala1 wr u able to find a solution for this? |
KaTeX/KaTeX#267 One solution would be to parse the data and create a html table before rendering. |
hello and how are you?
I will recommend that you use array instead using the example below
\begin{array}{|c|c|c|}
\hline
\text{Set} & \text{Operation} & \text{Identity} \\
\hline
\mathbb{Z} & + & 0 \\
\hline
\mathbb{Q} & + & 0 \\
\hline
\mathbb{R} & + & 0 \\
\hline
\mathbb{Z} & \times & 1 \\
\hline
\mathbb{Q} & \times & 1 \\
\hline
\mathbb{R} & \times & 1 \\
\hline
\end{array}
Hope this helps?
Regards
…On Thu, Jul 9, 2020 at 2:23 PM rajeswari ratala ***@***.***> wrote:
KaTeX/KaTeX#267 <KaTeX/KaTeX#267>
Katex doesn't support this.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#39 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APYPRJBX66IV2KDBYV7ZWTDR2XAGXANCNFSM4NOAYXWQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let me begin by appreciating your effort on this library. Its one of the best MathView library for android. Thank you.
But i observed that the library does not render table even with HTML tags. I am also using these commands below to create latex table
\begin{tabular}{|l|c|c|c|c|c|c|c|}
\hline
Marks & 2 & 3 & 4 & 5 & 6 & 7 & 8 \ \hline
No. of Students & 4 & 2 & 5 & 2 & 4 & 1 & 3 \ \hline
\end{tabular}
Please help.
The text was updated successfully, but these errors were encountered: