File: math.tex

package info (click to toggle)
catdvi 0.14-18
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,192 kB
  • sloc: ansic: 8,703; sh: 71; perl: 51; makefile: 9
file content (18 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\documentclass{article}

\usepackage{bbm}

\begin{document}

$A = B$

$\mathbbm{N} = \{ 0, 1, 2, 3, \ldots \}$

$\mathbbm{Z} = \{ \, n \mid n \in \mathbbm{N} \wedge -n \in \mathbbm{N} \,\}$

$x^y$

$x + \sum_x^y$
\[x + \sum_x^y\]

\end{document}