emacs-ipython-notebook/tests/itex.text
John Miller b431f57ce1 Squashed 'lib/markdown-mode/' content from commit 3f11a4a
git-subtree-dir: lib/markdown-mode
git-subtree-split: 3f11a4a7609ba2a507ee10f491bdadab28e9b985
2016-09-09 09:47:48 -05:00

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)
\]