File: math.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 (35 lines) | stat: -rw-r--r-- 624 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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
A simple equation for a line in $\mathbb{R}^2$:

\[ y = mx + b \]

Again, but with dollar signs:

$$ y = mx + b $$

# Regarding $\vec g$ and its effects

Math in a heading

~~~~ {.haskell}
f x = length $ tail x
~~~~

$x + 1$

$e_{ik}$ in the statement the theorem about $V_k$

$**η = (-1)^{k(n-k)}sη$, where $**η$, is the Hodge star applied twice.

\[ a_1 \]
This is neither math nor italic
\[ a_2 \]

Support brackets with two backslashes, as do MultiMarkdown and Pandoc:

\\[
\Gamma(x) = \int_0^\infty t^{x-1}{\mathrm{e}}^{-t}\,{\mathrm{d}}
\\]

<!-- Local Variables: -->
<!-- markdown-enable-math: t -->
<!-- End: -->