From 26226a42e0544fe3870c29bc68d752e7d6d3e63c Mon Sep 17 00:00:00 2001 From: Benjamin Philip Date: Wed, 26 May 2021 23:27:47 +0530 Subject: [PATCH] Update Welcome Notebook (#299) TeX uses the words 'inline and display math', replace 'formula' with these. --- lib/livebook/notebook/welcome.ex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/livebook/notebook/welcome.ex b/lib/livebook/notebook/welcome.ex index 87b9ded59..16c789c11 100644 --- a/lib/livebook/notebook/welcome.ex +++ b/lib/livebook/notebook/welcome.ex @@ -189,7 +189,8 @@ defmodule Livebook.Notebook.Welcome do ## Math - Livebook supports both inline formulas like $e^{\\pi i} + 1 = 0$, as well as block formulas: + Livebook uses $\TeX$ syntax for math. + It supports both inline math like $e^{\\pi i} + 1 = 0$, as well as display math: $$ S(x) = \\frac{1}{1 + e^{-x}} = \\frac{e^{x}}{e^{x} + 1}