numbas / editor

An editor for the Numbas e-learning system.
http://numbas.mathcentre.ac.uk
Apache License 2.0
59 stars 62 forks source link

Fix texify on `matrix(a)` #223

Closed christianp closed 9 years ago

christianp commented 9 years ago

texify on a matrix expects the argument to be a list literal. If it's a variable name, it fails.

christianp commented 9 years ago

Fixed by numbas/Numbas@213f880