20170101 branch
[latex2e.git] / latex2e-20170101 / required / amsmath / testfiles / amsldoc-5.lvt
bloba43a629c85988a0c2e4d3903da3eb46982116a15
1 \documentclass{article}
4 \usepackage{amsmath}
5 \input{test2e}
6 \showoutput
7 \begin{document}
9 \START
11 hats
12 $\hat{\hat{A}}$
14 roots
15 $\sqrt[\leftroot{-2}\uproot{2}\beta]{k}$
17 boxed
18 \begin{equation}
19 \boxed{\eta \leq C(\delta(\eta) +\Lambda_M(0,\delta))}
20 \end{equation}
22 xleftarrow
23 \begin{equation}
24 A\xleftarrow{n+\mu-1}B \xrightarrow[T]{n\pm i-1}C
25 \end{equation}
27 overset
28 $\overset{*}{X}$
30 fractions
31 \begin{equation}
32 \frac{1}{k}\log_2 c(f)\quad\tfrac{1}{k}\log_2 c(f)\quad
33 \sqrt{\frac{1}{k}\log_2 c(f)}\quad\sqrt{\dfrac{1}{k}\log_2 c(f)}
34 \end{equation}
36 binom
37 \begin{equation}
38 2^k-\binom{k}{1}2^{k-1}+\binom{k}{2}2^{k-2}
39 \end{equation}
41 cfrac
42 \begin{equation}
43 \cfrac{1}{\sqrt{2}+
44  \cfrac{1}{\sqrt{2}+
45   \cfrac{1}{\sqrt{2}+\cdots
46 }}}
47 \end{equation}
49 smash
50 $\sqrt{x}+\sqrt{y}+\sqrt{z}$ and $\sqrt{x}+\sqrt{\smash[b]{y}}+\sqrt{z}$,
52 bigl
53 \begin{equation*}
54 \left((a_1 b_1) - (a_2 b_2)\right)
55 \left((a_2 b_1) + (a_1 b_2)\right)
56 \quad\text{versus}\quad
57 \bigl((a_1 b_1) - (a_2 b_2)\bigr)
58 \bigl((a_2 b_1) + (a_1 b_2)\bigr)
59 \end{equation*}
61 text
62 \begin{equation}
63 f_{[x_{i-1},x_i]} \text{ is monotonic,}
64 \quad i = 1,\dots,c+1
65 \end{equation}
67 integrals
68 \begin{gather}
69 \iint\limits_A f(x,y)\,dx\,dy\qquad\iiint\limits_A
70 f(x,y,z)\,dx\,dy\,dz\\
71 \iiiint\limits_A
72 f(w,x,y,z)\,dw\,dx\,dy\,dz\qquad\idotsint\limits_A f(x_1,\dots,x_k)
73 \end{gather}
76 \end{document}