Update LuaTeX testfiles for ^@ change
[latex2e.git] / latex2e-20170101 / required / amsmath / testfiles / amsldoc-2.lvt
blob982df0bcce0a0edd509b8abc637f1f896f6e97de
1 \documentclass{article}
4 \usepackage{amsmath}
5 \input{test2e}
6 \showoutput
7 \begin{document}
9 \START
11 multline
12 \begin{multline}
13 \framebox[.65\columnwidth]{A}\\
14 \framebox[.5\columnwidth]{B}\\
15 \shoveright{\framebox[.55\columnwidth]{C}}\\
16 \framebox[.65\columnwidth]{D}
17 \end{multline}
19 split
20 \begin{equation}\label{e:barwq}\begin{split}
21 H_c&=\frac{1}{2n} \sum^n_{l=0}(-1)^{l}(n-{l})^{p-2}
22 \sum_{l _1+\dots+ l _p=l}\prod^p_{i=1} \binom{n_i}{l _i}\\
23 &\quad\cdot[(n-l )-(n_i-l _i)]^{n_i-l _i}\cdot
24 \Bigl[(n-l )^2-\sum^p_{j=1}(n_i-l _i)^2\Bigr].
25 \kern-2em % adjust equation body to the right [mjd,13-Nov-1994]
26 \end{split}\end{equation}
28 gather
29 \begin{gather}
30   first equation\\
31   \begin{split}
32     second & equation\\
33            & on two lines
34   \end{split}
35   \\
36   third equation
37 \end{gather}
39 \end{document}