Formula block

The Formula block lets you insert mathematical expressions using LaTeX notation.

Block fields

FieldTypeRequiredNotes
titlestringYesDescriptive label for the formula
latexstringYesFormula written in LaTeX syntax

LaTeX examples

ExpressionLaTeX
Quadratic formulax = \\frac{-b \\pm \\sqrt{b^2 - 4ac}}{2a}
Mass-energy equivalenceE = mc^2
Pythagorean theorema^2 + b^2 = c^2
Euler identitye^{i\\pi} + 1 = 0
Integral\\int_{a}^{b} f(x)\\,dx
Summation\\sum_{n=1}^{\\infty} \\frac{1}{n^2} = \\frac{\\pi^2}{6}

You do not need to wrap formulas in $...$ or \\[...\\] delimiters.

Tips

  • Use concise titles. Label the formula by concept name.
  • Check symbols carefully. Small LaTeX mistakes change meaning.
  • Keep expressions canonical. Prefer standard textbook notation when possible.