mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
fix euler's identity (#220)
This commit is contained in:
parent
72571a7588
commit
0a602eda1b
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ $$f(x) = \int_{-\infty}^\infty
|
||||||
f\hat(\xi),e^{2 \pi i \xi x}
|
f\hat(\xi),e^{2 \pi i \xi x}
|
||||||
\,d\xi$$
|
\,d\xi$$
|
||||||
|
|
||||||
Inline math also works with single dollar signs `$...$`. For example, Euler's identity but inline: $e^{i\pi} = 0$
|
Inline math also works with single dollar signs `$...$`. For example, Euler's identity but inline: $e^{i\pi} = -1$
|
||||||
|
|
||||||
Aligned equations work quite well:
|
Aligned equations work quite well:
|
||||||
|
|
||||||
|
@ -37,4 +37,4 @@ a & b & c
|
||||||
$$
|
$$
|
||||||
|
|
||||||
## RTL
|
## RTL
|
||||||
More information on configuring RTL languages like Arabic in the [config](notes/config.md) page.
|
More information on configuring RTL languages like Arabic in the [config](notes/config.md) page.
|
||||||
|
|
Loading…
Reference in a new issue