mirror of
https://github.com/moodle/moodle.git
synced 2025-04-05 08:23:01 +02:00
MDL-50935 atto_equation: Fix display of matrix template
Thanks to Geoffrey Rowland's fix suggestion.
This commit is contained in:
parent
fee1b8ce5f
commit
3cb02787cf
@ -159,7 +159,7 @@ if ($ADMIN->fulltree) {
|
||||
(a)
|
||||
[a]
|
||||
\lbrace{a}\rbrace
|
||||
\left| \begin{matrix} a_1 & a_2 \\ a_3 & a_4 \end{matrix} \right|
|
||||
\left| \begin{matrix} a_1 & a_2 \\\\ a_3 & a_4 \end{matrix} \right|
|
||||
\frac{a}{b+c}
|
||||
\vec{a}
|
||||
\binom {a} {b}
|
||||
|
Loading…
x
Reference in New Issue
Block a user