mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-12 04:36:38 -04:00
20 lines
327 B
Text
20 lines
327 B
Text
![]() |
LaTeX/itex Tests
|
||
|
================
|
||
|
|
||
|
Test unnumbered display mode equation:
|
||
|
$$ y = mx + b $$
|
||
|
|
||
|
Test unnumbered display mode equation on multiple lines:
|
||
|
$$
|
||
|
y = mx + b
|
||
|
$$
|
||
|
|
||
|
Test numbered display mode equation:
|
||
|
\[ y = mx + b \]
|
||
|
|
||
|
Test numbered display mode equation on multiple lines:
|
||
|
\[
|
||
|
\label{test}
|
||
|
y = \psi(mx + b)
|
||
|
\]
|