Skip to content
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 arrays support #11

Open
hmon opened this issue Jul 31, 2017 · 0 comments
Open

LaTeX arrays support #11

hmon opened this issue Jul 31, 2017 · 0 comments

Comments

@hmon
Copy link

hmon commented Jul 31, 2017

How is it possible to implement arrays and matrix in the predefined formulas supported in the library?
Matrix

\begin{matrix}
a & b & c \
d & e & f \
g & h & i
\end{matrix}

Array

\begin{array}{c|c}
1 & 2 \
\hline
3 & 4
\end{array}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant