cortex-js / cortexjs.io

Source for the cortexjs.io website
http://cortexjs.io/
49 stars 18 forks source link

Writing matrixes using math-field? #13

Closed k2rta closed 2 years ago

k2rta commented 2 years ago

wondering whether it is possible to write matrix with this library?

arnog commented 2 years ago

Yes, using the \begin{matrix}...\end{matrix} syntax, for example, or other LaTeX "environments". You can write a custom virtual keyboard if you need some UI shortcuts for matrix input/editing.

k2rta commented 2 years ago

Thanks!