Table of contents
- Method 1: Formatting the text
- 1. Create a new Notion page
- 2. Write your equation
- 3. Highlight the text and use the Create equation formatting option
- 4. Click on the Done button
- Method 2: Using the Block equation or Inline Equation Notion blocks
- 1. Open the Notion page
- 2. Create a block equation
- 3. Write the equation
- 4. Click on the Done button
- Method 3: Using the $$ shortcut
- 1. Open the Notion page
- 2. Type the equation between two sets of $$
- When to use Block equation vs Inline equation Notion block
- 1. Alignment of text
- 2. Ease of using other functions
- How to add math symbols in Notion?
- 1. Open the Notion page
- 2. Initiate the Inline equation block
- 3. Write the equation with KaTex code
- Notion symbols cheat sheet
- Frequently asked questions
- Why does my equation show an error in Notion?
- How do I type Greek letters and special Notion math symbols?
- Can I align multi-line equations?
TL;DR
- Add math three ways: use
/equation
for a block,/inline equation
for inline, or wrap your expression with$$...$$
for a quick inline insert. - Block equations are centered and can be resized. Inline equations stay within a sentence.
- Use
{}
to group,^
for superscript,_
for subscript. Common commands:\frac{a}{b}
,\sqrt{x}
,\sum
,\int
,\alpha
. - The cheat sheet lists core categories: operators, relations, sets, calculus, Greek letters, accents, and formatting.
Whether you are writing a blog post or taking class notes, it’s imperative to give some phrases more emphasis by highlighting them. You might want to draw more attention to a phrase or be able to discern it from the rest of the text to ease reading.
For example, while taking math notes in Notion, you want the equations to look different from the rest of the text. That allows easy scanning of notes when you refer to them in future.
Notion offers three built-in font styles, a variety of blocks, and color options that can help elevate text. One of those blocks is the Block equation. It provides a unique font style that makes math equations and symbols stand out from the text.
In this guide, we will show how to write equations in Notion that include a variety of math symbols based on your requirements.
Publish clean math pages from Notion with Super in minutes. Equations render beautifully on desktop and mobile.
Let’s get started.
Here are the three methods to add an inline math equation in Notion:
Method 1: Formatting the text
1. Create a new Notion page
You can add math equations to an existing page but we create a new one for demonstration purposes. We will refer to it throughout this guide.
2. Write your equation
You can use the default text block to type your equation as displayed in the below image.
3. Highlight the text and use the Create equation formatting option
Highlighting the text will display a menu bar. Click on the Create equation icon in it, as indicated in the below image.
4. Click on the Done button
Notice the math equation taking a different font than before? That's what we were trying to achieve. If the equation looks good, click on Done to insert it in your page.
Method 2: Using the Block equation or Inline Equation Notion blocks
Block equation and Inline equation are both Notion blocks which can help you add equations with symbols to Notion.
There are some subtle differences between the two that we will discuss in the next section. But for now let's see how to use either of these blocks to insert an inline equation in Notion.
1. Open the Notion page
2. Create a block equation
Type /equation where you want to insert the equation inside your page. Notion will display both the blocks. Select the Block equation option for now.
3. Write the equation
Type the equation in the Block equation block as demonstrated in the below image.
It simultaneously takes a different font style.
4. Click on the Done button
Click on the blue Done button once you're done to insert the center aligned Notion formula in your page.
Method 3: Using the $$ shortcut
The shortcut to inserting an inline math equation in Notion is placing it between a pair of double dollar signs.
Let's check out how that works.
1. Open the Notion page
2. Type the equation between two sets of $$
You might notice in the below image that we did not add the last dollar sign. That's because as soon as we add it, it changes the font but wants to display the formula with the signs.
Notion changes the font as soon as you type the last dollar sign, as visible in the below image.
When to use Block equation vs Inline equation Notion block
1. Alignment of text
The Block equation block displays the formula (or any text) center aligned. The Inline equation block displays it left aligned.
2. Ease of using other functions
Block equation enables you to add more functions to the formula. For example, you can make the font size larger with it.
The below image displays the normal sized font.
By prefixing the \Large function, we have increased its size as demonstrated in the below image.
How to add math symbols in Notion?
Notion follows the KaTex nomenclature of math symbols. We will demonstrate its implementation with the Division or Fraction symbol.
We will also share a cheat sheet of common math symbols with the formula in a later section. You can use it to insert any symbol based on the math equation you plan to write.
1. Open the Notion page
2. Initiate the Inline equation block
3. Write the equation with KaTex code
The KaTex code for division is \frac {A} {B}.
Putting that in an inline equation block turns it into a fraction, as indicated in the below image.
Notion symbols cheat sheet
Category | What you need | Type this in Notion |
Basics | Superscript, Subscript, Grouping, Plain text in math | x^2 , x_i , {ab} , \text{speed} |
Fractions & Roots | Fraction, Square root, n-th root | \frac{a}{b} , \sqrt{x} , \sqrt[n]{x} |
Brackets & Sizing | Auto-size brackets, Absolute value | \left( \frac{a}{b} \right) , `\left |
Common Operators | Plus/minus, Multiply, Dot, Divide, Proportional | \pm , \times , \cdot , \div , \propto |
Relations | Equal, Not equal, Less/Greater or equal, Approximately | = , \neq , \le , \ge , \approx |
Greek Letters | Lowercase, Uppercase examples | \alpha \beta \gamma \pi \theta \lambda \mu \sigma \omega , \Delta \Pi \Sigma \Theta |
Functions | Trig, Log/ln, Max/Min | \sin x , \cos x , \tan x , \log x , \ln x , \max , \min |
Calculus | Derivative, Integral, Limit | \frac{d}{dx} x^2 , \int_a^b f(x)\,dx , \lim_{x\to 0} \frac{\sin x}{x} |
Sums & Products | Summation, Product with limits | \sum_{i=1}^{n} i^2 , \prod_{k=1}^{n} a_k |
Sets & Logic | In/not in, Subset, Union, Intersection, Real numbers, And/Or/Not | \in , \notin , \subset , \cup , \cap , \mathbb{R} , \land , \lor , \lnot |
Vectors & Bold | Vector arrow, Bold symbol, Unit vector hat | \vec{v} , \mathbf{F} , \hat{n} |
Matrices | 2×2 matrix (brackets) | \begin{bmatrix} a & b \\ c & d \end{bmatrix} |
Piecewise | Cases definition | \begin{cases} x, & x\ge 0 \\ -x, & x<0 \end{cases} |
Alignment | Multi-line aligned equations | \begin{aligned} a&=b+c \\ d&=e-f \end{aligned} |
Spacing | Thin, Med, Wide | \, , \; , \quad |
Common full examples (copy and paste)
- Quadratic formula:
- Euler identity:
- Definite integral with substitution hint:
- Vector magnitude:
- System of equations (aligned):
x=\frac{-b \pm \sqrt{b^2-4ac}}{2a}
e^{i\pi}+1=0
\int_0^1 x^2\,dx = \left[\frac{x^3}{3}\right]_0^1 = \frac{1}{3}
\| \vec{v} \| = \sqrt{v_x^2 + v_y^2 + v_z^2}
\begin{aligned} 2x+3y&=5 \\ x-y&=1 \end{aligned}
Notion renders math with KaTeX. For the complete set of supported symbols and commands, see:
Turn your Notion math notes into a fast website with Super. Keep equations crisp and readable.
Create your website with Super today
Frequently asked questions
Why does my equation show an error in Notion?
Most errors come from unmatched braces {}
, missing backslashes on commands (e.g., \frac
), or unsupported functions. Use double dollar signs for quick inline math, move complex layouts to a block equation, and swap any unsupported commands for KaTeX supported ones.
How do I type Greek letters and special Notion math symbols?
Type the command name with a backslash: \alpha
, \beta
, \gamma
, or uppercase like \Gamma
, \Sigma
. For symbols, use commands such as \times
, \cdot
, \le
, \ge
, \neq
, \to
, \Rightarrow
, \in
, \subset
, and add \left...\right
to auto size brackets.
Can I align multi-line equations?
Yes. Use a block equation with \begin{aligned} ... \end{aligned}
, place &
at the alignment point, and \\
for line breaks. Notion doesn’t support automatic equation numbering or the standalone align
environment, so stick with aligned
(or alignedat
) inside a display block.
Get Super’s bi-weekly Notion Newsletter