Another test.

This commit is contained in:
Michael Griebling
2023-01-18 12:10:52 -05:00
parent 46cbe1c743
commit c1eb9e7ded

View File

@@ -1,9 +1,14 @@
# MathRender Examples # MathRender Examples
## Square of sums ## Square of sums
$$ ```LaTeX
(a_1 + a_2)^2 = a_1^2 + 2a_1a_2 + a_2^2 (a_1 + a_2)^2 = a_1^2 + 2a_1a_2 + a_2^2
$$ ```
As rendered by MathJax: $ (a_1 + a_2)^2 = a_1^2 + 2a_1a_2 + a_2^2 $
As rendered by SwiftMath:
![Square Formula](img/square.png) ![Square Formula](img/square.png)