|
+-- Math
| |
| +-- Formula.math
| ...
|
+-- README.md
...
LaTeX source:
\sum_{\forall i}{x_i^{2}}
- CodeCogs's URL:
- Write the formula in LaTeX:
\sum_{\forall i}{x_i^{2}}
.
Option A:
- Get the URL from: https://www.codecogs.com/latex/eqneditor.php
Option B:
- Convert the formula to percent-encoded string.
- Combine the CodeCogs's URL and encoded formula string:
![\sum_{\forall i}{x_i^{2}}](https://latex.codecogs.com/svg.latex?%5Csum_%7B%5Cforall+i%7D%7Bx_i%5E%7B2%7D%7D)
- Standard:
\sum_{\forall i}{x_i^{2}}
- Multiline formula:
\newline
2 + 2 = 4 \newline
2 + 3 = 5 \newline
\frac{2}{4} = 0.5