repo.or.cz
/
latex2e.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update LuaTeX testfiles for ^@ change
[latex2e.git]
/
latex2e-20170101
/
required
/
amsmath
/
testfiles
/
amsldoc-1.lvt
blob
8478445919d060912c764969f3842bbca4d5d56a
1
\documentclass{article}
2
3
4
\usepackage{amsmath}
5
\input{test2e}
6
\showoutput
7
\begin{document}
8
9
\START
10
11
equation*
12
\begin{equation*}
13
a=b
14
\end{equation*}
15
16
equation
17
\begin{equation}
18
a=b
19
\end{equation}
20
21
split
22
\begin{equation}\label{xx}
23
\begin{split}
24
a& =b+c-d\\
25
& \quad +e-f\\
26
& =g+h\\
27
& =i
28
\end{split}
29
\end{equation}
30
31
multline
32
\begin{multline}
33
a+b+c+d+e+f\\
34
+i+j+k+l+m+n
35
\end{multline}
36
37
gather
38
\begin{gather}
39
a_1=b_1+c_1\\
40
a_2=b_2+c_2-d_2+e_2
41
\end{gather}
42
43
align
44
\begin{align}
45
a_1& =b_1+c_1\\
46
a_2& =b_2+c_2-d_2+e_2
47
\end{align}
48
49
align2
50
\begin{align}
51
a_{11}& =b_{11}&
52
a_{12}& =b_{12}\\
53
a_{21}& =b_{21}&
54
a_{22}& =b_{22}+c_{22}
55
\end{align}
56
57
flalign*
58
\begin{flalign*}
59
a_{11}& =b_{11}&
60
a_{12}& =b_{12}\\
61
a_{21}& =b_{21}&
62
a_{22}& =b_{22}+c_{22}
63
\end{flalign*}
64
65
66
67
68
\end{document}