Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Notion’s support for inline equations and formulas opens up new possibilities for math, science, and technical documentation. With the help of LaTeX—a typesetting language for mathematical expressions—Notion users can create complex equations, symbols, and even formatted mathematical functions. Whether you’re managing budgets, documenting scientific formulas, or creating study notes, inline equations make it easy to add professional, readable formulas directly to your Notion pages.
This guide will walk you through the basics of adding inline equations, provide examples for common use cases, and cover best practices for formatting and customization.
Also Read: How to Create and Use Toggles Blocks and Nested Content in Notion?
Notion makes it easy to add inline equations, which appear within a line of text, making them perfect for notes or explanations. Inline equations work similarly to other text, allowing you to place formulas and expressions seamlessly alongside written content.
Steps to add an inline equation:
x^2 + y^2 = z^2
will create the formula x2+y2=z2x^2 + y^2 = z^2×2+y2=z2.For example, if you type $E = mc^2$
within a text block, it will display the equation E=mc2E = mc^2E=mc2 inline, allowing you to explain concepts or calculations without breaking the text flow.
Also Read: How to Personalize your Notion Pages with Emojis and Icons?
In LaTeX syntax, simple operations like addition, subtraction, multiplication, and division can be represented directly. Let’s look at some basic examples:
+
and -
.
$a + b - c$
will display as a+b−ca + b – ca+b−c.*
) or \cdot
for a centered dot.
$a * b$
displays as a×ba \times ba×b, while $a \cdot b$
displays as a⋅ba \cdot ba⋅b./
or \frac{numerator}{denominator}
for fractions.
$a / b$
displays as a÷ba \div ba÷b, while $\frac{a}{b}$
displays as ab\frac{a}{b}ba.Adding basic symbols to inline equations makes it easy to represent simple math and calculations.
Also Read: How to Create and Manage Subpages in Notion?
Inline equations also support formatting for exponents, subscripts, and fractions, making it possible to add scientific formulas, mathematical proofs, and other complex expressions.
^
) to indicate exponents.
$x^2$
displays as x2x^2×2.$x^{power}$
displays as xpowerx^{power}xpower._
) for subscripts.
$x_1$
displays as x1x_1x1.\frac{numerator}{denominator}
to create fractions.
$\frac{a}{b}$
displays as ab\frac{a}{b}ba.$\frac{a+b}{c+d}$
displays as a+bc+d\frac{a+b}{c+d}c+da+b.Using exponents, subscripts, and fractions allows you to create professional-looking mathematical expressions perfect for academic, financial, and technical content.
Also Read: How to Use Undo/Redo Features in Notion?
LaTeX in Notion also supports Greek symbols and various special characters commonly used in scientific fields. Simply enter the LaTeX name of the symbol, preceded by a backslash.
$\alpha + \beta = \gamma$
displays as α+β=γ\alpha + \beta = \gammaα+β=γ.$\int_a^b x \,dx$
displays as ∫abx dx\int_a^b x \,dx∫abxdx.$\sum_{n=1}^{\infty} \frac{1}{n^2}$
displays as ∑n=1∞1n2\sum_{n=1}^{\infty} \frac{1}{n^2}∑n=1∞n21.Common symbols and their syntax:
$\pi$
→ π\piπ$\infty$
→ ∞\infty∞$\theta$
→ θ\thetaθ$\Delta$
→ Δ\DeltaΔAdding Greek letters and special characters allows you to create visually rich, field-specific equations that enhance the clarity of your content.
Also Read: How to Duplicate Pages and Blocks in Notion?
Inline formulas are great for calculations and logical expressions that require dynamic output. Although Notion’s LaTeX does not perform calculations, you can create formulas for calculated properties in databases, making Notion a functional space for basic computational tasks.
Steps to use calculated properties in databases:
prop("Price") * prop("Quantity")
.For example, you could create a “Total Cost” column in an inventory database where each entry multiplies “Price” by “Quantity,” allowing for automatic calculations without manual entry.
Also Read: How to Add and Organize Bookmarks in Notion?
Let’s look at a few more examples that demonstrate how inline equations can be used across different contexts.
$F = ma$
displays as F=maF = maF=ma.$E(X) = \sum_{i=1}^n x_i p(x_i)$
displays as E(X)=∑i=1nxip(xi)E(X) = \sum_{i=1}^n x_i p(x_i)E(X)=∑i=1nxip(xi).$\text{ROI} = \frac{\text{Gain} - \text{Cost}}{\text{Cost}} \times 100$
displays as ROI=Gain−CostCost×100\text{ROI} = \frac{\text{Gain} – \text{Cost}}{\text{Cost}} \times 100ROI=CostGain−Cost×100.$sin(\theta) = \frac{opposite}{hypotenuse}$
displays as sin(θ)=oppositehypotenuse\sin(\theta) = \frac{opposite}{hypotenuse}sin(θ)=hypotenuseopposite.These examples show how versatile inline equations can be, allowing you to add depth and clarity to your documentation, study materials, and project notes.
Also Read: How to Use Callout Blocks in Notion?
To make the most of inline equations in Notion, follow these best practices to ensure readability and organization.
Following these tips will help keep your Notion pages neat and ensure that mathematical content is easy for readers to understand.
Also Read: How to Attach Documents or Files to Notion?
Adding inline equations and formulas in Notion provides a powerful way to enhance technical, academic, and financial content. With a few simple commands, you can create professional-looking formulas that make your pages informative and engaging. Whether you’re a student, researcher, or project manager, mastering inline equations in Notion helps keep your content organized and visually appealing.
For more Notion tips and guides, visit Notion Yelp. Using inline equations allows you to turn your Notion workspace into a sophisticated, versatile platform for all your content needs.
Type a single $ to begin your equation, enter the formula, and close it with another $ to display it inline.
Yes, Notion supports LaTeX for inline equations, which covers mathematical, scientific, and technical notation, including symbols, Greek letters, and operators.
No, LaTeX in Notion is for static formatting only. For live calculations, use Notion’s database formulas for automatic computation.
Use \frac{numerator}{denominator}
within your inline equation, for example: $\frac{3}{4}$
displays as 34\frac{3}{4}43.
Yes, type a backslash followed by the name, like \alpha
for α\alphaα or \pi
for π\piπ, to add Greek letters easily.
Currently, Notion’s LaTeX does not support font customization. Equations are displayed in standard inline format.
Use headings, dividers, or even toggles to group equations with relevant content, making it easier for readers to follow.
Yes, you can paste LaTeX code directly into Notion’s inline equation fields as long as it follows LaTeX syntax.