mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-04 02:43:09 +08:00
Update Welcome Notebook (#299)
TeX uses the words 'inline and display math', replace 'formula' with these.
This commit is contained in:
parent
a7e1d8ba9a
commit
26226a42e0
1 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue