updated
[latex2e.git] / testfiles / tlb1571.lvt
blob3a3c98727ef92e25ae3ae157560718b02a19cb14
1 % Test file for LaTeX2e PR/1571
3 \documentclass{article}
5 \usepackage{array}
7 % Input the test macros for latex 2e
8 \input{test2e}
10 \AUTHOR{Frank Mittelbach}
12 % Declare the format used on the original run, as printed by
13 % LaTeX.
15 \FORMAT{LaTeX2e<1994/06/01>}
17 \begin{document}
19 % Everything before this is ignored by the test system.
20 \START
22 \showoutput
25 \begin{array}{rr}
26   \downarrow & \downarrow \\
27              & \downarrow \\*
28   \downarrow & \downarrow \\[3pt]
29   x & x
30 \end{array}
33 \begin{tabular}{rr}
34   $\downarrow$ & $\downarrow$  \\ 
35                & $\downarrow$ \\*[3pt]
36   $\downarrow$ & $\downarrow$ \\[3pt]
37   x & x
38 \end{tabular}
40 \end{document}