File: itex.text

package info (click to toggle)
markdown-mode 2.3%2B154-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,052 kB
  • sloc: lisp: 13,081; makefile: 69; sh: 16
file content (19 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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)
\]