Math and Academic Functions
Typora supports rendering normal mathematics using Tex/LaTeX syntax. The rendering process is processed by MathJax. Table of Contents Math Block (Display Math) Inline Math TeX Commands available in Typora Chemistry Expressions Cross Reference Auto Numbering Troubleshooting Force Refresh Line Breaking Limitations Math Block (Display Math) Math blocks are LaTeX expressions wrapped by $$ mark and line break, for example: $$ \begin{align*} y = y(x,t) &= A e^{i\theta} \\ &= A (\cos \theta + i \sin \theta) \\ &= A (\cos(kx - \omega t) + i \sin(kx - \omega t)) \\ &= A\cos(kx - \omega t) + i A\sin(kx - \omega...
https://support.typora.io/Math/