oohoo / moodle-tinymce_matheditor

7 stars 2 forks source link

Matrix Command #4

Closed raywainman closed 11 years ago

raywainman commented 11 years ago

There is currently no support for matrices in MathQuill. Adding this functionality is needed in order to provide all the necessary features of the math editor.

raywainman commented 11 years ago

Added a command that does mathquill->latex via a mathquill command - only thing needed now is the reverse operation (latex->mathquill)

https://github.com/raywainman/mathquill/commit/a78815daf22433982c6b36ee10592fc5685543fa

raywainman commented 11 years ago

Another commit related to this issue, finally got it to parse the LaTeX correctly. All that is left is to ensure that the correct content is generated in MathQuill.

https://github.com/raywainman/mathquill/commit/dcf5c1d5f508832fd310eaf2cc77b68c9ce4e988

raywainman commented 11 years ago

Finished https://github.com/raywainman/mathquill/commit/5a9c6a04ac4e8bb1fd4f912ccbfa53a99224adf8