mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-11 20:36:37 -04:00

git-subtree-dir: lib/markdown-mode git-subtree-split: 3f11a4a7609ba2a507ee10f491bdadab28e9b985
19 lines
327 B
Text
19 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)
|
|
\]
|