1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-20 21:21:59 +00:00

Updated delimiters.

Flexo013
2019-08-18 20:44:26 +02:00
parent 1c0a79010b
commit 3ed1fd2750

@@ -1,14 +1,14 @@
You can write math by TeX. With $$ and $$$, write some equations.
You can write math by TeX. With $$ and $$$, write some equations. (Make sure to use the TeX delimiters as configured.)
```
# TeX support
$$$ 1 + \frac{q^2}{(1-q)}+\frac{q^6}{(1-q)(1-q^2)}+\cdots = \prod_{j=0}^{\infty}\frac{1}{(1-q^{5j+2})(1-q^{5j+3})}, \quad\quad \text{for }\lvert q\rvert<1. $$$
$$ 1 + \frac{q^2}{(1-q)}+\frac{q^6}{(1-q)(1-q^2)}+\cdots = \prod_{j=0}^{\infty}\frac{1}{(1-q^{5j+2})(1-q^{5j+3})}, \quad\quad \text{for }\lvert q\rvert<1. $$
## inline math
This $$\begin{Bmatrix}
This $\begin{Bmatrix}
a & b \\
c & d
\end{Bmatrix}$$ is a matrix
\end{Bmatrix}$ is a matrix
```
![image](https://user-images.githubusercontent.com/11307908/32276970-3d464576-bf54-11e7-8d67-79110dcffdd8.png)