Program Functions

FAQ: Inline Math Using LaTeX In Notion

Screen Shot 2020-03-05 at 8.51.01 AM.png

⟪⟫ LaTeX Syntax

This reference sheet is intended for those seeking some clarity about inline math and LaTeX equation syntax, the only math function available in Notion. LaTeX is a wonderful tool, and with a little practice, is easy to use. I'm going to show you some common elements below, including fractions, brackets, operators, etc.

*Note: trigger LaTeX with "/math"

Brackets & Parenthesis

\\{ x+y \\}

Screen Shot 2020-03-05 at 8.53.41 AM.png

\\langle x+y \\rangle

|x+y|

Screen Shot 2020-03-05 at 8.54.04 AM.png

\\|x+y\\|

Screen Shot 2020-03-05 at 8.54.11 AM.png

Bracket Sizing & Adjustment

\\big( \\Big( \\bigg( \\Bigg(

Screen Shot 2020-03-05 at 8.54.33 AM.png

\\big) \\Big) \\bigg) \\Bigg)

Screen Shot 2020-03-05 at 8.54.42 AM.png

Etc ...

Fractions

\\frac{1}{2}

Screen Shot 2020-03-05 at 9.00.31 AM.png

Write Superscripts & Subscripts

x^n + y^n = z^n

Screen Shot 2020-03-05 at 8.54.53 AM.png

a_1^2 + a_2^2 = a_3^2

Screen Shot 2020-03-05 at 8.55.04 AM.png

Write Operators using subscripts & superscripts

\\sum_{i=1}^{\\infty} \\frac{1}{n^s} = \\prod_p \\frac{1}{1 - p^{-s}}

Screen Shot 2020-03-05 at 8.55.20 AM.png