File: math_many.tex

package info (click to toggle)
pycode-browser 20120614%2Bgit%2Bb041dd2-7
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,236 kB
  • ctags: 1,194
  • sloc: python: 2,220; xml: 152; makefile: 39
file content (24 lines) | stat: -rwxr-xr-x 558 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\documentclass{article}
\usepackage{amsmath}
\begin{document}

$A\quad B\qquad C$\\
$ \alpha \beta \gamma \pi$\\
$A_n \quad A^m$\\
$a^b \quad a^{b^c}$\\
$\frac{3}{5}$\\
$n! = 1 \cdot 2 \cdots (n-1) \cdot n$\\
$0.\overline{3} = \underline{1/3}$\\
$\vec{a}$\\
$\sin x + \arctan y$\\
$\sqrt{x^2+y^2}$\\
$z=\sqrt[3]{x^{2} + \sqrt{y}}$\\
$A \neq B \quad A \approx C \quad $\\
$\Leftrightarrow\quad\Downarrow$\\
$\frac{\partial ^2f}{\partial x^2}$\\
$\prod_\epsilon$\\
$\Big((x+1)(x-1)\Big)^{2}$\\
$\int_a^b f(x) dx$\\
$\pm \div \times \cup \ast $
\end{document}