Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb0881.lvt
blobff1f67dcac031a13cf617b2a7e9fc30ae86cd932
1 %%Test file for latex/0881
2 %%spacing around eqnarray is wrong when \parskip>0 and \topsep<0
3 %%
4 \input{test2e}
5 \documentclass[fleqn]{article}
7 \begin{document}
9 \START
10 \AUTHOR{Johannes Braams}
11 \ADDRESS{J.L.Braams@research.ptt.nl}
12 \CLASS[fleqn]{article}
14 \showoutput
16 Some text
17 \begin{eqnarray}
18   a^2 + b^2 &=& c^2\\
19   d^2 + e^2 &=& f^2
20 \end{eqnarray}
21 More text
23 Some text
25 \begin{eqnarray}
26   a^2 + b^2 &=& c^2\\
27   d^2 + e^2 &=& f^2
28 \end{eqnarray}
29 More text
31 \setlength{\parskip}{10pt}
32 \setlength{\topsep}{-10pt}
33 \setlength{\parindent}{0pt}
35 Some text
36 \begin{eqnarray}
37   a^2 + b^2 &=& c^2\\
38   d^2 + e^2 &=& f^2
39 \end{eqnarray}
40 More text
42 Some text
44 \begin{eqnarray}
45   a^2 + b^2 &=& c^2\\
46   d^2 + e^2 &=& f^2
47 \end{eqnarray}
48 More text
50 \end{document}