Update Welcome Notebook (#299)

TeX uses the words 'inline and display math', replace 'formula' with these.
This commit is contained in:
Benjamin Philip 2021-05-26 23:27:47 +05:30 committed by GitHub
parent a7e1d8ba9a
commit 26226a42e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,7 +189,8 @@ defmodule Livebook.Notebook.Welcome do
## Math ## 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} S(x) = \\frac{1}{1 + e^{-x}} = \\frac{e^{x}}{e^{x} + 1}